index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
presets
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-05-28
path-util: introduce path_is_safe()
Yu Watanabe
3
-22
/
+40
2021-05-28
path-util: use path_find_first_component() in path_is_valid()
Yu Watanabe
1
-12
/
+5
2021-05-28
path-util: introduce path_find_first_component()
Yu Watanabe
3
-0
/
+170
2021-05-28
path-util: fix off by one issue to detect slash at the end in path_extend()
Yu Watanabe
2
-3
/
+9
2021-05-28
test/networkd-test: in bridge test, wait for online after restart systemd-net...
Dan Streetman
1
-0
/
+9
2021-05-27
meson: Correctly validate that prefix is a child of rootprefix
Peter Kjellerstedt
1
-1
/
+1
2021-05-27
tree-wide: make use of path_extend() at many places
Lennart Poettering
6
-65
/
+44
2021-05-27
path-util: add path_extend(), inspired by strextend(), but using path_join()
Lennart Poettering
3
-21
/
+60
2021-05-27
network: ndisc: update log message
Yu Watanabe
1
-2
/
+2
2021-05-27
network: ndisc: always honor valid time
Yu Watanabe
1
-20
/
+18
2021-05-27
test-network: add a testcase for DHCP static lease
borna-blazevic
3
-0
/
+37
2021-05-27
network: dhcp-server: introduce [DHCPServerStaticLease] section
borna-blazevic
10
-1
/
+312
2021-05-27
sd-dhcp-server: support static address to DHCPv4 offer
borna-blazevic
3
-53
/
+184
2021-05-27
man: fix tag type
Christian Hesse
1
-1
/
+1
2021-05-26
hash-func: change value type of string_hash_ops_free_free to void*
Lennart Poettering
1
-1
/
+1
2021-05-26
udevadm: make use of the new uuid-enabled triggering for "udevadm trigger"
Lennart Poettering
4
-23
/
+108
2021-05-26
sd-device: add API for triggering synthetic uevents with UUID
Lennart Poettering
3
-0
/
+70
2021-05-26
man: document that it is guaranteed that generated ID128 are never all-zero o...
Lennart Poettering
2
-8
/
+13
2021-05-26
update TODO
Lennart Poettering
1
-2
/
+0
2021-05-26
Mount all fs nosuid when NoNewPrivileges=yes
Topi Miettinen
4
-3
/
+39
2021-05-26
man: fix list of escaped characters in unit names
Lennart Poettering
1
-4
/
+5
2021-05-26
core: support specifier expansion in DefaultEnvironment= and ManagerEnvironment=
Lennart Poettering
2
-9
/
+56
2021-05-26
repart: resolve $TMP specifiers too
Lennart Poettering
2
-11
/
+10
2021-05-26
sysusers: add a generic specifier table for common cases
Lennart Poettering
3
-12
/
+14
2021-05-26
hexdecoct: make return parameters of unbase64mem() and unhexmem() optional
Lennart Poettering
1
-8
/
+8
2021-05-26
test-network: refuse RA if not necessary
Yu Watanabe
8
-0
/
+13
2021-05-26
test-network: wait for that the link is in configuring state at the beginning
Yu Watanabe
1
-1
/
+1
2021-05-26
man: document udevadm info output prefixes
Lennart Poettering
1
-0
/
+39
2021-05-26
man: try to clarify that nss-mymachines does not provide name resolution outs...
Lennart Poettering
1
-0
/
+9
2021-05-26
man: explicit say for priority/weight values whether more is more or less
Lennart Poettering
2
-26
/
+34
2021-05-26
networkctl: politely refuse being called from a different netns than the netw...
Lennart Poettering
1
-0
/
+43
2021-05-26
networkd: add bus property exposing network namepace ID we run in
Lennart Poettering
1
-0
/
+29
2021-05-26
README: drop reference to Kinvolk
Lennart Poettering
1
-5
/
+0
2021-05-26
core/service: do not set zero error to log_unit_debug_errno()
Yu Watanabe
1
-1
/
+1
2021-05-26
dns-domain: fix build failure with libidn
Yu Watanabe
1
-3
/
+3
2021-05-26
load-fragment: validate paths properly
Lennart Poettering
1
-1
/
+1
2021-05-25
test: add simple test for PCR list parsing
Lennart Poettering
2
-0
/
+36
2021-05-25
tpm2-util: accept empty string for empty PCR list
Lennart Poettering
1
-0
/
+7
2021-05-25
tpm2: support "+" as separator for TPM PCR lists
Lennart Poettering
5
-12
/
+15
2021-05-25
core: watch paths with symlinks in .path units
Lennart Poettering
1
-20
/
+42
2021-05-25
core: optimize loop in path_spec_fd_event()
Lennart Poettering
1
-7
/
+7
2021-05-25
core: log about all errors in path_spec_watch()
Lennart Poettering
1
-2
/
+4
2021-05-25
core: align path inotify mask table a bit
Lennart Poettering
1
-4
/
+4
2021-05-25
man: documet that loginctl {terminate|kill}-{session|user} take the empty str...
Lennart Poettering
1
-13
/
+13
2021-05-25
loginctl: kill calling user when invoked with empty string
Lennart Poettering
1
-6
/
+18
2021-05-25
test: add test for OnSuccess= + Uphold= + PropagatesStopTo= + BindsTo=
Lennart Poettering
13
-0
/
+156
2021-05-25
test-engine: ensure atom bits are properly packed
Lennart Poettering
1
-0
/
+17
2021-05-25
core: reorder where we add units to queues in unit_notify()
Lennart Poettering
1
-22
/
+30
2021-05-25
core: change BoundBy= dependency handling to be processed by a deferred work ...
Lennart Poettering
6
-46
/
+116
2021-05-25
core: make unneeded check a bit tighter
Lennart Poettering
1
-1
/
+1
[next]