| Age | Commit message (Expand) | Author |
| 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-11-07 | slight cleanup of line syntax | lukem |
| 2000-11-07 | slight rework | lukem |
| 2000-11-07 | reorganise slightly to make it more obvious what the actual syntax of | lukem |
| 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-28 | wtmp is in /var/log not /var/run ... | lukem |
| 2000-07-26 | add support for -W; don't log to wtmp (orthogonal of -U which logs to utmp). | lukem |
| 2000-07-26 | document /var/run/[uw]tmp, /var/run/ftpd.pids-CLASS | 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-07-09 | More -Wformat cleanups. | sommerfeld |
| 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-07-03 | Make things builds with GCC 2.96 | matt |
| 2000-06-20 | fix problems noted by <dogcow@redback.com> in [bin/10390] and private email: | lukem |
| 2000-06-20 | Merge a bunch of things from crypto-us and crypto-intl into basesrc, | thorpej |
| 2000-06-19 | rewrite method of traversing facttab[]; use size of list to terminate | lukem |
| 2000-06-19 | various fixes suggested by Robert Elz: | lukem |
| 2000-06-16 | include <krb5/krb5.h> before including extern.h, so krb5_context is defined | explorer |
| 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 | Clarify the meaning of `directive', as requested in [security/10229] | lukem |
| 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-05-16 | move IPv6 considerations into BUGS section | itojun |
| 2000-03-06 | only define _DEFAULT_CONFDIR if not set. (allows compile-time override) | 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-10 | fix problem where ftpd.conf lines would match everything if there was | lukem |
| 2000-01-09 | * new ftpd.conf directive: | lukem |
| 2000-01-08 | reference usr/share/examples/ftpd/ftpusers | lukem |