Age | Commit message (Expand) | Author |
2016-02-16 | Replace DNS_RESOURCE_KEY_NAME with a version which always returns "." for root | Zbigniew Jędrzejewski-Szmek |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2015-12-26 | resolved: internalize string buffer of dns_resource_record_to_string() | Lennart Poettering |
2015-12-18 | resolved: make use of dns_{class|type}_is_{pseudo|valid_rr}() everywhere | Lennart Poettering |
2015-12-18 | resolved: add support NSEC3 proofs, as well as proofs for domains that are OK... | Lennart Poettering |
2015-12-10 | resolved: chase DNSKEY/DS RRs when doing look-ups with DNSSEC enabled | Lennart Poettering |
2015-12-03 | resolved: optionally, allocate DnsResourceKey objects on the stack | Lennart Poettering |
2015-11-25 | resolved: fully support DNS search domains | Lennart Poettering |
2015-11-18 | resolved: simplify dns zone logic: take a single key when looking up entries | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-09-09 | tree-wide: take benefit of the fact that hashmap_free() returns NULL | Lennart Poettering |
2015-08-26 | resolved: dump cache and zone contents to syslog on SIGUSR1 | Lennart Poettering |
2015-08-21 | resolved: only maintain one question RR key per transaction | Lennart Poettering |
2015-08-21 | resolved: rework synthesizing logic | Lennart Poettering |
2015-06-10 | resolve: move dns routines into shared | Nick Owens |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-12 | resolved: initialize counter | Thomas Hindoe Paaboel Andersen |
2014-08-11 | resolved: actually, the peer with the lower IP address wins conflicts | Lennart Poettering |
2014-08-11 | resolved: make sure we don't mark the wrong zone RRs conflicting | Lennart Poettering |
2014-08-11 | resolved: be a bit more communicative about conflicts | Lennart Poettering |
2014-08-11 | resolved: verify all RRs when we come back from suspend | Lennart Poettering |
2014-08-11 | resolved: implement full LLMNR conflict detection logic | Lennart Poettering |
2014-08-11 | resolved: properly check return value of dns_resource_record_equal() | Lennart Poettering |
2014-08-05 | resolved: stop the prober when we detect a conflict in LLMNR | Lennart Poettering |
2014-08-05 | resolved: don't override zone item state after starting the probe | Lennart Poettering |
2014-08-05 | resolved: never reuse transactions for probing that are already completed bas... | Lennart Poettering |
2014-08-05 | resolved: if there's already an RR established that has the same name of an R... | Lennart Poettering |
2014-07-31 | resolved: implement LLMNR uniqueness verification | Lennart Poettering |
2014-07-30 | resolved: properly set TTL in SOA records | Lennart Poettering |
2014-07-30 | resolved: include SOA records in LLMNR replies for non-existing RRs to allow ... | Lennart Poettering |
2014-07-30 | resolved: respond to ANY queries from our zone | Lennart Poettering |
2014-07-30 | resolved: don't allow adding of ANY class/type RRs to local zones | Lennart Poettering |
2014-07-29 | resolve: add llmnr responder side for UDP and TCP | Lennart Poettering |