Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This is a fix for PR4121. OK henning@ "I'm happy with" otto@ | |||
2005-03-05 | Check snprintf return value for failure. Also fix a dumb error message. | Chad Loder | |
OK otto, henning, hshoexer, krw. Some input from Moritz which I have chosen not to heed because I think the code is easier to read my way. | |||
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 | |
ok henning@ | |||
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 | |
- current implementations do not support transfers >65535 blocks - 32767 block limit does not apply to this tftp implementation other stuff: - kill unnecessary Ns macros - uppercase tftp where applicable discussed w/ tom, and wording improvements from him; | |||
2004-04-03 | add pxeboot references to FILES and SEE ALSO; | Jason McIntyre | |
ok deraadt@ | |||
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 | |
standard options list; | |||
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 | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | section reorder; | Jason McIntyre | |
2003-02-14 | typos; | Jason McIntyre | |
tftpd(8): tweak and ok millert@ tokenadm(8): tweak and ok millert@ | |||
2002-09-06 | use socklen_t more; henning ok | Theo de Raadt | |
2002-07-03 | KNF | Theo de Raadt | |
2002-06-04 | fix $OpenBSD$ tag. | Mike Pechkin | |
millert@ ok | |||
2002-06-02 | minor KNF | Theo de Raadt | |
2002-05-13 | o) fix order and usage of chroot&chdir; | Mike Pechkin | |
o) move code up from chroot&chdir block (tftpd); millert@ ok | |||
2002-02-01 | make tftpd address family independent. | Jun-ichiro itojun Hagino | |
2001-12-07 | mark longjmp race | Theo de Raadt | |
2001-07-31 | while i'm here: NetBSD -> .Nx | Mike Pechkin | |
millert@ ok. | |||
2001-07-31 | o) better struct handling; | Mike Pechkin | |
o) use __progname in openlog(3); o) better ERROR packets handling; millert@ ok | |||
2001-06-11 | strncpy vs strlcpy, some strlen missuse. | Michael Shalayeff | |
some other related minor cleanups, and spaces. millert@ ok | |||
2001-05-09 | typo; david@phobia.ms | Theo de Raadt | |
2001-03-08 | doc size limitations | Theo de Raadt | |
2001-03-08 | KNF & block size fix from daeron@student.utwente.nl | Theo de Raadt | |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-17 | use _exit() in signal handlers, mark longjmp() as being a possible resource leak | Theo de Raadt | |
2000-10-30 | libexec man page fleshing. again, bored on the plane home. | Aaron Campbell | |
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-06-23 | solve a file creation race | Theo de Raadt | |
1999-05-15 | repair | Aaron Campbell | |
1998-10-10 | Man page typo. | Ian Darwin | |
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt | |
1998-03-10 | use .Ox | Todd C. Miller | |
1997-11-04 | use LOG_NDELAY so that syslog works inside chroot; jim@komodo.reptiles.org | Theo de Raadt | |
1997-10-06 | unlimit number of tftpd directories; enforce single directory spec for -s | Theo de Raadt | |
argument. bugs reported by cgd in the netbsd tree, and i've been given the pleasure of fixing them here before they fix them. | |||
1997-07-29 | what incredible bullshit | Theo de Raadt | |
1997-07-23 | tabify | kstailey | |
1997-06-11 | Implement and document the -c flag. | Jason Downs | |