summaryrefslogtreecommitdiffstats
path: root/libexec/tftpd/tftpd.c
Commit message (Expand)AuthorAgeFilesLines
* Correct indent.ume2002-04-261-15/+15
* IPv6 support for tftp/tftpd.ume2002-04-111-15/+60
* Better handle the case with a network that drops packets by retryingambrisko2002-04-091-3/+13
* o __P removalimp2002-02-071-41/+31
* Change the failure mode in option parsing to silently bailing out of optionbenno2001-11-221-2/+9
* When we set our UID to `nobody', set an appropriate group also.obrien2001-10-221-0/+1
* RFC2349 (http://www.hypermail.org/rfcs/rfc2349.html) adds supportobrien2001-09-271-9/+120
* Fix tftpd and tftp to support file transfers of over 65535 blocksasmodai2001-02-021-2/+2
* Add -c/C which chroots by IP of tftp client, (i.e. /tftproot/127.0.0.1/).billf2001-01-251-1/+24
* Allow tftpd to run as a specified user, not just `nobody'.wollman2000-09-141-3/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Ensure that things returned by gethostname() andbrian1999-04-071-4/+4
* Use realhostname() rather than various combinations ofbrian1999-04-061-18/+7
* Rename a function name so that it doesn't conflict with a future system call.dg1998-10-301-5/+5
* openlog() needs to have LOG_NDELAY added, or else the syslog() calls afterphk1998-04-121-2/+2
* Use full path in synopsis. Syslog will add trailing \n.charnier1997-12-031-15/+17
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
* Fix non explloitable buffer overflows (since the largest packet processedimp1997-03-241-3/+4
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Truncate the file when opening it with write intent. Otherwise,joerg1996-11-301-2/+2
* add forgotten $Id$wosch1996-09-221-0/+2
* Reviewed by: Bill Fenner <fennder@parc.xerox.com>imp1996-09-221-1/+32
* I think the security check to invalidate ALL write requests was just a littlejkh1995-02-261-2/+2
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+650
OpenPOWER on IntegriCloud