summaryrefslogtreecommitdiff
path: root/libexec/ftpd
AgeCommit message (Expand)Author
2002-03-22Split the notion of building Hesiod, Kerberos, S/key, and YPthorpej
2002-02-13Fixes for mlsd/mlst standards conformance issues (noted by Robert Elz):lukem
2002-02-11Don't log an xferlog-style entry if bytes == -1.lukem
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-01fix previous, and ensure that closedataconn() is only called after dataconn()lukem
2002-01-21in closedataconn(), only close the passive data fd if the main datalukem
2002-01-17reject SIZE request for ascii file if it exceeds 10k.itojun
2002-01-15Whitespace nits.wiz
2002-01-15Drop some unnecessary .Pps, sort SEE ALSO, whitespace nits.wiz
2001-12-12remove extraneous ": " from messagelukem
2001-12-06Fix skey password challenge. Problem reported in [bin/14848] by John F. Woods.lukem
2001-12-04Add two new ftpd.conf(5) directives:lukem
2001-12-01Improve FILES section.wiz
2001-12-01- enable case insensitive fnmatch(3)ing for hostname globs in ftpusers(5)lukem
2001-12-01clarify glob type of hostname globlukem
2001-11-27- Don't try and use the motd if it's empty.lukem
2001-10-13set "upload guest on" in incoming example, even though it is the defaultlukem
2001-09-24va_{start,end} audit:wiz
2001-09-19a few changes from Mike Heffner <mheffner@vt.edu> in private email:lukem
2001-08-31Expand description of shells(5) requirement.lukem
2001-07-13use __NetBSD__ instead of BSD4_4 to determine if we should automaticallylukem
2001-07-08Alan Barrett informs me that "advertise" (instead of "advertize") islukem
2001-06-26s/tise/tize/ in docco, add "advertize" as synonym for "advertise"lukem
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-05-25Initialize a pointer needed when expanding the %C "display file escapekristerw
2001-04-25crank copyrights of files changed this yearlukem
2001-04-17use own code instead of bother with glob() to do ~ expansion in pathname;lukem
2001-04-17limit the number of matches in a ~ pathname glob, and complain if morelukem
2001-04-12minor knf post aidan's oob rototilllukem
2001-04-10bump version for IPv4 PASV fix. PR 12558itojun
2001-04-10make checkportcmd address family independent, and correct IPv4 case. PR 12558.itojun
2001-04-04ftpd.conf(8) -> (5), and a whitespace nit.wiz
2001-04-01add 'noreturn' attribute to ftp_loop, to fix a cc warning.aidan
2001-04-01As threatened, handle OOB commands from within ftpcmd.y.aidan
2001-03-29crank for GLOB_LIMIT fixlukem
2001-03-18don't leak globbed memory.christos
2001-03-16Use GLOB_LIMIT. Also fix a bug where gl_offs was not initialized and couldchristos
2001-03-16don't support t(erabyte) as a suffix in strsuftoll() #ifdef NO_LONG_LONGlukem
2001-02-04fix redundant declarations.christos
2001-01-16comment or delete text after CPP directives.cgd
2001-01-10consistently use syslog prioritieslukem
2001-01-09ensure replydirname() do not truncate the names.itojun
2001-01-09make sure we do not return stray " at the end of stirng, like bla"\0.itojun
2000-12-18Features:lukem
2000-12-04in replydirname(), avoid one-byte overrun.itojun
2000-12-01fix typolukem
2000-11-30initialise confdir to _DEFAULT_CONFDIR again, so that -C works...lukem
2000-11-30- rename valid_passwd() -> checkpassword()lukem
2000-11-30- move password checking into separate valid_passwd() function, to assistlukem
2000-11-28modify dolog() to take a struct sockinet * instead of struct sockaddr *lukem