summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pam_systemd: use pam_syslog_pam_error()Zbigniew Jędrzejewski-Szmek2022-10-111-100/+59
* pam_systemd_home: use pam_syslog_pam_error()Zbigniew Jędrzejewski-Szmek2022-10-111-151/+104
* shared/pam-util: add pam_syslog_pam_error() wrapperZbigniew Jędrzejewski-Szmek2022-10-112-10/+36
* pam_systemd: use pam_syslog_errno()Zbigniew Jędrzejewski-Szmek2022-10-111-22/+18
* pam_systemd_home: use pam_syslog_errno()Zbigniew Jędrzejewski-Szmek2022-10-111-65/+36
* shared/pam-util: add pam_syslog_errno() wrapper that sets errnoZbigniew Jędrzejewski-Szmek2022-10-102-21/+26
* basic/errno-util: add helper to protect and set errno in one stepZbigniew Jędrzejewski-Szmek2022-10-102-6/+7
* basic/log: include the log syntax callback in the errno protection blockZbigniew Jędrzejewski-Szmek2022-10-071-5/+6
* pam_systemd_home: inline loop variable declarationZbigniew Jędrzejewski-Szmek2022-10-071-3/+1
* sd-bus: decrease indentationZbigniew Jędrzejewski-Szmek2022-10-071-9/+6
* network: fix use-after-freeYu Watanabe2022-10-031-0/+2
* resolve: drop remaining references for Monitor=Yu Watanabe2022-10-032-10/+0
* network: don't forget old RAs when a new one arrivesThomas Hebb2022-10-039-130/+14
* resolve: fix typoYu Watanabe2022-10-033-3/+3
* repart: Take --root into account in read only filesystems shortcutDaan De Meyer2022-10-031-1/+1
* Merge pull request #24897 from mrc0mmand/TEST-64-sanitiers-open-scsiYu Watanabe2022-10-031-1/+17
|\
| * test: pre-load ASan's DSO for iscsi-init.serviceFrantisek Sumsal2022-10-021-0/+8
| * test: introduce a simple environment file for test serviceFrantisek Sumsal2022-10-021-1/+9
|/
* repart: Don't fail on missing verity sig partitionDaan De Meyer2022-10-021-7/+10
* test: expand the expression in `cleanup_initdir()`Frantisek Sumsal2022-10-021-1/+3
* test: drop the explicit bus assignment for the pci-bridgeFrantisek Sumsal2022-10-021-1/+1
* Merge pull request #24878 from keszybz/condition-first-bootLuca Boccassi2022-10-017-73/+139
|\
| * man: add cross-links about preset operationsZbigniew Jędrzejewski-Szmek2022-10-013-9/+19
| * manager: fix/change evaluation of ConditionFirstBootZbigniew Jędrzejewski-Szmek2022-10-014-45/+60
| * firstboot: add debug loggingZbigniew Jędrzejewski-Szmek2022-09-301-20/+61
* | hwdb: Add Fn+F12 on HP Dragonfly G2 and mute extra rfkill keysMaxim Mikityanskiy2022-10-011-0/+9
* | man: Update systemd.killMode docsClyde Byrd III2022-10-011-3/+10
* | build(deps): bump ninja from 1.10.2.3 to 1.10.2.4 in /.github/workflowsdependabot[bot]2022-10-011-15/+15
* | ci: pin stefanbuck/github-issue-parser to a tagged releaseFrantisek Sumsal2022-10-011-1/+1
* | build(deps): bump actions/labeler from 4.0.0 to 4.0.1dependabot[bot]2022-10-011-1/+1
* | build(deps): bump redhat-plumbers-in-action/differential-shellcheckdependabot[bot]2022-10-011-1/+1
* | build(deps): bump meson from 0.63.1 to 0.63.2 in /.github/workflowsdependabot[bot]2022-10-011-3/+3
* | docs/CONTRIBUTING: strenghten language about ABI stability, fix links, other ...Zbigniew Jędrzejewski-Szmek2022-10-011-13/+11
* | Revert "bpf: fix is_allow_list section"James Hilliard2022-10-011-1/+1
* | meson: set minimum libbpf/bpftool versions for bpf-gccJames Hilliard2022-10-011-6/+16
* | Merge pull request #24829 from yuwata/blockdev-new-from-fdLuca Boccassi2022-09-307-161/+251
|\ \
| * | loop-util: re-introduce loop_device_open() which takes sd_device objectYu Watanabe2022-09-282-54/+68
| * | loop-util: rename loop_device_open() -> loop_device_open_from_path()Yu Watanabe2022-09-285-6/+9
| * | blockdev-util: introduce block_device_new_from_fd() and block_device_new_from...Yu Watanabe2022-09-282-9/+74
| * | blockdev-util: re-implement block_get_originating() by using sd_deviceYu Watanabe2022-09-281-72/+54
| * | blockdev-util: reopen file descriptor only when O_PATH is setYu Watanabe2022-09-281-6/+16
| * | blockdev-util: split-out fd_get_devnum()Yu Watanabe2022-09-281-28/+44
* | | Merge pull request #24749 from yuwata/dissect-image-fileLuca Boccassi2022-09-305-129/+186
|\ \ \
| * | | mkosi: install fdisk for test-loop-blockYu Watanabe2022-09-282-0/+2
| * | | test: add test for dissect_image_file()Yu Watanabe2022-09-281-53/+59
| * | | dissect-image: introduce dissect_image_file() which works for regular fileYu Watanabe2022-09-282-60/+96
| * | | dissect-image: split-out dissected_image_probe_filesystem()Yu Watanabe2022-09-281-22/+35
* | | | resolve: unsupported DNSSEC algorithms are considered INSECURE; not BOGUSJacek Migacz2022-09-301-2/+11
* | | | Merge pull request #24639 from yuwata/test-mountpoint-utilZbigniew Jędrzejewski-Szmek2022-09-301-10/+22
|\ \ \ \
| * | | | test-mountpoint-util: support running on a mount namespace with another mount...Yu Watanabe2022-09-121-9/+21