summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/tftp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove braindead prototype for a nonexistent function.miod2014-11-191-2/+1
|
* Send valid ERROR packets to prematurely terminate a transfer.krw2009-03-021-1/+2
| | | | | | | | | | | | According to RFC1350 there should be always be a terminating NUL. Andre Gillibert on bugs@ pointed out that the misformed packets caused Gentoo Linux's tftpd (atftpd) to crash trying to transfer pxeboot to an OpenBSD machine. This is slightly different diff than the one proposed by Andre, but he confirms it also fixes the problem. "looks like a better diff to me" deraadt@.
* remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd listsderaadt2004-04-021-7/+1
|
* Enter pxeboot, derived from the NetBSD implementation. Initiallytom2004-03-191-0/+120
intended to support network installs using bsd.rd over TFTP. Thanks to the many who tested, including Diana Eichert. ok deraadt@