summaryrefslogtreecommitdiff
path: root/libexec/ftpd
AgeCommit message (Expand)Author
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-07-10base64_encode(): separate out the special case for the last 2 bytes, andlukem
2000-07-09- base64_encode(): fix garbled output due to fencepost error. output nowlukem
2000-07-09setproctitle(), and for any other printf variants, it is not a good idealukem
2000-07-09More -Wformat cleanups.sommerfeld
2000-07-08More format paranoia.sommerfeld
2000-07-05setproctitle(), and for any other printf variants, it is not a good ideaitojun
2000-07-03Make things builds with GCC 2.96matt
2000-06-20fix problems noted by <dogcow@redback.com> in [bin/10390] and private email:lukem
2000-06-20Merge a bunch of things from crypto-us and crypto-intl into basesrc,thorpej
2000-06-19rewrite method of traversing facttab[]; use size of list to terminatelukem
2000-06-19various fixes suggested by Robert Elz:lukem
2000-06-16include <krb5/krb5.h> before including extern.h, so krb5_context is definedexplorer
2000-06-14correct LPSV/LPRT display on STAT command.itojun
2000-06-14major overhaul (just before netbsd 1.5 :-):lukem
2000-06-02make this compile with KERBEROS5 defined. Note: only one of KERBEROS or KER...explorer
2000-06-02Make this build again with crypto-us, after recent changes to k{,5}login.c.fredb
2000-05-30Clarify the meaning of `directive', as requested in [security/10229]lukem
2000-05-30add comment on IPv4 mapped address twistitojun
2000-05-20- Always close(pdata) if it was a valid filedescriptor before setting it to -1.lukem
2000-05-20convert to ANSI C as per style guidelukem
2000-05-16move IPv6 considerations into BUGS sectionitojun
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