summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sd-dhcp-client: client ID always has non-zero dataYu Watanabe2023-05-091-1/+1
* Merge pull request #27534 from keszybz/deperlifyYu Watanabe2023-05-094-14/+23
|\
| * test: rework how udev-test is invokedZbigniew Jędrzejewski-Szmek2023-05-092-6/+6
| * pid1: drop duplicate includeZbigniew Jędrzejewski-Szmek2023-05-091-2/+0
| * test_ukify: print message when skipping whole test fileZbigniew Jędrzejewski-Szmek2023-05-091-2/+4
| * test-udev: add an optional timeout argumentZbigniew Jędrzejewski-Szmek2023-05-091-4/+13
* | bus-util: drop unnecessary continueYu Watanabe2023-05-091-1/+1
* | test-journal-verify: Use a more thorough machine ID checkDaan De Meyer2023-05-091-2/+2
* | Merge pull request #27579 from YHNdnzj/refuse-dbus-activationYu Watanabe2023-05-094-7/+18
|\ \
| * | core: refuse dbus activation if dbus is not runningMike Yuan2023-05-092-3/+9
| * | core/manager: export manager_dbus_is_runningMike Yuan2023-05-092-4/+9
* | | Merge pull request #27578 from yuwata/sd-dhcp-client-client-id-lenYu Watanabe2023-05-092-27/+32
|\ \ \
| * | | sd-dhcp-client: do not use implicit cast to booleanYu Watanabe2023-05-091-2/+2
| * | | sd-dhcp-client: make return arguments for sd_dhcp_client_get_client_id() opti...Yu Watanabe2023-05-092-17/+24
| * | | sd-dhcp-client: drop redundant conditionYu Watanabe2023-05-091-8/+6
* | | | core/service: fix error cause in the logYu Watanabe2023-05-091-1/+1
* | | | Merge pull request #27553 from yuwata/sd-journal-generic-array-bisectDaan De Meyer2023-05-081-94/+88
|\ \ \ \ | |_|/ / |/| | |
| * | | sd-journal: split out generic_array_bisect_one() from generic_array_bisect()Yu Watanabe2023-05-071-82/+72
| * | | sd-journal: re-read entry array objectYu Watanabe2023-05-071-1/+9
| * | | sd-journal: drop unnecessary initializationYu Watanabe2023-05-071-1/+1
| * | | sd-journal: rebreak commentsYu Watanabe2023-05-071-9/+5
| * | | sd-journal: fix commentYu Watanabe2023-05-071-1/+1
* | | | test-specifier: Ignore -ENOPKG from specifier_printf()Daan De Meyer2023-05-081-1/+1
| |/ / |/| |
* | | nulstr-util: make ret_size in strv_make_nulstr() optionalYu Watanabe2023-05-081-3/+2
| |/ |/|
* | core/unit: check the validity of unit type with activation_details_vtableYu Watanabe2023-05-081-3/+5
* | parse-util: make parse_fd() return -EBADFYu Watanabe2023-05-086-13/+4
* | crypttab: Support for VeraCrypt PIM and detached headers for TrueCrypt/VeraCr...Klaus Zipfel2023-05-061-3/+20
* | Merge pull request #26357 from ddstreet/tpm2_policy_sessionLuca Boccassi2023-05-062-87/+129
|\ \ | |/ |/|
| * tpm2: move policy building out of policy session creationDan Streetman2023-05-051-87/+112
| * tpm2: add tpm2_is_encryption_session()Dan Streetman2023-05-052-0/+17
* | Merge pull request #27262 from keszybz/ukify-installZbigniew Jędrzejewski-Szmek2023-05-069-194/+935
|\ \
| * | test_ukify: add test for combining config and cmdlineZbigniew Jędrzejewski-Szmek2023-05-051-0/+80
| * | test_ukify: rework how --flakes argument is appendedZbigniew Jędrzejewski-Szmek2023-05-053-6/+16
| * | test_ukify: propagate failureZbigniew Jędrzejewski-Szmek2023-05-051-1/+1
| * | ukify: appease mypyZbigniew Jędrzejewski-Szmek2023-05-051-21/+42
| * | test/60-ukify: override stub location in testsZbigniew Jędrzejewski-Szmek2023-05-052-1/+7
| * | test-kernel-install: test 60-ukify.install and 90-uki-copy.installZbigniew Jędrzejewski-Szmek2023-05-052-7/+33
| * | 60-ukify: kernel-install plugin that calls ukify to create a UKIZbigniew Jędrzejewski-Szmek2023-05-052-2/+234
| * | test_ukify: add tests for the new functionalityZbigniew Jędrzejewski-Szmek2023-05-051-0/+88
| * | ukify: PeError → PEErrorZbigniew Jędrzejewski-Szmek2023-05-051-13/+13
| * | ukify: rework option parsing to support a config fileZbigniew Jędrzejewski-Szmek2023-05-051-153/+417
| * | test_ukify: fix two failing testsZbigniew Jędrzejewski-Szmek2023-05-031-4/+1
| * | test_ukify: fix loop iterationZbigniew Jędrzejewski-Szmek2023-05-031-1/+1
| * | ukify: add missing headerZbigniew Jędrzejewski-Szmek2023-05-031-0/+15
| * | ukify: use UPPERCASE for parameter namesZbigniew Jędrzejewski-Szmek2023-05-031-2/+4
| * | 90-loaderentry: make sure that variables are setZbigniew Jędrzejewski-Szmek2023-05-031-3/+3
* | | Merge pull request #27527 from mrc0mmand/fuzz-manager-serializeLuca Boccassi2023-05-063-91/+167
|\ \ \ | |_|/ |/| |
| * | core: check the unit type more thoroughly when deserializingFrantisek Sumsal2023-05-051-1/+3
| * | shared: refuse fd == INT_MAXFrantisek Sumsal2023-05-051-0/+14
| * | core: use extract_first_word() instead of sscanf()Frantisek Sumsal2023-05-051-90/+150