summaryrefslogtreecommitdiff
path: root/libexec/tftpd/tftpd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the duplicate logging of failed read requests, whose error messageMarius Strobl2010-09-241-1/+0
* Make WARNS=6 clean.Marius Strobl2010-09-241-6/+4
* Go ahead and merge the work edwin@ on tftpd into the tree. It is aWarner Losh2010-05-041-490/+332
* Add the -W options, which acts the same as -w but will generateEdwin Groothuis2007-11-231-5/+74
* o Missed colon in getopt(3) argument makes tftpd(8) crash. Fix that.Maxim Konovalov2005-05-311-1/+1
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesHajimu UMEMOTO2005-05-131-3/+2
* - Use socklen_t.Stefan Farfeleder2005-02-141-8/+5
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-161-1/+1
* The call to setuid(2) subsequently causes setgroups(2) to fail. setgroups(2)Christian S.J. Peron2004-06-301-2/+2
* Call tzset() at startup.Brian Somers2004-06-211-0/+3
* o Reduce path names in RRQ and WRQ packets by:Brian Somers2004-06-211-2/+34
* - Close fd if fdopen(fd) fails.Matthew N. Dodd2004-05-251-1/+2
* Add two new flags: -w, which allows new files to be created,Matthew N. Dodd2004-05-241-4/+22
* Fix a bug which causes wrong filename being written into the syslogMaxim Sobolev2003-11-201-1/+10
* properly refuse a connection in the -c case if the client ip's subdirectoryBill Fumerola2003-04-191-5/+6
* Clean up some warnings that don't result in a change in the object file:David Malone2003-03-201-17/+20
* Correct indent.Hajimu UMEMOTO2002-04-261-14/+14
* IPv6 support for tftp/tftpd.Hajimu UMEMOTO2002-04-111-14/+59
* Better handle the case with a network that drops packets by retryingDoug Ambrisko2002-04-091-3/+13
* o __P removalWarner Losh2002-02-071-41/+31
* Change the failure mode in option parsing to silently bailing out of optionBenno Rice2001-11-221-2/+9
* When we set our UID to `nobody', set an appropriate group also.David E. O'Brien2001-10-221-0/+1
* RFC2349 (http://www.hypermail.org/rfcs/rfc2349.html) adds supportDavid E. O'Brien2001-09-271-9/+120
* Fix tftpd and tftp to support file transfers of over 65535 blocksJeroen Ruigrok van der Werven2001-02-021-2/+2
* Add -c/C which chroots by IP of tftp client, (i.e. /tftproot/127.0.0.1/).Bill Fumerola2001-01-251-1/+24
* Allow tftpd to run as a specified user, not just `nobody'.Garrett Wollman2000-09-141-3/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Ensure that things returned by gethostname() andBrian Somers1999-04-071-4/+4
* Use realhostname() rather than various combinations ofBrian Somers1999-04-061-18/+7
* Rename a function name so that it doesn't conflict with a future system call.David Greenman1998-10-301-5/+5
* openlog() needs to have LOG_NDELAY added, or else the syslog() calls afterPoul-Henning Kamp1998-04-121-2/+2
* Use full path in synopsis. Syslog will add trailing \n.Philippe Charnier1997-12-031-15/+17
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Fix non explloitable buffer overflows (since the largest packet processedWarner Losh1997-03-241-3/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Truncate the file when opening it with write intent. Otherwise,Joerg Wunsch1996-11-301-2/+2
* add forgotten $Id$Wolfram Schneider1996-09-221-0/+2
* Reviewed by: Bill Fenner <fennder@parc.xerox.com>Warner Losh1996-09-221-1/+32
* I think the security check to invalidate ALL write requests was just a littleJordan K. Hubbard1995-02-261-2/+2
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-271-0/+650