summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
5 dayssd-varlink: fix bug when enqueuing messages with fds asynchronouslyLennart Poettering1-1/+2
When determining the poll events to wait for we need to take the queue of pending messages that carry fds into account. Otherwise we might end up not waking up if such an fd-carrying message is enqueued asynchronously (i.e. not from a dispatch callback).
5 daysman/systemd-system.conf: Correct "struct" to "strict" (#35364)Winterhuman1-1/+1
5 dayscryptsetup: convert pkcs11/fido2 to iovec for key handlingLuca Boccassi5-32/+26
key-data might be NULL. Fixes crash: 0 0x0000559c62120530 in attach_luks_or_plain_or_bitlk (cd=0x559c6b192830, name=0x7ffd57981dc4 "root", token_type=TOKEN_FIDO2, key_file=0x0, key_data=0x0, passwords=0x0, flags=524296, until=0) at ../src/cryptsetup/cryptsetup.c:2234 pass_volume_key = false r = 1469577760 __func__ = '\000' <repeats 29 times> 1 0x0000559c6212279c in run (argc=6, argv=0x7ffd5797fe98) at ../src/cryptsetup/cryptsetup.c:2597 discovered_key_data = {iov_base = 0x0, iov_len = 0} key_data = 0x0 token_type = TOKEN_FIDO2 destroy_key_file = 0x0 flags = 524296 until = 0 passphrase_type = PASSPHRASE_NONE volume = 0x7ffd57981dc4 "root" source = 0x7ffd57981dc9 "/dev/disk/by-uuid/8372fb39-9ba4-461a-a618-07dcaae66280" status = CRYPT_INACTIVE tries = 0 key_file = 0x0 config = 0x7ffd57981e05 "luks,discard,fido2-device=auto,x-initrd.attach" use_cached_passphrase = true try_discover_key = true discovered_key_fn = 0x7ffd5797fa70 "root.key" passwords = 0x0 cd = 0x559c6b192830 verb = 0x7ffd57981dbd "attach" r = 0 __func__ = "\000\000\000" 2 0x0000559c621231e6 in main (argc=6, argv=0x7ffd5797fe98) at ../src/cryptsetup/cryptsetup.c:2674 r = 32553 __func__ = "\000\000\000\000" Follow-up for 53b6c99018f918a5d2c9000ac5fe3a2440115ea7
5 daysupdatectl: fix DBus method signature for SetFeatureEnabledAbderrahim Kitouni1-1/+1
The signature was changed to 'sit' in sysupdated during review, but updatectl kept using 'sbt'
5 daysRevert "Revert "man: use MIT-0 license for example codes in daemon(7)""Yu Watanabe1-0/+9
This reverts commit 7a9d0abe4df81a020e2e457405f8509b2afb7c04.
5 daysRevert "man: use MIT-0 license for example codes in daemon(7)"Luca Boccassi1-9/+0
This reverts commit 6046cc3660810efcc6fe50b1c850ea642218245b.
5 daysman: use MIT-0 license for example codes in daemon(7)Yu Watanabe1-0/+9
This page contains many short example codes. I do not think we should add SPDX-License-Identifier for all codes. Closes #35356.
6 daystest: Use env in testsuite readmeDaan De Meyer1-5/+5
Let's make sure we use env when we're setting environment variables to rely less on shell specifics.
6 daystest: Dump coredumps from journal in the integration test wrapperDaan De Meyer8-37/+98
Fixes #35277
6 daysnetworkd-test.py: disable IPv6AcceptRA= if not necessaryYu Watanabe1-3/+16
To speed up the test. Otherwise, it takes about few seconds interfaces to enter the configured state. And may networkd-wait-online timeouts.