aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/udp
Commit message (Expand)AuthorAgeFilesLines
* [dhcp] Defer discovery if link is blockedMichael Brown2015-06-251-0/+9
* [retry] Rewrite unrelicensable portions of retry.cMichael Brown2015-03-051-2/+3
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-023-3/+15
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-023-3/+15
* [dhcp] Extract timing parameters out to config/dhcp.hAlex Williamson2015-02-251-13/+19
* [tftp] Explicitly abort connection whenever parent interface is closedMichael Brown2015-02-061-38/+16
* [dhcp] Remove obsolete dhcp_chaddr() functionMichael Brown2014-09-221-75/+5
* [dhcp] Check for matching chaddr in received DHCP packetsMichael Brown2014-09-221-0/+37
* [dhcpv6] Do not set sin6_scope_id on the unspecified client socket addressMichael Brown2014-05-231-1/+0
* [syslog] Strip invalid characters from hostnameMichael Brown2014-05-161-6/+31
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-272-14/+2
* [dns] Update end-of-name pointer after processing CNAME recordMichael Brown2014-02-261-2/+12
* [dns] Support DNS search listsMichael Brown2014-02-053-265/+713
* [dhcpv6] Add DHCPv6 "filename" settingMichael Brown2013-12-051-0/+10
* [settings] Merge SETTING_IPv4 and SETTING_IPv6Michael Brown2013-12-051-2/+2
* [settings] Force settings into alphabetical order within sectionsMichael Brown2013-12-053-5/+6
* [dhcpv6] Use DUID-UUID form of client DUIDMichael Brown2013-12-051-20/+21
* [syslog] Add support for IPv6 syslog serverMichael Brown2013-12-051-16/+35
* [dns] Add support for resolving IPv6 addresses via AAAA recordsMichael Brown2013-12-052-34/+103
* [settings] Allow for IPv6 setting types in non-IPv6 buildsMichael Brown2013-12-051-5/+2
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-054-39/+33
* [console] Allow console input and output to be disabled independentlyMichael Brown2013-11-281-2/+2
* [console] Pass escape sequence context to ANSI escape sequence handlersMichael Brown2013-11-271-1/+3
* [dhcpv6] Allow stateful DHCPv6 to apply obtained IPv6 addressesMichael Brown2013-11-151-6/+24
* [dhcpv6] Add basic support for stateful and stateless DHCPv6Michael Brown2013-11-141-0/+955
* [settings] Move user-class setting from dhcp.c to settings.cMichael Brown2013-11-141-8/+0
* [dhcp] Add DHCP network device configuratorMichael Brown2013-11-051-0/+6
* [pxe] Always retrieve cached DHCPACK and apply to relevant network deviceMichael Brown2013-10-251-26/+1
* [build] Fix uses of literal 0 as a NULL pointerMichael Brown2013-04-281-1/+1
* [uuid] Abstract UUID mangling code out to a separate uuid_mangle() functionMichael Brown2013-03-201-3/+1
* [dhcp] Use PXE byte ordering for UUID in DHCP option 97Michael Brown2013-03-201-1/+8
* [tftp] Allow TFTP block size to be controlled via the PXE TFTP APIMichael Brown2013-03-061-20/+8
* [src] Fix spelling in comments, debug messages and local variable namesStefan Weil2013-01-031-1/+1
* [build] Include version number within only a single object fileMichael Brown2012-11-021-3/+0
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-311-2/+10
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-205-5/+10
* [syslog] Include hostname within syslog messages where possibleMichael Brown2012-06-201-4/+52
* [settings] Move "domain" setting from dns.c to settings.cMichael Brown2012-06-201-8/+0
* [dhcp] Request broadcast responses when we already have an IPv4 addressMichael Brown2012-06-201-0/+7
* [tftp] Allow builds without TFTP supportMichael Brown2012-04-171-8/+0
* [syslog] Pass internal syslog() priority through to syslog consoleMichael Brown2012-03-261-2/+21
* [console] Do not share ANSI escape context between lineconsole usersMichael Brown2012-03-261-0/+8
* [console] Exclude text-based UI output from logfile-based consolesMichael Brown2012-03-261-1/+1
* [console] Allow usage to be defined independently for each consoleMichael Brown2012-03-261-0/+8
* [syslog] Separate out generic line-based console functionalityMichael Brown2012-02-281-36/+8
* [syslog] Disable console when no syslog server is definedMichael Brown2012-02-281-7/+5
* [dns] Allow trailing dots in DNS namesMichael Brown2012-01-101-9/+15
* [dhcp] Add PXE-mandated DHCP options [128,135] to parameter request listMichael Brown2011-12-061-0/+1
* [dhcp] Use a random DHCP transaction identifier (xid)Michael Brown2011-09-191-23/+24
* [tftp] Avoid setting current working URI to "tftp://0.0.0.0/"Michael Brown2011-03-311-5/+9