index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
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
*
|
|
meson: scope more git invocations with current_source_dir()
Davide Cavalca
2019-03-12
3
-19
/
+23
*
|
|
Merge pull request #11927 from poettering/network-namespace-path
Zbigniew Jędrzejewski-Szmek
2019-03-12
10
-49
/
+195
|
\
\
\
|
*
|
|
man: document NetworkNamespacePath=
Lennart Poettering
2019-03-07
2
-17
/
+34
|
*
|
|
run: make sure NetworkNamespacePath= can be used on the systemd-run cmdline
Lennart Poettering
2019-03-07
1
-1
/
+1
|
*
|
|
core: support netns joining also for sockets created by .socket unit
Lennart Poettering
2019-03-07
1
-16
/
+61
|
*
|
|
core: add new setting NetworkNamespacePath= for configuring a netns by path f...
Lennart Poettering
2019-03-07
4
-3
/
+29
|
*
|
|
core: add open_netns_path() helper
Lennart Poettering
2019-03-07
2
-0
/
+54
|
*
|
|
execute: no need to check for NULL when function right after does anyway
Lennart Poettering
2019-03-07
1
-2
/
+1
|
*
|
|
execute: (void)ify more
Lennart Poettering
2019-03-07
1
-2
/
+2
|
*
|
|
execute: make things a tiny bit shorter
Lennart Poettering
2019-03-07
1
-3
/
+2
|
*
|
|
execute: use structured initialization
Lennart Poettering
2019-03-07
1
-5
/
+11
*
|
|
|
po: update French translation
Sylvain Plantefève
2019-03-12
1
-7
/
+30
*
|
|
|
Merge pull request #11943 from yuwata/device-action-seqnum-cleanups
Zbigniew Jędrzejewski-Szmek
2019-03-12
17
-151
/
+205
|
\
\
\
\
|
*
|
|
|
test: wait for a while active state of .device is updated
Yu Watanabe
2019-03-12
1
-3
/
+3
|
*
|
|
|
libudev: use device_get_seqnum() and device_get_action()
Yu Watanabe
2019-03-11
1
-20
/
+7
|
*
|
|
|
login: use device_is_in_action()
Yu Watanabe
2019-03-11
2
-9
/
+7
|
*
|
|
|
network: use device_get_action()
Yu Watanabe
2019-03-11
1
-6
/
+8
|
*
|
|
|
core/device: use device_get_action()
Yu Watanabe
2019-03-11
1
-5
/
+6
|
*
|
|
|
udevadm-test: check action string earlier
Yu Watanabe
2019-03-11
1
-1
/
+9
|
*
|
|
|
udevadm: use device_get_action()
Yu Watanabe
2019-03-11
1
-3
/
+6
|
*
|
|
|
udev: refuse to modify SEQNUM by udev rules
Yu Watanabe
2019-03-11
1
-0
/
+1
|
*
|
|
|
udevd: use device_get_action() and device_get_seqnum()
Yu Watanabe
2019-03-11
3
-42
/
+29
|
*
|
|
|
util: introduce device_for_action()
Yu Watanabe
2019-03-11
2
-0
/
+13
|
*
|
|
|
sd-device: store parsed ACTION= and SEQNUM= udev properties
Yu Watanabe
2019-03-11
4
-62
/
+116
|
|
|
/
/
|
|
/
|
|
*
|
|
|
bash-completion: also suggest units in reloading or activating
Yu Watanabe
2019-03-12
1
-1
/
+4
*
|
|
|
Merge pull request #11897 from mrc0mmand/parallelize-TEST-24-UNIT-TESTS
Zbigniew Jędrzejewski-Szmek
2019-03-12
3
-23
/
+87
|
\
\
\
\
|
*
|
|
|
test: try to determine QEMU_SMP dynamically
Frantisek Sumsal
2019-03-08
1
-1
/
+10
|
*
|
|
|
test: parallelize tasks in TEST-24-UNIT-TESTS
Frantisek Sumsal
2019-03-06
2
-22
/
+77
*
|
|
|
|
lgtm: replace the query used for looking for fgets with a more general query
Evgeny Vereshchagin
2019-03-12
2
-21
/
+30
*
|
|
|
|
udev: fix memleak in 'udevadm trigger --settle'
Yu Watanabe
2019-03-12
1
-1
/
+3
*
|
|
|
|
efivars: make sure efi_loader_entry_name_valid() is always compiled in
Lennart Poettering
2019-03-11
2
-16
/
+12
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #11960 from mrc0mmand/more-fuzzers
Lennart Poettering
2019-03-11
9
-6
/
+167
|
\
\
\
\
|
*
|
|
|
nspawn: fix memleak uncovered by fuzzer
Zbigniew Jędrzejewski-Szmek
2019-03-11
1
-6
/
+4
|
*
|
|
|
fuzz: add a memleak reproducer for fuzz-nspawn-settings
Frantisek Sumsal
2019-03-11
1
-0
/
+0
|
*
|
|
|
fuzz: add nspawn-settings fuzzer
Frantisek Sumsal
2019-03-11
3
-0
/
+69
[prev]
[next]