summaryrefslogtreecommitdiffstats
path: root/src/varlinkctl (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-07shared/conf-parser: use chase() in config_parse_many_files()Zbigniew Jędrzejewski-Szmek2-21/+18
2024-03-07strv: add helper to extend strv from both sidesZbigniew Jędrzejewski-Szmek7-10/+29
2024-03-07udevd: inline iterator variableZbigniew Jędrzejewski-Szmek1-3/+2
2024-03-07udev,backlight,kernel-install: reword sentences starting with "Skipping to"Zbigniew Jędrzejewski-Szmek4-7/+7
2024-03-07shared/pretty-print: rename output parametersZbigniew Jędrzejewski-Szmek1-4/+4
2024-03-07shared/conf-parser: collapse pkgdir and conf_file args into oneZbigniew Jędrzejewski-Szmek16-36/+24
2024-03-07constants: drop duplicated CONF_PATHS definesZbigniew Jędrzejewski-Szmek5-26/+9
2024-02-28various: use modern strv helpersZbigniew Jędrzejewski-Szmek5-10/+6
2024-02-21docs: show mkosi project on websitehulkoba1-0/+1
2024-02-21networkd: support setting dhcp server portMartin Ivicic6-4/+37
2024-02-21network: DHCP6 Allow to export DHCP6 DUID (#31355)Susant Sahani1-0/+27
2024-02-21cryptsetup-tokens: fix typo in commentsAntonio Alvarez Feijoo1-2/+2
2024-02-21homectl: make sure we sent the full 8 bytes as flagsFrantisek Sumsal1-2/+2
2024-02-21logind-dbus: clean up manager_{start,stop,kill}_unitMike Yuan2-41/+51
2024-02-21logind-dbus: rearrange functionsMike Yuan1-119/+119
2024-02-21logind-session-dbus: drop unneeded unref_and_replaceMike Yuan1-1/+1
2024-02-20fd-util: Add helpers to check if FD flags are safeAdrian Vovk3-6/+23
2024-02-20missing_fcntl: Fix RAW_O_LARGEFILEAdrian Vovk1-2/+19
2024-02-20analyze: always recommend saving the output to a fileZbigniew Jędrzejewski-Szmek2-4/+10
2024-02-20cryptsetup: drop "headless" bool, make it a flag in AskPasswordFlags insteadLennart Poettering16-61/+49
2024-02-20man: tweak cryptsetup credentials docs a bitLennart Poettering2-9/+23
2024-02-20man: now that the crdentials used by systemd-cryptenroll are in order, docume...Lennart Poettering1-0/+45
2024-02-20cryptsetup-pkcs11: also plug credential name to use to credential pluginLennart Poettering3-1/+12
2024-02-20cryptenroll,cryptsetup: clean up unlock credential for TPM2 + FIDO2Lennart Poettering7-32/+56
2024-02-20pkcs11-util: clean up credential handling for PKCS11 PINLennart Poettering4-15/+18
2024-02-20cryptenroll: use a different credential for new new PINLennart Poettering1-1/+1
2024-02-20libfido2: tweak credential to read fido2 PIN fromLennart Poettering4-4/+8
2024-02-20pcrlock: normalize credential name for TPM2 PINLennart Poettering1-1/+1
2024-02-20cryptenroll: use correct askpw id for pw requestLennart Poettering1-2/+2
2024-02-20dissect-image: use strv_free_erase() at one more placeLennart Poettering1-1/+1
2024-02-20cryptenroll: fix type confusion on acquire_tpm2_key() parameterLennart Poettering1-1/+1
2024-02-20ask-password: rework how we pass request meta info when asking passwordsLennart Poettering16-154/+263
2024-02-20core/mount: if umount(8) fails but mount disappeared, assume successMike Yuan1-8/+12
2024-02-20test: verify our own units (where applicable)Frantisek Sumsal3-0/+73
2024-02-20hwdb: Add support for MetawillBook01 to 60-sensor.hwdbZmyeir1-0/+9
2024-02-20boot: padding for default arrow at too long linesMrSmör1-0/+3
2024-02-20test: fix mixed indentFrantisek Sumsal1-1/+1
2024-02-20test: support TEST_MATCH_* stuff in TEST-23-UNIT-FILE as wellFrantisek Sumsal1-0/+5
2024-02-20analyze: skip to check ExecCommand for .mount and .swap unitsYu Watanabe1-8/+0
2024-02-20logind: drop bitfield annotationsZbigniew Jędrzejewski-Szmek1-7/+7
2024-02-20timesyncd: reorder structs instead of useless bitfieldsZbigniew Jędrzejewski-Szmek2-4/+3
2024-02-20systemctl: drop pointless bitfieldZbigniew Jędrzejewski-Szmek1-1/+1
2024-02-20sysupdate: drop pointless bitfieldsZbigniew Jędrzejewski-Szmek1-3/+3
2024-02-20core/kmod-setup: drop another pointless bitfield annotationZbigniew Jędrzejewski-Szmek1-11/+10
2024-02-20network/ndisc: set IPv6 neighbor reachable timeYu Watanabe5-0/+56
2024-02-20sd-ndisc: introduce sd_ndisc_router_get_reachable_time()Yu Watanabe3-0/+11
2024-02-20network/ndisc: ignore most fields of RA header when lifetime is zeroYu Watanabe1-2/+22
2024-02-20network/ndisc: drop configurations when received RA with zero lifetimeYu Watanabe1-19/+108
2024-02-20sd-ndisc: allow to call sd_ndisc_router_get_lifetime() with NULL for 'ret'Yu Watanabe1-3/+4
2024-02-20sd-ndisc: introduce sd_ndisc_is_running()Yu Watanabe2-5/+13