index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: split out some stuff into a new file limits-util.[ch]
Lennart Poettering
2019-03-13
12
-154
/
+175
*
util: split out namespace related stuff into a new namespace-util.[ch] pair
Lennart Poettering
2019-03-13
17
-166
/
+193
*
Merge pull request #11861 from yuwata/network-verify-2
Lennart Poettering
2019-03-13
25
-377
/
+608
|
\
|
*
wireguard: add PrivateKeyFile= option
Yu Watanabe
2019-03-13
3
-1
/
+86
|
*
wireguard: check whether PrivateKey= and PublicKey= are set
Yu Watanabe
2019-03-13
1
-1
/
+21
|
*
wireguard: drop unused arguments and rename parse_wireguard_key()
Yu Watanabe
2019-03-13
1
-19
/
+19
|
*
wireguard: do not log wireguard key
Yu Watanabe
2019-03-13
1
-3
/
+4
|
*
wireguard: reuse sd_event_source object
Yu Watanabe
2019-03-13
2
-17
/
+9
|
*
wireguard: use NetworkConfigSection to manage [WireGuardPeer] sections
Yu Watanabe
2019-03-13
2
-164
/
+225
|
*
test: make network_verify() public and use it in test-networkd-conf
Yu Watanabe
2019-03-13
3
-4
/
+9
|
*
network: drop sections contain invalid settings in network_verify()
Yu Watanabe
2019-03-13
18
-73
/
+149
|
*
network: make all xxx_new_static() static
Yu Watanabe
2019-03-13
10
-11
/
+6
|
*
network: add IPv4LL route right after .network file is parsed
Yu Watanabe
2019-03-13
3
-22
/
+34
|
*
network: move NetworkConfigSection and related functions to networkd-util.[ch]
Yu Watanabe
2019-03-13
4
-46
/
+47
|
*
network: use ltype to determine netdev kind in config_parse_stacked_netdev()
Yu Watanabe
2019-03-13
2
-27
/
+10
*
|
Merge pull request #11893 from yuwata/wait-online-take-operstate
Lennart Poettering
2019-03-13
18
-131
/
+362
|
\
\
|
*
|
wait-online: use log_link_debug() or friends
Yu Watanabe
2019-03-13
3
-32
/
+24
|
*
|
network: move log_link_debug() or friends to log-link.h
Yu Watanabe
2019-03-13
3
-24
/
+39
|
*
|
wait-online: support $REQUIRED_OPER_STATE_FOR_ONLINE= in state file
Yu Watanabe
2019-03-13
5
-70
/
+216
|
*
|
sd-network: add sd_network_link_get_required_operstate_for_online()
Yu Watanabe
2019-03-13
2
-0
/
+22
|
*
|
network: make RequiredForOnline= also take operational state
Yu Watanabe
2019-03-13
4
-1
/
+50
|
*
|
hashmap: add hashmap_free_free_keyp and friend
Yu Watanabe
2019-03-13
1
-0
/
+2
|
*
|
network: introduce 'degraded-carrier' operstate to order all states
Yu Watanabe
2019-03-13
4
-13
/
+14
|
*
|
network: move LinkOperationalState and relevant functions to network-util.[ch]
Yu Watanabe
2019-03-13
4
-27
/
+31
|
|
/
*
|
Merge pull request #11283 from yuwata/fix-11276
Lennart Poettering
2019-03-13
2
-32
/
+60
|
\
\
|
*
|
test: add a testcase for ProtectHome=tmpfs vs ProtectSystem=strict
Yu Watanabe
2019-03-13
1
-0
/
+5
|
*
|
core/namespace: logs mount mode when the entry is dropped
Yu Watanabe
2019-03-13
1
-2
/
+23
|
*
|
core/namespace: introduce new mount mode READWRITE_IMPLICIT
Yu Watanabe
2019-03-13
1
-30
/
+32
|
|
/
*
|
cryptsetup: add same-cpu-crypt and submit-from-crypt-cpus options
Yu Watanabe
2019-03-13
2
-0
/
+20
*
|
Merge pull request #11933 from keszybz/coverity
Lennart Poettering
2019-03-13
3
-24
/
+53
|
\
\
|
|
/
|
/
|
|
*
shared/bootspec: avoid going through -1 when calculating array index
Zbigniew Jędrzejewski-Szmek
2019-03-12
1
-6
/
+8
|
*
boot: avoid 32-bit calculation for a 64-bit lvalue
Zbigniew Jędrzejewski-Szmek
2019-03-12
2
-1
/
+8
|
*
efi: wrap some long lines
Zbigniew Jędrzejewski-Szmek
2019-03-08
1
-18
/
+38
*
|
login: drop redundant newline
Lennart Poettering
2019-03-12
1
-1
/
+0
*
|
user-util: extra paranoia, make sure $SHELL can't be fucked with in suid prog...
Lennart Poettering
2019-03-12
1
-2
/
+2
*
|
execute: no need to synthesize $HOME for uid==0 again, get_home_dir() already...
Lennart Poettering
2019-03-12
1
-6
/
+0
*
|
execute: simplify paths we set as HOME/SHELL for invoked programs
Lennart Poettering
2019-03-12
1
-0
/
+4
*
|
user-util: simplify paths retrieved from $HOME and $SHELL
Lennart Poettering
2019-03-12
1
-4
/
+4
*
|
user-util: be more strict when reading $HOME and $SHELL
Lennart Poettering
2019-03-12
1
-4
/
+6
*
|
user-util: paranoia — add overflow check on ERANGE loop
Lennart Poettering
2019-03-12
1
-0
/
+6
*
|
user-util: use SYNTHETIC_ERRNO() where we can
Lennart Poettering
2019-03-12
1
-28
/
+18
*
|
path-util: minimize variable scope
Lennart Poettering
2019-03-12
1
-1
/
+3
*
|
path-util: check validity before normalization in path_simplify_and_warn()
Lennart Poettering
2019-03-12
1
-6
/
+6
*
|
user-util: filter out invalid user record data a bit more thorougly
Lennart Poettering
2019-03-12
1
-3
/
+10
*
|
logind: normalize home path when creating user object
Lennart Poettering
2019-03-12
1
-0
/
+2
*
|
Merge pull request #11964 from mrc0mmand/even-more-fuzzers
Zbigniew Jędrzejewski-Szmek
2019-03-12
3
-0
/
+60
|
\
\
|
*
|
fuzz: add a fuzzer for time utils
Frantisek Sumsal
2019-03-12
2
-0
/
+32
|
*
|
fuzz: add a fuzzer for calendarspec
Frantisek Sumsal
2019-03-12
2
-0
/
+28
*
|
|
Merge pull request #11927 from poettering/network-namespace-path
Zbigniew Jędrzejewski-Szmek
2019-03-12
8
-32
/
+161
|
\
\
\
|
*
|
|
run: make sure NetworkNamespacePath= can be used on the systemd-run cmdline
Lennart Poettering
2019-03-07
1
-1
/
+1
[next]