summaryrefslogtreecommitdiff
path: root/usr.bin/tftp/main.c
AgeCommit message (Expand)Author
2006-07-26Make tftp atoi() free.Marcus Glocker
2006-07-26Fixing several timeout quirks at tftpd and tftp:Marcus Glocker
2006-07-24Adding TFTP Option Extension to the tftp client according to RFC 2347.Marcus Glocker
2006-07-12knf. no binary change.Marcus Glocker
2006-05-08Remove unsave setjmp/longjmp calls that were used in signal handlers withClaudio Jeker
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2004-02-19fix mem leak.Mike Pechkin
2003-12-22do not re-include name in err() call; andrushock@korovino.netTheo de Raadt
2003-09-29correction to SYNOPSIS and usage(): host argument must be specifiedJason McIntyre
2003-09-25- clarify "put" and "get" commands. This is based on a FreeBSD PR submittedJason McIntyre
2003-09-24knfTheo de Raadt
2003-09-24fix automatic connection which is supposed to be done in put command;Theo de Raadt
2003-06-25protosTheo de Raadt
2003-06-25ansiTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-17nuke strcpy + -WallHenning Brauer
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-07-31o) better struct handling;Mike Pechkin
2001-07-17-Wall cleanup; ok deraadtPeter Valchev
2001-03-22use err/warn, space policeMichael Shalayeff
2000-12-07tftp argv parsing overflow; fix by vogelke@dnaco.net and ITheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1996-08-16crank hostname length, fix one oflow; pointed out by dholland@hcs.harvard.eduTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt