summaryrefslogtreecommitdiff
path: root/src/resolve
AgeCommit message (Expand)AuthorFilesLines
2014-12-30tree-wide: spelling fixesVeres Lajos1-1/+1
2014-12-28tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering1-0/+1
2014-12-11networkd/resolved: correct spacing near eol in code commentsTorstein Husebø1-1/+1
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering1-1/+1
2014-12-03resolved: don't resolve the hostname "gateway" with LLMNR, leave that to nss-...Lennart Poettering1-1/+2
2014-12-01resolved: make TXT RR generation and parsing more in-line with RFC 6763, sect...Lennart Poettering1-17/+28
2014-11-30resolve: remove unused variableRonny Chevalier1-2/+0
2014-11-29resolved: Support resolved.conf.d directories in the usual search pathsJosh Triplett2-4/+8
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2-6/+6
2014-11-28treewide: a few more log_*_errno + return simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt2-24/+12
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt6-43/+43
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt6-43/+43
2014-11-27resolve: reject empty TXT recordsStanisław Pitucha1-0/+7
2014-11-27resolve: set error code on failureStanisław Pitucha1-1/+3
2014-11-27resolve: fix redirection loops in compressed RRStanisław Pitucha1-2/+5
2014-11-27resolve: fix NULL deref on strv comparisonDavid Herrmann1-8/+2
2014-11-25resolved: fix typo in sd_notify() callTom Gundersen1-1/+1
2014-11-17resolve: fix CID#1237549 Unchecked return valueSusant Sahani1-2/+2
2014-11-01resolved: dns-packet - use unaligned read/write helpersTom Gundersen1-12/+6
2014-10-23resolve: make DnsScope::conflict_queue an OrderedHashmapMichal Schmidt2-6/+6
2014-10-23mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho1-1/+1
2014-10-22resolved: simplify detection of packets from the loopback deviceLennart Poettering3-23/+2
2014-10-17resolve: add missing headerLukasz Skalski1-0/+1
2014-10-13resolved: apply label to /run/systemd/resolve/resolv.confZbigniew Jędrzejewski-Szmek2-3/+10
2014-10-13resolved: split out writing of resolv.confZbigniew Jędrzejewski-Szmek1-27/+34
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt14-22/+35
2014-09-13resolved: fall back to hardcoded ifindex when checking if a link is the loopbackTom Gundersen1-1/+7
2014-08-22resolved: fix typo in log messageLennart Poettering1-1/+1
2014-08-22shared: add MAXSIZE() and use it in resolvedDavid Herrmann2-2/+2
2014-08-21notify: send STOPPING=1 from our daemonsLennart Poettering1-1/+3
2014-08-20resolved: write resolv.conf search - switch argumentsTom Gundersen1-1/+1
2014-08-20resolved: fix which return codes we checkLennart Poettering1-2/+2
2014-08-20resolved-dns-rr: fix typoLukas Nykryn1-7/+7
2014-08-15resolve: fix compilation on LLVM+clangDavid Herrmann2-2/+2
2014-08-15resolved: fix assertion when joining llmnr mcast groupLennart Poettering1-1/+4
2014-08-14resolved: pull in domain names from sd-networkTom Gundersen2-5/+75
2014-08-14resolved: clarify that LLMNR scopes must have a link assignedLennart Poettering1-0/+4
2014-08-14resolved: enable LLMNRLennart Poettering1-3/+2
2014-08-14resolved: allow passing on which protocol, family and interface to look somet...Lennart Poettering7-33/+137
2014-08-13sd-network: /_get_link_/_link_get_/Tom Gundersen1-3/+3
2014-08-13resolved: skip IPv6 LLMNR if IPv6 is not availableLennart Poettering2-13/+22
2014-08-12resolved: return exit code of event loopLennart Poettering1-0/+2
2014-08-12resolved: unify logic how we flush out DNS servers we learntLennart Poettering5-26/+28
2014-08-12resolved: filter out duplicate DNS servers when writing resolv.confLennart Poettering3-10/+67
2014-08-12resolved: initialize counterThomas Hindoe Paaboel Andersen1-2/+2
2014-08-11sd-network: rename the per-ifindex calls to sd_network_get_link_xxx()Lennart Poettering1-2/+2
2014-08-11resolved: when picking a new hostname make sure two hosts pick different onesLennart Poettering1-2/+10
2014-08-11resolved: actually, the peer with the lower IP address wins conflictsLennart Poettering2-6/+6
2014-08-11resolved: make sure we don't mark the wrong zone RRs conflictingLennart Poettering3-3/+11