| Age | Commit message (Expand) | Author |
| 1999-02-24 | Make this build with KERBEROS5 defined. | explorer |
| 1999-02-18 | Remove the crypto-related bits until such time as we have a fully- | scottr |
| 1999-02-05 | * actually commit the changes which add support for recognising RFC 2228 | lukem |
| 1999-01-03 | rcsid police | lukem |
| 1999-01-02 | Fix compile warning on alpha (%qd and off_t lossage). | nathanw |
| 1998-12-28 | * replace LOG(CMD|BYTES) macros with logcmd(), which is a cleaner | lukem |
| 1998-11-18 | Fix typo, per PR 6457 by Geoff C. Wing <gcw@pobox.com> | hubertf |
| 1998-11-17 | s/a a/a/ | msaitoh |
| 1998-09-12 | Need <signal.h> for sig_atomic_t. | kleink |
| 1998-09-12 | Make the external declaration of `transflag' match its definition; from R. C. | kleink |
| 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 | * implement NOARGS state, for commands which don't take any arguments. | 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-13 | remove Extraneous .El call which caused formatting problem | lukem |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-06-30 | Add the ability to disable passive connects in ftpd.conf (breaks RFC1123, | tv |
| 1998-06-26 | add "-s" flag (like telnetd and login) | msaitoh |
| 1998-06-26 | add "-s" flag (SecureID). | msaitoh |
| 1998-06-21 | GLOB_QUOTE is gone; per POSIX, backslash quoting of special characters being | kleink |
| 1998-06-19 | GLOB_QUOTE is dead; per POSIX, backslash quoting of special characters being | kleink |
| 1998-06-08 | Implement a new manual page category ``SECURITY CONSIDERATIONS'' | lukem |
| 1998-06-08 | support displaying the stderr output from a LIST or a conversion to | lukem |
| 1998-06-03 | Show/log the strerror(errno) string when getcwd fails | mouse |
| 1998-06-03 | Fix some problems with failed getcwd commands, reported in PR bin/5531 | hubertf |
| 1998-05-21 | use TM_YEAR_BASE (not 1900) - not that we expect it to change in any case :) | lukem |
| 1998-04-29 | fix bad .Xr references | fair |
| 1998-04-28 | Change occurrences of "UNIX" to .Ux or .At as appropriate. | fair |
| 1998-04-13 | fix disabling of optimization on powerpc (set COPTS *after* <bsd.prog.mk>...) | lukem |
| 1998-04-09 | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, | tv |
| 1998-04-01 | Need <time.h> for time() prototype. | kleink |
| 1998-04-01 | Need <time.h> for time(), localtime() and ctime() prototypes. | kleink |
| 1998-02-23 | Send back an error message rather than dumping core when an invalid | cjs |
| 1998-02-13 | Disable RNFR command for guest users so that they can't rename (and thus | cjs |
| 1998-02-01 | - #endif foo -> #endif /* foo */ | christos |
| 1998-01-23 | expand on the checkportcmd option. | mrg |
| 1997-12-31 | clarify /etc/ftpwelcome is shown *before* login | lukem |
| 1997-12-28 | set $HOME to "/" for guest or chroot users, pw->pw_dir otherwise. | lukem |
| 1997-11-28 | use 300 seconds (as per login(1)) for initial timeout, rather than 900 secs | lukem |
| 1997-11-28 | * initialise curclass.timeout to 900 in main(), so that operations that | lukem |
| 1997-11-16 | log debug stuff using LOG_DEBUG not LOG_INFO | lukem |
| 1997-11-11 | * change checkportcmd syntax to `checkportcmd class [off]' (as per `modify') | lukem |
| 1997-11-11 | increment version. | mrg |
| 1997-11-11 | oops, missed this bit in previous change. | mrg |
| 1997-11-11 | add a "checkportcmd <class>" option that stops ftp bounce attacks. | mrg |