index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resolve
/
resolved-dns-answer.c
Age
Commit message (
Expand
)
Author
2016-07-11
treewide: fix typos and remove accidental repetition of words
Torstein Husebø
2016-06-14
resolved: make sure we initialize the ifindex of direct zone answers properly
Lennart Poettering
2016-02-24
treewide: fix typos and then/that use
Torstein Husebø
2016-02-22
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
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
2016-01-17
resolved: when we find a DNAME RR, don't insist in a signed CNAME RR
Lennart Poettering
2016-01-13
resolved: implement the full NSEC and NSEC3 postive wildcard proofs
Lennart Poettering
2016-01-04
resolved: partially implement RFC5011 Trust Anchor support
Lennart Poettering
2015-12-29
resolved: don't allow RRs with TTL=0 and TTL!=0 in the same RRset
Lennart Poettering
2015-12-26
resolved: make use of dns_type_may_redirect() where possible
Lennart Poettering
2015-12-26
resolved: internalize string buffer of dns_resource_record_to_string()
Lennart Poettering
2015-12-26
resolved: when looking for a SOA RR in a reply, pick the right one
Lennart Poettering
2015-12-18
resolved: add a call that dumps the contents of a DnsAnswer structure
Lennart Poettering
2015-12-18
resolved: check SOA authentication state when negative caching
Lennart Poettering
2015-12-18
resolved: add support NSEC3 proofs, as well as proofs for domains that are OK...
Lennart Poettering
2015-12-18
resolved: don't check for NULL DnsAnswer object explicitly where unnecessary
Lennart Poettering
2015-12-14
resolved: add basic proof of non-existance support for NSEC+NSEC3
Lennart Poettering
2015-12-11
resolved: don't eat up errors
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: grow DnsAnswer exponentially
Lennart Poettering
2015-12-10
resolved: refuse modifying DnsAnswer objects that have more than one reference
Lennart Poettering
2015-12-10
resolved: split out logic to flush DnsAnswer objects
Lennart Poettering
2015-11-25
resolved: fully support DNS search domains
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-16
resolved: cache - cache what we can of negative redirect chains
Tom Gundersen
2015-08-21
resolved: rework synthesizing logic
Lennart Poettering
2015-06-10
resolve: move dns routines into shared
Nick Owens
2015-05-18
resolved: allow DnsAnswer objects with no space for RRs
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: never attempt negative caching of SOA records
Lennart Poettering
2014-07-30
resolved: when answer A or AAAA questions, order responses by whether address...
Lennart Poettering
2014-07-23
resolved: most DNS servers can't handle more than one question per packet, he...
Lennart Poettering
2014-07-23
resolved: implement negative caching
Lennart Poettering
2014-07-23
resolved: rework logic so that we can share transactions between queries of d...
Lennart Poettering