Age | Commit message (Expand) | Author |
2015-12-28 | resolved: use RRSIG expiry and original TTL for cache management | Lennart Poettering |
2015-12-26 | resolved: internalize string buffer of dns_resource_record_to_string() | Lennart Poettering |
2015-12-26 | resolved: when matching SOA RRs, don't eat up errors | Lennart Poettering |
2015-12-26 | resolved: when matching SOA RRs, honour RR class | Lennart Poettering |
2015-12-18 | resolved: move DNS class utilities to dns-type.c and add more helpers | 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: cache - do negative caching only on the canonical name | Tom Gundersen |
2015-12-10 | resolved: chase DNSKEY/DS RRs when doing look-ups with DNSSEC enabled | Lennart Poettering |
2015-12-10 | resolved: when outputting RRs in text form, append a trailing dot to owner names | Lennart Poettering |
2015-12-10 | resolved: shortcut RR comparisons if pointers match | Lennart Poettering |
2015-12-03 | resolved: rework how we allow allow queries to be dispatched to scopes | Lennart Poettering |
2015-12-03 | resolved: optionally, allocate DnsResourceKey objects on the stack | Lennart Poettering |
2015-12-03 | resolved: move algorithm/digest definitions into resolved-dns-rr.h | Lennart Poettering |
2015-12-02 | resolved: add code to generate the wire format for a single RR | Lennart Poettering |
2015-12-02 | resolved: store DNSKEY fields flags+protocol as-is | Lennart Poettering |
2015-11-25 | dns-domain: simplify dns_name_is_root() and dns_name_is_single_label() | Lennart Poettering |
2015-11-25 | resolved: fully support DNS search domains | Lennart Poettering |
2015-11-24 | resolved: implement client-side DNAME resolution | Lennart Poettering |
2015-11-23 | resolved: accept TXT records with non-UTF8 strings | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out hex/dec/oct encoding/decoding into its own file | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-05 | hashmap: refactor hash_func | Tom Gundersen |
2015-09-16 | resolved: rr - introduce dns_resource_key_new_redirect() | Tom Gundersen |
2015-09-16 | resolved: rr - introduce dns_resource_key_new_cname() | Tom Gundersen |
2015-08-21 | resolved: rework synthesizing logic | Lennart Poettering |
2015-07-24 | resolved: fix DNS_TYPE_ANY vs DNS_CLASS_ANY confusion | Daniel Mack |
2015-07-23 | resolved: rr - SSHFP contains the fingerprint, not the key | Tom Gundersen |
2015-07-23 | Merge pull request #669 from poettering/dns-rr-memdup | Tom Gundersen |
2015-07-23 | resolve: unify memdup() code when parsing RRs | Lennart Poettering |
2015-07-23 | resolve: fix two minor memory leaks | Lennart Poettering |
2015-07-16 | bitmap: use external iterator | Tom Gundersen |
2015-07-14 | resolved: rr - add NSEC3 support | Tom Gundersen |
2015-07-14 | resolved: rr - add NSEC support | Tom Gundersen |
2015-07-14 | resolved: improve printing of unknown RRs | Tom Gundersen |
2015-07-14 | resolved: rr - add DS support | Tom Gundersen |
2015-07-14 | resolved: rr - print formated timestamps in RRSIG | Tom Gundersen |
2015-07-14 | resolved: rr - print DNSKEY and RRSIG in base64 | Tom Gundersen |
2015-06-10 | resolve: move dns routines into shared | Nick Owens |
2014-11-27 | resolve: fix NULL deref on strv comparison | David Herrmann |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-20 | resolved-dns-rr: fix typo | Lukas Nykryn |
2014-08-03 | resolved: RRSIG records | Zbigniew Jędrzejewski-Szmek |
2014-08-03 | resolved: add identifiers for dnssec algorithms | Zbigniew Jędrzejewski-Szmek |
2014-08-03 | resolved: DNSKEY records | Zbigniew Jędrzejewski-Szmek |
2014-08-03 | resolve: add more record types and convert to gperf table | Zbigniew Jędrzejewski-Szmek |
2014-08-03 | resolved: align last rr column | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | resolved: properly compare RRs we cannot parse | Lennart Poettering |
2014-07-31 | resolved: properly process SSHFP RRs | Lennart Poettering |
2014-07-31 | resolved: properly process SRV records | Lennart Poettering |