summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add EDE return when no matching key found.v2.86test5Dominik DL6ER2021-07-095-14/+15
* Subtle change to priority of --server types.Simon Kelley2021-07-061-21/+26
* Fix thinko in a92c6d77dcd475579c39bdff141f5eb128e2a048Kevin Darbyshire-Bryant2021-07-051-1/+1
* Fix logical error in d0ae3f5a4dc094e8fe2a3c607028c1c59f42f473Simon Kelley2021-07-051-4/+11
* Add calls to dump internally generated answers for dumpmask=0x0002Simon Kelley2021-07-041-2/+11
* Fix order of calls to resize-packet() and add_pseudoheader().Simon Kelley2021-07-041-7/+9
* Support IPv6 in --bogus-nxdomian and --ignore-addressSimon Kelley2021-07-045-31/+75
* Make --rebind-localhost-ok apply to :: and 0.0.0.0Simon Kelley2021-07-041-28/+18
* Tidy domain parsing, make --server=/*/1.2.3.4 equivalent to --server=1.2.3.4Simon Kelley2021-07-032-15/+16
* Modify and propagate changed lease.Petr Menšík2021-07-021-0/+1
* Rationalise SERV_MARK use.Simon Kelley2021-07-013-8/+7
* Fix oversight in build_server_array().Simon Kelley2021-07-011-1/+2
* Allow wildcards in domain patterns.Simon Kelley2021-07-014-27/+84
* Reuse workspace bit in struct server ->flags.Simon Kelley2021-07-012-11/+20
* Fix ipset support.Etan Kissling2021-06-301-2/+4
* Revert "Treat failure of ubus_add_object() in ubus_init() as retry-able."Simon Kelley2021-06-301-5/+3
* Treat failure of ubus_add_object() in ubus_init() as retry-able.Simon Kelley2021-06-271-3/+5
* Fix trivial breakage of DBUS done by 85bc7534dae7711f6c82742feaa7dacb41af3f36Simon Kelley2021-06-271-5/+3
* Compiler warnings.Simon Kelley2021-06-271-0/+2
* Tidy up interface to dbus and ubus modules.Simon Kelley2021-06-271-21/+35
* Fix problem with re-allocation of serverarray.v2.86test4Simon Kelley2021-06-263-6/+9
* Rationalise domain parsing for --rev-server and --domain.Simon Kelley2021-06-261-66/+50
* Don't re-use datastructures for --address and --local.Simon Kelley2021-06-261-7/+9
* Merge branch 'extended-error'Simon Kelley2021-06-267-123/+330
|\
| * Initial implementation of RFC-8914 extended DNS errors.Simon Kelley2021-06-267-83/+259
| * Initial changes for extended DNS error codes.Simon Kelley2021-06-214-53/+84
* | Rationalise --server parsing and datastructure building.Simon Kelley2021-06-258-283/+230
* | Merge branch 'master' of ssh://thekelleys.org.uk/var/local/git/dnsmasqSimon Kelley2021-06-250-0/+0
|\ \
| * | Correct domain search algorithm.v2.86test3Simon Kelley2021-06-242-21/+16
| |/
* | Correct domain search algorithm.Simon Kelley2021-06-252-21/+16
|/
* Include EDNS0 in connmark REFUSED replies.Simon Kelley2021-06-211-1/+9
* Use correct packet-size limit in make_local_answer()Simon Kelley2021-06-213-6/+7
* Tidy up name buffer use in report_addresses().Simon Kelley2021-06-212-5/+24
* CHANGELOG entry for new connmark code.Simon Kelley2021-06-211-0/+12
* Fix compiler warning.Simon Kelley2021-06-211-1/+1
* Connection track mark based DNS query filtering.Etan Kissling2021-06-218-12/+978
* Further work from a0a3b8ad3e91db5181023fceea6732eb6c6f0759Simon Kelley2021-06-211-4/+11
* Fix bug introduced in 6860cf932baeaf1c2f09c2a58e38be189ae394deSimon Kelley2021-06-201-1/+1
* Fix bug in 6860cf932baeaf1c2f09c2a58e38be189ae394deSimon Kelley2021-06-201-22/+26
* Fix specific NOERR/NXDOMAIN confusion.Simon Kelley2021-06-172-34/+54
* Optimise lokkup_domain()Simon Kelley2021-06-175-51/+67
* merge development machines.Simon Kelley2021-06-161-1/+1
|\
| * Fix error in new domain-search code.Simon Kelley2021-06-161-1/+1
* | Log the correct name when we retry a DNSSEC query.Simon Kelley2021-06-161-1/+3
* | Typo in FAQ.Simon Kelley2021-06-151-1/+1
|/
* Man page update, lease times can be given in days or weeks.v2.86test2Simon Kelley2021-06-151-1/+1
* Improve efficiency of DNSSEC.Simon Kelley2021-06-154-139/+211
* Revise resource handling for number of concurrent DNS queries.Simon Kelley2021-06-137-117/+84
* Move make_local_answer() to domain-match.cSimon Kelley2021-06-103-51/+53
* Fix TCP replies with --domain-needed.Simon Kelley2021-06-101-7/+2