summaryrefslogtreecommitdiff
path: root/libexec/ftpd
AgeCommit message (Expand)Author
2005-04-10s/getpwnam/sgetpwnam/ Found by John Nemeth.christos
2005-03-09Add -lcrypt where -lcrypto is specified.christos
2005-03-04Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compilinghe
2005-03-03* Add hidesymlinks configuration optionginsbach
2005-02-20Add PAM and LOGIN_CAP support. Mostly from FreeBSD. If pam is defined,christos
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2005-01-05Reorder some declarations so that parsers generated by bison can compile.lukem
2004-12-11change _PATH_FOO to _NAME_FOO where FOO is not a path. I'll discuss withchristos
2004-12-09Fix inverted test for expired passwords. Mea culpa.ginsbach
2004-11-19* Don't allow accounts with age expired passwords to login. Any accountginsbach
2004-11-11Don't write trash in ut_ss; either initialize it to 0, or put in the properchristos
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2004-08-09Fixes from (or inspired by) OpenBSD:lukem
2004-07-16Correctly clamp illegal "SITE CHMOD" mode values. From OpenBSD.lukem
2004-07-16Fix minor memory leak with fromname. Inspired by OpenBSD.lukem
2003-12-10Use sysconf(_SC_LOGIN_NAME_MAX) to determine the length of loginlukem
2003-10-13Move Jason Downs's code from a 4-clause to a 3-clause licence byagc
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-23split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.seitojun
2003-06-30Add ftpd_loginx() and ftpd_logwtmpx() and use them to hold wtmpx filetacha
2003-06-27Add Ns.wiz
2003-03-31behaviour->behaviorperry
2003-03-03Don't declare "yylex()" static; AFAICT it shouldn't be, and it causeslukem
2003-03-03Fix typos accidentally introduced in rev 1.70 as part of the largelukem
2003-02-28it's actually 2003 ...lukem
2003-02-26Add '-L xferlogfile', to write xferlog entries there rather than syslog them.lukem
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-24Fix uninitialized variable "notglob" in send_file_list() that was causingerh
2003-02-24Fix uninitialized variable in mlsname()erh
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-02-19gidlist is nolonger an array.matt
2003-02-19Stop ftpd changing inetd's 'logname'dsl
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-01-22Apply DoS fix as described by Crist J. Clark <crist.clark@attbi.com>lukem
2003-01-22Fixes from Dmitry Sivachenko <demon@freebsd.org>:lukem
2003-01-16Rename `sigset' locals to avoid symbol shadowing warning.kleink
2003-01-08ftpd was unable to service the pwd request once you entered a directorymanu
2002-12-06Avoid conflict with reserved identifier "log".thorpej
2002-11-29-1 -> \-1.wiz
2002-11-29- convert to using libc's strsuftoll(3)lukem
2002-11-16audit use of strto* - beware of ERANGE, as well as typecast on result.itojun
2002-10-26tweak reference to melukem
2002-10-26crank version for statfilecmd() 'fix'lukem
2002-10-25Turns out that our implementation of STAT wasn't RFC 959 compliant.itojun
2002-10-12* enclose unknown command strings inside a pair of 's to clearly mark thedarrenr
2002-10-11"Command not implemented." is 502, not 501 (RFC959, 4.2.1)darrenr
2002-10-07Change arguments of login_utmp(line, name, host) (to be consistentlukem