summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix lease time calculation when using DHCPv6 relay.v2.66rc3Simon Kelley2013-03-301-1/+2
* Merged messages.v2.66rc2Simon Kelley2013-03-2210-3854/+5860
* Indentation.Simon Kelley2013-03-221-3/+3
* Typos in CHANGELOGSimon Kelley2013-03-221-2/+2
* Compile-in IPSET by default.v2.66rc1Simon Kelley2013-03-212-6/+4
* Send prefix-class in DHCPREPLY as well as DHCPADVERTISE.v2.66test23Simon Kelley2013-03-191-32/+37
* Bugfix for latest DHCPv6 update.v2.66test22Simon Kelley2013-03-151-1/+6
* Allow trailing '*' wildcard in interface names.Simon Kelley2013-03-1511-24/+42
* Make wildcard-configured addresses work on multiple networks.Simon Kelley2013-03-153-116/+161
* Clarifications for DNS-auth in man-page.Simon Kelley2013-03-111-5/+18
* Experimental support for DHCPv6 prefix-class option.v2.66test21Simon Kelley2013-03-075-35/+227
* Split out context-marking from add_address.Simon Kelley2013-03-071-4/+12
* Another logic problem in refactor.v2.66test20Simon Kelley2013-03-061-6/+6
* Respect difference between no IA_{TN}A and no IA_ADDR options.v2.66test19Simon Kelley2013-03-061-16/+20
* Fix unused variable warning.Simon Kelley2013-03-061-1/+1
* Fix crash in DHCPv6 renew, introduced in refactor.v2.66test18Simon Kelley2013-03-061-2/+2
* Massive refactor of stateful DHCPv6. Lease multiple prefixes per client.v2.66test17Simon Kelley2013-03-064-618/+693
* Don't erroneously reject some option names in --dhcp-matchSimon Kelley2013-02-283-10/+11
* Handle EINTR return from sendto() in ipset.cSimon Kelley2013-02-231-5/+5
* Add ipset.c to source files list in Android makefile.Simon Kelley2013-02-221-1/+1
* IPset support in debian build.Simon Kelley2013-02-223-1/+9
* Add --ipset option.Jason A. Donenfeld2013-02-2211-6/+359
* Fix wrong DNSMASQ_LEASE_EXPIRES envar when luascript in use also.Simon Kelley2013-02-211-7/+2
* Fix crash in DHCPv6 information-request handler.v2.66test16Simon Kelley2013-02-192-1/+6
* DHCPv4 relay-agent options exposed to DHCP-script.v2.66test15Simon Kelley2013-02-184-3/+32
* Support DHCP DNS server option if we're not doing DNS.v2.66test14Simon Kelley2013-02-173-2/+7
* Fix FTBFS if HAVE_BROKEN_RTC defined.ipv6-macSimon Kelley2013-02-061-2/+2
* Fix previous commit.Simon Kelley2013-02-051-1/+1
* Fix use-after-freeSimon Kelley2013-02-051-9/+12
* Fix use-after-freeSimon Kelley2013-02-051-2/+2
* Remove dead code.Simon Kelley2013-02-051-4/+0
* Fix wrong syntax check.Simon Kelley2013-02-051-1/+1
* Theoretical memory leak fix.Simon Kelley2013-02-051-7/+10
* Fix memory leak.Simon Kelley2013-02-041-2/+6
* Don't leak sockets when getsockname fails.Simon Kelley2013-02-041-2/+7
* Memory leak.Simon Kelley2013-02-041-0/+1
* Fix memory leak.Simon Kelley2013-02-041-4/+4
* Copy-and-paste errorSimon Kelley2013-02-041-1/+1
* Catch NULL pointer deref if qdcount == 0Simon Kelley2013-02-041-1/+1
* Typo in filter_constructed_dhcp()Simon Kelley2013-02-041-1/+1
* Change copyright messages to include 2013.Simon Kelley2013-01-3132-33/+33
* Update manpage for --dhcp-authoritative DHCPv6 behaviour.Simon Kelley2013-01-301-3/+4
* Handle wrong interface for locally-routed packets.v2.66test13Simon Kelley2013-01-295-21/+76
* Man page typos.Simon Kelley2013-01-231-2/+2
* Correct behaviour for TCP queries to allowed address via banned interface.v2.66test12Simon Kelley2013-01-224-20/+125
* Wildcard IPv6 addresses in --dhcp-host, for constructed ranges.v2.66test11Simon Kelley2013-01-174-4/+27
* Fix last commit.v2.66test10Simon Kelley2013-01-151-2/+2
* Check IAID as well as CLID for lease identity.v2.66test9Simon Kelley2013-01-141-3/+3
* Tweak DHCP startup logging.Simon Kelley2013-01-111-44/+36
* More IPv6 address allocation fixes.v2.66test8Simon Kelley2013-01-102-14/+16