summaryrefslogtreecommitdiffstats
path: root/src/net/udp
Commit message (Expand)AuthorAgeFilesLines
* [tftp] Prevent potential division by zeroMichael Brown2018-03-181-0/+2
* [dns] Ensure DNS names are NUL-terminated when used as diagnostic stringsMichael Brown2017-09-071-3/+9
* [dns] Report current DNS query as job progress status messageMichael Brown2017-09-061-0/+18
* [slam] Avoid NULL pointer dereference in slam_pull_value()Michael Brown2017-03-211-5/+9
* [slam] Fix resource leak on error pathMichael Brown2017-03-211-4/+10
* [dhcp] Allow vendor class to be changed in DHCP requestsMichael Brown2017-03-201-11/+23
* [netdevice] Allow MTU to be changed at runtimeMichael Brown2017-01-231-3/+3
* [ipv6] Create routing table based on IPv6 settingsMichael Brown2016-07-201-16/+1Star
* [ipv6] Match user expectations for IPv6 settings prioritiesMichael Brown2016-07-191-0/+1
* [dhcpv6] Expose IPv6 address setting acquired through DHCPv6Michael Brown2016-07-191-18/+49
* [ipv6] Rename ipv6_scope to dhcpv6_scopeMichael Brown2016-07-163-6/+6
* [settings] Create space for IPv6 in settings display orderMichael Brown2016-07-151-2/+2
* [dhcp] Automatically generate vendor class identifier stringMichael Brown2016-07-042-2/+6
* [dhcpv6] Include vendor class identifier option in DHCPv6 requestsMichael Brown2016-07-041-0/+3
* [dhcpv6] Include RFC5970 client architecture options in DHCPv6 requestsMichael Brown2016-07-041-17/+19
* [dhcp] Allow for variable encapsulation of architecture-specific optionsMichael Brown2016-07-041-3/+3
* [ntp] Add simple NTP clientMichael Brown2016-06-131-0/+275
* [slam] Avoid potential division by zeroMichael Brown2016-01-281-7/+13
* [tftp] Mangle initial slash on TFTP URIsMichael Brown2016-01-211-1/+3
* [tftp] Do not change current working URI when TFTP server is clearedMichael Brown2016-01-091-13/+13
* [dhcp] Limit maximum number of DHCP discovery deferralsMichael Brown2015-11-101-2/+6
* [dhcp] Reset start time when deferring discoveryMichael Brown2015-10-301-0/+1
* [dhcp] Do not skip ProxyDHCPREQUEST if next-server is emptyMichael Brown2015-08-261-2/+3
* [dhcp] Ignore ProxyDHCPACKs without PXE optionsMichael Brown2015-08-181-0/+4
* [dhcp] Allow pseudo-DHCP servers to use pseudo-identifiersMichael Brown2015-08-181-27/+54
* [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/+16Star
* [dhcp] Remove obsolete dhcp_chaddr() functionMichael Brown2014-09-221-75/+5Star
* [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/+0Star
* [syslog] Strip invalid characters from hostnameMichael Brown2014-05-161-6/+31
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-272-14/+2Star
* [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/+2Star
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-054-39/+33Star
* [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