summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix MAC address enumeration on *BSD.v2.67test9Simon Kelley2013-07-262-1/+5
* Advertise lost prefixes with pref_time == 0 for 2 hours.v2.67test8Simon Kelley2013-07-267-49/+154
* Make --clear-on-reload apply to DBus API too.Simon Kelley2013-07-253-8/+21
* DHCP FQDN option tweaks.Roy Marples2013-07-253-9/+20
* Tweak parameter lifetimes in Router advertisements.Simon Kelley2013-07-251-4/+4
* Allow hostnames to start with a number.Kyle Mestery2013-07-242-5/+7
* Increase timeout/number of retries in TFTP.Simon Kelley2013-06-192-2/+6
* Don't BIND DHCP socket if more interfaces may come along later.v2.67test7Simon Kelley2013-05-312-7/+19
* Add constructor-noauth: keywordSimon Kelley2013-05-314-2/+17
* Allow constructed ranges from interface address at end of range.Simon Kelley2013-05-312-2/+13
* Log forwarding table overflows.Marcelo Salhab Brogliato2013-05-312-0/+12
* Remove limit in prefix length in --auth-zone.v2.67test6Simon Kelley2013-05-294-8/+12
* Fix option parsing for --dhcp-host.Simon Kelley2013-05-292-2/+6
* Update Debian resolvconf script for dnscrypt-proxy integration.Simon Kelley2013-05-282-13/+34
* Fix hang from new interface-name code, when using TCP.Simon Kelley2013-05-232-50/+60
* Debian changelog update.v2.67test5Simon Kelley2013-05-201-1/+7
* Generalise --interface-name to cope with IPv6 addresses.Simon Kelley2013-05-2011-138/+305
* Fix failure to start with ENOTSOCKSimon Kelley2013-05-172-1/+7
* 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