summaryrefslogtreecommitdiff
path: root/lib/libstand/bootp.c
Commit message (Expand)AuthorAgeFilesLines
* Move lib/libstand to sys/boot/libsaWarner Losh2017-10-121-791/+0
* use the same option list for dhcp discovery and requestToomas Soome2017-05-281-28/+31
* Use the usual FreeBSD spelling for the DHCP user classBaptiste Daroussin2017-05-271-1/+1
* Always issue the pxe requestBaptiste Daroussin2017-05-271-31/+25
* add a comment on vendor index 19 and 20 to avoid confusionBaptiste Daroussin2017-05-271-0/+2
* Pass a "FREEBSD" user-class in PXE dhcp requestBaptiste Daroussin2017-05-271-10/+14
* loader: network read reworkToomas Soome2017-05-061-39/+44
* distinguish NFS versus TFTP boot by rootpathBaptiste Daroussin2017-05-061-13/+8
* loader: verify the value from dhcp.interface-mtu and use snprintf to set mtuToomas Soome2017-03-201-3/+22
* Try to extract the RFC1048 data from PXE. If we get enough info we can skipMariusz Zaborski2017-03-091-0/+11
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* remove network mask calculation for Classful networkBaptiste Daroussin2017-01-071-23/+10
* When issuing a PXE dhcp request, always issue a param request (DHCP option 55)Baptiste Daroussin2016-10-311-1/+11
* Netboot: allow both tftpfs and nfs in both pxeboot and loader.efiBaptiste Daroussin2016-08-311-0/+4
* If the dhcp server delivers an interface-mtu option, parse it and storeIan Lepore2016-03-211-0/+8
* Allow dhcp/bootp server-provided values to be overriden from environmentIan Lepore2015-12-221-6/+13
* 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