| Age | Commit message (Expand) | Author |
| 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 |
| 2000-11-24 | cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach | itojun |
| 2000-11-16 | - new ftpd.conf directives: | lukem |
| 2000-11-15 | changes to improve portability: | lukem |
| 2000-11-13 | - improve RFC2428 conformance. | itojun |
| 2000-07-26 | add support for -W; don't log to wtmp (orthogonal of -U which logs to utmp). | lukem |
| 2000-07-23 | * make checkportcmd the default. this breaks third-party proxy ftp but | lukem |
| 2000-07-17 | * add two new ftpd.conf(5) directives: | lukem |
| 2000-07-15 | * add -H, which acts like -h `hostname`. (requested by kim@) | lukem |
| 2000-07-10 | base64_encode(): separate out the special case for the last 2 bytes, and | lukem |
| 2000-07-09 | - base64_encode(): fix garbled output due to fencepost error. output now | lukem |
| 2000-07-09 | setproctitle(), and for any other printf variants, it is not a good idea | lukem |
| 2000-06-19 | various fixes suggested by Robert Elz: | lukem |
| 2000-06-14 | major overhaul (just before netbsd 1.5 :-): | lukem |
| 2000-05-20 | - Always close(pdata) if it was a valid filedescriptor before setting it to -1. | lukem |
| 2000-05-20 | convert to ANSI C as per style guide | lukem |
| 2000-03-05 | * don't bother with a version[] string, just use the macro as appropriate | lukem |
| 2000-01-13 | suppress verbose messages from CWD and post-login if the first | lukem |