index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
dhcpopts.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[dhcp] Copy exactly the required length when resizing DHCP options
Michael Brown
2014-02-26
1
-3
/
+1
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[settings] Formalise notion of setting applicability
Michael Brown
2011-03-22
1
-0
/
+12
*
[nvo] Allow resizing of non-volatile stored option blocks
Michael Brown
2011-01-19
1
-1
/
+1
*
[dhcp] Allow use of custom reallocation functions for DHCP option blocks
Michael Brown
2011-01-11
1
-56
/
+59
*
[dhcp] Rename length fields for DHCP options
Michael Brown
2011-01-10
1
-17
/
+17
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-20
1
-2
/
+2
*
[dhcp] Append new DHCP options versus prepend
Shao Miller
2010-01-14
1
-4
/
+15
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[Settings] Remove assumption that all settings have DHCP tag values
Michael Brown
2008-03-25
1
-3
/
+13
*
[Settings] DHCP is now working using the new settings API.
Michael Brown
2008-03-21
1
-5
/
+15
*
[Settings] Migrate DHCP and NVO code to the new settings API (untested)
Michael Brown
2008-03-21
1
-248
/
+216
*
[DHCP] Kill off some no-longer-used DHCP functions
Michael Brown
2008-03-21
1
-118
/
+0
*
[Settings] Use a settings applicator to set the default TFTP URI.
Michael Brown
2008-03-21
1
-35
/
+0
*
[Settings] Introduce settings applicators.
Michael Brown
2008-03-21
1
-24
/
+0
*
Various warnings fixups for OpenBSD with gcc-3.3.5.
Michael Brown
2007-12-07
1
-2
/
+2
*
Remove some assumptions about DHCP obtaining only a single options block.
Michael Brown
2007-11-21
1
-3
/
+3
*
Apply global DHCP options when register_dhcp_options() is called. Do
Michael Brown
2007-07-06
1
-0
/
+12
*
Add concept of DHCP option applicators.
Michael Brown
2007-07-05
1
-0
/
+49
*
Update DHCP to use data-xfer interface (not yet tested).
Michael Brown
2007-06-28
1
-9
/
+2
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Use stdlib.h for malloc() instead of malloc.h.
Michael Brown
2006-12-20
1
-1
/
+1
*
Fail gracefully when set_dhcp_option() is called with options==NULL.
Michael Brown
2006-08-11
1
-1
/
+6
*
Add dhcp_snprintf() for extracting DHCP string options.
Michael Brown
2006-07-20
1
-0
/
+34
*
Added dhcp_ipv4_option() and friends.
Michael Brown
2006-07-20
1
-0
/
+55
*
Add block identification to debug messages
Michael Brown
2006-07-19
1
-8
/
+12
*
Allow for calling find_dhcp_option() with "options" set to NULL, in order
Michael Brown
2006-07-19
1
-21
/
+97
*
Add sketch code to reassemble a DHCP packet from our internal "everything
Michael Brown
2006-07-17
1
-8
/
+24
*
Add code to modify DHCP option values within a block.
Michael Brown
2006-07-13
1
-75
/
+182
*
Provide a mechanism for returning the encapsulator as well as the
Michael Brown
2006-06-28
1
-15
/
+23
*
Add priority mechanism
Michael Brown
2006-06-28
1
-16
/
+67
*
Change dhcp_num_option() to return the numerical value directly.
Michael Brown
2006-06-28
1
-19
/
+15
*
First stab at DHCP option handling in a way that will allow us to have
Michael Brown
2006-06-27
1
-0
/
+217