| Age | Commit message (Expand) | Author |
| 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 |
| 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 | missing "." on reply | lukem |
| 2000-01-08 | features: | lukem |
| 1999-12-21 | * add support for optional groupglob in ftpuser entry. the syntax is now: | lukem |
| 1999-12-19 | * add back support for `-h hostname'; it still may be useful to override | lukem |
| 1999-12-18 | deprecate -h hostname in favour of automatic determination of local hostname. | lukem |
| 1999-12-18 | * move version to separate header file | lukem |
| 1999-12-16 | crank version | lukem |
| 1999-12-16 | * add support for `-h hostname', which defines the hostname to advertise | lukem |
| 1999-12-13 | do not perform setsockopt(IP_TOS) on mapped connections (IPv4 connection | itojun |
| 1999-12-13 | avoid use of s6_addr32, as it is non-standard. | itojun |
| 1999-12-12 | * change format of /etc/ftpusers lines from | lukem |
| 1999-12-09 | close pdata when it is kept opened till call to {,long_}passive(). | itojun |
| 1999-12-07 | * change ftpd_popen() to take char *argv[] instead of char *cmd. | lukem |
| 1999-09-30 | Avoid segmention fault if there is an empty line in "/etc/ftpusers". | tron |
| 1999-08-25 | Make this compile with krb5. | christos |
| 1999-07-27 | handle IPv4 TCP control connection, toward AF_INET6 socket. | itojun |
| 1999-07-02 | dual-stack ftpd. run this from inetd, like: | itojun |
| 1999-06-05 | Set keepalives on the sockets to force logouts on connections that have | briggs |
| 1999-05-24 | * Cast %q[ud] arguments to fix ILP32/LP64 off_t variation. | ross |
| 1999-05-19 | Cast away a const for now; const poisoning kerberos #0. | thorpej |
| 1999-05-18 | * fix a problem in retrieve() where arguments to commands weren't working | lukem |
| 1999-05-17 | features/fixes: | lukem |
| 1998-12-28 | * replace LOG(CMD|BYTES) macros with logcmd(), which is a cleaner | lukem |
| 1998-09-07 | bump version from 7.03 to 7.1.0 (new commands available) | lukem |
| 1998-09-07 | remove nack() - missed in previous work | lukem |
| 1998-09-07 | new features: | lukem |
| 1998-09-06 | * complete fix for `multiple replies returned for single parse error' | lukem |
| 1998-09-05 | replace malloc/strcpy with strdup | lukem |
| 1998-07-27 | const poisoning. | mycroft |
| 1998-07-27 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |