index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
ftpd
/
ftpd.c
Age
Commit message (
Expand
)
Author
2015-08-10
Fix directory stream leaks
shm
2015-01-25
blacklist hooks
christos
2013-07-31
fstat returns -1 on error (Maxime Villard)
christos
2013-07-03
remove unneeded initialization.
christos
2012-06-19
Pass WARNS=5
dholland
2011-09-16
NULL does not need a cast, here
plunky
2011-09-04
Reduce priority of syslog message if getpeername returns ENOTCONN.
lukem
2011-08-29
Use __dead
joerg
2009-07-13
Rename internal getline() function to get_line() so it does
roy
2009-03-15
Fix WARNS=4 issues (const & sign mismatches, etc)
lukem
2009-03-02
Use LLF (et al) instead of "%lld" (et al).
lukem
2009-01-08
PR/40339: Ed Ravin: make ftpd log both the hostname and numeric address.
christos
2008-12-29
fix for 64 bit time_t and dev_t
christos
2008-10-28
Constify.
lukem
2008-09-16
Enhance -C to support an optional @host ('-C user[@host]'):
lukem
2008-09-13
Don't split large commands into multiple commands; just fail on them.
lukem
2008-07-20
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2008-06-09
Don't use non-standard "u_<foo>" types.
lukem
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-27
Reorganize USE_PAM support so that the reply(331,) from USER is
lukem
2007-07-23
Rename cred_t to ftpd_cred_t; the former causes a nameclash on Solaris.
lukem
2007-07-22
Rename HAVE_SOCKADDR_SA_LEN to HAVE_STRUCT_SOCKADDR_SA_LEN.
lukem
2007-06-10
PR/36468: Andreas Wrede: ftpd(8) always logs hostnames. Add -n option to display
christos
2007-01-20
PR/35449: Shigeya Suzuki: ftpd does not register socket address into PAM +FIX
christos
2006-12-17
fix volatile and initialization issues, from Anon Ymous
christos
2006-09-26
Fix -ULOGIN_CAP compile.
lukem
2006-05-09
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
mrg
2006-03-17
Remove unreachable code (res could never be NULL here).
peter
2006-03-17
Set file to NULL after calling fclose().
peter
2006-03-17
Make sure that "su" is initialized before dereferencing it.
peter
2006-02-25
Fix some typos.
wiz
2006-02-01
debug -> ftpd_debug
christos
2005-11-24
NLST should return 450 instead of 550 upon error, per RFC 959.
lukem
2005-10-03
logxfer(): don't use the same buffer to store the results of two separate
lukem
2005-08-24
* Add recvbufsize configuration option
ginsbach
2005-08-04
Implement option "-D", for running ftpd in standalone mode (daemon).
peter
2005-06-23
cleanup utmp and utmpx support.
christos
2005-04-10
s/getpwnam/sgetpwnam/ Found by John Nemeth.
christos
2005-02-20
Add PAM and LOGIN_CAP support. Mostly from FreeBSD. If pam is defined,
christos
2004-12-11
change _PATH_FOO to _NAME_FOO where FOO is not a path. I'll discuss with
christos
2004-12-09
Fix inverted test for expired passwords. Mea culpa.
ginsbach
2004-11-19
* Don't allow accounts with age expired passwords to login. Any account
ginsbach
2004-11-11
Don't write trash in ut_ss; either initialize it to 0, or put in the proper
christos
2004-11-05
Add (unsigned char) cast to ctype functions
dsl
2004-08-09
Fixes from (or inspired by) OpenBSD:
lukem
2003-12-10
Use sysconf(_SC_LOGIN_NAME_MAX) to determine the length of login
lukem
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-30
Add ftpd_loginx() and ftpd_logwtmpx() and use them to hold wtmpx file
tacha
2003-02-26
Add '-L xferlogfile', to write xferlog entries there rather than syslog them.
lukem
2003-02-24
Fix uninitialized variable "notglob" in send_file_list() that was causing
erh
[next]