summaryrefslogtreecommitdiff
path: root/libexec/ftpd/version.h
AgeCommit message (Expand)Author
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
2000-11-24cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachitojun
2000-11-16- new ftpd.conf directives:lukem
2000-11-15changes to improve portability:lukem
2000-11-13- improve RFC2428 conformance.itojun
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-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-06-19various fixes suggested by Robert Elz:lukem
2000-06-14major overhaul (just before netbsd 1.5 :-):lukem
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-01-13suppress verbose messages from CWD and post-login if the firstlukem