index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-ask-password-api.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-29
test-systemctl-enable: also use freshly-built systemd-id128
Zbigniew Jędrzejewski-Szmek
2
-11
/
+15
2022-03-29
test-systemctl-enable: use magic syntax to allow inverted tests
Zbigniew Jędrzejewski-Szmek
1
-37
/
+39
2022-03-29
shared/install: when creating symlinks, accept different but equivalent symlinks
Zbigniew Jędrzejewski-Szmek
2
-17
/
+81
2022-03-29
test-systemctl-enable: make shellcheck happy
Zbigniew Jędrzejewski-Szmek
1
-38
/
+38
2022-03-29
shared/install: fix handling of a linked unit file
Zbigniew Jędrzejewski-Szmek
2
-5
/
+11
2022-03-29
shared/install: split UNIT_FILE_SYMLINK into two states
Zbigniew Jędrzejewski-Szmek
3
-8
/
+15
2022-03-29
basic/unit-file: reverse negative conditional
Zbigniew Jędrzejewski-Szmek
1
-16
/
+16
2022-03-29
shared/install: stop passing duplicate root argument to install_name_printf()
Zbigniew Jędrzejewski-Szmek
4
-11
/
+9
2022-03-29
shared/install: when looking for symlinks in .wants/.requires, ignore symlink...
Zbigniew Jędrzejewski-Szmek
1
-33
/
+60
2022-03-29
shared/install: create relative symlinks for enablement and aliasing
Zbigniew Jędrzejewski-Szmek
3
-102
/
+105
2022-03-29
shared/install: also remove symlinks like .wants/foo@one.service → ../foo@o...
Zbigniew Jędrzejewski-Szmek
2
-3
/
+33
2022-03-29
shared/install: skip unnecessary chasing of symlinks in disable
Zbigniew Jędrzejewski-Szmek
1
-18
/
+25
2022-03-29
test-systemctl-enable: enhance the test for unit file linking
Zbigniew Jędrzejewski-Szmek
1
-3
/
+36
2022-03-29
shared/install: do not try to resolve symlinks outside of root directory
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2022-03-29
shared/install: when we fail to chase a symlink, show some logs
Zbigniew Jędrzejewski-Szmek
1
-0
/
+3
2022-03-29
test-systemctl-enable: extend the test for repeated WantedBy/RequiredBy
Zbigniew Jędrzejewski-Szmek
1
-4
/
+18
2022-03-29
shared/install: fix reenable on linked unit files
Zbigniew Jędrzejewski-Szmek
3
-15
/
+68
2022-03-29
shared/install: split unit_file_{disable,enable}() so _reenable doesn't do se...
Zbigniew Jędrzejewski-Szmek
1
-33
/
+72
2022-03-29
install: when linking a file, create the link first or abort
Zbigniew Jędrzejewski-Szmek
2
-11
/
+10
2022-03-29
man: fix invalid description of template handling in WantedBy=
Zbigniew Jędrzejewski-Szmek
2
-28
/
+74
2022-03-29
shared/install: also check for self-aliases during installation and ignore them
Zbigniew Jędrzejewski-Szmek
3
-20
/
+21
2022-03-29
systemctl: fix silent failure when --root is not found
Zbigniew Jędrzejewski-Szmek
14
-105
/
+88
2022-03-29
shared/install: return failure when enablement fails, but process as much as ...
Zbigniew Jędrzejewski-Szmek
2
-23
/
+26
2022-03-29
shared/install: propagate errors about invalid aliases and such too
Zbigniew Jędrzejewski-Szmek
6
-56
/
+88
2022-03-29
shared/install: simplify unit_file_dump_changes()
Zbigniew Jędrzejewski-Szmek
1
-36
/
+27
2022-03-29
shared/specifier: fix %u/%U/%g/%G when called as unprivileged user
Zbigniew Jędrzejewski-Szmek
11
-104
/
+155
2022-03-29
shared/install: move scope into InstallContext
Zbigniew Jędrzejewski-Szmek
1
-195
/
+191
2022-03-29
shared/install: provide proper error messages when invalid specifiers are used
Zbigniew Jędrzejewski-Szmek
2
-31
/
+20
2022-03-29
shared/specifier: provide proper error messages when specifiers fail to read ...
Zbigniew Jędrzejewski-Szmek
4
-39
/
+82
2022-03-29
shared/specifier: clarify and add test for missing data
Zbigniew Jędrzejewski-Szmek
2
-1
/
+17
2022-03-29
man/os-release: add a note about repeating entries
Zbigniew Jędrzejewski-Szmek
1
-0
/
+4
2022-03-29
basic/env-file: make load-env-file deduplicate entries with the same key
Zbigniew Jędrzejewski-Szmek
3
-13
/
+26
2022-03-29
test-os-util: add basic tests for os-release parsing
Zbigniew Jędrzejewski-Szmek
1
-0
/
+62
2022-03-29
basic: add new variable $SYSTEMD_OS_RELEASE to override location of os-release
Zbigniew Jędrzejewski-Szmek
3
-7
/
+26
2022-03-29
man: clarify the descriptions of aliases and linked unit files
Zbigniew Jędrzejewski-Szmek
1
-15
/
+43
2022-03-29
tests: add helper for creating tempfiles with content
Zbigniew Jędrzejewski-Szmek
4
-73
/
+44
2022-03-29
test: add test for systemctl link & enable
Zbigniew Jędrzejewski-Szmek
3
-1
/
+532
2022-03-29
shared/install: add a bit more quoting
Zbigniew Jędrzejewski-Szmek
1
-11
/
+11
2022-03-29
shared/install: reuse the standard symlink verification subroutine
Zbigniew Jędrzejewski-Szmek
3
-77
/
+75
2022-03-29
basic/stat-util: add null_or_empty_path_with_root()
Zbigniew Jędrzejewski-Szmek
3
-6
/
+39
2022-03-29
basic/unit-file: split out the subroutine for symlink verification
Zbigniew Jędrzejewski-Szmek
1
-63
/
+96
2022-03-23
meson: Detect python instead of hard-coding python3
Heiko Becker
1
-1
/
+2
2022-03-23
Revert "lgtm: disable cpp/missing-return"
Frantisek Sumsal
1
-2
/
+0
2022-03-23
doc: two markdown markup fixes
Lennart Poettering
1
-2
/
+2
2022-03-23
doc: add a bunch of missing <br>
Lennart Poettering
1
-6
/
+6
2022-03-23
update TODO
Lennart Poettering
1
-0
/
+8
2022-03-23
docs: extend BUILDING_IMAGES with a section about IMAGE_ID=/IMAGE_VERSION=
Lennart Poettering
1
-18
/
+58
2022-03-23
docs: link up new image building docs a bit
Lennart Poettering
3
-11
/
+13
2022-03-23
docs: make man page links in markdown Links section use teletype font, as we ...
Lennart Poettering
3
-8
/
+8
2022-03-23
systemctl: use the right name in error message
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
[next]