summaryrefslogtreecommitdiff
path: root/libexec/ftpd/version.h
AgeCommit message (Expand)Author
2009-11-07NetBSD-ftpd 20091107:lukem
2009-03-15Fix WARNS=4 issues (const & sign mismatches, etc)lukem
2009-03-02bump version for remoteloghost & portability changeslukem
2008-09-16Enhance -C to support an optional @host ('-C user[@host]'):lukem
2008-09-13Don't split large commands into multiple commands; just fail on them.lukem
2008-06-09Don't use non-standard "u_<foo>" types.lukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-27Reorganize USE_PAM support so that the reply(331,) from USER islukem
2006-09-25Update to 20060923 for the following changes:lukem
2005-11-24NLST should return 450 instead of 550 upon error, per RFC 959.lukem
2005-10-03logxfer(): don't use the same buffer to store the results of two separatelukem
2005-08-24* Add recvbufsize configuration optionginsbach
2005-08-04Implement option "-D", for running ftpd in standalone mode (daemon).peter
2005-07-26Crank version for Christos' utmpx/wtmpx changes on 20050623lukem
2005-03-03* Add hidesymlinks configuration optionginsbach
2004-11-19* Don't allow accounts with age expired passwords to login. Any accountginsbach
2004-08-09Fixes from (or inspired by) OpenBSD:lukem
2003-12-10Use sysconf(_SC_LOGIN_NAME_MAX) to determine the length of loginlukem
2003-06-30Add ftpd_loginx() and ftpd_logwtmpx() and use them to hold wtmpx filetacha
2003-02-26Add '-L xferlogfile', to write xferlog entries there rather than syslog them.lukem
2003-02-24use LLT and STRTOLL() instead of off_t and strtoull() for parsing thelukem
2003-02-23rename local copies of login(), logout() and logwtmp() tolukem
2003-02-23crank version for:lukem
2003-01-22Apply DoS fix as described by Crist J. Clark <crist.clark@attbi.com>lukem
2002-11-29- convert to using libc's strsuftoll(3)lukem
2002-10-26crank version for statfilecmd() 'fix'lukem
2002-10-07Change arguments of login_utmp(line, name, host) (to be consistentlukem
2002-10-03Enable GLOB_BRACE for ftpd.conf(5)'s `notify' directive.lukem
2002-07-02- Change lexer to support numbers > 2^31-1 (stored in an off_t), and allowlukem
2002-06-15crank copyrightlukem
2002-06-15Implement "SITE UMASK" `enabled command' check with (modified)lukem
2002-02-13Fixes for mlsd/mlst standards conformance issues (noted by Robert Elz):lukem
2002-02-11Don't log an xferlog-style entry if bytes == -1.lukem
2002-02-01fix previous, and ensure that closedataconn() is only called after dataconn()lukem
2002-01-21in closedataconn(), only close the passive data fd if the main datalukem
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-19a few changes from Mike Heffner <mheffner@vt.edu> in private email:lukem
2001-06-26s/tise/tize/ in docco, add "advertize" as synonym for "advertise"lukem
2001-04-25crank copyrights of files changed this yearlukem
2001-04-17use own code instead of bother with glob() to do ~ expansion in pathname;lukem
2001-04-17limit the number of matches in a ~ pathname glob, and complain if morelukem
2001-04-10bump version for IPv4 PASV fix. PR 12558itojun
2001-03-29crank for GLOB_LIMIT fixlukem
2000-12-18Features:lukem
2000-12-04in replydirname(), avoid one-byte overrun.itojun
2000-11-30- move password checking into separate valid_passwd() function, to assistlukem
2000-11-28- ensure all uses of AF_INET6 are wrapped in #ifdef INET6lukem