summaryrefslogtreecommitdiff
path: root/libexec/ftpd
AgeCommit message (Expand)Author
2000-03-06only define _DEFAULT_CONFDIR if not set. (allows compile-time override)lukem
2000-03-05* don't bother with a version[] string, just use the macro as appropriatelukem
2000-02-14Move include/kerberosIV/com_err.h to include/com_err.haidan
2000-01-13suppress verbose messages from CWD and post-login if the firstlukem
2000-01-12* add ftpd.conf directive `portrange class min max', which allows specificationlukem
2000-01-10fix problem where ftpd.conf lines would match everything if there waslukem
2000-01-09* new ftpd.conf directive:lukem
2000-01-08reference usr/share/examples/ftpd/ftpuserslukem
2000-01-08missing "." on replylukem
2000-01-08features:lukem
1999-12-26* document all classtype defaultslukem
1999-12-21crank versionlukem
1999-12-21* add support for optional groupglob in ftpuser entry. the syntax is now:lukem
1999-12-21trivial simplificationlukem
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-16crank versionlukem
1999-12-16cleanuplukem
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-13do not perform setsockopt(IP_TOS) on mapped connections (IPv4 connectionitojun
1999-12-13avoid use of s6_addr32, as it is non-standard.itojun
1999-12-12* change format of /etc/ftpusers lines fromlukem
1999-12-09close pdata when it is kept opened till call to {,long_}passive().itojun
1999-12-07* change ftpd_popen() to take char *argv[] instead of char *cmd.lukem
1999-11-28check return val of sl_init() and sl_add()lukem
1999-10-04Don't use undefined C expression. Patch supplied by David A. Hollandtron
1999-09-30Avoid segmention fault if there is an empty line in "/etc/ftpusers".tron
1999-09-06In the command table, remove a trailing comma and make white spacesimonb
1999-09-01ftpd(8): Copy sin6_scope_id from control connection to active dataitojun
1999-08-25more kerberos5 fixeschristos
1999-08-25Make this compile with krb5.christos
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-20optionally include CRYPTOPATH Makefile.frag files.mrg
1999-07-12Use bsd.crypto.mk.thorpej
1999-07-11more sanity check on LPRT.itojun
1999-07-11make LPRT on IPv4 work.itojun
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