summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* copy: shortcut reflink_range() to reflink() in some casesLennart Poettering2023-04-281-0/+6
* copy: don't call clone ioctls twiceLennart Poettering2023-04-281-9/+5
* Merge pull request #27440 from yuwata/reflink-follow-upsLuca Boccassi2023-04-282-3/+3
|\
| * copy: rename reflink_full() -> reflink_range()Yu Watanabe2023-04-282-3/+3
* | Merge pull request #27424 from dtardon/auto-cleanupYu Watanabe2023-04-281-5/+4
|\ \ | |/ |/|
| * specifier: use _cleanup_David Tardon2023-04-271-5/+4
* | copy: Introduce reflink() and reflink_full()Daan De Meyer2023-04-284-39/+54
* | pam-systemd: disconnect bus connection when leaving session hook, even on errorLennart Poettering2023-04-272-24/+90
* | pam-util: include PID in PAM data field idLennart Poettering2023-04-271-2/+19
* | Merge pull request #25622 from YHNdnzj/tmpfiles-X-bit-supportMike Yuan2023-04-272-12/+63
|\ \
| * | tmpfiles: add conditionalized execute bit (X) supportMike Yuan2023-04-272-12/+63
* | | core: change ownership of subcgroup we create recursively, it shall be owned ...Lennart Poettering2023-04-272-0/+77
* | | core: add DelegateSubgroup= settingLennart Poettering2023-04-271-1/+2
|/ /
* | image-policy: split out code that "extends" underspecified partition policy f...Lennart Poettering2023-04-272-14/+28
* | Merge pull request #27421 from bluca/coredump_filterLuca Boccassi2023-04-262-3/+6
|\ \
| * | coredump filter: add mask for 'all' using UINT32_MAX, not UINT64_MAXLuca Boccassi2023-04-262-1/+4
| * | coredump filter: fix stack overflow with =allLuca Boccassi2023-04-261-2/+2
* | | image-policy: correct two commentsLennart Poettering2023-04-261-2/+2
|/ /
* | Merge pull request #27408 from keszybz/creds-missing-messageZbigniew Jędrzejewski-Szmek2023-04-261-7/+11
|\ \
| * | shared/creds-util: return 0 for missing creds in read_credential_strings_manyZbigniew Jędrzejewski-Szmek2023-04-251-7/+11
* | | Merge pull request #26944 from aafeijoo-suse/systemd-network-generator-initrd...Zbigniew Jędrzejewski-Szmek2023-04-262-20/+36
|\ \ \
| * | | generator: add generator_open_unit_file_full to allow creating temporary unitsAntonio Alvarez Feijoo2023-04-102-20/+36
* | | | mount-util: split remount_idmap() in twoLennart Poettering2023-04-252-15/+20
| |/ / |/| |
* | | pam: do not attempt to close sd-bus after fork in pam_end()Luca Boccassi2023-04-251-0/+11
* | | user-record-nss: make return values optionalLennart Poettering2023-04-251-14/+12
* | | Merge pull request #27388 from poettering/assert-fdLennart Poettering2023-04-251-20/+9
|\ \ \
| * | | loop-util: port some code over to ASSERT_FD()Lennart Poettering2023-04-241-20/+9
* | | | cryptsetup-fido2: Depend on libcryptsetupWolfgang Müller2023-04-251-1/+1
* | | | Merge pull request #27113 from keszybz/variable-expansion-reworkZbigniew Jędrzejewski-Szmek2023-04-241-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | basic/logarithm: add popcount() wrapperZbigniew Jędrzejewski-Szmek2023-04-241-1/+3
* | | | pam: cache sd-bus separately per moduleLuca Boccassi2023-04-242-7/+22
| |_|/ |/| |
* | | Merge pull request #27349 from mrc0mmand/codespellLuca Boccassi2023-04-202-4/+4
|\ \ \
| * | | tree-wide: code spelling fixesFrantisek Sumsal2023-04-202-4/+4
* | | | dissect: let's check for crypto_LUKS before fstype allowlist checkLennart Poettering2023-04-201-5/+6
* | | | dissect-image: issue BLKFLSBUF before probing an fs at block device offset != 0Lennart Poettering2023-04-201-0/+15
* | | | Merge pull request #27299 from yuwata/chase-absoluteDaan De Meyer2023-04-201-2/+2
|\ \ \ \
| * | | | chase: replace path_prefix_root_cwd() with chaseat_prefix_root()Yu Watanabe2023-04-191-2/+2
* | | | | dissect-image: fix log level in dissect_log_errorQuintin Hill2023-04-201-15/+15
|/ / / /
* | | | gpt-auto-generator: "translate" errno codes into proper messagesZbigniew Jędrzejewski-Szmek2023-04-182-2/+6
|/ / /
* | | lsm-util: move detection of support of LSMs into a new lsm-util.[ch] helperLennart Poettering2023-04-183-0/+38
* | | bpf-firewall: give a name to maps usedDominique Martinet2023-04-182-2/+18
* | | fsck: use execv_p_ and execl_p_Florian Klink2023-04-171-11/+2
* | | exec-util: make execute_strv() optionally take root directoryYu Watanabe2023-04-162-3/+6
* | | Merge pull request #27283 from mrc0mmand/assorted-test-tweaksYu Watanabe2023-04-161-0/+2
|\ \ \
| * | | shared: add a missing includeFrantisek Sumsal2023-04-161-0/+2
* | | | fsck: look for fsck binary not just in /sbinFlorian Klink2023-04-151-2/+11
* | | | preset: Add ignore directiveDaan De Meyer2023-04-142-13/+46
|/ / /
* | | string-util: add strstrafter()Lennart Poettering2023-04-143-12/+10
* | | Merge pull request #27266 from dtardon/take-structLuca Boccassi2023-04-144-15/+11
|\ \ \
| * | | tree-wide: add some assertsDavid Tardon2023-04-141-0/+4