summaryrefslogtreecommitdiff
path: root/libexec/ftpd
AgeCommit message (Expand)Author
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
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