summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Initial checking, HIP query scafolding done. Not yet functional.hipSimon Kelley2013-08-208-39/+232
|
* Fix dhcp-range sanity checking.Simon Kelley2013-08-201-18/+19
|
* Use tags from pxe-proxy dhcp-range statements.Simon Kelley2013-08-201-2/+10
|
* Allow prefix :: in constructed dhcp-range.Vladislav Grishenko2013-08-192-1/+11
|
* IFACE_PERMANENT interface flag in enumeration.Vladislav Grishenko2013-08-193-0/+8
|
* Silence compiler warning.Simon Kelley2013-08-191-4/+4
|
* Add code to get IPv6 address lifetimes and flags for *BSD.Vladislav Grishenko2013-08-191-10/+47
|
* Set SOREUSEADDR as well as SOREUSEPORT on DHCP sockets when both available.Simon Kelley2013-08-142-8/+8
|
* Debian package change: update resolvconf script.Simon Kelley2013-08-142-2/+8
|
* Fix DHCPv6 lease time calculation when client sends VL==0 or PL==0Simon Kelley2013-08-051-32/+79
|
* Sanity check for dhcp-range template.Simon Kelley2013-08-011-0/+9
|
* Provide independent control over which interfaces get TFTP.Simon Kelley2013-07-296-16/+58
|
* Make --listen-address higher priority than --except-interface.Simon Kelley2013-07-292-6/+10
|
* Add --force-fast-ra option.Simon Kelley2013-07-295-2/+14
|
* Apply ceiling of configured dhcp-range leasetime to deprecated prefix adverts.Simon Kelley2013-07-281-0/+4
|
* Support RFC-4242 information-refresh-time.Simon Kelley2013-07-283-10/+43
|
* Remove dead code.Simon Kelley2013-07-271-2/+2
|
* Better job with domain for DHCPv6 information-request.Simon Kelley2013-07-272-1/+10
|
* Tweak when old prefix returns.Simon Kelley2013-07-271-1/+9
|
* Merge branch 'master' of ssh://thekelleys.org.uk/var/cache/git/dnsmasqSimon Kelley2013-07-2712-76/+210
|\ | | | | | | | | Conflicts: CHANGELOG
| * 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
| |
* | Typo in name in CHANGELOG.Simon Kelley2013-07-031-1/+1
| |
* | Fix crash with empty DHCP string options.Simon Kelley2013-07-022-1/+5
|/
* 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
| | | | Also make man page on this clearer, as it's been confusing many.
* 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
| | | | This makes RA the same as DHCP4/6
* 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
|