summaryrefslogtreecommitdiff
path: root/src/resolve
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-11resolved: be a bit more communicative about conflictsLennart Poettering2-4/+15
2014-08-11resolved: verify all RRs when we come back from suspendLennart Poettering5-0/+64
2014-08-11resolved: destroy outstanding queries if the clients that initiated them dieLennart Poettering3-0/+47
2014-08-11resolved: properly pass aborted transaction result back to clientsLennart Poettering1-2/+5
2014-08-11resolved: implement full LLMNR conflict detection logicLennart Poettering11-58/+467
2014-08-11resolved: properly check return value of dns_resource_record_equal()Lennart Poettering3-2/+4
2014-08-05resolved: don't abort if a transaction is aborted because its scope is removedLennart Poettering1-2/+4
2014-08-05resolved: add 100ms initial jitter to all LLMNR requestsLennart Poettering3-1/+35
2014-08-05resolved: enforce ratelimit on LLMNR trafficLennart Poettering3-3/+14
2014-08-05resolved: don't consider tentative addresses relevantLennart Poettering1-1/+1
2014-08-05resolved: fix a message typoLennart Poettering1-3/+3
2014-08-05resolved: stop the prober when we detect a conflict in LLMNRLennart Poettering1-1/+2
2014-08-05resolved: don't override zone item state after starting the probeLennart Poettering1-2/+2
2014-08-05resolved: when sending fails, don't try connecting to the next DNS server if ...Lennart Poettering1-0/+5
2014-08-05resolved: never reuse transactions for probing that are already completed bas...Lennart Poettering4-5/+15
2014-08-05resolved: bypass local cache when we issue a transaction for verification pur...Lennart Poettering1-16/+21
2014-08-05resolved: if there's already an RR established that has the same name of an R...Lennart Poettering1-6/+26
2014-08-04resolved: actually read the initial state data from networkd when we initializeLennart Poettering1-0/+4
2014-08-04resolved: read the per-interface LLMNR setting from networkd and act on itLennart Poettering3-10/+46
2014-08-04resolved: fix order in which we destroy manager resourcesLennart Poettering1-6/+6
2014-08-04resolved: when there's already somebody listening on the LLMNR ports, simple ...Lennart Poettering3-22/+77
2014-08-03resolved: RRSIG recordsZbigniew Jędrzejewski-Szmek4-26/+174
2014-08-03resolved: add identifiers for dnssec algorithmsZbigniew Jędrzejewski-Szmek3-3/+37
2014-08-03resolved: DNSKEY recordsZbigniew Jędrzejewski-Szmek4-42/+140
2014-08-03resolve-host: make arg_type an intZbigniew Jędrzejewski-Szmek2-9/+5
2014-08-03resolve: add more record types and convert to gperf tableZbigniew Jędrzejewski-Szmek5-83/+175
2014-08-03resolved: align last rr columnZbigniew Jędrzejewski-Szmek1-2/+1
2014-08-03resolved: avoid possible dereference of null pointerThomas Hindoe Paaboel Andersen1-1/+3