summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dnssec' of ssh://thekelleys.org.uk/var/cache/git/dnsmasq into d...dnssecSimon Kelley2013-12-3111-39/+419
|\
| * backupSimon Kelley2013-12-317-34/+413
| * Merge branch 'master' into dnssecSimon Kelley2013-12-186-14/+18
| |\
| | * indentation fix.v2.69test2Simon Kelley2013-12-181-7/+7
| | * Typo in contributor name. Sorry.Simon Kelley2013-12-171-1/+1
| | * Remove unused code.Simon Kelley2013-12-172-2/+1
| | * Ignore ",," in dhcp-host, rather than treating it as ",0,"Simon Kelley2013-12-171-4/+6
| | * Fix endless loop with some bogu-nxdomain. Another F_CONFIG botch.Simon Kelley2013-12-172-1/+4
* | | ShuffleSimon Kelley2013-12-161-10/+18
|/ /
* | Saving progressSimon Kelley2013-12-133-27/+40
* | Merge branch 'master' into dnssecSimon Kelley2013-12-127-43/+160
|\ \ | |/
| * Implement dynamic interface discovery on *BSDv2.69test1Simon Kelley2013-12-097-43/+160
* | Merge branch 'master' into dnssecSimon Kelley2013-12-1226-3661/+4241
|\ \ | |/
| * Bump debian version.v2.68Simon Kelley2013-12-081-1/+7
| * Update Polish translation.Jan Psota2013-12-081-20/+18
| * Relax rules in prefix length in (IPv6) dhcp-range.v2.68rc5Vladislav Grishenko2013-12-034-23/+29
| * Update Debian changelog.Simon Kelley2013-12-031-1/+1
| * Check arrival interface of IPv6 requests, even in --bind-interfaces.Simon Kelley2013-12-034-32/+35
| * Only set scope_id in addresses to bind() for linklocal addresses.Simon Kelley2013-12-031-2/+6
| * Fix previous errno saving fix.Matthias Andree2013-12-031-6/+5
| * Garbage collect listening sockets when their address is deleted.Simon Kelley2013-12-022-6/+49
| * Don't overwrite errno before generating message.Simon Kelley2013-12-021-1/+5
| * Do immediate RA when a prefix goes from old->current.v2.68rc4Simon Kelley2013-11-261-0/+1
| * Fix compiler warning.Vladislav Grishenko2013-11-261-1/+1
| * Fix compiler warnings.Vladislav Grishenko2013-11-262-3/+10
| * Fix compiler warning.Vladislav Grishenko2013-11-261-1/+1
| * Fix compiler warning.Vladislav Grishenko2013-11-261-3/+7
| * Add missing malloc() return-code check.Simon Kelley2013-11-261-8/+8
| * Segfault with some CNAMEs. Also memory leak on reload of /etc/hosts.v2.68rc3Simon Kelley2013-11-252-10/+16
| * Remove arc4random, we have a good RNG and it's a portability problem.v2.68rc2Simon Kelley2013-11-222-37/+0
| * Merge messages to .po files.Simon Kelley2013-11-2210-3519/+4013
| * Extend /4 and /6 syntax to --interface-namev2.68rc1Simon Kelley2013-11-215-8/+38
| * Allow empty subnet list in --auth-zoneSimon Kelley2013-11-212-5/+17
* | Commit to allow master merge.Simon Kelley2013-12-126-52/+209
* | Merge branch 'master' into dnssecSimon Kelley2013-11-175-13/+38
|\ \ | |/
| * Support /4 and /6 suffixes in interface names in --auth-serverSimon Kelley2013-11-173-4/+24
| * Fix crash introduced in 376d48c7f187cd3c3e941929a4cd5e9c9903fc89Simon Kelley2013-11-151-4/+4
| * When advertising ONLY deleted IPv6 prefixes, set router lifetime to zero.Simon Kelley2013-11-151-5/+10
* | Merge branch 'master' into dnssecSimon Kelley2013-11-152-1/+6
|\ \ | |/
| * Fix problems when advertising deleted IPv6 prefixes.v2.68test2Simon Kelley2013-11-152-1/+6
* | Merge branch 'master' into dnssecSimon Kelley2013-11-1415-188/+353
|\ \ | |/
| * Auth-DNS manpage update.Simon Kelley2013-11-141-1/+5
| * Allow interface name to specify subnets in --auth-zone.Simon Kelley2013-11-137-151/+255
| * Use random address allocation for DHCPv6 temporary addresses.Simon Kelley2013-11-074-13/+44
| * Fix start-up order for making DHCPv6 DUIDSimon Kelley2013-11-074-17/+39
| * Make private functions "static"Simon Kelley2013-11-061-1/+1
| * Fix FTBFS on openBSD-current.Brad Smith2013-11-041-0/+1
| * Fix FTBFS on OS X >=10.7 Need to select a IPv6 sockopt API.Simon Kelley2013-10-281-1/+4
| * Fix check for local domains in CNAME case. Fixes d56a604a9600c08d4a863527d549...v2.68test1Simon Kelley2013-10-282-3/+3
| * Fix FTBFS on MacOSJeremy Lavergne2013-10-281-1/+1