summaryrefslogtreecommitdiff
path: root/libexec/ftpd/ftpd.c
AgeCommit message (Expand)Author
2001-12-12remove extraneous ": " from messagelukem
2001-12-06Fix skey password challenge. Problem reported in [bin/14848] by John F. Woods.lukem
2001-12-04Add two new ftpd.conf(5) directives:lukem
2001-12-01- enable case insensitive fnmatch(3)ing for hostname globs in ftpusers(5)lukem
2001-11-27- Don't try and use the motd if it's empty.lukem
2001-09-24va_{start,end} audit:wiz
2001-09-19a few changes from Mike Heffner <mheffner@vt.edu> in private email: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
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-04-25crank copyrights of files changed this yearlukem
2001-04-12minor knf post aidan's oob rototilllukem
2001-04-01As threatened, handle OOB commands from within ftpcmd.y.aidan
2001-03-16Use GLOB_LIMIT. Also fix a bug where gl_offs was not initialized and couldchristos
2001-02-04fix redundant declarations.christos
2001-01-16comment or delete text after CPP directives.cgd
2001-01-10consistently use syslog prioritieslukem
2000-12-18Features:lukem
2000-11-30initialise confdir to _DEFAULT_CONFDIR again, so that -C works...lukem
2000-11-30- rename valid_passwd() -> checkpassword()lukem
2000-11-30- move password checking into separate valid_passwd() function, to assistlukem
2000-11-28modify dolog() to take a struct sockinet * instead of struct sockaddr *lukem
2000-11-28- ensure all uses of AF_INET6 are wrapped in #ifdef INET6lukem
2000-11-24cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachitojun
2000-11-16- new ftpd.conf directives:lukem
2000-11-15we can assume presense of getaddrinfo.itojun
2000-11-15changes to improve portability:lukem
2000-11-13correct result code on invalid port number against EPRT.itojun
2000-11-13plug memory leakitojun
2000-11-13- improve RFC2428 conformance.itojun
2000-09-28call setlogin() before dropping root privileges, so that processjdolecek
2000-09-15Make this compile again without -DINET6 and without get{addr,name}info(3)christos
2000-07-29Fixed s/key compile bug.martin
2000-07-26add support for -W; don't log to wtmp (orthogonal of -U which logs to utmp).lukem
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-08More format paranoia.sommerfeld
2000-07-05setproctitle(), and for any other printf variants, it is not a good ideaitojun
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-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-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-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