summaryrefslogtreecommitdiff
path: root/libexec/ftpd/ftpd.8
AgeCommit message (Expand)Author
2005-08-07Sort options.wiz
2005-08-04Implement option "-D", for running ftpd in standalone mode (daemon).peter
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-28it's actually 2003 ...lukem
2003-02-26Add '-L xferlogfile', to write xferlog entries there rather than syslog them.lukem
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2002-10-26tweak reference to melukem
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-15Drop some unnecessary .Pps, sort SEE ALSO, whitespace nits.wiz
2001-10-13set "upload guest on" in incoming example, even though it is the defaultlukem
2001-08-31Expand description of shells(5) requirement.lukem
2001-07-08Alan Barrett informs me that "advertise" (instead of "advertize") islukem
2001-06-26s/tise/tize/ in docco, add "advertize" as synonym for "advertise"lukem
2000-12-18Features:lukem
2000-12-01fix typolukem
2000-11-16- new ftpd.conf directives:lukem
2000-07-28wtmp is in /var/log not /var/run ...lukem
2000-07-26add support for -W; don't log to wtmp (orthogonal of -U which logs to utmp).lukem
2000-07-26document /var/run/[uw]tmp, /var/run/ftpd.pids-CLASSlukem
2000-07-23* make checkportcmd the default. this breaks third-party proxy ftp butlukem
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-06-20fix problems noted by <dogcow@redback.com> in [bin/10390] and private email:lukem
2000-06-19various fixes suggested by Robert Elz:lukem
2000-06-14major overhaul (just before netbsd 1.5 :-):lukem
2000-05-16move IPv6 considerations into BUGS sectionitojun
2000-01-13suppress verbose messages from CWD and post-login if the firstlukem
2000-01-08features:lukem
1999-12-19* add back support for `-h hostname'; it still may be useful to overridelukem
1999-12-18deprecate -h hostname in favour of automatic determination of local hostname.lukem
1999-12-18* move version to separate header filelukem
1999-12-16install ftpusers(5) as ftpchroot(5). more cleanupslukem
1999-12-16* add support for `-h hostname', which defines the hostname to advertiselukem
1999-12-16separate ftpd.conf(5) and ftpusers(5) out from ftpd(8).lukem
1999-12-12* change format of /etc/ftpusers lines fromlukem
1999-08-02Document setup of "ftp-only" non-anonymous accounts.hubertf
1999-07-27handle IPv4 TCP control connection, toward AF_INET6 socket.itojun
1999-07-11make LPRT on IPv4 work.itojun
1999-07-02typo fix: s/LPSV/LPRT/itojun
1999-07-02dual-stack ftpd. run this from inetd, like:itojun
1999-05-17features/fixes:lukem
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-02-05* actually commit the changes which add support for recognising RFC 2228lukem
1998-11-18Fix typo, per PR 6457 by Geoff C. Wing <gcw@pobox.com>hubertf
1998-11-17s/a a/a/msaitoh
1998-09-07new features:lukem
1998-09-05* implement NOARGS state, for commands which don't take any arguments.lukem
1998-07-13remove Extraneous .El call which caused formatting problemlukem
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