Age | Commit message (Expand) | Author |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | Repair more msg_controllen dealing with structures or arrays of | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2007-11-29 | - get synopsis/usage() right | Jason McIntyre |
2007-11-27 | tweak previous; | Jason McIntyre |
2007-11-27 | add missing header for inet_ntoa. | Charles Longeau |
2007-11-26 | add logging option, ok deraadt@ | Jolan Luff |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-04 | only do the SO_REUSEADDR/SO_REUSEPORT if we are going to bind; pointed out by... | Theo de Raadt |
2007-04-02 | be more forgiving about tftp requests that come from the 255.255.255.255, | Theo de Raadt |
2006-12-15 | reduce RFC2292/3542 #ifdef. | Jun-ichiro itojun Hagino |
2006-12-09 | IPV6_RECVDSTADDR is not standard. use more standard IPV6_PKTINFO. | Jun-ichiro itojun Hagino |
2006-07-28 | Make tftpd atoi() free. | Marcus Glocker |
2006-07-26 | TIMEOUT* values are not part of the protocol. tftp.h is a namespace | Theo de Raadt |
2006-07-26 | Mini KNF. No binary changes. | Marcus Glocker |
2006-07-26 | Fixing 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-20 | no need for .Pp after sections; | Jason McIntyre |
2006-07-20 | Adjust BUGS section; we do support blocksize negotiation for tftpd | Marcus Glocker |
2006-07-20 | Add blksize option support for tftpd according to RFC 2348. | Marcus Glocker |
2006-07-14 | Fix some syslog(3) messages. Prototype usage() by __dead void. | Marcus Glocker |
2006-07-14 | knf. no binary change. | Marcus Glocker |
2006-06-16 | From Markus Glockner <markus@nazgul.ch>, adds logging of refusals | Bob Beck |
2006-04-25 | kill setjmp() and alarm() methods, which are almost always inverted signal | Theo de Raadt |
2006-04-17 | spaces. | Theo de Raadt |
2006-01-23 | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | Todd C. Miller |
2006-01-02 | +.Xr tftp-proxy 8 | Jason McIntyre |
2005-03-10 | Bind to the correct outgoing interface by using the IP_RECVDSTADDR setsockopt. | Claudio Jeker |
2005-03-05 | Check snprintf return value for failure. Also fix a dumb error message. | Chad Loder |
2005-03-04 | Typos in comments from Niall O'Higgins <niallo at netsoc dot ucd dot ie> | Otto Moerbeek |
2005-02-22 | get timezone right before chroot() by calling tzset() | Otto Moerbeek |
2004-11-22 | .{N,O}x fixes; | Jason McIntyre |
2004-09-18 | ARGSUSED on signal handlers | Theo de Raadt |
2004-08-08 | spacing | Theo de Raadt |
2004-04-28 | fd leaks | Theo de Raadt |
2004-04-17 | no no no nobody, _tftpd is better, theo ok | Henning Brauer |
2004-04-10 | improve BUGS: | Jason McIntyre |
2004-04-03 | add pxeboot references to FILES and SEE ALSO; | Jason McIntyre |
2004-01-27 | TSIZE & TIMEOUT support; from freebsd via tholo | Theo de Raadt |
2004-01-12 | make DESCRIPTION not conflict with the options; | Jason McIntyre |
2003-09-24 | realloc fixes; ok ho | Theo de Raadt |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre |
2003-07-29 | spaces | Theo de Raadt |
2003-07-06 | bring protos into scope | Theo de Raadt |
2003-06-25 | protos | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | section reorder; | Jason McIntyre |
2003-02-14 | typos; | Jason McIntyre |
2002-09-06 | use socklen_t more; henning ok | Theo de Raadt |
2002-07-03 | KNF | Theo de Raadt |