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
/
cmds.c
Age
Commit message (
Expand
)
Author
2016-01-17
PR/50665: David Binderman: move "dir" to the outer scope so it stays alive
christos
2015-08-10
Fix directory stream leaks
shm
2013-07-03
check that stat succeeded before testing the guts of struct stat
christos
2013-06-28
Fix violations of the sequence point rule.
joerg
2012-06-19
Pass WARNS=5
dholland
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
2008-12-29
fix for 64 bit time_t and dev_t
christos
2008-09-13
Crank copyright dates
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
2006-02-01
debug -> ftpd_debug
christos
2004-08-09
Fixes from (or inspired by) OpenBSD:
lukem
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-02-24
Fix uninitialized variable in mlsname()
erh
2003-01-08
ftpd was unable to service the pwd request once you entered a directory
manu
2002-10-25
Turns 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 the
darrenr
2002-10-11
"Command not implemented." is 502, not 501 (RFC959, 4.2.1)
darrenr
2002-02-13
Fixes for mlsd/mlst standards conformance issues (noted by Robert Elz):
lukem
2002-02-01
fix previous, and ensure that closedataconn() is only called after dataconn()
lukem
2002-01-17
reject SIZE request for ascii file if it exceeds 10k.
itojun
2001-04-25
crank copyrights of files changed this year
lukem
2001-01-09
ensure replydirname() do not truncate the names.
itojun
2001-01-09
make sure we do not return stray " at the end of stirng, like bla"\0.
itojun
2000-12-18
Features:
lukem
2000-12-04
in replydirname(), avoid one-byte overrun.
itojun
2000-11-16
- new ftpd.conf directives:
lukem
2000-11-15
changes to improve portability:
lukem
2000-07-10
base64_encode(): separate out the special case for the last 2 bytes, and
lukem
2000-07-09
- base64_encode(): fix garbled output due to fencepost error. output now
lukem
2000-06-19
rewrite method of traversing facttab[]; use size of list to terminate
lukem
2000-06-19
various fixes suggested by Robert Elz:
lukem
2000-06-16
include <krb5/krb5.h> before including extern.h, so krb5_context is defined
explorer
2000-06-14
major overhaul (just before netbsd 1.5 :-):
lukem