summaryrefslogtreecommitdiffstats
path: root/src/test/test-ask-password-api.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-29test-systemctl-enable: also use freshly-built systemd-id128Zbigniew Jędrzejewski-Szmek2-11/+15
2022-03-29test-systemctl-enable: use magic syntax to allow inverted testsZbigniew Jędrzejewski-Szmek1-37/+39
2022-03-29shared/install: when creating symlinks, accept different but equivalent symlinksZbigniew Jędrzejewski-Szmek2-17/+81
2022-03-29test-systemctl-enable: make shellcheck happyZbigniew Jędrzejewski-Szmek1-38/+38
2022-03-29shared/install: fix handling of a linked unit fileZbigniew Jędrzejewski-Szmek2-5/+11
2022-03-29shared/install: split UNIT_FILE_SYMLINK into two statesZbigniew Jędrzejewski-Szmek3-8/+15
2022-03-29basic/unit-file: reverse negative conditionalZbigniew Jędrzejewski-Szmek1-16/+16
2022-03-29shared/install: stop passing duplicate root argument to install_name_printf()Zbigniew Jędrzejewski-Szmek4-11/+9
2022-03-29shared/install: when looking for symlinks in .wants/.requires, ignore symlink...Zbigniew Jędrzejewski-Szmek1-33/+60
2022-03-29shared/install: create relative symlinks for enablement and aliasingZbigniew Jędrzejewski-Szmek3-102/+105
2022-03-29shared/install: also remove symlinks like .wants/foo@one.service → ../foo@o...Zbigniew Jędrzejewski-Szmek2-3/+33
2022-03-29shared/install: skip unnecessary chasing of symlinks in disableZbigniew Jędrzejewski-Szmek1-18/+25
2022-03-29test-systemctl-enable: enhance the test for unit file linkingZbigniew Jędrzejewski-Szmek1-3/+36
2022-03-29shared/install: do not try to resolve symlinks outside of root directoryZbigniew Jędrzejewski-Szmek1-1/+1
2022-03-29shared/install: when we fail to chase a symlink, show some logsZbigniew Jędrzejewski-Szmek1-0/+3
2022-03-29test-systemctl-enable: extend the test for repeated WantedBy/RequiredByZbigniew Jędrzejewski-Szmek1-4/+18
2022-03-29shared/install: fix reenable on linked unit filesZbigniew Jędrzejewski-Szmek3-15/+68
2022-03-29shared/install: split unit_file_{disable,enable}() so _reenable doesn't do se...Zbigniew Jędrzejewski-Szmek1-33/+72
2022-03-29install: when linking a file, create the link first or abortZbigniew Jędrzejewski-Szmek2-11/+10
2022-03-29man: fix invalid description of template handling in WantedBy=Zbigniew Jędrzejewski-Szmek2-28/+74
2022-03-29shared/install: also check for self-aliases during installation and ignore themZbigniew Jędrzejewski-Szmek3-20/+21
2022-03-29systemctl: fix silent failure when --root is not foundZbigniew Jędrzejewski-Szmek14-105/+88
2022-03-29shared/install: return failure when enablement fails, but process as much as ...Zbigniew Jędrzejewski-Szmek2-23/+26
2022-03-29shared/install: propagate errors about invalid aliases and such tooZbigniew Jędrzejewski-Szmek6-56/+88
2022-03-29shared/install: simplify unit_file_dump_changes()Zbigniew Jędrzejewski-Szmek1-36/+27
2022-03-29shared/specifier: fix %u/%U/%g/%G when called as unprivileged userZbigniew Jędrzejewski-Szmek11-104/+155
2022-03-29shared/install: move scope into InstallContextZbigniew Jędrzejewski-Szmek1-195/+191
2022-03-29shared/install: provide proper error messages when invalid specifiers are usedZbigniew Jędrzejewski-Szmek2-31/+20
2022-03-29shared/specifier: provide proper error messages when specifiers fail to read ...Zbigniew Jędrzejewski-Szmek4-39/+82
2022-03-29shared/specifier: clarify and add test for missing dataZbigniew Jędrzejewski-Szmek2-1/+17
2022-03-29man/os-release: add a note about repeating entriesZbigniew Jędrzejewski-Szmek1-0/+4
2022-03-29basic/env-file: make load-env-file deduplicate entries with the same keyZbigniew Jędrzejewski-Szmek3-13/+26
2022-03-29test-os-util: add basic tests for os-release parsingZbigniew Jędrzejewski-Szmek1-0/+62
2022-03-29basic: add new variable $SYSTEMD_OS_RELEASE to override location of os-releaseZbigniew Jędrzejewski-Szmek3-7/+26
2022-03-29man: clarify the descriptions of aliases and linked unit filesZbigniew Jędrzejewski-Szmek1-15/+43
2022-03-29tests: add helper for creating tempfiles with contentZbigniew Jędrzejewski-Szmek4-73/+44
2022-03-29test: add test for systemctl link & enableZbigniew Jędrzejewski-Szmek3-1/+532
2022-03-29shared/install: add a bit more quotingZbigniew Jędrzejewski-Szmek1-11/+11
2022-03-29shared/install: reuse the standard symlink verification subroutineZbigniew Jędrzejewski-Szmek3-77/+75
2022-03-29basic/stat-util: add null_or_empty_path_with_root()Zbigniew Jędrzejewski-Szmek3-6/+39
2022-03-29basic/unit-file: split out the subroutine for symlink verificationZbigniew Jędrzejewski-Szmek1-63/+96
2022-03-23meson: Detect python instead of hard-coding python3Heiko Becker1-1/+2
2022-03-23Revert "lgtm: disable cpp/missing-return"Frantisek Sumsal1-2/+0
2022-03-23doc: two markdown markup fixesLennart Poettering1-2/+2
2022-03-23doc: add a bunch of missing <br>Lennart Poettering1-6/+6
2022-03-23update TODOLennart Poettering1-0/+8
2022-03-23docs: extend BUILDING_IMAGES with a section about IMAGE_ID=/IMAGE_VERSION=Lennart Poettering1-18/+58
2022-03-23docs: link up new image building docs a bitLennart Poettering3-11/+13
2022-03-23docs: make man page links in markdown Links section use teletype font, as we ...Lennart Poettering3-8/+8
2022-03-23systemctl: use the right name in error messageZbigniew Jędrzejewski-Szmek1-1/+1