summaryrefslogtreecommitdiffstats
path: root/libexec/tftpd
Commit message (Expand)AuthorAgeFilesLines
* MFC: r262136brueffer2014-02-242-10/+2
* Mark tftp_log() as __printflike() (which would have caught the bugmarius2013-01-314-15/+17
* Remove extra %s from debug statement that ends up crashing tftpd ifsbruno2013-01-301-1/+1
* Use correct size in snprintf.antoine2012-12-251-2/+1
* Check the return error of set[e][ug]id. While this can never fail in theeadler2012-10-221-1/+4
* Fix warnings found by -Wmising-variable-declarations.ed2012-10-193-5/+5
* mdoc: Only use macros inside a reference block.joel2012-05-231-8/+4
* Properly use LDADD & DPADD to link against libwrap.marcel2012-05-191-1/+3
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-3/+3
* Avoid error log for transfer stop w/o error code.emaste2012-02-211-1/+2
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+0
* Spelling fixes for libexec/uqs2012-01-072-4/+4
* Pull in some wording to the tftpd.8 man pagerodrigc2011-07-311-3/+10
* In the old TFTP server, there was an undocumented behavior whererodrigc2011-07-311-12/+16
* Acknowledge Edwin Groothuis for the major rewrite herodrigc2011-06-241-0/+6
* Bring back synchnet() implementation from olderrodrigc2011-06-241-3/+30
* Update references to RFC's that the newer TFTP implementation supports.rodrigc2011-06-221-3/+25
* Fix typo.rodrigc2011-06-221-1/+1
* Clarify tftpd's -d flag in the new TFTP implementation.rodrigc2011-06-221-3/+21
* Clarify that the TFTP blocksize (RFC2348) or non-standardrodrigc2011-06-161-2/+3
* Fix tftp_log() usage.rodrigc2011-05-261-1/+1
* Fix typos.brucec2010-11-091-1/+1
* 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
OpenPOWER on IntegriCloud