summaryrefslogtreecommitdiff
path: root/src/resolve
Commit message (Expand)AuthorAgeFilesLines
* 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
* resolved: enforce ratelimit on LLMNR trafficLennart Poettering2014-08-053-3/+14
* resolved: don't consider tentative addresses relevantLennart Poettering2014-08-051-1/+1
* resolved: fix a message typoLennart Poettering2014-08-051-3/+3
* resolved: stop the prober when we detect a conflict in LLMNRLennart Poettering2014-08-051-1/+2
* resolved: don't override zone item state after starting the probeLennart Poettering2014-08-051-2/+2
* resolved: when sending fails, don't try connecting to the next DNS server if ...Lennart Poettering2014-08-051-0/+5
* resolved: never reuse transactions for probing that are already completed bas...Lennart Poettering2014-08-054-5/+15
* resolved: bypass local cache when we issue a transaction for verification pur...Lennart Poettering2014-08-051-16/+21
* resolved: if there's already an RR established that has the same name of an R...Lennart Poettering2014-08-051-6/+26
* resolved: actually read the initial state data from networkd when we initializeLennart Poettering2014-08-041-0/+4
* resolved: read the per-interface LLMNR setting from networkd and act on itLennart Poettering2014-08-043-10/+46
* resolved: fix order in which we destroy manager resourcesLennart Poettering2014-08-041-6/+6
* resolved: when there's already somebody listening on the LLMNR ports, simple ...Lennart Poettering2014-08-043-22/+77
* resolved: RRSIG recordsZbigniew Jędrzejewski-Szmek2014-08-034-26/+174
* resolved: add identifiers for dnssec algorithmsZbigniew Jędrzejewski-Szmek2014-08-033-3/+37
* resolved: DNSKEY recordsZbigniew Jędrzejewski-Szmek2014-08-034-42/+140
* resolve-host: make arg_type an intZbigniew Jędrzejewski-Szmek2014-08-032-9/+5
* resolve: add more record types and convert to gperf tableZbigniew Jędrzejewski-Szmek2014-08-035-83/+175
* resolved: align last rr columnZbigniew Jędrzejewski-Szmek2014-08-031-2/+1
* resolved: avoid possible dereference of null pointerThomas Hindoe Paaboel Andersen2014-08-031-1/+3