summaryrefslogtreecommitdiff
path: root/libexec/ftpd
AgeCommit message (Expand)Author
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-06-09Add missing RCSID.lukem
2008-06-09Don't use non-standard "u_<foo>" types.lukem
2008-05-02Move TNF licenses to 2 clause formmartin
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-27Reorganize USE_PAM support so that the reply(331,) from USER islukem
2008-03-09Switch from lockf() to (more portable) fcntl() lockinglukem
2008-01-30Explicitly note the unsupported requests from RFC 2228.lukem
2007-12-02filetypes -> file types.wiz
2007-07-23Rename cred_t to ftpd_cred_t; the former causes a nameclash on Solaris.lukem
2007-07-22Rename HAVE_SOCKADDR_SA_LEN to HAVE_STRUCT_SOCKADDR_SA_LEN.lukem
2007-06-10PR/36468: Andreas Wrede: ftpd(8) always logs hostnames. Add -n option to displaychristos
2007-05-10Replace references from draft-ietf-ftpext-mlst-NN to RFC 3659.lukem
2007-04-13Expand documentation on numeric argument suffix parsing, and convertlukem
2007-01-20PR/35449: Shigeya Suzuki: ftpd does not register socket address into PAM +FIXchristos
2006-12-17fix volatile and initialization issues, from Anon Ymouschristos
2006-12-14Complete the move of string_to_flags() and flags_to_string() from thehe
2006-12-04allow compilation without SUPPORT_UTMPjdolecek
2006-09-26Fix -ULOGIN_CAP compile.lukem
2006-09-25Update to 20060923 for the following changes:lukem
2006-09-23Apply patch from PR bin/33261 sent by FUKAOMI Naoki:xtraeme
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-03-23Remove more references to kerberosIV.wiz
2006-03-17Remove unreachable code (res could never be NULL here).peter
2006-03-17Set file to NULL after calling fclose().peter
2006-03-17Make sure that "su" is initialized before dereferencing it.peter
2006-02-25Fix some typos.wiz
2006-02-01debug -> ftpd_debugchristos
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-10-02Fix comment about DEFAULT_UMASK.lukem
2005-09-11Remove duplicate line. From YOMURA Masanori in private mail.wiz
2005-09-10Fix typo.wiz
2005-08-24* Add recvbufsize configuration optionginsbach
2005-08-07Sort options.wiz
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-06-23cleanup utmp and utmpx support.christos
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