index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
udp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various warnings fixups for OpenBSD with gcc-3.3.5.
Michael Brown
2007-12-07
1
-1
/
+1
*
Add RFC2090 TFTP multicast support.
Michael Brown
2007-11-28
1
-82
/
+300
*
Quick hack to be able to accept transfers from servers that don't
Michael Brown
2007-11-25
1
-0
/
+2
*
Allow DHCP server to instruct gPXE to ignore ProxyDHCP (which will
Michael Brown
2007-11-21
1
-8
/
+16
*
Add ProxyDHCP support.
Michael Brown
2007-11-21
1
-25
/
+54
*
Remove some assumptions about DHCP obtaining only a single options block.
Michael Brown
2007-11-21
1
-3
/
+7
*
Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets.
Michael Brown
2007-11-21
1
-10
/
+25
*
Add UUID to DHCP request as option 97 (if available).
Michael Brown
2007-11-21
1
-0
/
+13
*
Use RFC4390 whenever hardware address exceeds 16 bytes; this allows us
Michael Brown
2007-09-21
1
-2
/
+36
*
Bugfix: DHCP message type should be a one-byte option... (d'oh)
Michael Brown
2007-09-13
1
-2
/
+1
*
Check for correct block number in tftp_rx_data().
Michael Brown
2007-09-08
1
-1
/
+9
*
Minor style fix: structure fields are generally initialised in the
Michael Brown
2007-09-06
1
-1
/
+1
*
TFTP default blocksize fix from Vampyre
Marty Connor
2007-08-30
1
-0
/
+1
*
Use start_timer_nodelay() in protocols which rely on the retry timer
Michael Brown
2007-08-13
2
-2
/
+2
*
Allowed zero-cost enforced ordering of features in startup banner
Michael Brown
2007-08-02
2
-0
/
+6
*
Add FEATURE() macro, plus code to display features at startup time,
Michael Brown
2007-08-02
1
-0
/
+15
*
Add identifier for the network device into the DHCP request.
Michael Brown
2007-07-31
1
-0
/
+25
*
Centralise construction of the DHCP request and response packets.
Michael Brown
2007-07-31
1
-37
/
+104
*
nameserver should be static
Michael Brown
2007-07-17
1
-1
/
+1
*
Add debug message when nameserver setting is applied/changed via DHCP.
Michael Brown
2007-07-08
1
-0
/
+4
*
Separate the "is data ready" function of xfer_seek() into an
Michael Brown
2007-07-08
3
-0
/
+4
*
Kill off unused request() method in data-xfer interface.
Michael Brown
2007-07-08
3
-4
/
+0
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-2
/
+1
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-2
/
+1
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-2
/
+1
*
Apply global DHCP options when register_dhcp_options() is called. Do
Michael Brown
2007-07-06
1
-7
/
+0
*
Add concept of DHCP option applicators.
Michael Brown
2007-07-05
2
-28
/
+29
*
Improve debugging
Michael Brown
2007-07-01
1
-0
/
+6
*
Can't use strncpy() to copy strings that aren't NUL-terminated to
Michael Brown
2007-07-01
1
-2
/
+8
*
Don't build option-overloaded packets; they just confuse people (ISC
Michael Brown
2007-06-30
1
-31
/
+11
*
Set current working URI based on TFTP server specified by DHCP.
Michael Brown
2007-06-28
1
-0
/
+15
*
Bugfix: iobuf->data always points to the start of the allocated
Michael Brown
2007-06-28
1
-1
/
+1
*
Add dhcp_configure_netdev()
Michael Brown
2007-06-28
1
-3
/
+61
*
Forgot to set initial session state. Now works!
Michael Brown
2007-06-28
1
-0
/
+1
*
Kill off job::start() (it was only ever added as part of an aborted
Michael Brown
2007-06-28
1
-1
/
+0
*
Update DHCP to use data-xfer interface (not yet tested).
Michael Brown
2007-06-27
1
-97
/
+187
*
Kill off hotplug.h and just make net devices normal reference-counted
Michael Brown
2007-06-27
1
-20
/
+5
*
Remove unused headers.
Michael Brown
2007-06-11
1
-0
/
+2
*
Updated DNS to use not-yet-implemented UDP data-xfer API.
Michael Brown
2007-06-11
1
-101
/
+114
*
Updated TFTP and PXE UDP API code to use not-yet-implemented data-xfer
Michael Brown
2007-06-11
1
-246
/
+378
*
Introduce name resolution interface and named socket opener.
Michael Brown
2007-05-27
1
-1
/
+1
*
hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise
Anselm Martin Hoffmeister
2007-04-09
1
-1
/
+1
*
Added SIGKILL handler
Michael Brown
2007-01-19
1
-0
/
+15
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
A working name resolution framework
Michael Brown
2007-01-18
1
-0
/
+7
*
Have DHCP set the nameserver, rather than DNS read the DHCP nameserver
Michael Brown
2007-01-18
1
-12
/
+16
*
Use struct sockaddr rather than struct sockaddr_tcpip
Michael Brown
2007-01-18
1
-9
/
+12
*
Improved debugging
Michael Brown
2007-01-16
1
-15
/
+24
*
A working DNS resolver (not yet tied in to anything)
Michael Brown
2007-01-15
1
-0
/
+463
*
Update TFTP and FTP to take the same temporary URI scheme as HTTP
Michael Brown
2007-01-15
1
-17
/
+65
[next]