aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/bootp.c
Commit message (Expand)AuthorAgeFilesLines
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-3/+3
* Fix minor issues in libstand.Ed Schouten2009-05-311-1/+1
* put a prefix on dhcp options to avoid clobbering, even by mistake,Luigi Rizzo2009-01-051-1/+1
* Some libstand/bootp.c extension (written by Danny Braniss, slightlyLuigi Rizzo2008-12-051-0/+328
* Remove California Regent's clause 3, per letterWarner Losh2007-01-091-4/+0
* Remove 'register' keyword.David E. O'Brien2002-03-211-15/+15
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-1/+3
* IN_CLASS*() macros assume host order and s_addr is network bytePaul Saab2000-09-201-2/+2
* Add support to send the string 'PXEClient' as the Vendor classPaul Saab2000-08-111-3/+23
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+396