summaryrefslogtreecommitdiffstats
path: root/man/sd_bus_request_name.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-28Revert "Revert "test: add test case for systemd-update-utmp vs daemon-reexec""Mike Yuan1-0/+13
2023-08-28login: Properly handle -EIO in session_leave_vtmsizanoen1-0/+17
2023-08-28sd-radv: fix memory leakSusant Sahani1-0/+1
2023-08-28meson: restore specifications of dependency on version_hZbigniew Jędrzejewski-Szmek2-3/+5
2023-08-28test-dhcp-client: add temporary workaround for assertion failureLuca Boccassi1-1/+3
2023-08-28boot: don't pass kernel cmdline option to UKIs which have the very same line ...Lennart Poettering1-1/+10
2023-08-2899-systemd.rules.in: tag PTP devices with systemdChris Patterson1-0/+2
2023-08-28sd-dhcp-client: make client initially in stopped stateYu Watanabe2-15/+17
2023-08-28pkg.m4 macro needs bracketsMichael Vasseur1-1/+1
2023-08-28man/gpt-auto-generator: avoid saying "negative" for booleanZbigniew Jędrzejewski-Szmek1-1/+2
2023-08-27man: Fix typo in config file example for ukifyAlvin Alvarado1-1/+1
2023-08-26meson: drop "versiondep" objectZbigniew Jędrzejewski-Szmek2-9/+7
2023-08-26meson: simplify version_tag handlingZbigniew Jędrzejewski-Szmek1-20/+17
2023-08-26Update 60-sensor.hwdb (#28804)Juno Computers1-0/+1
2023-08-26meson: Bring back use of vcs_tagJan Janssen3-23/+28
2023-08-26mount/mount-tool: return correct errnoMike Yuan1-1/+1
2023-08-25network: sd-radv - Introduce pref64 support (RFC8781)Susant Sahani9-0/+424
2023-08-25Limit rlim_max in rlimit_nofile_safe() to nr_openDaan De Meyer1-1/+5
2023-08-25mkfs-util: Set FORK_REOPEN_LOGDaan De Meyer1-1/+1
2023-08-24cryptenroll: change man page example to remove leading 0x and lowercase hexDan Streetman1-2/+2
2023-08-24tpm2: wrap (7) in UINT32_C()Dan Streetman1-1/+1
2023-08-24tpm2: add tpm2_pcr_values_has_(any|all)_values() functionsDan Streetman3-6/+25
2023-08-24tpm2: remove unnecessary void* castDan Streetman1-1/+1
2023-08-24tpm2: make logging level consistent at debug for some functionsDan Streetman1-6/+6
2023-08-24tpm2: use switch() instead of if-elseDan Streetman1-9/+18
2023-08-24tpm2: use table for openssl<->tpm2 ecc curve id mappingsDan Streetman1-20/+26
2023-08-24openssl: use new(char, size) instead of malloc(size)Dan Streetman1-1/+1
2023-08-24tpm2: use memcpy_safe() instead of memcpy()Dan Streetman1-1/+1
2023-08-24tpm2: remove ret_ prefix from input/output paramsDan Streetman1-12/+12
2023-08-24tpm2: split TPM2_PCR_VALUE_MAKE() over multiple linesDan Streetman1-1/+7
2023-08-24tpm2: use strempty()Dan Streetman1-1/+1
2023-08-24tpm2: check pcr value hash != 0 before looking up hash algorithm nameDan Streetman1-1/+1
2023-08-24tpm2: simplify call to asprintf()Dan Streetman1-3/+1
2023-08-24tpm2: put !isempty() check inside previous !isempty() checkDan Streetman1-13/+13
2023-08-24tpm2: use SIZE_MAX instead of strlen() for unhexmem()Dan Streetman1-1/+1
2023-08-24tpm2: in tpm2_pcr_values_valid() use FOREACH_ARRAY()Dan Streetman1-65/+52
2023-08-24tpm2: in validator functions, return false instead of assert failureDan Streetman1-2/+6
2023-08-24tpm2: move cast from lhs to rhs in uint16_t/int comparisonDan Streetman1-1/+1
2023-08-24tpm2: lowercase TPM2_PCR_VALUE[S]_VALID functionsDan Streetman3-11/+11
2023-08-24tpm2: change *alg_to_* functions to use switch()Dan Streetman1-15/+24
2023-08-24nspawn: check validity of the internal interface name only explicitly specifiedYu Watanabe2-13/+15
2023-08-24man/repart: use <filename> and add missing <para>Zbigniew Jędrzejewski-Szmek1-4/+7
2023-08-24gpt: move basic header/partition structure of GPT into common codeLennart Poettering3-33/+56
2023-08-24alloc-util: add free_many() helperLennart Poettering9-30/+21
2023-08-24fundamental: rename tpm-pcr.h → tpm2-pcr.hLennart Poettering11-12/+12
2023-08-24fundemental: split out UKI defines into its own headerLennart Poettering6-26/+32
2023-08-24tpm2: unify symbolic name infra for PCRsLennart Poettering14-149/+149
2023-08-24json: add json_variant_set_fieldb() helperLennart Poettering4-17/+28
2023-08-24json: rename json_append() → json_variant_merge_objectb()Lennart Poettering11-53/+46
2023-08-24tree-wide: use json_variant_append_arrayb() at many placesLennart Poettering5-77/+51