summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
Commit message (Expand)AuthorAgeFilesLines
* Cleaner method of making PAMable apps static (in the optional case ofmarkm2001-04-281-5/+0
* Damn. That should be _enable_ static linking, not _force_ static linking.markm2001-04-281-1/+0
* Enable (optional) static linking.markm2001-04-281-0/+6
* Change names of functions and variables with global scope that aremarkm2001-04-283-19/+19
* mdoc(7) police: normalize .Nd.ru2001-04-181-2/+1
* Previous clobbered a work-in-progress. Here is the merged result:peter2001-04-171-3/+6
* Limit number of paths returned via glob() for authorized usersjedgar2001-04-171-0/+4
* Support the empty "PASS\r\n" command.green2001-04-161-3/+7
* Document that SITE extensions are disabled for anonymous logins.ru2001-04-161-0/+2
* Add the "SITE MD5 filename" facility.phk2001-04-152-1/+16
* Add full PAM support for account management and sessions.markm2001-03-272-12/+52
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for libexec/ to 8.ru2001-03-201-1/+0
* Teach ftpd about the new GLOB_MAXPATH flag.jlemon2001-03-192-0/+11
* When the file was transferred using sendfile(2), we forgot to keep trackdes2001-03-111-0/+1
* Change the read-only reply to "550 Permission denied.".des2001-02-191-1/+1
* Limit commands that can be issued when not logged in:jedgar2001-01-201-70/+90
* In send_data(), use sendfile() instead of the mmap() algorithm.dan2000-12-201-20/+22
* mdoc(7) police: removed hard sentence breaks, run through spell-checker.ru2000-12-181-12/+15
* Fix typo.demon2000-12-171-1/+1
* Add option -E to disable EPSV which throws certain stateful firewallsphk2000-12-163-35/+89
* The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-011-0/+1
* There is no src/contrib-crypto/ anything directory. So don't look forobrien2000-12-011-2/+1
* Prevent leakage of information about anonymous user's homedirdanny2000-11-261-2/+6
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Format string paranoiakris2000-11-191-2/+2
* Fix broken PAM with SKEY behaviour: the skey.access file checksguido2000-10-121-7/+8
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-101-2/+3
* remove redundant optreset declarationimp2000-09-041-1/+0
* Don't set an arbitrary limit on username lengths; use MAXLOGNAMEsheldonh2000-08-171-1/+1
* Fix `control socket: Protocol not supported' failure inru2000-08-161-3/+2
* Honour skey.access(5) by allowing UNIX passwords when skeyaccess(3)sheldonh2000-08-011-4/+10
* Don't reply "not a plain file" when the requested file doesn't exist.des2000-07-171-2/+8
* Explain that the -S option only logs file downloads, not all transfers.ben2000-07-111-1/+1
* Fix a problem in the virtual host address compare code which causeddavidn2000-06-261-8/+11
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-171-2/+2
* 1. Add IPv6 portrange restriction code (-U flag) to passive().nsayer2000-05-251-0/+31
* Finally unifdef -DINTERNAL_LS.ru2000-03-131-1/+1
* Doc fix: remove references to ~ftp/bin/ls as we have FTPD_INTERNAL_LSpeter2000-02-171-8/+0
* Add more dual stack consideration.shin2000-02-101-19/+27
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-051-2/+2
* Remove unnecessary -g for CFLAGS.shin2000-02-031-1/+1
* Fix ftpd core dump when hostname is not set.shin2000-02-031-1/+2
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-277-119/+812
* Moved flags_to_string and string_to_flags into libutil. It's used injoe1999-12-301-1/+1
* sync with netbsd PR 8534, fix undefined C code.alfred1999-10-071-1/+1
* Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.markm1999-09-192-27/+145
* When a STAT command is sent to ftpd as an out-of-band transmission duringmharo1999-09-121-0/+1
* Add common error lib for the Kerberos case.markm1999-09-061-2/+2
* $Id$ -> $FreeBSD$peter1999-08-289-9/+9
OpenPOWER on IntegriCloud