aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tftp
Commit message (Expand)AuthorAgeFilesLines
* Use MIN() macro from sys/param.h.Marcelo Araujo2016-04-271-1/+1
* Partially revert the change on r298325 where there is anMarcelo Araujo2016-04-201-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-201-2/+2
* - uri is expected to be nul-terminated (strchr used later),Xin LI2015-08-311-4/+3
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+2
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-192-3/+3
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-281-1/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-041-2/+2
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+2
| |_|_|/ |/| | |
* | | | Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
| |_|/ |/| |
* | | Increase MAXLINE to deal with longer paths.Marcel Moolenaar2014-03-041-1/+1
| |/ |/|
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-2/+2
|/
* General mdoc(7) and typo fixes.Glen Barber2012-05-101-2/+2
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-4/+4
* Only use macros inside a reference block.Joel Dahl2012-03-271-10/+5
* fgets(3) returns a pointer, so compare against NULL, not integer 0.Kevin Lo2012-01-131-1/+1
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-7/+7
* peeraddr is only used in sizeof() evaluations, so instead of declaring itXin LI2011-07-111-1/+1
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* Acknowledge Edwin Groothuis for the major rewrite heCraig Rodrigues2011-06-241-1/+7
* Update references to RFC's that the newer TFTP implementation supports.Craig Rodrigues2011-06-221-0/+34
* Bump date.Craig Rodrigues2011-06-221-1/+49
* Clarify that the TFTP blocksize (RFC2348) or non-standardCraig Rodrigues2011-06-161-2/+3
* Specify correct RFC2347 for TFTP options in diagnostic message.Craig Rodrigues2011-06-161-2/+2
* Fix a couple of spelling errors.Warner Losh2011-05-311-3/+3
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-114-16/+0
* Make WARNS=6 clean.Marius Strobl2010-09-242-28/+23
* Try to adhere to style.Makefile(5).Marius Strobl2010-09-231-4/+6
* Remove an explicit assignment of the CFLAGS variable intended forMarius Strobl2010-09-231-1/+0
* Fix transfer statistics in the "send file" case - The conditional usedGavin Atkinson2010-06-271-4/+1
* Fix core dump when server fails to respond.Gavin Atkinson2010-06-271-1/+4
* These files are no longer required since r207607Gavin Atkinson2010-06-123-355/+0
* Doh! Add another new file forgotten by the importer of edwin@'s tftpWarner Losh2010-05-041-0/+42
* Go ahead and merge the work edwin@ on tftpd into the tree. It is aWarner Losh2010-05-044-602/+696
* Fix return code in the case of successful file transfer, broken inGavin Atkinson2010-01-031-2/+6
* ANSIfy, plus constify interfaces where possible.Xin LI2008-10-134-115/+50
* Use strlcpy() instead of strncpy() when we want the string to beXin LI2008-10-131-3/+2
* Fix markup.Ruslan Ermilov2007-11-071-29/+31
* Set txrx_error to 1 when we reach abort. This makes the program correctly set...Matteo Riondato2006-09-281-0/+2
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historyStefan Farfeleder2005-10-191-1/+1
* Use socklen_t where appropriate.Stefan Farfeleder2005-08-051-2/+2
* Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder2005-02-141-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-5/+5