| Age | Commit message (Expand) | Author |
| 2009-11-07 | NetBSD-ftpd 20091107: | lukem |
| 2009-03-15 | Fix WARNS=4 issues (const & sign mismatches, etc) | lukem |
| 2009-03-02 | bump version for remoteloghost & portability changes | lukem |
| 2008-09-16 | Enhance -C to support an optional @host ('-C user[@host]'): | lukem |
| 2008-09-13 | Don't split large commands into multiple commands; just fail on them. | lukem |
| 2008-06-09 | Don't use non-standard "u_<foo>" types. | lukem |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-27 | Reorganize USE_PAM support so that the reply(331,) from USER is | lukem |
| 2006-09-25 | Update to 20060923 for the following changes: | lukem |
| 2005-11-24 | NLST should return 450 instead of 550 upon error, per RFC 959. | lukem |
| 2005-10-03 | logxfer(): don't use the same buffer to store the results of two separate | lukem |
| 2005-08-24 | * Add recvbufsize configuration option | ginsbach |
| 2005-08-04 | Implement option "-D", for running ftpd in standalone mode (daemon). | peter |
| 2005-07-26 | Crank version for Christos' utmpx/wtmpx changes on 20050623 | lukem |
| 2005-03-03 | * Add hidesymlinks configuration option | ginsbach |
| 2004-11-19 | * Don't allow accounts with age expired passwords to login. Any account | ginsbach |
| 2004-08-09 | Fixes from (or inspired by) OpenBSD: | lukem |
| 2003-12-10 | Use sysconf(_SC_LOGIN_NAME_MAX) to determine the length of login | lukem |
| 2003-06-30 | Add ftpd_loginx() and ftpd_logwtmpx() and use them to hold wtmpx file | tacha |
| 2003-02-26 | Add '-L xferlogfile', to write xferlog entries there rather than syslog them. | lukem |
| 2003-02-24 | use LLT and STRTOLL() instead of off_t and strtoull() for parsing the | lukem |
| 2003-02-23 | rename local copies of login(), logout() and logwtmp() to | lukem |
| 2003-02-23 | crank version for: | lukem |
| 2003-01-22 | Apply DoS fix as described by Crist J. Clark <crist.clark@attbi.com> | lukem |
| 2002-11-29 | - convert to using libc's strsuftoll(3) | lukem |
| 2002-10-26 | crank version for statfilecmd() 'fix' | lukem |
| 2002-10-07 | Change arguments of login_utmp(line, name, host) (to be consistent | lukem |
| 2002-10-03 | Enable GLOB_BRACE for ftpd.conf(5)'s `notify' directive. | lukem |
| 2002-07-02 | - Change lexer to support numbers > 2^31-1 (stored in an off_t), and allow | lukem |
| 2002-06-15 | crank copyright | lukem |
| 2002-06-15 | Implement "SITE UMASK" `enabled command' check with (modified) | lukem |
| 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-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 |
| 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 | - enable case insensitive fnmatch(3)ing for hostname globs in ftpusers(5) | lukem |
| 2001-11-27 | - Don't try and use the motd if it's empty. | lukem |
| 2001-09-19 | a few changes from Mike Heffner <mheffner@vt.edu> in private email: | lukem |
| 2001-06-26 | s/tise/tize/ in docco, add "advertize" as synonym for "advertise" | lukem |
| 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-10 | bump version for IPv4 PASV fix. PR 12558 | itojun |
| 2001-03-29 | crank for GLOB_LIMIT fix | lukem |
| 2000-12-18 | Features: | lukem |
| 2000-12-04 | in replydirname(), avoid one-byte overrun. | itojun |
| 2000-11-30 | - move password checking into separate valid_passwd() function, to assist | lukem |
| 2000-11-28 | - ensure all uses of AF_INET6 are wrapped in #ifdef INET6 | lukem |