summaryrefslogtreecommitdiff
path: root/libexec/ftpd/ftpd.8
AgeCommit message (Expand)Author
2015-10-25No longer create /var/run/ftpd.pid in daemon mode; OK jung@ jca@Todd C. Miller
2015-10-19Delete the empty example file "ftpchroot"; no example is needed.Ingo Schwarze
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-03-17tweak previous;Jason McIntyre
2014-03-17Add an option to disallow ftp access to accounts with uid below a certainStuart Henderson
2012-09-27last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-08-04MDTM and SIZE have been in RFC 3659 for over five years. Also, mention bothPascal Stumpf
2011-12-15s,/var/run/wtmp,/var/log/wtmp and add it to FILES.Antoine Jacoutot
2011-12-14Add a new '-W' option to prevent saving login records to /var/run/wtmp.Antoine Jacoutot
2010-08-30Add missing network service name from /var/log/ftpd entries.lum
2007-05-31convert to new .Dd format;Jason McIntyre
2005-09-09uppercase `FTP' when talking about the protocol rather than theJason McIntyre
2004-11-28remove no longer appropriate bugs sectionHenning Brauer
2004-11-21clarify -A option;Jason McIntyre
2003-11-20ftpd.8:Jason McIntyre
2003-09-04typo;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02- sort an Xr to selfJason McIntyre
2003-04-14built in -> built-in;Jason McIntyre
2003-01-31typos;Jason McIntyre
2002-11-15o Once a user is logged in, don't allow a change to another user.Todd C. Miller
2002-08-28o) start new sentence on a new line;Mike Pechkin
2002-08-20-n: disallow anon ftp even if ftp account existsTheo de Raadt
2002-07-28talk about auth-ftp, not auth-ftpd entry in login.conf; from francesco@toscan...Peter Valchev
2002-07-14make ftpd always listen to a high tcp port for passive data connections.Jakob Schlyter
2002-03-27From David Krause:Todd C. Miller
2002-03-16o Don't allow password-less accounts to login (like in 2.9 and below)Todd C. Miller
2001-11-22since 3.0 ftpd allow users w/o password. Spotted by form@.Mike Pechkin
2001-11-13o) fix bogus .Xr usage;Mike Pechkin
2001-10-10ftp-chroot variable is documented in this man page, not login.conf(5)Todd C. Miller
2001-08-22missing spaceBob Beck
2001-08-22See also ftp-proxyBob Beck
2001-08-20Powered by @mantoya.Mike Pechkin
2001-07-03Use the 'welcome' variable from login.conf instead of hard-codingTodd C. Miller
2001-06-28Clariry, brevity and grammarTodd C. Miller
2001-05-29use BSD authenticationTodd C. Miller
2001-04-24compatility -> compatibility; mpech@prosoft.org.lvAaron Campbell
2001-01-06Expand tilde (~) in ftp-dir login.conf variable. Closes PR 1382Todd C. Miller
2000-12-24Xr shells(5), not getusershell(3).Aaron Campbell
2000-12-02The man page says the default umask is 027 but it is really 022 sinceTodd C. Miller
2000-09-08Some miscellaneous man page repairs.Aaron Campbell
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-08-17document -4 and -6 optionsBrad Smith
2000-08-13Remove documentation for non-existent -p option; a7r@andern.orgTodd C. Miller
2000-06-18transfered -> transferredAaron Campbell
2000-06-17pr 772; -u blocks chmod command, michaels@inet.noTheo de Raadt
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
1999-12-03Write pid to /var/run/ftpd.pid if running in daemon mode.Todd C. Miller