summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Workaround for UEFI PXE boot problems.v2.76rc1Simon Kelley2016-05-101-7/+62
* Fix for DHCP in transmission interface when --bridge-interface in use.Neil Jerram2016-05-031-1/+3
* Limit number of upstream nameservers when logging configuration.Simon Kelley2016-05-033-2/+14
* Add contrib/lease-tools/dhcp_release6Simon Kelley2016-05-035-2/+465
* Move dhcp_release and dhcp_lease_time to contrib/lease_tools.Simon Kelley2016-05-036-6/+6
* Add --help to manpage .Simon Kelley2016-05-033-2/+10
* Debian init.d script fix.Simon Kelley2016-05-012-10/+12
* Fix problem with IPv6 in new ARP-search code.v2.76test13Simon Kelley2016-05-011-10/+10
* Fix typo in SDBM hash function.Simon Kelley2016-04-252-2/+2
* Fix init of per server EDNS UDP packet size.Simon Kelley2016-04-253-14/+17
* Remove pre-existing EDNS0_OPTION_NOMDEVICEID if MAC address unknown.Simon Kelley2016-04-251-5/+8
* Check return-code of inet_pton when parsing DHCPv4 options.Simon Kelley2016-04-212-3/+9
* NULL pointer check.Simon Kelley2016-03-161-1/+1
* Tidy code.Simon Kelley2016-03-161-16/+21
* Tidy.Simon Kelley2016-03-161-1/+1
* Fix memory leak in inotify code.Simon Kelley2016-03-161-1/+6
* Bound hash-iterations in DNSSEC NSEC3 checking.Simon Kelley2016-03-141-0/+8
* Tidy code.Simon Kelley2016-03-101-1/+2
* Account for TFTP packet headers in IPv6 correctly.Simon Kelley2016-03-041-3/+4
* Tighten syntax checking for dhcp-range and clarify man page.v2.76test12Simon Kelley2016-03-032-7/+11
* Fix broken DNSMASQ_USER<x> envvars in script with more than one class.Simon Kelley2016-03-012-9/+13
* Tidy parsing code.Simon Kelley2016-03-011-12/+3
* Fix pointer declaration botch.Simon Kelley2016-03-011-2/+2
* format fix.Simon Kelley2016-03-011-1/+0
* Check return code from open()Simon Kelley2016-03-011-4/+7
* Fix typo in last commit.Simon Kelley2016-03-011-1/+1
* Replace incoming EDNS0_OPTION_NOMDEVICEID and EDNS0_OPTION_NOMCPEID options.v2.76test11Simon Kelley2016-02-285-14/+37
* Fix --add-subnet when returning empty or default subnet.Simon Kelley2016-02-282-17/+22
* Apply ceiling of lease length to TTL when --dhcp-ttl in use.Simon Kelley2016-02-261-2/+10
* Add --tftp-mtu option.Simon Kelley2016-02-245-4/+30
* Update CHANGELOG.Simon Kelley2016-02-241-0/+4
* Add --dhcp-ttl option.Simon Kelley2016-02-244-5/+17
* Add TTL parameter to --host-record and --cname.Simon Kelley2016-02-245-11/+62
* Fix previous commit.v2.76test10Simon Kelley2016-02-171-2/+3
* Add --add-mac=text option.v2.76test9Simon Kelley2016-02-174-11/+18
* Avoid divide-by-zero when dhcp-range is a whole /64Simon Kelley2016-02-132-5/+17
* Avoid losing timer when deleting a RA context.S L2016-02-121-5/+14
* Fix breakage in ARP code when IPV6 support not compiled in.Simon Kelley2016-02-052-1/+6
* Make names of ARP script actions consistent.Simon Kelley2016-02-014-9/+9
* Fix FTBFS on illumosAndy Stormont2016-02-011-0/+2
* Treat REFUSED (not SERVFAIL) as an unsuccessful upstream responsev2.76test8Chris Novakovic2016-01-251-1/+1
* Final form of configuration for EDNS0 MAC-address code.Simon Kelley2016-01-257-48/+108
* Add --max-port config option.Hans Dedecker2016-01-237-5/+31
* Fix wrong reply to simple name when --domain-needed set and no servers config...v2.76test7Simon Kelley2016-01-193-9/+17
* Fix problems in last commit when DNSSEC not enabled.Simon Kelley2016-01-191-9/+2
* Complete DNSSEC server-selection code and set conntrack on DNSSEC queries.Simon Kelley2016-01-181-27/+121
* Fix sporadic crash in find_mac() - hwlen must be zero for empty entries.v2.76test6Simon Kelley2016-01-181-1/+2
* Fix botch in forward.c flags code.Simon Kelley2016-01-171-2/+2
* Complete work to allow DNSSEC validation with private DNS servers.Simon Kelley2016-01-163-18/+54
* arp.c tidy up.v2.76test5Simon Kelley2016-01-141-2/+2