summaryrefslogtreecommitdiff
path: root/src/dhcp.c
Commit message (Expand)AuthorAgeFilesLines
* Add --no-dhcpv4-interface and --no-dhcpv6-interface options.Simon Kelley2023-04-121-1/+1
* Bump copyrights to 2023.Simon Kelley2023-04-051-1/+1
* Avoid undefined behaviour with the ctype(3) functions.Taylor R Campbell2023-02-271-3/+3
* Tweak packet dump code to make port numbers more accurate.Simon Kelley2022-09-051-8/+7
* Add the ability to specify destination port in DHCP-relay mode.Simon Kelley2022-05-261-1/+1
* Fix FTBFS on BSD platforms.Johnny S. Lee via Dnsmasq-discuss2022-02-031-2/+5
* Improve the performance of DHCP relay.v2.87test6Simon Kelley2022-02-021-88/+91
* Extend packet-dump system to DHCP and TFTP.Simon Kelley2022-01-291-3/+32
* Bump copyright to 2022.Simon Kelley2022-01-241-1/+1
* Generalise --dhcp-relay.Simon Kelley2021-12-201-3/+24
* Fiz sizeof() confusion in 527c3c7d0d3bb4bf5fad699f10cf0d1a45a54692v2.86test7Simon Kelley2021-08-111-2/+2
* Remove remaining uses of deprecated inet_ntoa()Petr Menšík2021-08-101-6/+11
* Remove remaining uses of deprecated inet_addr() function.Petr Menšík2021-08-101-1/+1
* Bump copyright notices for 2021. Happy New Year!Simon Kelley2021-01-241-1/+1
* Update copyrights to 2020.Simon Kelley2020-01-051-1/+1
* Apply fix from c6cc455dd191fbea56ee14a0ef88a7d655a6fe9a in DHCP code.Simon Kelley2019-03-281-1/+2
* Add --shared-network DHCP configuration.Simon Kelley2019-03-271-13/+63
* Fix e7bfd556c079c8b5e7425aed44abc35925b24043 to actually work.Simon Kelley2019-01-091-29/+25
* Remove nested struct/union in cache records and all_addr.Simon Kelley2019-01-021-10/+10
* Alter DHCP address selection after DECLINE in consec-addr mode.Simon Kelley2018-12-311-0/+13
* Fix lengths of interface namesPetr Menšík2018-09-041-5/+4
* Fix DHCP broken-ness when --no-ping AND --dhcp-sequential-ip are set.Simon Kelley2018-05-041-1/+1
* Update copyrights to 2018.Simon Kelley2018-01-011-1/+1
* Fix DHCP relay, broken by ff325644c7afae2588583f935f4ea9b9694eb52eSimon Kelley2017-06-251-2/+2
* Bump year in copyrights.Simon Kelley2017-06-241-1/+1
* Fix c7be0164ce6ae89d6f2f0ffea14e2612418dd5dav2.77rc3Simon Kelley2017-05-111-1/+1
* Suppress DHCP ping checks when allocating on the loopback interface.v2.77rc2Simon Kelley2017-05-101-10/+14
* DHCPv4: do ICMP-ping check in all cases other that current lease.Simon Kelley2017-04-281-57/+79
* --dhcp-reply-delay option to workaround PXE client bugs.Floris Bos2017-04-091-2/+7
* Spelling fixes.klemens2017-02-191-1/+1
* Comprehensive spelling/typo fixes.Josh Soref2017-02-061-3/+3
* Suppress useless warning about DHCP packets of interfaces without addresses.Simon Kelley2016-08-281-1/+2
* Fix for DHCP in transmission interface when --bridge-interface in use.Neil Jerram2016-05-031-1/+3
* Fix typo in SDBM hash function.Simon Kelley2016-04-251-1/+1
* Update copyright notices. Happy new year!Simon Kelley2016-01-061-1/+1
* Catch errors from sendmsg in DHCP code.Simon Kelley2015-10-131-1/+6
* Documenation updates for --bridge-interface and "off-link".Neil Jerram2015-06-101-4/+5
* Fix logging of unknown interface in --bridge-interface, DHPCv4.Neil Jerram2015-06-101-1/+3
* dhcp: set outbound interface via cmsg in unicast replyv2.73rc1Lung-Pin Chang2015-03-191-20/+25
* Fix boilerplate code for re-running system calls on EINTR and EAGAIN etc.Simon Kelley2015-03-111-1/+1
* Update copyrights for dawn of 2015.Simon Kelley2015-01-311-1/+1
* Allow wildcard aliases in --bridge-interface optionNeil Jerram2014-06-111-1/+1
* LOG error of ARP-injection fails.Simon Kelley2014-05-231-1/+2
* Update copyright for 2014.Simon Kelley2014-01-081-1/+1
* Support MAC addresses in dhcp-host and dhcp-mac for DHCPv6.v2.67test15Simon Kelley2013-09-201-83/+0
* Add --dhcp-relay config option.v2.67test10Simon Kelley2013-09-041-46/+160
* Set SOREUSEADDR as well as SOREUSEPORT on DHCP sockets when both available.Simon Kelley2013-08-141-4/+4
* Handle IPv4 interface-address labels in Linux.v2.67test4Simon Kelley2013-05-141-5/+9
* SO_REUSEPORT may be defined, but not supported.Simon Kelley2013-04-021-4/+12
* Allow trailing '*' wildcard in interface names.Simon Kelley2013-03-151-1/+1