summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle IPv4 interface-address labels in Linux.v2.67test4Simon Kelley2013-05-149-19/+62
* Only use ourselves as default DNS server for RA if we're doing DNS.Simon Kelley2013-04-301-2/+2
* replace inet_addr with inet_pton() in src/option.cSimon Kelley2013-04-291-26/+26
* Tighten checks in legal_hostname().Simon Kelley2013-04-291-5/+9
* Fix FTBFS in ipset.c with old kernel headers.Simon Kelley2013-04-252-15/+42
* Check length of synth-domain prefix.Simon Kelley2013-04-252-6/+14
* Allow option prefix in --synth-domain.Simon Kelley2013-04-254-68/+102
* Add --synth-domainv2.67test3Simon Kelley2013-04-249-48/+279
* --dhcp-match et al now work with BOOTP as well as DHCP.Simon Kelley2013-04-232-114/+117
* Note that dhcp_lease_time and dhcp_release only work for IPv4.Simon Kelley2013-04-232-2/+6
* Manpage typos.Tomas Hozza2013-04-221-9/+9
* Fix regression in dhcp_lease_time utility.Simon Kelley2013-04-223-2/+33
* Fix crash on SERVFAIL when --conntrack in use.v2.67test2Giacomo Tazzari2013-04-222-3/+9
* Send TCP DNS messages in one write() call. Stops TCP stream fragmenting.Simon Kelley2013-04-221-18/+13
* 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