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