aboutsummaryrefslogtreecommitdiff
path: root/libexec/tftpd
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-282-10/+2
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync with HEAD.David E. O'Brien2013-02-084-18/+19
| |\ \
| * \ \ Sync from headSimon J. Gerraty2012-11-043-6/+9
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | | | | Convert to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-172-10/+2
| |_|/ |/| |
* | | Mark tftp_log() as __printflike() (which would have caught the bugMarius Strobl2013-01-314-15/+17
* | | Remove extra %s from debug statement that ends up crashing tftpd ifSean Bruno2013-01-301-1/+1
* | | Use correct size in snprintf.Antoine Brodin2012-12-251-2/+1
| |/ |/|
* | Check the return error of set[e][ug]id. While this can never fail in theEitan Adler2012-10-221-1/+4
* | Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-193-5/+5
|/
* mdoc: Only use macros inside a reference block.Joel Dahl2012-05-231-8/+4
* Properly use LDADD & DPADD to link against libwrap.Marcel Moolenaar2012-05-191-1/+3
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-3/+3
* Avoid error log for transfer stop w/o error code.Ed Maste2012-02-211-1/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+0
* Spelling fixes for libexec/Ulrich Spörlein2012-01-072-4/+4
* Pull in some wording to the tftpd.8 man pageCraig Rodrigues2011-07-311-3/+10
* In the old TFTP server, there was an undocumented behavior whereCraig Rodrigues2011-07-311-12/+16
* Acknowledge Edwin Groothuis for the major rewrite heCraig Rodrigues2011-06-241-0/+6
* Bring back synchnet() implementation from olderCraig Rodrigues2011-06-241-3/+30
* Update references to RFC's that the newer TFTP implementation supports.Craig Rodrigues2011-06-221-3/+25
* Fix typo.Craig Rodrigues2011-06-221-1/+1
* Clarify tftpd's -d flag in the new TFTP implementation.Craig Rodrigues2011-06-221-3/+21
* Clarify that the TFTP blocksize (RFC2348) or non-standardCraig Rodrigues2011-06-161-2/+3
* Fix tftp_log() usage.Craig Rodrigues2011-05-261-1/+1
* Fix typos.Rebecca Cran2010-11-091-1/+1
* Use a defined FreeBSD version.Xin LI2010-10-061-2/+2
* Remove the duplicate logging of failed read requests, whose error messageMarius Strobl2010-09-241-1/+0
* Make WARNS=6 clean.Marius Strobl2010-09-246-44/+37
* Try to adhere to style.Makefile(5).Marius Strobl2010-09-231-5/+3
* Move the pfrom initialization from before the setjmp to after theWarner Losh2010-09-151-2/+1
* Remove an explicit assignment of the CFLAGS variable intended forRui Paulo2010-09-151-1/+0
* Bring in new files from edwin's tftpWarner Losh2010-05-0410-0/+2064
* Go ahead and merge the work edwin@ on tftpd into the tree. It is aWarner Losh2010-05-043-502/+354
* Fix several typos in macros or macro misusage.Ulrich Spörlein2010-03-121-1/+1
* Make WARNS=6 the default for libexec/.Ed Schouten2010-01-021-0/+3
* Add "with" to make the line go smoother.Edwin Groothuis2007-11-231-1/+1
* Add the -W options, which acts the same as -w but will generateEdwin Groothuis2007-11-233-8/+104
* Correct a typo.Bjoern A. Zeeb2007-06-031-1/+1
* Markup fixes.Ruslan Ermilov2006-09-171-1/+1
* - Improve and extend mark-up.Yaroslav Tykhiy2006-08-071-20/+32
* o Missed colon in getopt(3) argument makes tftpd(8) crash. Fix that.Maxim Konovalov2005-05-311-1/+1