summaryrefslogtreecommitdiff
path: root/libexec/ftpd
AgeCommit message (Expand)Author
1999-02-24Make this build with KERBEROS5 defined.explorer
1999-02-18Remove 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 2228lukem
1999-01-03rcsid policelukem
1999-01-02Fix compile warning on alpha (%qd and off_t lossage).nathanw
1998-12-28* replace LOG(CMD|BYTES) macros with logcmd(), which is a cleanerlukem
1998-11-18Fix typo, per PR 6457 by Geoff C. Wing <gcw@pobox.com>hubertf
1998-11-17s/a a/a/msaitoh
1998-09-12Need <signal.h> for sig_atomic_t.kleink
1998-09-12Make the external declaration of `transflag' match its definition; from R. C.kleink
1998-09-07bump version from 7.03 to 7.1.0 (new commands available)lukem
1998-09-07remove nack() - missed in previous worklukem
1998-09-07new 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-05replace malloc/strcpy with strduplukem
1998-07-27const poisoning.mycroft
1998-07-27const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-13remove Extraneous .El call which caused formatting problemlukem
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-06-30Add the ability to disable passive connects in ftpd.conf (breaks RFC1123,tv
1998-06-26add "-s" flag (like telnetd and login)msaitoh
1998-06-26add "-s" flag (SecureID).msaitoh
1998-06-21GLOB_QUOTE is gone; per POSIX, backslash quoting of special characters beingkleink
1998-06-19GLOB_QUOTE is dead; per POSIX, backslash quoting of special characters beingkleink
1998-06-08Implement a new manual page category ``SECURITY CONSIDERATIONS''lukem
1998-06-08support displaying the stderr output from a LIST or a conversion tolukem
1998-06-03Show/log the strerror(errno) string when getcwd failsmouse
1998-06-03Fix some problems with failed getcwd commands, reported in PR bin/5531hubertf
1998-05-21use TM_YEAR_BASE (not 1900) - not that we expect it to change in any case :)lukem
1998-04-29fix bad .Xr referencesfair
1998-04-28Change occurrences of "UNIX" to .Ux or .At as appropriate.fair
1998-04-13fix 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-01Need <time.h> for time() prototype.kleink
1998-04-01Need <time.h> for time(), localtime() and ctime() prototypes.kleink
1998-02-23Send back an error message rather than dumping core when an invalidcjs
1998-02-13Disable RNFR command for guest users so that they can't rename (and thuscjs
1998-02-01- #endif foo -> #endif /* foo */christos
1998-01-23expand on the checkportcmd option.mrg
1997-12-31clarify /etc/ftpwelcome is shown *before* loginlukem
1997-12-28set $HOME to "/" for guest or chroot users, pw->pw_dir otherwise.lukem
1997-11-28use 300 seconds (as per login(1)) for initial timeout, rather than 900 secslukem
1997-11-28* initialise curclass.timeout to 900 in main(), so that operations thatlukem
1997-11-16log debug stuff using LOG_DEBUG not LOG_INFOlukem
1997-11-11* change checkportcmd syntax to `checkportcmd class [off]' (as per `modify')lukem
1997-11-11increment version.mrg
1997-11-11oops, missed this bit in previous change.mrg
1997-11-11add a "checkportcmd <class>" option that stops ftp bounce attacks.mrg