aboutsummaryrefslogtreecommitdiff
path: root/src/net/udp
AgeCommit message (Expand)AuthorFilesLines
2015-02-25[dhcp] Extract timing parameters out to config/dhcp.hAlex Williamson1-13/+19
2015-02-06[tftp] Explicitly abort connection whenever parent interface is closedMichael Brown1-38/+16
2014-09-22[dhcp] Remove obsolete dhcp_chaddr() functionMichael Brown1-75/+5
2014-09-22[dhcp] Check for matching chaddr in received DHCP packetsMichael Brown1-0/+37
2014-05-23[dhcpv6] Do not set sin6_scope_id on the unspecified client socket addressMichael Brown1-1/+0
2014-05-16[syslog] Strip invalid characters from hostnameMichael Brown1-6/+31
2014-02-27[uri] Refactor URI parsing and formattingMichael Brown2-14/+2
2014-02-26[dns] Update end-of-name pointer after processing CNAME recordMichael Brown1-2/+12
2014-02-05[dns] Support DNS search listsMichael Brown3-265/+713
2013-12-05[dhcpv6] Add DHCPv6 "filename" settingMichael Brown1-0/+10
2013-12-05[settings] Merge SETTING_IPv4 and SETTING_IPv6Michael Brown1-2/+2
2013-12-05[settings] Force settings into alphabetical order within sectionsMichael Brown3-5/+6
2013-12-05[dhcpv6] Use DUID-UUID form of client DUIDMichael Brown1-20/+21
2013-12-05[syslog] Add support for IPv6 syslog serverMichael Brown1-16/+35
2013-12-05[dns] Add support for resolving IPv6 addresses via AAAA recordsMichael Brown2-34/+103
2013-12-05[settings] Allow for IPv6 setting types in non-IPv6 buildsMichael Brown1-5/+2
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown4-39/+33
2013-11-28[console] Allow console input and output to be disabled independentlyMichael Brown1-2/+2
2013-11-27[console] Pass escape sequence context to ANSI escape sequence handlersMichael Brown1-1/+3
2013-11-15[dhcpv6] Allow stateful DHCPv6 to apply obtained IPv6 addressesMichael Brown1-6/+24
2013-11-14[dhcpv6] Add basic support for stateful and stateless DHCPv6Michael Brown1-0/+955
2013-11-14[settings] Move user-class setting from dhcp.c to settings.cMichael Brown1-8/+0
2013-11-05[dhcp] Add DHCP network device configuratorMichael Brown1-0/+6
2013-10-25[pxe] Always retrieve cached DHCPACK and apply to relevant network deviceMichael Brown1-26/+1
2013-04-28[build] Fix uses of literal 0 as a NULL pointerMichael Brown1-1/+1
2013-03-20[uuid] Abstract UUID mangling code out to a separate uuid_mangle() functionMichael Brown1-3/+1
2013-03-20[dhcp] Use PXE byte ordering for UUID in DHCP option 97Michael Brown1-1/+8
2013-03-06[tftp] Allow TFTP block size to be controlled via the PXE TFTP APIMichael Brown1-20/+8
2013-01-03[src] Fix spelling in comments, debug messages and local variable namesStefan Weil1-1/+1
2012-11-02[build] Include version number within only a single object fileMichael Brown1-3/+0
2012-08-31[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown1-2/+10
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown5-5/+10
2012-06-20[syslog] Include hostname within syslog messages where possibleMichael Brown1-4/+52
2012-06-20[settings] Move "domain" setting from dns.c to settings.cMichael Brown1-8/+0
2012-06-20[dhcp] Request broadcast responses when we already have an IPv4 addressMichael Brown1-0/+7
2012-04-17[tftp] Allow builds without TFTP supportMichael Brown1-8/+0
2012-03-26[syslog] Pass internal syslog() priority through to syslog consoleMichael Brown1-2/+21
2012-03-26[console] Do not share ANSI escape context between lineconsole usersMichael Brown1-0/+8
2012-03-26[console] Exclude text-based UI output from logfile-based consolesMichael Brown1-1/+1
2012-03-26[console] Allow usage to be defined independently for each consoleMichael Brown1-0/+8
2012-02-28[syslog] Separate out generic line-based console functionalityMichael Brown1-36/+8
2012-02-28[syslog] Disable console when no syslog server is definedMichael Brown1-7/+5
2012-01-10[dns] Allow trailing dots in DNS namesMichael Brown1-9/+15
2011-12-06[dhcp] Add PXE-mandated DHCP options [128,135] to parameter request listMichael Brown1-0/+1
2011-09-19[dhcp] Use a random DHCP transaction identifier (xid)Michael Brown1-23/+24
2011-03-31[tftp] Avoid setting current working URI to "tftp://0.0.0.0/"Michael Brown1-5/+9
2011-03-23[settings] Match terminology in online documentationMichael Brown2-4/+4
2011-03-23[settings] Impose a fixed order on settingsMichael Brown4-7/+7
2011-03-10[syslog] Add support for sending console output to a syslog serverMichael Brown1-0/+206
2011-03-03[dns] Fix memory leak in settings applicatorMichael Brown1-2/+9