summaryrefslogtreecommitdiffstats
path: root/libexec/tftpd
Commit message (Expand)AuthorAgeFilesLines
* Use a defined FreeBSD version.delphij2010-10-061-2/+2
* Remove the duplicate logging of failed read requests, whose error messagemarius2010-09-241-1/+0
* Make WARNS=6 clean.marius2010-09-246-44/+37
* Try to adhere to style.Makefile(5).marius2010-09-231-5/+3
* Move the pfrom initialization from before the setjmp to after theimp2010-09-151-2/+1
* Remove an explicit assignment of the CFLAGS variable intended forrpaulo2010-09-151-1/+0
* Bring in new files from edwin's tftpimp2010-05-0410-0/+2064
* Go ahead and merge the work edwin@ on tftpd into the tree. It is aimp2010-05-043-502/+354
* Fix several typos in macros or macro misusage.uqs2010-03-121-1/+1
* Make WARNS=6 the default for libexec/.ed2010-01-021-0/+3
* Add "with" to make the line go smoother.edwin2007-11-231-1/+1
* Add the -W options, which acts the same as -w but will generateedwin2007-11-233-8/+104
* Correct a typo.bz2007-06-031-1/+1
* Markup fixes.ru2006-09-171-1/+1
* - Improve and extend mark-up.yar2006-08-071-20/+32
* o Missed colon in getopt(3) argument makes tftpd(8) crash. Fix that.maxim2005-05-311-1/+1
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-131-3/+2
* - Use socklen_t.stefanf2005-02-141-8/+5
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-1/+1
* mdoc(7) fixes.ru2004-07-071-2/+5
* The call to setuid(2) subsequently causes setgroups(2) to fail. setgroups(2)csjp2004-06-301-2/+2
* Call tzset() at startup.brian2004-06-211-0/+3
* o Reduce path names in RRQ and WRQ packets by:brian2004-06-211-2/+34
* - Close fd if fdopen(fd) fails.mdodd2004-05-251-1/+2
* Add two new flags: -w, which allows new files to be created,mdodd2004-05-242-5/+32
* Fix a bug which causes wrong filename being written into the syslogsobomax2003-11-201-1/+10
* properly refuse a connection in the -c case if the client ip's subdirectorybillf2003-04-191-5/+6
* Clean up some warnings that don't result in a change in the object file:dwmalone2003-03-201-17/+20
* The .Nm utilitycharnier2002-07-061-3/+4
* 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
* Remove whitespace at EOL.dd2001-07-151-7/+7
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: normalize .Nd.ru2001-04-181-2/+1
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for libexec/ to 8.ru2001-03-201-1/+0
* First appeared in 4.3, not 5.0kris2001-03-041-1/+1
* Fix tftpd and tftp to support file transfers of over 65535 blocksasmodai2001-02-022-2/+7
* Add -c/C which chroots by IP of tftp client, (i.e. /tftproot/127.0.0.1/).billf2001-01-252-4/+50
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Some more slight doco fixes: update date, and add a bit more to the history.wollman2000-09-141-2/+10
* Allow tftpd to run as a specified user, not just `nobody'.wollman2000-09-142-28/+55
* Add $FreeBSD$ lines to man pages that are missing them to make itmpp1999-08-281-0/+1
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Ensure that things returned by gethostname() andbrian1999-04-071-4/+4
OpenPOWER on IntegriCloud