summaryrefslogtreecommitdiff
path: root/libexec/tftpd
AgeCommit message (Collapse)Author
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
1997-02-16cleanTheo de Raadt
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-12-03O_TRUNC when needed; freebsd pr#2112Theo de Raadt
1996-10-08Attempt at cleanup.michaels
1996-08-12whoopsTheo de Raadt
1996-08-11getpwent nobodyTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt