chiark / gitweb /
networkd: add support for IPv6 tokens
[elogind.git] / src / resolve /
2015-02-03 Lennart Poetteringutil: rework strappenda(), and rename it strjoina()
2015-01-26 Torstein Husebøtreewide: fix multiple typos
2015-01-23 Lennart Poetteringresolved: when rereading /etc/resolv.conf, always start...
2015-01-23 Zbigniew Jędrzejew... #pragma once here and there
2015-01-22 Ronny Chevaliertests: use assert_se instead of assert
2014-12-31 Veres Lajostree-wide: spelling fixes
2014-12-28 Lennart Poetteringtmpfiles: add new line type 'v' for creating btrfs...
2014-12-11 Torstein Husebønetworkd/resolved: correct spacing near eol in code...
2014-12-10 Lennart Poetteringsd-bus: move common errors src/shared/bus-errors.h...
2014-12-03 Lennart Poetteringresolved: don't resolve the hostname "gateway" with...
2014-12-01 Lennart Poetteringresolved: make TXT RR generation and parsing more in...
2014-11-30 Ronny Chevalierresolve: remove unused variable
2014-11-29 Josh Triplettresolved: Support resolved.conf.d directories in the...
2014-11-28 Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28 Michal Schmidttreewide: a few more log_*_errno + return simplifications
2014-11-28 Michal Schmidttreewide: yet more log_*_errno + return simplifications
2014-11-28 Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28 Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-27 Stanisław Pitucharesolve: reject empty TXT records
2014-11-27 Stanisław Pitucharesolve: set error code on failure
2014-11-27 Stanisław Pitucharesolve: fix redirection loops in compressed RR
2014-11-27 David Herrmannresolve: fix NULL deref on strv comparison
2014-11-25 Tom Gundersenresolved: fix typo in sd_notify() call
2014-11-17 Susant Sahaniresolve: fix CID#1237549 Unchecked return value
2014-11-01 Tom Gundersenresolved: dns-packet - use unaligned read/write helpers
2014-10-23 Michal Schmidtresolve: make DnsScope::conflict_queue an OrderedHashmap
2014-10-23 WaLyong Chomac: rename apis with mac_{selinux/smack}_ prefix
2014-10-22 Lennart Poetteringresolved: simplify detection of packets from the loopba...
2014-10-16 Lukasz Skalskiresolve: add missing header
2014-10-14 Zbigniew Jędrzejew... resolved: apply label to /run/systemd/resolve/resolv...
2014-10-14 Zbigniew Jędrzejew... resolved: split out writing of resolv.conf
2014-09-15 Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-09-13 Tom Gundersenresolved: fall back to hardcoded ifindex when checking...
2014-08-22 Lennart Poetteringresolved: fix typo in log message
2014-08-22 David Herrmannshared: add MAXSIZE() and use it in resolved
2014-08-21 Lennart Poetteringnotify: send STOPPING=1 from our daemons
2014-08-20 Tom Gundersenresolved: write resolv.conf search - switch arguments
2014-08-20 Lennart Poetteringresolved: fix which return codes we check
2014-08-20 Lukas Nykrynresolved-dns-rr: fix typo
2014-08-15 Lennart PoetteringMerge commit 'b39a2770ba55637da80e2e389222c59dbea73507'
2014-08-15 David Herrmannresolve: fix compilation on LLVM+clang
2014-08-15 Lennart Poetteringresolved: fix assertion when joining llmnr mcast group
2014-08-14 Tom Gundersenresolved: pull in domain names from sd-network
2014-08-14 Lennart Poetteringresolved: clarify that LLMNR scopes must have a link...
2014-08-13 Lennart Poetteringresolved: enable LLMNR
2014-08-13 Lennart Poetteringresolved: allow passing on which protocol, family and...
2014-08-13 Tom Gundersensd-network: /_get_link_/_link_get_/
2014-08-13 Lennart Poetteringresolved: skip IPv6 LLMNR if IPv6 is not available
2014-08-12 Lennart Poetteringresolved: return exit code of event loop
2014-08-12 Lennart Poetteringresolved: unify logic how we flush out DNS servers...
2014-08-12 Lennart Poetteringresolved: filter out duplicate DNS servers when writing...
2014-08-12 Thomas Hindoe Paab... resolved: initialize counter
2014-08-11 Lennart Poetteringsd-network: rename the per-ifindex calls to sd_network_...
2014-08-11 Lennart Poetteringresolved: when picking a new hostname make sure two...
2014-08-11 Lennart Poetteringresolved: actually, the peer with the lower IP address...
2014-08-11 Lennart Poetteringresolved: make sure we don't mark the wrong zone RRs...
2014-08-11 Lennart Poetteringresolved: be a bit more communicative about conflicts
2014-08-11 Lennart Poetteringresolved: verify all RRs when we come back from suspend
2014-08-11 Lennart Poetteringresolved: destroy outstanding queries if the clients...
2014-08-11 Lennart Poetteringresolved: properly pass aborted transaction result...
2014-08-11 Lennart Poetteringresolved: implement full LLMNR conflict detection logic
2014-08-11 Lennart Poetteringresolved: properly check return value of dns_resource_r...
2014-08-05 Lennart Poetteringresolved: don't abort if a transaction is aborted becau...
2014-08-05 Lennart Poetteringresolved: add 100ms initial jitter to all LLMNR requests
2014-08-05 Lennart Poetteringresolved: enforce ratelimit on LLMNR traffic
2014-08-05 Lennart Poetteringresolved: don't consider tentative addresses relevant
2014-08-05 Lennart Poetteringresolved: fix a message typo
2014-08-05 Lennart Poetteringresolved: stop the prober when we detect a conflict...
2014-08-05 Lennart Poetteringresolved: don't override zone item state after starting...
2014-08-05 Lennart Poetteringresolved: when sending fails, don't try connecting...
2014-08-04 Lennart Poetteringresolved: never reuse transactions for probing that...
2014-08-04 Lennart Poetteringresolved: bypass local cache when we issue a transactio...
2014-08-04 Lennart Poetteringresolved: if there's already an RR established that...
2014-08-04 Lennart Poetteringresolved: actually read the initial state data from...
2014-08-04 Lennart Poetteringresolved: read the per-interface LLMNR setting from...
2014-08-04 Lennart Poetteringresolved: fix order in which we destroy manager resources
2014-08-04 Lennart Poetteringresolved: when there's already somebody listening on...
2014-08-04 Zbigniew Jędrzejew... resolved: RRSIG records
2014-08-04 Zbigniew Jędrzejew... resolved: add identifiers for dnssec algorithms
2014-08-04 Zbigniew Jędrzejew... resolved: DNSKEY records
2014-08-04 Zbigniew Jędrzejew... resolve-host: make arg_type an int
2014-08-04 Zbigniew Jędrzejew... resolve: add more record types and convert to gperf...
2014-08-04 Zbigniew Jędrzejew... resolved: align last rr column
2014-08-03 Thomas Hindoe Paab... resolved: avoid possible dereference of null pointer
2014-08-03 Thomas Hindoe Paab... resolved: remove unused variables
2014-08-01 Lennart Poetteringresolved: always drop multicast membership before addin...
2014-08-01 Lennart Poetteringresolved: IPV6_UNICAST_IF may fail if we already are...
2014-08-01 Lennart Poetteringresolved: flush cache each time we change to a differen...
2014-08-01 Lennart Poetteringresolved: read the system /etc/resolv.conf unless we...
2014-08-01 Lennart Poetteringresolved: rename resolved.h to resolved-manager.h
2014-08-01 Lennart Poetteringresolved: beef up DNS server configuration logic
2014-07-31 Lennart Poetteringresolved: don't bother caching negative RRs when the...
2014-07-31 Lennart Poetteringresolved: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC...
2014-07-31 Lennart Poetteringresolved: fix negative caching of IDNA domains
2014-07-31 Lennart Poetteringresolved: handle IDNA domains
2014-07-31 Zbigniew Jędrzejew... resolved: fix serialization of LOC records, check corre...
2014-07-31 Lennart Poetteringhostnamed: watch system hostname changes and update...
2014-07-31 Lennart Poetteringresolved: fix deserialization of UTF8 host names
2014-07-31 Lennart Poetteringresolved: accept UTF-8 hostnames from bus clients
2014-07-31 Lennart Poetteringresolved: various fixes regarding encoding of UTF8...
next