summaryrefslogtreecommitdiff
path: root/libexec/ftpd
AgeCommit message (Expand)Author
1999-07-02close data socket when new EPRT command comes.itojun
1999-07-02typo fix: s/LPSV/LPRT/itojun
1999-07-02dual-stack ftpd. run this from inetd, like:itojun
1999-06-26Remove the .ifdef to compile without optimization on powerpc since thedanw
1999-06-05Set keepalives on the sockets to force logouts on connections that havebriggs
1999-05-26move stuff around, so the `thank you' message is counted in thelukem
1999-05-24* Cast %q[ud] arguments to fix ILP32/LP64 off_t variation.ross
1999-05-24Define types for ILP32/LP64-harmonized %q[du] arguments.ross
1999-05-24LP64ize %q use.ross
1999-05-19Cast away a const for now; const poisoning kerberos #0.thorpej
1999-05-18* fix a problem in retrieve() where arguments to commands weren't workinglukem
1999-05-17features/fixes:lukem
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
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