summaryrefslogtreecommitdiff
path: root/src/resolve
Commit message (Expand)AuthorAgeFilesLines
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-282-6/+6
* treewide: a few more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-282-24/+12
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-286-43/+43
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-286-43/+43
* resolve: reject empty TXT recordsStanisław Pitucha2014-11-271-0/+7
* resolve: set error code on failureStanisław Pitucha2014-11-271-1/+3
* resolve: fix redirection loops in compressed RRStanisław Pitucha2014-11-271-2/+5
* resolve: fix NULL deref on strv comparisonDavid Herrmann2014-11-271-8/+2
* resolved: fix typo in sd_notify() callTom Gundersen2014-11-251-1/+1
* resolve: fix CID#1237549 Unchecked return valueSusant Sahani2014-11-171-2/+2
* resolved: dns-packet - use unaligned read/write helpersTom Gundersen2014-11-011-12/+6
* resolve: make DnsScope::conflict_queue an OrderedHashmapMichal Schmidt2014-10-232-6/+6
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-231-1/+1
* resolved: simplify detection of packets from the loopback deviceLennart Poettering2014-10-223-23/+2
* resolve: add missing headerLukasz Skalski2014-10-171-0/+1
* resolved: apply label to /run/systemd/resolve/resolv.confZbigniew Jędrzejewski-Szmek2014-10-132-3/+10
* resolved: split out writing of resolv.confZbigniew Jędrzejewski-Szmek2014-10-131-27/+34
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-1514-22/+35
* resolved: fall back to hardcoded ifindex when checking if a link is the loopbackTom Gundersen2014-09-131-1/+7
* resolved: fix typo in log messageLennart Poettering2014-08-221-1/+1
* shared: add MAXSIZE() and use it in resolvedDavid Herrmann2014-08-222-2/+2
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-211-1/+3
* resolved: write resolv.conf search - switch argumentsTom Gundersen2014-08-201-1/+1
* resolved: fix which return codes we checkLennart Poettering2014-08-201-2/+2
* resolved-dns-rr: fix typoLukas Nykryn2014-08-201-7/+7
* resolve: fix compilation on LLVM+clangDavid Herrmann2014-08-152-2/+2
* resolved: fix assertion when joining llmnr mcast groupLennart Poettering2014-08-151-1/+4
* resolved: pull in domain names from sd-networkTom Gundersen2014-08-142-5/+75
* resolved: clarify that LLMNR scopes must have a link assignedLennart Poettering2014-08-141-0/+4
* resolved: enable LLMNRLennart Poettering2014-08-141-3/+2
* resolved: allow passing on which protocol, family and interface to look somet...Lennart Poettering2014-08-147-33/+137
* sd-network: /_get_link_/_link_get_/Tom Gundersen2014-08-131-3/+3
* resolved: skip IPv6 LLMNR if IPv6 is not availableLennart Poettering2014-08-132-13/+22
* resolved: return exit code of event loopLennart Poettering2014-08-121-0/+2
* resolved: unify logic how we flush out DNS servers we learntLennart Poettering2014-08-125-26/+28
* resolved: filter out duplicate DNS servers when writing resolv.confLennart Poettering2014-08-123-10/+67
* resolved: initialize counterThomas Hindoe Paaboel Andersen2014-08-121-2/+2
* sd-network: rename the per-ifindex calls to sd_network_get_link_xxx()Lennart Poettering2014-08-111-2/+2
* resolved: when picking a new hostname make sure two hosts pick different onesLennart Poettering2014-08-111-2/+10
* resolved: actually, the peer with the lower IP address wins conflictsLennart Poettering2014-08-112-6/+6
* resolved: make sure we don't mark the wrong zone RRs conflictingLennart Poettering2014-08-113-3/+11
* resolved: be a bit more communicative about conflictsLennart Poettering2014-08-112-4/+15
* resolved: verify all RRs when we come back from suspendLennart Poettering2014-08-115-0/+64
* resolved: destroy outstanding queries if the clients that initiated them dieLennart Poettering2014-08-113-0/+47
* resolved: properly pass aborted transaction result back to clientsLennart Poettering2014-08-111-2/+5
* resolved: implement full LLMNR conflict detection logicLennart Poettering2014-08-1111-58/+467
* resolved: properly check return value of dns_resource_record_equal()Lennart Poettering2014-08-113-2/+4
* resolved: don't abort if a transaction is aborted because its scope is removedLennart Poettering2014-08-051-2/+4
* resolved: add 100ms initial jitter to all LLMNR requestsLennart Poettering2014-08-053-1/+35