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
/
include
/
gpxe
/
dhcp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[dhcp] Fall back to using the hardware address to populate the chaddr field
Michael Brown
2009-08-12
1
-0
/
+2
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[pxe] Obey lists of PXE Boot Servers and associated Discovery Control bits
Michael Brown
2009-02-05
1
-1
/
+17
*
[pxe] Skip PXE boot server discovery if directed to do so
Michael Brown
2009-02-05
1
-0
/
+15
*
[dhcp] Send user class in DHCP requests
Michael Brown
2009-02-01
1
-0
/
+3
*
[dhcp] Split PXE menuing code out of dhcp.c
Michael Brown
2009-02-01
1
-11
/
+79
*
[dhcp] Include support for PXE boot menus
Michael Brown
2009-01-25
1
-1
/
+4
*
[dhcp] Clarify language surrounding ProxyDHCP
Michael Brown
2009-01-23
1
-5
/
+5
*
[dhcp] Pass PXE boot menu item to PXE Boot Server
Michael Brown
2009-01-23
1
-2
/
+11
*
[dhcp] Add preliminary support for PXE Boot Servers
Michael Brown
2009-01-21
1
-0
/
+6
*
[dhcp] Include gPXE version number within DHCP request
Michael Brown
2009-01-08
1
-0
/
+3
*
[dhcp] Accept BOOTP as well as DHCP
Michael Brown
2008-09-25
1
-0
/
+1
*
[retry] Added configurable timeouts to retry timer
Andrew Schran
2008-08-12
1
-0
/
+4
*
[iSCSI] Add support for mutual CHAP
Michael Brown
2008-08-11
1
-0
/
+18
*
[iSCSI] Support Windows Server 2008 direct iSCSI installation
Michael Brown
2008-07-17
1
-3
/
+12
*
[DHCP] Add support for ProxyDHCP requests
Michael Brown
2008-03-27
1
-3
/
+7
*
[Settings] Remove assumption that all settings have DHCP tag values
Michael Brown
2008-03-25
1
-15
/
+14
*
[DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFO
Michael Brown
2008-03-23
1
-7
/
+5
*
[Settings] Migrate DHCP and NVO code to the new settings API (untested)
Michael Brown
2008-03-21
1
-106
/
+17
*
[DHCP] Kill off some no-longer-used DHCP functions
Michael Brown
2008-03-21
1
-10
/
+0
*
[Settings] Use a settings applicator to set the default TFTP URI.
Michael Brown
2008-03-21
1
-3
/
+0
*
[Settings] Use a settings applicator to configure IPv4 routes.
Michael Brown
2008-03-21
1
-3
/
+0
*
[Settings] Introduce settings applicators.
Michael Brown
2008-03-21
1
-17
/
+0
*
[Settings] Add per-netdevice settings block
Michael Brown
2008-03-20
1
-0
/
+9
*
Modify gPXE core and drivers to work with the new timer subsystem
Alexey Zaytsev
2008-03-02
1
-1
/
+0
*
Allow DHCP server to instruct gPXE to ignore ProxyDHCP (which will
Michael Brown
2007-11-21
1
-1
/
+8
*
Add ProxyDHCP support.
Michael Brown
2007-11-21
1
-1
/
+5
*
Remove some assumptions about DHCP obtaining only a single options block.
Michael Brown
2007-11-21
1
-0
/
+2
*
Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets.
Michael Brown
2007-11-21
1
-0
/
+6
*
Add UUID to DHCP request as option 97 (if available).
Michael Brown
2007-11-21
1
-0
/
+3
*
Use RFC4390 whenever hardware address exceeds 16 bytes; this allows us
Michael Brown
2007-09-21
1
-0
/
+7
*
Merge commit 'holger/strings'
Michael Brown
2007-08-23
1
-1
/
+1
|
\
|
*
use malloc attribute
Holger Lubitz
2007-08-20
1
-1
/
+1
*
|
Add FEATURE() macro, plus code to display features at startup time,
Michael Brown
2007-08-02
1
-0
/
+5
|
/
*
Add identifier for the network device into the DHCP request.
Michael Brown
2007-07-31
1
-0
/
+13
*
Centralise construction of the DHCP request and response packets.
Michael Brown
2007-07-31
1
-6
/
+10
*
Fix typo that was preventing any DHCP option applicators from being
Michael Brown
2007-07-08
1
-1
/
+1
*
Apply global DHCP options when register_dhcp_options() is called. Do
Michael Brown
2007-07-06
1
-0
/
+1
*
Add concept of DHCP option applicators.
Michael Brown
2007-07-05
1
-0
/
+19
*
Don't build option-overloaded packets; they just confuse people (ISC
Michael Brown
2007-06-30
1
-24
/
+4
*
Add dhcp_configure_netdev()
Michael Brown
2007-06-28
1
-1
/
+4
*
Update DHCP to use data-xfer interface (not yet tested).
Michael Brown
2007-06-28
1
-28
/
+35
*
Kill off hotplug.h and just make net devices normal reference-counted
Michael Brown
2007-06-27
1
-3
/
+2
*
hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise
Anselm Martin Hoffmeister
2007-04-09
1
-0
/
+3
*
Gave asynchronous operations approximate POSIX signal semantics. This
Michael Brown
2007-01-15
1
-2
/
+2
*
A DHCP session holds a persistent reference to a network device
Michael Brown
2007-01-04
1
-0
/
+3
*
Added options listed in
Michael Brown
2006-12-05
1
-0
/
+12
*
Create "username" and "password" DHCP options, ready for placing this
Michael Brown
2006-11-28
1
-0
/
+18
*
Correct option number for DHCP_DNS_SERVERS, and add it to the request
Michael Brown
2006-08-27
1
-1
/
+1
*
Derive xid dynamically from the netdev, so that we can call
Michael Brown
2006-08-09
1
-2
/
+6
[next]