index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
resolve
/
resolved-manager.c
Age
Commit message (
Expand
)
Author
2014-10-22
resolved: simplify detection of packets from the loopback device
Lennart Poettering
2014-10-13
resolved: apply label to /run/systemd/resolve/resolv.conf
Zbigniew Jędrzejewski-Szmek
2014-10-13
resolved: split out writing of resolv.conf
Zbigniew Jędrzejewski-Szmek
2014-09-15
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-13
resolved: fall back to hardcoded ifindex when checking if a link is the loopback
Tom Gundersen
2014-08-22
resolved: fix typo in log message
Lennart Poettering
2014-08-22
shared: add MAXSIZE() and use it in resolved
David Herrmann
2014-08-20
resolved: write resolv.conf search - switch arguments
Tom Gundersen
2014-08-15
resolve: fix compilation on LLVM+clang
David Herrmann
2014-08-14
resolved: pull in domain names from sd-network
Tom Gundersen
2014-08-13
resolved: skip IPv6 LLMNR if IPv6 is not available
Lennart Poettering
2014-08-12
resolved: unify logic how we flush out DNS servers we learnt
Lennart Poettering
2014-08-12
resolved: filter out duplicate DNS servers when writing resolv.conf
Lennart Poettering
2014-08-11
resolved: when picking a new hostname make sure two hosts pick different ones
Lennart Poettering
2014-08-11
resolved: verify all RRs when we come back from suspend
Lennart Poettering
2014-08-11
resolved: implement full LLMNR conflict detection logic
Lennart Poettering
2014-08-04
resolved: actually read the initial state data from networkd when we initialize
Lennart Poettering
2014-08-04
resolved: fix order in which we destroy manager resources
Lennart Poettering
2014-08-04
resolved: when there's already somebody listening on the LLMNR ports, simple ...
Lennart Poettering
2014-08-03
resolved: remove unused variables
Thomas Hindoe Paaboel Andersen
2014-08-01
resolved: flush cache each time we change to a different DNS server
Lennart Poettering
2014-08-01
resolved: read the system /etc/resolv.conf unless we wrote it ourselves
Lennart Poettering
2014-08-01
resolved: rename resolved.h to resolved-manager.h
Lennart Poettering
2014-08-01
resolved: beef up DNS server configuration logic
Lennart Poettering
2014-07-31
hostnamed: watch system hostname changes and update LLMNR RRs accordingly
Lennart Poettering
2014-07-31
resolved: implement LLMNR uniqueness verification
Lennart Poettering
2014-07-31
Properly report invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-31
Reject invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-29
resolved: add more debug logging
Lennart Poettering
2014-07-29
resolved: set LLMNR TCP and UDP TTLs to the values suggested by the RFC
Lennart Poettering
2014-07-29
resolve: add llmnr responder side for UDP and TCP
Lennart Poettering
2014-07-23
resolved: don't read DHCP leases
Tom Gundersen
2014-07-23
resolved: rework logic so that we can share transactions between queries of d...
Lennart Poettering
2014-07-18
change type for address family to "int"
Lennart Poettering
2014-07-18
resolved: add LLMNR support for looking up names
Lennart Poettering
2014-07-17
resolved: properly handle MTU logic
Lennart Poettering
2014-07-17
sd-network: fix parameter order for sd_network_monitor_new()
Lennart Poettering
2014-07-16
Let config_parse open file where applicable
Zbigniew Jędrzejewski-Szmek
2014-07-16
resolved: support for TCP DNS queries
Lennart Poettering
2014-07-16
dns-domain: introduce macros for accessing all DNS header fields
Lennart Poettering
2014-07-15
Constify ConfigTableItem tables
Zbigniew Jędrzejewski-Szmek
2014-07-16
resolved: add a DNS client stub resolver
Lennart Poettering
2014-07-10
resolved: properly free network monitor
Lennart Poettering
2014-07-07
resolved: make use of union in_addr_union in resolved, too
Lennart Poettering
2014-07-07
resolved: let config_parse() open the configuration file for us
Lennart Poettering
2014-06-02
resolved: move resolv.conf to resolved's runtime dir
Tom Gundersen
2014-05-19
resolved: add daemon to manage resolv.conf
Tom Gundersen