summaryrefslogtreecommitdiff
path: root/libexec/ftpd
AgeCommit message (Expand)Author
2009-11-07NetBSD-ftpd 20091107:lukem
2009-07-13Rename internal getline() function to get_line() so it doesroy
2009-05-01Drop trailing whitespace.wiz
2009-05-01Simplify the example command used to extract a wu-ftpd compatible xferlog.lukem
2009-04-09Don't use .Xo/.Xc or .Oo/.Oc over .It lines to work around the macrojoerg
2009-03-18Fix 'vfork clobber' warning on vax.lukem
2009-03-15Declare all columns.joerg
2009-03-15Fix WARNS=4 issues (const & sign mismatches, etc)lukem
2009-03-02bump version for remoteloghost & portability changeslukem
2009-03-02Use LLF (et al) instead of "%lld" (et al).lukem
2009-01-08PR/40339: Ed Ravin: make ftpd log both the hostname and numeric address.christos
2008-12-29fix for 64 bit time_t and dev_tchristos
2008-10-28Constify.lukem
2008-09-21Use passwd(5) instead of /etc/pwd.db as the name of the "password data base".lukem
2008-09-16Enhance -C to support an optional @host ('-C user[@host]'):lukem
2008-09-16Support building with -DNO_INTERNAL_LSlukem
2008-09-13Don't split large commands into multiple commands; just fail on them.lukem
2008-09-13Crank copyright dateslukem
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