| Age | Commit message (Expand) | Author |
| 2022-04-17 | fix various typos in comments. | andvar |
| 2019-10-15 | bump sizes | christos |
| 2018-06-23 | No semicolon after macro do ... while (0) wrapper. | gson |
| 2013-03-21 | Convert from __attribute__(foo) to the __foo equiv in <sys/cdefs.h> | lukem |
| 2011-08-29 | Use __dead | joerg |
| 2009-07-13 | Rename internal getline() function to get_line() so it does | roy |
| 2009-03-15 | Fix WARNS=4 issues (const & sign mismatches, etc) | lukem |
| 2009-01-08 | PR/40339: Ed Ravin: make ftpd log both the hostname and numeric address. | christos |
| 2008-09-13 | Don't split large commands into multiple commands; just fail on them. | lukem |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-07-22 | Rename HAVE_SOCKADDR_SA_LEN to HAVE_STRUCT_SOCKADDR_SA_LEN. | lukem |
| 2006-02-01 | debug -> ftpd_debug | christos |
| 2005-08-24 | * Add recvbufsize configuration option | ginsbach |
| 2005-06-23 | cleanup utmp and utmpx support. | christos |
| 2005-03-03 | * Add hidesymlinks configuration option | ginsbach |
| 2004-11-11 | Don't write trash in ut_ss; either initialize it to 0, or put in the proper | christos |
| 2004-08-09 | Fixes from (or inspired by) OpenBSD: | 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-23 | rename local copies of login(), logout() and logwtmp() to | lukem |
| 2003-02-19 | gidlist is nolonger an array. | matt |
| 2002-11-29 | - convert to using libc's strsuftoll(3) | lukem |
| 2002-05-30 | Add optional mmap(2)/write(2) support for binary file transfer. | enami |
| 2001-12-04 | Add two new ftpd.conf(5) directives: | lukem |
| 2001-07-13 | use __NetBSD__ instead of BSD4_4 to determine if we should automatically | lukem |
| 2001-04-25 | crank copyrights of files changed this year | lukem |
| 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-02-04 | fix redundant declarations. | christos |
| 2000-12-18 | Features: | lukem |
| 2000-11-30 | - move password checking into separate valid_passwd() function, to assist | lukem |
| 2000-11-16 | - new ftpd.conf directives: | lukem |
| 2000-11-15 | changes to improve portability: | lukem |
| 2000-11-13 | - improve RFC2428 conformance. | itojun |
| 2000-09-15 | Make this compile again without -DINET6 and without get{addr,name}info(3) | christos |
| 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-08 | More format paranoia. | sommerfeld |
| 2000-06-19 | various fixes suggested by Robert Elz: | lukem |
| 2000-06-14 | major overhaul (just before netbsd 1.5 :-): | 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 |
| 2000-01-12 | * add ftpd.conf directive `portrange class min max', which allows specification | lukem |
| 2000-01-08 | features: | lukem |
| 1999-12-12 | * change format of /etc/ftpusers lines from | lukem |
| 1999-12-07 | * change ftpd_popen() to take char *argv[] instead of char *cmd. | lukem |
| 1999-07-02 | dual-stack ftpd. run this from inetd, like: | itojun |
| 1999-05-24 | Define types for ILP32/LP64-harmonized %q[du] arguments. | ross |
| 1999-05-18 | * fix a problem in retrieve() where arguments to commands weren't working | lukem |