index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
coredump
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-16
portable: use -EINVAL for _PORTABLE_CHANGE_TYPE_INVALID
Benjamin Robin
1
-1
/
+1
2021-02-16
libsystemd-network: use -EINVAL for _DUID_TYPE_INVALID
Benjamin Robin
1
-1
/
+1
2021-02-16
basic: use -EINVAL for _DUID_TYPE_INVALID
Benjamin Robin
1
-1
/
+1
2021-02-16
shared: Fix _DNS_CACHE_MODE_INVALID value: use -EINVAL
Benjamin Robin
1
-1
/
+1
2021-02-16
shared: use -EINVAL for _UNIT_FILE_CHANGE_TYPE_INVALID
Benjamin Robin
2
-3
/
+3
2021-02-16
shared: use -EINVAL for _EXEC_COMMAND_FLAGS_INVALID
Benjamin Robin
2
-5
/
+7
2021-02-16
basic: use -EINVAL for _MANAGED_OOM_PREFERENCE_INVALID
Benjamin Robin
2
-2
/
+2
2021-02-16
logind: Restore chvt as non-root user without polkit
Joshua Watt
6
-54
/
+44
2021-02-16
stat-util: fix dir_is_empty_at without path
Luca Boccassi
1
-5
/
+10
2021-02-16
resolved: unify code for trying a different DNS server
Lennart Poettering
1
-14
/
+32
2021-02-16
resolved: improve log message when retrying a transaction with a different se...
Lennart Poettering
1
-1
/
+6
2021-02-16
resolved: never go below DNSSEC feature level in DNSSEC strict mode
Lennart Poettering
2
-24
/
+50
2021-02-16
resolved: make feature level checks a bit more discriptive
Lennart Poettering
2
-3
/
+6
2021-02-16
resolved: when we can't parse a packet, downgrade feature level
Lennart Poettering
3
-5
/
+48
2021-02-16
man: fix indentation
Yu Watanabe
1
-10
/
+9
2021-02-16
resolved: paranoia — ensure DNS reply came over stream we sent it to
Lennart Poettering
1
-1
/
+2
2021-02-16
Adding an explanation for CONFIG_NET requirement (#18600)
heretoenhance
1
-1
/
+1
2021-02-16
netlink: add nexthop related types
Yu Watanabe
1
-0
/
+8
2021-02-16
sd-netlink: add RTA_NH_ID attribute support
Yu Watanabe
1
-1
/
+2
2021-02-16
Rename unit_times_free to unit_times_free_array
Zbigniew Jędrzejewski-Szmek
1
-6
/
+6
2021-02-16
Rename strbuf_cleanup to strbuf_free
Zbigniew Jędrzejewski-Szmek
5
-6
/
+6
2021-02-16
fuzz-systemctl-parse-argv: call static destuctors
Zbigniew Jędrzejewski-Szmek
2
-0
/
+9
2021-02-16
systemctl: use free_and_replace on global variable
Zbigniew Jędrzejewski-Szmek
2
-4
/
+5
2021-02-16
tree-wide: reset the cleaned-up variable in cleanup functions
Zbigniew Jędrzejewski-Szmek
31
-56
/
+66
2021-02-16
tree-wide: return NULL from freeing functions
Zbigniew Jędrzejewski-Szmek
52
-165
/
+154
2021-02-16
resolved: reduce indentation level a bit
Lennart Poettering
1
-14
/
+14
2021-02-16
resolved: let's preferably route reverse lookups for local subnets to matchin...
Lennart Poettering
3
-1
/
+80
2021-02-16
namespace: store and use original MountEntry paths when prefixing
Luca Boccassi
1
-5
/
+29
2021-02-16
MountImages: actually support optional paths
Luca Boccassi
1
-0
/
+2
2021-02-16
networkd: make network_config_section_free() inline
Zbigniew Jędrzejewski-Szmek
2
-6
/
+5
2021-02-16
resolved: make dns_transaction_gc return a pointer
Zbigniew Jędrzejewski-Szmek
2
-8
/
+8
2021-02-16
networkd-ndisc: drop confused freepp function
Zbigniew Jędrzejewski-Szmek
1
-1
/
+0
2021-02-16
coredump: add typedef for struct
Zbigniew Jędrzejewski-Szmek
1
-9
/
+8
2021-02-16
basic/capability-util: add missing initialization
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2021-02-16
analyze: use typedefs for structs and inline iterator variable decls
Zbigniew Jędrzejewski-Szmek
1
-79
/
+73
2021-02-16
resolved: log process info of clients requesting resolution via D-Bus
Lennart Poettering
3
-0
/
+60
2021-02-16
resolved: propagate source where an RR from back to client
Lennart Poettering
7
-7
/
+62
2021-02-16
resolved: add "confidential" flag for replies passed to clients
Lennart Poettering
13
-41
/
+95
2021-02-16
resolved: replace "answer_authenticated" bool by uint64_t query_flags field
Lennart Poettering
6
-84
/
+87
2021-02-16
resolvectl: clarify IDNA and search path logic in combination with "resolvect...
Lennart Poettering
2
-11
/
+65
2021-02-16
fuzz-systemctl-parse-argv: avoid "leak" of bus object
Zbigniew Jędrzejewski-Szmek
1
-0
/
+3
2021-02-15
journalctl: rotation is not a reason to warn, but certainly noteworthy
Lennart Poettering
1
-1
/
+1
2021-02-15
resolved: close UDP socket when we received a network error on it
Lennart Poettering
1
-0
/
+2
2021-02-15
resolved: instead of closing DNS UDP transaction fds right-away, add them to ...
Lennart Poettering
6
-10
/
+194
2021-02-15
socket-util: tighten parsing of ifnames
Lennart Poettering
1
-8
/
+8
2021-02-15
socket-util: fix indentation
Lennart Poettering
1
-3
/
+3
2021-02-15
portabled: add DBUS documentation
Luca Boccassi
4
-1
/
+431
2021-02-15
portabled: use SD_BUS_METHOD_WITH_ARGS
Luca Boccassi
2
-21
/
+129
2021-02-15
portabled: use service_parse_argv/bus_add_implementation
Luca Boccassi
5
-10
/
+31
2021-02-15
resolved: don't redundantly switch DNS servers because of transaction failures
Lennart Poettering
7
-19
/
+32
[next]