summaryrefslogtreecommitdiff
path: root/libexec/tftpd/tftpd.c
AgeCommit message (Expand)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15Repair more msg_controllen dealing with structures or arrays ofTheo de Raadt
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2007-11-29- get synopsis/usage() rightJason McIntyre
2007-11-27add missing header for inet_ntoa.Charles Longeau
2007-11-26add logging option, ok deraadt@Jolan Luff
2007-04-04only do the SO_REUSEADDR/SO_REUSEPORT if we are going to bind; pointed out by...Theo de Raadt
2007-04-02be more forgiving about tftp requests that come from the 255.255.255.255,Theo de Raadt
2006-12-15reduce RFC2292/3542 #ifdef.Jun-ichiro itojun Hagino
2006-12-09IPV6_RECVDSTADDR is not standard. use more standard IPV6_PKTINFO.Jun-ichiro itojun Hagino
2006-07-28Make tftpd atoi() free.Marcus Glocker
2006-07-26TIMEOUT* values are not part of the protocol. tftp.h is a namespaceTheo de Raadt
2006-07-26Mini KNF. No binary changes.Marcus Glocker
2006-07-26Fixing several timeout quirks at tftpd and tftp:Marcus Glocker
2006-07-21- fix protocol for write requests (put) which come with options.Marcus Glocker
2006-07-20Add blksize option support for tftpd according to RFC 2348.Marcus Glocker
2006-07-14Fix some syslog(3) messages. Prototype usage() by __dead void.Marcus Glocker
2006-07-14knf. no binary change.Marcus Glocker
2006-06-16From Markus Glockner <markus@nazgul.ch>, adds logging of refusalsBob Beck
2006-04-25kill setjmp() and alarm() methods, which are almost always inverted signalTheo de Raadt
2006-04-17spaces.Theo de Raadt
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2005-03-10Bind to the correct outgoing interface by using the IP_RECVDSTADDR setsockopt.Claudio Jeker
2005-03-05Check snprintf return value for failure. Also fix a dumb error message.Chad Loder
2005-03-04Typos in comments from Niall O'Higgins <niallo at netsoc dot ucd dot ie>Otto Moerbeek
2005-02-22get timezone right before chroot() by calling tzset()Otto Moerbeek
2004-09-18ARGSUSED on signal handlersTheo de Raadt
2004-08-08spacingTheo de Raadt
2004-04-28fd leaksTheo de Raadt
2004-04-17no no no nobody, _tftpd is better, theo okHenning Brauer
2004-01-27TSIZE & TIMEOUT support; from freebsd via tholoTheo de Raadt
2003-09-24realloc fixes; ok hoTheo de Raadt
2003-07-29spacesTheo de Raadt
2003-07-06bring protos into scopeTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-09-06use socklen_t more; henning okTheo de Raadt
2002-07-03KNFTheo de Raadt
2002-06-04fix $OpenBSD$ tag.Mike Pechkin
2002-06-02minor KNFTheo de Raadt
2002-05-13o) fix order and usage of chroot&chdir;Mike Pechkin
2002-02-01make tftpd address family independent.Jun-ichiro itojun Hagino
2001-12-07mark longjmp raceTheo de Raadt
2001-07-31o) better struct handling;Mike Pechkin
2001-06-11strncpy vs strlcpy, some strlen missuse.Michael Shalayeff
2001-05-09typo; david@phobia.msTheo de Raadt
2001-03-08KNF & block size fix from daeron@student.utwente.nlTheo de Raadt
2001-01-17use _exit() in signal handlers, mark longjmp() as being a possible resource leakTheo de Raadt
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt