Age | Commit message (Expand) | Author |
2015-08-26 | resolved: dump cache and zone contents to syslog on SIGUSR1 | Lennart Poettering |
2015-08-25 | resolve: fix regression in dns-scope | Daniel Mack |
2015-08-25 | resolved: use switch-case statements for protocol details | Daniel Mack |
2015-08-24 | resolved: replace transaction list by hashmap | Lennart Poettering |
2015-08-21 | resolved: only maintain one question RR key per transaction | Lennart Poettering |
2015-08-21 | resolved: rework synthesizing logic | Lennart Poettering |
2015-08-14 | resolved: never allow routing of "localhost" queries to DNS or LLMNR | Lennart Poettering |
2015-08-03 | resolved: transaction - exponentially increase retry timeouts | Tom Gundersen |
2015-07-29 | resolved: never attempt to resolve loopback addresses via DNS/LLMNR/mDNS | Lennart Poettering |
2015-07-27 | resolved: scope - write() unicast DNS packets | Tom Gundersen |
2015-07-27 | resolved: transaction - introduce dns_transaction_emit() | Tom Gundersen |
2015-07-27 | resolved: transaction - move DNS UDP socket creation to the scope | Tom Gundersen |
2015-07-27 | resloved: transaction - unify IPv4 and IPv6 sockets | Tom Gundersen |
2015-07-23 | resolve: drop dns_scope_good_dns_server() | Lennart Poettering |
2015-07-14 | resolved: use one UDP socket per transaction | Tom Gundersen |
2015-07-14 | resolved: pin the server used in a transaction | Tom Gundersen |
2015-07-14 | resolved: packet - ensure there is space for IP+UDP headers | Tom Gundersen |
2015-07-13 | resolved: separate LLMNR specific header bits | Daniel Mack |
2015-07-13 | resolved: use a #define for LLMNR port | Daniel Mack |
2015-07-13 | resolved: move LLMNR related functions into separate file | Daniel Mack |
2015-06-10 | resolve: move dns routines into shared | Nick Owens |
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering |
2015-04-11 | shared: add random-util.[ch] | Ronny Chevalier |
2015-03-13 | Use space after a silencing (void) | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | tree-wide: there is no ENOTSUP on linux | David Herrmann |
2014-12-11 | networkd/resolved: correct spacing near eol in code comments | Torstein Husebø |
2014-12-03 | resolved: don't resolve the hostname "gateway" with LLMNR, leave that to nss-... | Lennart Poettering |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-17 | resolve: fix CID#1237549 Unchecked return value | Susant Sahani |
2014-10-23 | resolve: make DnsScope::conflict_queue an OrderedHashmap | Michal Schmidt |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-15 | resolved: fix assertion when joining llmnr mcast group | Lennart Poettering |
2014-08-14 | resolved: clarify that LLMNR scopes must have a link assigned | Lennart Poettering |
2014-08-14 | resolved: allow passing on which protocol, family and interface to look somet... | Lennart Poettering |
2014-08-11 | resolved: implement full LLMNR conflict detection logic | Lennart Poettering |
2014-08-05 | resolved: add 100ms initial jitter to all LLMNR requests | Lennart Poettering |
2014-08-05 | resolved: enforce ratelimit on LLMNR traffic | Lennart Poettering |
2014-08-05 | resolved: never reuse transactions for probing that are already completed bas... | Lennart Poettering |
2014-08-03 | resolved: avoid possible dereference of null pointer | Thomas Hindoe Paaboel Andersen |
2014-08-01 | resolved: always drop multicast membership before adding one | Lennart Poettering |
2014-08-01 | resolved: flush cache each time we change to a different DNS server | Lennart Poettering |
2014-08-01 | resolved: beef up DNS server configuration logic | Lennart Poettering |
2014-07-31 | resolved: implement LLMNR uniqueness verification | Lennart Poettering |
2014-07-30 | resolved: don't attempt to order empty answer array | Lennart Poettering |
2014-07-30 | resolved: include SOA records in LLMNR replies for non-existing RRs to allow ... | Lennart Poettering |
2014-07-30 | resolved: when answer A or AAAA questions, order responses by whether address... | Lennart Poettering |
2014-07-29 | resolved: the llmnr destination address check applies to queries, not to resp... | Lennart Poettering |
2014-07-29 | resolved: set LLMNR TCP and UDP TTLs to the values suggested by the RFC | Lennart Poettering |