aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Collapse)AuthorAgeFilesLines
...
* Limit number of paths returned via glob() for authorized usersChris D. Faulhaber2001-04-171-0/+4
| | | | | | | using tilde expansion. Notes: svn path=/head/; revision=75560
* Support the empty "PASS\r\n" command.Brian Feldman2001-04-161-3/+7
| | | | Notes: svn path=/head/; revision=75556
* Document that SITE extensions are disabled for anonymous logins.Ruslan Ermilov2001-04-161-0/+2
| | | | | | | Obtained from: logdaemon package by Wietse Venema Notes: svn path=/head/; revision=75542
* Add the "SITE MD5 filename" facility.Poul-Henning Kamp2001-04-152-1/+16
| | | | | | | | | | | | This allows you to determine if the file on the other side is the same as the one you have without transferring the entire file to compare. Needless to say, if the server end lies to you this check doesn't work, but on the other hand, if it lies to you about the files checksum, what can you trust from it ? Notes: svn path=/head/; revision=75535
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-6/+1
| | | | Notes: svn path=/head/; revision=75286
* mdoc(7) police: cosmetics.Ruslan Ermilov2001-04-041-4/+5
| | | | Notes: svn path=/head/; revision=75162
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.Ruslan Ermilov2001-03-281-1/+8
| | | | | | | Approved by: markm Notes: svn path=/head/; revision=74928
* Add full PAM support for account management and sessions.Mark Murray2001-03-275-66/+279
| | | | | | | | | | The PAM_FAIL_CHECK and PAM_END macros in su.c came from the util-linux package's PAM patches to the BSD login.c Submitted by: "David J. MacKenzie" <djm@web.us.uu.net> Notes: svn path=/head/; revision=74874
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-2635-14/+41
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Do not build (and install) both secure/ and standard versionsRuslan Ermilov2001-03-261-1/+3
| | | | | | | | | | of libtelnet, telnetd, and telnet. This only worked because secure/ was listed late in SUBDIR in Makefile.inc1. Reviewed by: markm Notes: svn path=/head/; revision=74813
* Don't use MANDEPEND and MANSRC.Ruslan Ermilov2001-03-261-0/+1
| | | | Notes: svn path=/head/; revision=74804
* change callrpc() from taking "char *" args, I'm quite sure they really meantAlfred Perlstein2001-03-231-1/+0
| | | | | | | | | to use "void *". remove a duplicate prototype for callrpc() from libexec/ypxfr/ypxfr_extern.h Notes: svn path=/head/; revision=74695
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-2030-35/+7
| | | | Notes: svn path=/head/; revision=74529
* Teach ftpd about the new GLOB_MAXPATH flag.Jonathan Lemon2001-03-192-0/+11
| | | | Notes: svn path=/head/; revision=74470
* When the file was transferred using sendfile(2), we forgot to keep trackDag-Erling Smørgrav2001-03-111-0/+1
| | | | | | | | | of the transferred byte count. MFC candidate. PR: bin/25699 Notes: svn path=/head/; revision=74100
* First appeared in 4.3, not 5.0Kris Kennaway2001-03-041-1/+1
| | | | Notes: svn path=/head/; revision=73493
* Change the read-only reply to "550 Permission denied.".Dag-Erling Smørgrav2001-02-191-1/+1
| | | | Notes: svn path=/head/; revision=72710
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-182-3/+3
| | | | Notes: svn path=/head/; revision=72640
* mdoc(7) police: simplify construct.Ruslan Ermilov2001-02-141-3/+1
| | | | Notes: svn path=/head/; revision=72476
* Synch: Properly constify sccsid[].Jeroen Ruigrok van der Werven2001-02-071-2/+2
| | | | | | | Replace bcopy() with memmove(). Notes: svn path=/head/; revision=72143
* Synch: Prefer memmove() over bcopy().Jeroen Ruigrok van der Werven2001-02-071-1/+1
| | | | Notes: svn path=/head/; revision=72142
* Synch: Properly constify sccsid[].Jeroen Ruigrok van der Werven2001-02-071-1/+1
| | | | Notes: svn path=/head/; revision=72141
* Synch: prefer memmove() over bcopy(), since the first is a C-standardJeroen Ruigrok van der Werven2001-02-071-1/+1
| | | | | | | interface, whilst the latter is a BSD'ism. Notes: svn path=/head/; revision=72140
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
| | | | | | | Compatability is not an existing english word. Notes: svn path=/head/; revision=72093
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
| | | | | | | | | Seperate does not exist in the english language. Submitted to look at by: kris Notes: svn path=/head/; revision=72089
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-061-1/+1
| | | | | | | There is no such thing as wierd in the english language. Notes: svn path=/head/; revision=72082
* Fix tftpd and tftp to support file transfers of over 65535 blocksJeroen Ruigrok van der Werven2001-02-022-2/+7
| | | | | | | | | | (about 31 MB - 32 MB). Submitted (partially) by: Pascal Hofstee <daeron@wit401305.student.utwente.nl> Notes: svn path=/head/; revision=71926
* Structure the options listing to be more standard.Nik Clayton2001-02-021-16/+21
| | | | | | | | | | | The PR also included documentation for other options, but upon inspection of the source these options aren't used. PR: docs/24149 Submitted by: Jesse Monroy, Jr. <opentrax@email.com> Notes: svn path=/head/; revision=71918
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-019-41/+33
| | | | Notes: svn path=/head/; revision=71895
* Add static dependency to libisc to get isc_movefile().Jeroen Ruigrok van der Werven2001-01-291-0/+11
| | | | | | | Submitted by: Munehiro Matsuda <haro@kubota.co.jp> Notes: svn path=/head/; revision=71774
* Add -c/C which chroots by IP of tftp client, (i.e. /tftproot/127.0.0.1/).Bill Fumerola2001-01-252-4/+50
| | | | Notes: svn path=/head/; revision=71616
* Limit commands that can be issued when not logged in:Chris D. Faulhaber2001-01-201-70/+90
| | | | | | | | | TYPE, STRU, MODE, ALLO, STAT, ABOR, SITE IDLE, SYST, REST Reviewed by: kris, sheldon Notes: svn path=/head/; revision=71278
* Check malloc() and strdup() return valuesChris D. Faulhaber2001-01-201-2/+6
| | | | | | | Reviewed by: kris Notes: svn path=/head/; revision=71274
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-162-97/+106
| | | | Notes: svn path=/head/; revision=71112
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-166-6/+6
| | | | Notes: svn path=/head/; revision=71099
* Move the process of storing entropy from /dev/random and reseeding withDoug Barton2001-01-141-10/+20
| | | | | | | | | | | | | | | | | | | it at boot time closer to the way we want it to be in the final version. * Move the default directory to /var/db/entropy * Run the entropy saving cron job every 11 minutes. This seems to be a better default, although still bikeshed material. * Feed /dev/random some cheesy "entropy" from various commands and files before the disks are mounted. This gives /dev/random a better chance of running without blocking early. * Move the reseeding with previously stored entropy to the point immediately after the disks are mounted. * Make the harvesting script a little safer in regards to the possibility of accidentally overwriting something other than a regular file. Notes: svn path=/head/; revision=71014
* Add a system to save entropy from /dev/random periodically so thatDoug Barton2001-01-113-0/+93
| | | | | | | | | | | | | | | | | | | | | it can be used to reseed at boot time. This will greatly increase the chances that there will be sufficient entropy available at boot time to prevent long delays. For /etc/rc, remove the vmstat and iostat runs from the attempt to provide some cheesy randomness if the files fail, since those programs are dynamically linked, and ldd seems to want some randomness to do its magic. Guidance and parameters for this project were provided by Mark Murray, based on the requirements of the Yarrow algorithm. Some helpful suggestions for implementation (including the tip about iostat and vmstat) were provided by Sheldon Hearn. All blame for problems or mistakes is mine of course. Notes: svn path=/head/; revision=70922
* Fix a bug in which a program called dlclose from a destructor andJohn Polstra2001-01-051-2/+43
| | | | | | | got an assert failure in the dynamic linker. Notes: svn path=/head/; revision=70677
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-1/+1
| | | | Notes: svn path=/head/; revision=70397
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-206-57/+59
| | | | Notes: svn path=/head/; revision=70227
* In send_data(), use sendfile() instead of the mmap() algorithm.Dan Moschuk2000-12-201-20/+22
| | | | Notes: svn path=/head/; revision=70205
* mdoc(7) police: removed hard sentence breaks, run through spell-checker.Ruslan Ermilov2000-12-181-12/+15
| | | | Notes: svn path=/head/; revision=70144
* Fix typo.Dmitry Sivachenko2000-12-171-1/+1
| | | | | | | | PR: 23591 Submitted by: mavetju@chello.nl Notes: svn path=/head/; revision=70116
* Add option -E to disable EPSV which throws certain stateful firewallsPoul-Henning Kamp2000-12-163-35/+89
| | | | | | | | | | | | into confusion. Add option -r to make ftpd support only read-only operations. Submitted by: Flemming (F3) Jacobsen <fj@batmule.dk> Reviewed by: phk Notes: svn path=/head/; revision=70102
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-142-4/+4
| | | | Notes: svn path=/head/; revision=70015
* Add support for advertising the service we support if theJulian Elischer2000-12-131-2/+19
| | | | | | | | | PADI packet contains a NULL service. This is apparently the desired behaviour in this case, though we only allow advertising one service. You could run multiple pppoeds to advertise multiple services. Notes: svn path=/head/; revision=69948
* mdoc(7) police: .Os CMU -> .Os, split authors for better output.Ruslan Ermilov2000-12-122-2/+3
| | | | Notes: svn path=/head/; revision=69913
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-113-3/+3
| | | | Notes: svn path=/head/; revision=69857
* (scrub_env): change to only accept a listed set of variables,Assar Westerlund2000-12-101-23/+37
| | | | | | | including only non-filename contents for TERMCAP Notes: svn path=/head/; revision=69825
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-097-17/+27
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793