summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | tree-wide: use TAKE_STRUCTDavid Tardon2023-04-144-15/+7
* | | install: use FOREACH_ARRAYDavid Tardon2023-04-141-2/+2
* | | tree-wide: rename cleanup functionDavid Tardon2023-04-142-6/+6
* | | install: fix memory leak if GREEDY_REALLOC() failsDavid Tardon2023-04-141-6/+11
|/ /
* | systemd-cryptenroll: add string aliases for tpm2 PCRsOMOJOLA JOSHUA DAMILOLA2023-04-132-7/+52
* | image-policy: introduce parse_image_policy_argument() helperYu Watanabe2023-04-132-0/+67
* | Merge pull request #27027 from dtardon/unit-file-list-cleanupLennart Poettering2023-04-132-7/+12
|\ \
| * | install: rename functionDavid Tardon2023-04-121-4/+4
| * | install: drop unused functionDavid Tardon2023-04-122-5/+1
| * | install: define hash_ops for UnitFileListDavid Tardon2023-03-282-0/+9
* | | service: add ability to pin fd storeLennart Poettering2023-04-131-1/+2
* | | Merge pull request #27153 from poettering/varlin-fd-passLennart Poettering2023-04-122-39/+473
|\ \ \
| * | | varlink: honour "sensitive" flag of json variant objects all the way into the...Lennart Poettering2023-04-121-5/+15
| * | | varlink: implement file descriptor passingLennart Poettering2023-04-122-22/+438
| * | | varlink: add helper that clears the currently processed incoming message JSON...Lennart Poettering2023-04-121-6/+13
| * | | varlink: get rid of "reply" fieldLennart Poettering2023-04-121-7/+4
| * | | varlink: add some comments explaining what by various errors are definedLennart Poettering2023-04-121-0/+4
* | | | Merge pull request #27212 from DaanDeMeyer/notify-exitMike Yuan2023-04-131-0/+1
|\ \ \ \
| * | | | notify: Add EXIT_STATUS fieldDaan De Meyer2023-04-121-0/+1
* | | | | Merge pull request #27229 from poettering/dissect-policy-confextMike Yuan2023-04-133-6/+15
|\ \ \ \ \
| * | | | | sysext: define a default image dissection policy for confext imagesLennart Poettering2023-04-122-0/+11
| * | | | | discover-image: bring discover path list up-to-date.Lennart Poettering2023-04-121-6/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #27217 from yuwata/boot-entry-atYu Watanabe2023-04-122-25/+71
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | boot-entry: introduce boot_entry_token_ensure_at()Yu Watanabe2023-04-122-21/+50
| * | | | boot-entry: use chase_and_fopen_unlocked() to open /etc/kernel/entry-tokenYu Watanabe2023-04-121-2/+9
| * | | | boot-entry: prioritize machine ID only when it is not randomly generatedYu Watanabe2023-04-122-3/+13
* | | | | Fix compilation errorDaan De Meyer2023-04-121-6/+6
| |/ / / |/| | |
* | | | Merge pull request #25608 from poettering/dissect-moarLennart Poettering2023-04-1210-115/+1176
|\ \ \ \