| Age | Commit message (Expand) | Author |
| 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 |
| 2001-06-11 | Fix various misspellings of compatible/compatibility. | wiz |
| 2001-04-25 | crank copyrights of files changed this year | lukem |
| 2001-04-12 | minor knf post aidan's oob rototill | lukem |
| 2001-04-01 | As threatened, handle OOB commands from within ftpcmd.y. | aidan |
| 2001-03-16 | Use GLOB_LIMIT. Also fix a bug where gl_offs was not initialized and could | christos |
| 2001-02-04 | fix redundant declarations. | christos |
| 2001-01-16 | comment or delete text after CPP directives. | cgd |
| 2001-01-10 | consistently use syslog priorities | lukem |
| 2000-12-18 | Features: | lukem |
| 2000-11-30 | initialise confdir to _DEFAULT_CONFDIR again, so that -C works... | lukem |
| 2000-11-30 | - rename valid_passwd() -> checkpassword() | lukem |
| 2000-11-30 | - move password checking into separate valid_passwd() function, to assist | lukem |
| 2000-11-28 | modify dolog() to take a struct sockinet * instead of struct sockaddr * | 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 | we can assume presense of getaddrinfo. | itojun |
| 2000-11-15 | changes to improve portability: | lukem |
| 2000-11-13 | correct result code on invalid port number against EPRT. | itojun |
| 2000-11-13 | plug memory leak | itojun |
| 2000-11-13 | - improve RFC2428 conformance. | itojun |
| 2000-09-28 | call setlogin() before dropping root privileges, so that process | jdolecek |
| 2000-09-15 | Make this compile again without -DINET6 and without get{addr,name}info(3) | christos |
| 2000-07-29 | Fixed s/key compile bug. | martin |
| 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-08 | More format paranoia. | sommerfeld |
| 2000-07-05 | setproctitle(), and for any other printf variants, it is not a good idea | itojun |
| 2000-06-20 | fix problems noted by <dogcow@redback.com> in [bin/10390] and private email: | lukem |
| 2000-06-19 | various fixes suggested by Robert Elz: | lukem |
| 2000-06-14 | correct LPSV/LPRT display on STAT command. | itojun |
| 2000-06-14 | major overhaul (just before netbsd 1.5 :-): | lukem |
| 2000-06-02 | make this compile with KERBEROS5 defined. Note: only one of KERBEROS or KER... | explorer |
| 2000-06-02 | Make this build again with crypto-us, after recent changes to k{,5}login.c. | fredb |
| 2000-05-30 | add comment on IPv4 mapped address twist | itojun |
| 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-02-14 | Move include/kerberosIV/com_err.h to include/com_err.h | aidan |