summaryrefslogtreecommitdiffstats
path: root/src/cryptsetup (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-18resolved: use right format specifier to print transaction IDLennart Poettering1-2/+2
2015-12-18resolved: cache stringified transaction key once per transactionLennart Poettering2-20/+30
2015-12-18resolved: don't complain if networkd doesn't know an interface we care aboutLennart Poettering1-0/+13
2015-12-18shared: add dns_name_parent() call to determine parent domain of a domainLennart Poettering2-5/+15
2015-12-16resolve: remove unused variableThomas Hindoe Paaboel Andersen1-2/+0
2015-12-16resolve: fix indendationThomas Hindoe Paaboel Andersen1-9/+9
2015-12-15man: fix typo in journal-remote.conf(5)Yu Watanabe1-1/+1
2015-12-15basic: ENABLE_DEBUG_HASHMAP needs <pthread.h>Henrik Kaare Poulsen1-0/+1
2015-12-15journal-remote: add documents in the unit filesYu Watanabe4-0/+4
2015-12-14resolved: update DNSSEC TODOLennart Poettering1-0/+2
2015-12-14resolved: add basic proof of non-existance support for NSEC+NSEC3Lennart Poettering5-2/+285
2015-12-14resolved: when serializing NSEC3 windows, don't write more windows than neces...Lennart Poettering1-4/+5
2015-12-14resolved: constify a parameterLennart Poettering1-1/+1
2015-12-14resolved: always consider NSEC/NSEC3 RRs as "primary"Lennart Poettering1-1/+4
2015-12-14resolved: don't choke on NULL DNS transactions when determining query candida...Lennart Poettering1-3/+8
2015-12-14resolved: initialize libgcrypt before using itLennart Poettering1-0/+17
2015-12-14resolved: rework how we get the gcrypt digest algorithm ID from DNSSEC digest...Lennart Poettering1-32/+31
2015-12-14resolved: apparently not all names are used in canonical form for DNSSEC vali...Lennart Poettering3-13/+116
2015-12-14treewide: fix typos and indentationTorstein Husebø4-5/+5
2015-12-13manager: log log level changes uniformlyZbigniew Jędrzejewski-Szmek2-3/+6
2015-12-13manager: move status output change debug messages to set functionZbigniew Jędrzejewski-Szmek1-2/+3
2015-12-13build-sys: fix --disable-testsEvgeny Vereshchagin1-0/+4
2015-12-12build-sys: refactor `have_smack` detectionEvgeny Vereshchagin1-6/+3
2015-12-12build-sys: fix ./configure --enable-smackEvgeny Vereshchagin1-1/+1
2015-12-11resolved: don't eat up errorsLennart Poettering1-4/+12
2015-12-11resolved: refactor DNSSEC answer validationLennart Poettering1-58/+80
2015-12-11resolved: rework dnssec validation resultsLennart Poettering2-18/+58
2015-12-11resolved: rework how and when the number of answer RRs to cache is determinedLennart Poettering2-12/+16
2015-12-11resolved: generalize DNS RR type validity checksLennart Poettering5-6/+37
2015-12-11resolved: refuse OPT RRs in incoming packets that are not in the additional s...Lennart Poettering1-2/+12
2015-12-11resolved: refuse to cache ANY kind of pseudo-RR-typeLennart Poettering2-5/+5
2015-12-11resolved: no need to check for NULL explicitly before invoking dns_packet_unr...Lennart Poettering1-2/+1
2015-12-11resolved: extend list of pseudo RR typesLennart Poettering1-3/+18
2015-12-10resolved: cache - only stringify RR keys when in debug modeTom Gundersen1-43/+67
2015-12-10resolved: cache - don't flush the cache of mDNS records unneccesarilyTom Gundersen2-11/+10
2015-12-10TODOTom Gundersen1-0/+1
2015-12-10resolved: cache - rework which RR types we apply redirection toTom Gundersen1-20/+28
2015-12-10resolved: cache - improve loggingTom Gundersen1-1/+10
2015-12-10resolved: cache - don't cache NXDOMAIN by TYPETom Gundersen1-1/+17
2015-12-10resolved: cache - do negative caching only on the canonical nameTom Gundersen7-14/+47
2015-12-10importd: drop dkr supportLennart Poettering14-1862/+16
2015-12-10resolved: make sure the packet's transaction ID is always 0 for mDNSDaniel Mack2-2/+5
2015-12-10resolved: discard any reply packet that contains a bogus nameDaniel Mack1-4/+8
2015-12-10Use /proc/net/sockstat6 to detect IPv6 supportJorgen Schaefer1-9/+2
2015-12-10README: Recommend kinvolk regarding engineering servicesLennart Poettering1-0/+5
2015-12-10resolved: rename dns_transaction_prepare_next_attempt()Lennart Poettering1-3/+3
2015-12-10journal: make mmap_cache_unref() a NOP when NULL is passed, like all other de...Lennart Poettering2-3/+5
2015-12-10resolved: don't accept doing queries for invalid RR typesLennart Poettering1-0/+8
2015-12-10resolved: chase DNSKEY/DS RRs when doing look-ups with DNSSEC enabledLennart Poettering15-146/+929
2015-12-10resolved: when matching up DNSKEY and DS RRs, it's fine if we don't support t...Lennart Poettering1-5/+3