index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
resolve
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...
Lennart Poettering
2017-12-15
2
-2
/
+2
*
resolve: extend systemd-resolve so that it can push per-interface DNS configu...
Lennart Poettering
2017-12-14
1
-0
/
+380
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-2
/
+2
*
tree-wide: use __fsetlocking() instead of fxyz_unlocked()
Lennart Poettering
2017-12-14
3
-39
/
+50
*
Merge pull request #7588 from poettering/resolve-route-tweak
Yu Watanabe
2017-12-13
4
-47
/
+93
|
\
|
*
resolved: tweak domain routing logic a bit
Lennart Poettering
2017-12-08
1
-17
/
+20
|
*
resolved: synchronize introduction blurbs in all three resolv.conf files we p...
Lennart Poettering
2017-12-08
2
-12
/
+35
|
*
resolved: beef up logic to detect our own configuration files
Lennart Poettering
2017-12-08
1
-12
/
+20
|
*
resolved: don't make defines needlessly public
Lennart Poettering
2017-12-08
2
-3
/
+3
|
*
resolved: store the mtime of the file we read
Lennart Poettering
2017-12-08
1
-4
/
+2
|
*
resolved: fix a minimal race, when reading /etc/resolv.conf
Lennart Poettering
2017-12-08
1
-11
/
+25
*
|
Merge pull request #7591 from poettering/retry-on-servfail
Zbigniew Jędrzejewski-Szmek
2017-12-12
4
-4
/
+47
|
\
\
|
*
|
resolved: try a different server if server is too dumb to do DNSSEC
Lennart Poettering
2017-12-12
1
-2
/
+11
|
*
|
resolved: cast dns_scope_get_dns_server() to NULL when we ignore it
Lennart Poettering
2017-12-12
1
-1
/
+1
|
*
|
resolved: when a server consistently returns SERVFAIL, try another one
Lennart Poettering
2017-12-12
4
-1
/
+35
*
|
|
resolve: add support for RFC 8080 (#7600)
ott
2017-12-12
5
-38
/
+378
|
/
/
*
|
resolved: fix wrong error code (#7601)
Yu Watanabe
2017-12-10
1
-2
/
+2
*
|
resolved: support multiple TXT RRs per DNS-SD service
Dmitry Rozhkov
2017-12-08
6
-70
/
+175
*
|
resolved: consult Polkit for privileges when manipulating DNS-SD
Dmitry Rozhkov
2017-12-08
6
-3
/
+90
*
|
resolved: resolve possible conflicts for DNS-SD RRs
Dmitry Rozhkov
2017-12-08
3
-17
/
+63
*
|
resolved: don't check conflicts for DNS-SD enumeration RRs
Dmitry Rozhkov
2017-12-08
1
-0
/
+4
*
|
resolved: implement D-Bus API for DNS-SD
Dmitry Rozhkov
2017-12-08
8
-0
/
+390
*
|
resolved: detect and handle mDNS race condition upon probing
Dmitry Rozhkov
2017-12-08
4
-2
/
+166
*
|
resolved: add authority section to mDNS probing queries
Dmitry Rozhkov
2017-12-08
1
-0
/
+40
*
|
resolved: set cache-flush bit on mDNS responses
Dmitry Rozhkov
2017-12-08
1
-2
/
+20
*
|
resolved: make rfc4795-specific code run for LLMNR only
Dmitry Rozhkov
2017-12-08
1
-2
/
+4
*
|
resolved: announce DNS-SD records in mDNS scopes
Dmitry Rozhkov
2017-12-08
5
-7
/
+106
*
|
resolved: put DNS-SD records to mDNS-enabled zones.
Dmitry Rozhkov
2017-12-08
8
-0
/
+187
*
|
resolved: add enablers for DNS-SD
Dmitry Rozhkov
2017-12-08
8
-1
/
+503
*
|
resolved: inroduce dns_txt_item_new_empty() function
Dmitry Rozhkov
2017-12-08
3
-10
/
+20
*
|
resolved: answer all mDNS questions found in packet
Dmitry Rozhkov
2017-12-08
1
-8
/
+15
|
/
*
resolved: ignore our own LLMNR packets, the same way we ignore mDNS packets a...
Lennart Poettering
2017-12-06
1
-0
/
+3
*
resolved: downgrade log messages about incoming LLMNR/mDNS packets on unexpec...
Lennart Poettering
2017-12-06
2
-5
/
+8
*
*: fix some inconsistent control statement style
Vito Caputo
2017-12-02
1
-1
/
+1
*
Add set/hashmap helpers for non-trivial freeing and use where straighforward
Zbigniew Jędrzejewski-Szmek
2017-11-28
2
-17
/
+3
*
Replace empty ternary with helper method
Daniel Lockyer
2017-11-24
1
-2
/
+2
*
Fixed Type nmnds-ipv4 -> nmdns-ipv4 (#7435)
Carsten Strotmann
2017-11-23
1
-1
/
+1
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
2
-0
/
+9
*
Add license headers and SPDX identifiers to meson.build files
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+17
*
Add SPDX license headers to various assorted files
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+2
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
60
-0
/
+60
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-1
/
+1
*
resolved: change newline position in stub-resolv.conf (#7216)
Yu Watanabe
2017-10-30
1
-2
/
+2
*
resolved: fix loop on packets with pseudo dns types
Zbigniew Jędrzejewski-Szmek
2017-10-25
1
-5
/
+1
*
resolved: create private stub resolve file for /etc/resolv.conf integration (...
Dimitri John Ledkov
2017-10-24
3
-16
/
+49
*
mkdir: introduce follow_symlink flag to mkdir_safe{,_label}()
Yu Watanabe
2017-10-06
1
-1
/
+1
*
resolved: include DNS server feature level info in SIGUSR1 status dump
Lennart Poettering
2017-10-05
3
-0
/
+64
*
resolved: add support for explicitly forgetting everything we learnt about DN...
Lennart Poettering
2017-10-05
5
-21
/
+84
*
resolved: automatically forget all learnt DNS server information when the net...
Lennart Poettering
2017-10-05
7
-7
/
+74
*
resolved: rework how we handle truncation in the stub resolver
Lennart Poettering
2017-10-05
9
-37
/
+69
[next]