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
/
tftpd
/
tftpd.c
Age
Commit message (
Expand
)
Author
2016-07-20
CID 976523: add FALLTHROUGH
shm
2015-05-05
Add a -b flag so that clients that return their acknowledgements to the
buhrow
2013-10-04
- complete renaming of -w to -c from 1.38
jnemeth
2013-07-04
Simplify error handling and make it actually return a useable error code.
christos
2013-07-03
Check snprintf for -1 (Maxime Villard)
christos
2013-06-28
Prevent buffer overflows; reported by Maxime Villard
christos
2011-08-29
Use __dead
joerg
2010-04-29
Rename -w to -c by popular demand
hubertf
2010-04-28
tftpd(8): Add -w so files can be uploaded without requiring them
hubertf
2010-01-09
fix build
mbalmer
2010-01-09
newer versions of NetBSD turn on -Wsign-compare
christos
2010-01-08
Sync usage with man page.
wiz
2010-01-08
Patrick Welche <prlw1@cam.ac.uk>
christos
2009-03-16
fix shadowed variable
lukem
2008-07-21
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2006-05-09
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
mrg
2004-11-05
Add (unsigned char) cast to ctype functions
dsl
2004-05-05
Make sure we tzset() before chroot(); after passing that point
kleink
2004-01-06
Remove duplicated headers. Pointed out by Peter Postma in PR bin/24002.
briggs
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-11
Support negotiation and use of TFTP Option Extension (rfc 2347) for the
briggs
2001-10-09
Enable verbose debugging messages via tftpd.
christos
2001-02-19
convert to use getprogname()
cgd
2001-01-09
convert to ansi knf
lukem
2000-11-21
make sure we do not overrun packet buffer when we set error message string.
itojun
2000-11-21
handle getnameinfo error properly
itojun
2000-10-18
defs had 'short block' for blocksize; changed defs to be unsigned.
dogcow
1999-07-12
IPv6 support.
itojun
1999-06-23
If opening files for writing, be sure to truncate.
carrel
1999-02-07
Fix for bin/4637, mostly as discussed on current-users.
aidan
1998-09-20
Remember the interface the request comes in on, so we will reply to the
explorer
1998-07-29
* implement -u user and -g group - to specify the username and/or
lukem
1998-07-26
const poisoning.
mycroft
1998-07-03
clean up a bit of cruft.
mrg
1997-11-06
fix so syslog works after chroot, by adding LOG_NDELAY to openlog.
lukem
1997-10-19
Use S_IS*(), not S_IF*.
mycroft
1997-10-07
WARNS?=1. merge lite-2.
mrg
1997-04-22
get rid of supplementary groups.
mrg
1995-06-04
The tftpd daemon must be invoked as root in order for the chroot()
jtc
1995-06-03
Fill in sin_len.
mycroft
1994-03-01
From Christos Zoulas <christos@deshaw.com>:
cgd
1994-01-10
Add -s flag, per Roland McGrath, with changes and a manual page addition by me.
mycroft
1993-08-01
Add RCS identifiers.
mycroft
1993-04-18
Cleanup for GCC 2.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd