summaryrefslogtreecommitdiff
path: root/libexec/ftpd
AgeCommit message (Expand)Author
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
1997-10-19Use remove(3) rather than stat(2)ing the file, yadda yadda.mycroft
1997-10-19Use S_IS*(), not S_IF*.mycroft
1997-10-12SRCS must be defined *before* bsd.prog.mk is included...mycroft
1997-10-12Add some krb5 hooks, though it probably doesn't work yet.mycroft
1997-10-12Actually, do Kerberos first, since we want to get a TGT if possible.mycroft
1997-10-12Format police.mycroft
1997-10-12Oops; fix typo.mycroft
1997-10-12Conditionalize s/key support.mycroft