summaryrefslogtreecommitdiffstats
path: root/src/varlinkctl/varlinkctl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-17varlink: drop "ret_flags" parameter from varlink_call()Lennart Poettering9-29/+47
2024-01-17varlink: if varlink_call() is called with ret_error_id=NULL propagate error v...Lennart Poettering1-3/+19
2024-01-17varlink: in varlink_observe() correctly collect error parametersLennart Poettering1-0/+6
2024-01-17varlink: add helper that turns varlink errors back to errnos, client-sideLennart Poettering2-0/+41
2024-01-17logind-action: also check .target unit state when selecting sleep actionMike Yuan3-10/+22
2024-01-17macro: terminate the temporary VA_ARGS_FOREACH() array with a sentinelFrantisek Sumsal1-4/+4
2024-01-17ssh-generator: correct log level of one functionLennart Poettering1-1/+1
2024-01-17core/unit: check for correct function in vtableMike Yuan1-1/+1
2024-01-17meson: disable -Wnonnull-compareFrantisek Sumsal1-0/+1
2024-01-17sd-netlink: fix rtnl_resolve_link_alternative_name()Yu Watanabe2-1/+5
2024-01-17exec-credential: strv_extend() handles NULL strings gracefullyLennart Poettering1-3/+2
2024-01-17tree-wide: propagate the error we got from strv_extend_xyz() to the callerLennart Poettering6-15/+20
2024-01-17dbus-unit: don't eat up error codes needlesslyLennart Poettering1-1/+3
2024-01-17tree-wide: port over various pieces of code to strv_extend_many()Lennart Poettering12-101/+72
2024-01-17strv: add strv_extend_many() helperLennart Poettering3-0/+88
2024-01-17strv: remove strv_extend_front()Lennart Poettering3-38/+1
2024-01-17strv: modernize strv_insert()Lennart Poettering1-10/+12
2024-01-17Reorder arguments for calloc()-like functions, part #2Frantisek Sumsal4-7/+7
2024-01-17hwdb: Correct display rotation on Chuwi Ubook X N4100 (#24248)hfavisado1-0/+4
2024-01-17TEST-35-LOGIN: test changes to list-sessionsMike Yuan1-17/+19
2024-01-17loginctl: add --json= and -j, decouple list-* from --output=Mike Yuan3-35/+43
2024-01-17loginctl: show more info in list-sessions (ListSessionsEx())Mike Yuan1-26/+113
2024-01-17logind-dbus: introduce ListSessionsEx() callMike Yuan3-4/+80
2024-01-17man: don't use versioned standard-optionsMike Yuan2-14/+2
2024-01-16tpm2: If unsealing results in policy hash mismatch when using RSA pubkey, pos...Dan Streetman1-2/+16
2024-01-16ukify: use datetime.timezone.utc instead of datetime.UTCFrantisek Sumsal1-1/+1
2024-01-16ci: install python3-pytest for ukify testsFrantisek Sumsal1-0/+1
2024-01-16test: check TPM2B_PUBLIC "name" during PEM->TPM2B_PUBLIC conversion testsDan Streetman1-25/+50
2024-01-16test: verify PEM->TPM2B_PUBLIC conversion for RSA key with non-default exponentDan Streetman1-0/+14
2024-01-16tpm2: Do not use RSA exponent special-case default value in PEM->TPM2B_PUBLIC...Dan Streetman2-3/+11
2024-01-16test-network: test the default required operational state for CAN devicesYu Watanabe1-0/+4
2024-01-16network: make 'carrier' as the default required operational state for CAN deviceYu Watanabe3-4/+16
2024-01-16wait-online: several cleanups for LinkOperationalStateYu Watanabe2-31/+21
2024-01-16network: several cleanups for LinkOperationalStateYu Watanabe3-9/+25
2024-01-16network: drop unnecessary temporary variablesYu Watanabe1-8/+5
2024-01-16sd-network: modernize parse_operational_state_range()Yu Watanabe2-34/+42
2024-01-16sd-network: introduce three helper functions for LinkOperationalStateYu Watanabe1-0/+13
2024-01-16po: Translated using Weblate (Punjabi)A S Alam1-16/+16
2024-01-16test-resolve: add basic test for SVCB/HTTPS RRsRonan Pigott2-0/+9
2024-01-16resolvectl: add SVCB and HTTPS json formatRonan Pigott2-4/+44
2024-01-16resolvectl: implement SVCB and HTTPS presentation formatRonan Pigott1-0/+115
2024-01-16escape: introduce decescapeRonan Pigott3-0/+46
2024-01-16resolved: enable RFC9460 SVCB and HTTPS recordsRonan Pigott3-0/+208
2024-01-16dns: add svcparam iana enum constantsRonan Pigott2-0/+40
2024-01-16varlink: restore debug output on incoming messagesLennart Poettering1-0/+11
2024-01-16json: replace JSON_FORMAT_REFUSE_SENSITIVE with JSON_FORMAT_CENSOR_SENSITIVELennart Poettering4-40/+53
2024-01-16json: export json_variant_is_sensitive_recursive()Lennart Poettering2-19/+31
2024-01-16varlink: optionally, mark all incoming message's "parameters" field as sensitiveLennart Poettering4-10/+30
2024-01-16network/route: find/distinguish routes in the same way that the kernel usesYu Watanabe3-41/+147
2024-01-16labeler: add bsod, hibernate-resume, nspawn and vmspawnMike Yuan1-0/+12