| Age | Commit message (Expand) | Author |
| 2006-05-09 | change (mostly) int to socklen_t. GCC 4 doesn't like that int and | mrg |
| 2006-03-17 | Remove unreachable code (res could never be NULL here). | peter |
| 2006-03-17 | Set file to NULL after calling fclose(). | peter |
| 2006-03-17 | Make sure that "su" is initialized before dereferencing it. | peter |
| 2006-02-25 | Fix some typos. | wiz |
| 2006-02-01 | debug -> ftpd_debug | christos |
| 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-06-23 | cleanup utmp and utmpx support. | christos |
| 2005-04-10 | s/getpwnam/sgetpwnam/ Found by John Nemeth. | christos |
| 2005-02-20 | Add PAM and LOGIN_CAP support. Mostly from FreeBSD. If pam is defined, | christos |
| 2004-12-11 | change _PATH_FOO to _NAME_FOO where FOO is not a path. I'll discuss with | christos |
| 2004-12-09 | Fix inverted test for expired passwords. Mea culpa. | ginsbach |
| 2004-11-19 | * Don't allow accounts with age expired passwords to login. Any account | ginsbach |
| 2004-11-11 | Don't write trash in ut_ss; either initialize it to 0, or put in the proper | christos |
| 2004-11-05 | Add (unsigned char) cast to ctype functions | dsl |
| 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-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 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 | Fix uninitialized variable "notglob" in send_file_list() that was causing | erh |
| 2003-02-23 | rename local copies of login(), logout() and logwtmp() to | lukem |
| 2003-02-19 | Stop ftpd changing inetd's 'logname' | dsl |
| 2003-01-22 | Apply DoS fix as described by Crist J. Clark <crist.clark@attbi.com> | lukem |
| 2003-01-22 | Fixes from Dmitry Sivachenko <demon@freebsd.org>: | lukem |
| 2002-12-06 | Avoid conflict with reserved identifier "log". | thorpej |
| 2002-11-29 | - convert to using libc's strsuftoll(3) | lukem |
| 2002-11-16 | audit use of strto* - beware of ERANGE, as well as typecast on result. | itojun |
| 2002-10-07 | Change arguments of login_utmp(line, name, host) (to be consistent | lukem |
| 2002-09-13 | revert previous. wtmp{,x} entries need not be \0-terminated, so | itojun |
| 2002-09-12 | use strl*, not strn*. | itojun |
| 2002-09-12 | Use LOGIN_NAME_MAX instead of `10' for the size of the curname[] buffer. | lukem |
| 2002-08-20 | Disable UTMPX support for now, because ftpd might chroot and we need | christos |
| 2002-08-20 | utmpx support | christos |
| 2002-05-30 | Add optional mmap(2)/write(2) support for binary file transfer. | enami |
| 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-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 | - 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-24 | va_{start,end} audit: | wiz |
| 2001-09-19 | a few changes from Mike Heffner <mheffner@vt.edu> in private email: | 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 |