summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump Debian version number.v2.67test1Simon Kelley2013-04-191-0/+6
* Allow option number zero in encapsulated DHCP options.Simon Kelley2013-04-193-18/+25
* Fix wrong size in memset() call.Dave Reisner2013-04-181-1/+1
* Update French translation.v2.66Simon Kelley2013-04-174-105/+367
* Manpage typos.Simon Kelley2013-04-151-5/+5
* FAQ typos.Simon Kelley2013-04-151-2/+2
* Better error check on options parsing.Simon Kelley2013-04-121-0/+2
* Fix crash on exceeding DHCP lease limit.Simon Kelley2013-04-112-4/+15
* Manpage typosSimon Kelley2013-04-101-3/+6
* Fix parsing of IAID>MAXINT in leases file.v2.66rc5Simon Kelley2013-04-101-1/+1
* ->hwaddr_len must be zero always in DHCPv6 leases.Simon Kelley2013-04-103-5/+12
* Fix trivial access of un-initialised memory.Simon Kelley2013-04-091-1/+1
* Manpage typos.Simon Kelley2013-04-031-2/+2
* Cope with duplicate dhcp-options with tags (last one wins).v2.66rc4Simon Kelley2013-04-021-1/+8
* Manpage typo.Simon Kelley2013-04-021-2/+2
* Polish translation.Simon Kelley2013-04-022-84/+72
* Fix endless loop when dhcp-range goes away.Simon Kelley2013-04-021-0/+2
* SO_REUSEPORT may be defined, but not supported.Simon Kelley2013-04-023-9/+30
* Trivial change: 0->NULL for pointer constant.Simon Kelley2013-04-021-1/+1
* 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