summaryrefslogtreecommitdiff
path: root/libexec/tftpd
AgeCommit message (Collapse)Author
2006-01-02+.Xr tftp-proxy 8Jason McIntyre
2005-03-10Bind 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-05Check 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-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
ok henning@
2004-11-22.{N,O}x fixes;Jason McIntyre
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-04-10improve 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-03add pxeboot references to FILES and SEE ALSO;Jason McIntyre
ok deraadt@
2004-01-27TSIZE & TIMEOUT support; from freebsd via tholoTheo de Raadt
2004-01-12make DESCRIPTION not conflict with the options;Jason McIntyre
standard options list;
2003-09-24realloc fixes; ok hoTheo de Raadt
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
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
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02section reorder;Jason McIntyre
2003-02-14typos;Jason McIntyre
tftpd(8): tweak and ok millert@ tokenadm(8): tweak and ok millert@
2002-09-06use socklen_t more; henning okTheo de Raadt
2002-07-03KNFTheo de Raadt
2002-06-04fix $OpenBSD$ tag.Mike Pechkin
millert@ ok
2002-06-02minor KNFTheo de Raadt
2002-05-13o) fix order and usage of chroot&chdir;Mike Pechkin
o) move code up from chroot&chdir block (tftpd); millert@ ok
2002-02-01make tftpd address family independent.Jun-ichiro itojun Hagino
2001-12-07mark longjmp raceTheo de Raadt
2001-07-31while i'm here: NetBSD -> .NxMike Pechkin
millert@ ok.
2001-07-31o) better struct handling;Mike Pechkin
o) use __progname in openlog(3); o) better ERROR packets handling; millert@ ok
2001-06-11strncpy vs strlcpy, some strlen missuse.Michael Shalayeff
some other related minor cleanups, and spaces. millert@ ok
2001-05-09typo; david@phobia.msTheo de Raadt
2001-03-08doc size limitationsTheo de Raadt
2001-03-08KNF & block size fix from daeron@student.utwente.nlTheo de Raadt
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-17use _exit() in signal handlers, mark longjmp() as being a possible resource leakTheo de Raadt
2000-10-30libexec man page fleshing. again, bored on the plane home.Aaron Campbell
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron 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-23solve a file creation raceTheo de Raadt
1999-05-15repairAaron Campbell
1998-10-10Man page typo.Ian Darwin
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-03-10use .OxTodd C. Miller
1997-11-04use LOG_NDELAY so that syslog works inside chroot; jim@komodo.reptiles.orgTheo de Raadt
1997-10-06unlimit number of tftpd directories; enforce single directory spec for -sTheo 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-29what incredible bullshitTheo de Raadt
1997-07-23tabifykstailey
1997-06-11Implement and document the -c flag.Jason Downs