| Age | Commit message (Expand) | Author |
| 2015-08-10 | Use explicit_memset(3) instead of memset(3) to clear password | shm |
| 2011-09-16 | NULL does not need a cast, here | plunky |
| 2011-07-01 | Fix memcpy usage. | joerg |
| 2011-01-14 | PR/44390: Paul Koning: make code gcc-4.5.1 friendly. | christos |
| 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 |
| 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 |
| 2007-05-10 | Replace references from draft-ietf-ftpext-mlst-NN to RFC 3659. | lukem |
| 2006-02-01 | debug -> ftpd_debug | christos |
| 2005-03-03 | * Add hidesymlinks configuration option | ginsbach |
| 2005-01-05 | Reorder some declarations so that parsers generated by bison can compile. | lukem |
| 2004-11-05 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-08-09 | Fixes from (or inspired by) OpenBSD: | lukem |
| 2004-07-16 | Correctly clamp illegal "SITE CHMOD" mode values. From OpenBSD. | lukem |
| 2004-07-16 | Fix minor memory leak with fromname. Inspired by OpenBSD. | lukem |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-03-03 | Don't declare "yylex()" static; AFAICT it shouldn't be, and it causes | lukem |
| 2003-03-03 | Fix typos accidentally introduced in rev 1.70 as part of the large | lukem |
| 2003-02-24 | use LLT and STRTOLL() instead of off_t and strtoull() for parsing the | lukem |
| 2003-01-22 | Fixes from Dmitry Sivachenko <demon@freebsd.org>: | lukem |
| 2002-11-29 | - convert to using libc's strsuftoll(3) | lukem |
| 2002-10-12 | * enclose unknown command strings inside a pair of 's to clearly mark the | darrenr |
| 2002-07-02 | - Change lexer to support numbers > 2^31-1 (stored in an off_t), and allow | lukem |
| 2002-06-30 | We really, actually, positively want to apply the ftpd.conf "passive" | tv |
| 2002-06-15 | crank copyright | lukem |
| 2002-06-15 | Implement "SITE UMASK" `enabled command' check with (modified) | lukem |
| 2001-12-01 | - enable case insensitive fnmatch(3)ing for hostname globs in ftpusers(5) | 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-12 | minor knf post aidan's oob rototill | lukem |
| 2001-04-10 | make checkportcmd address family independent, and correct IPv4 case. PR 12558. | itojun |
| 2001-04-01 | As threatened, handle OOB commands from within ftpcmd.y. | aidan |
| 2000-12-18 | Features: | lukem |
| 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-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-15 | * add -H, which acts like -h `hostname`. (requested by kim@) | 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 |