summaryrefslogtreecommitdiffstats
path: root/src/home/user-record-pwquality.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-05test: Add test for flag macrosJan Janssen1-0/+70
2021-11-05meson-render-jinja2: use ast.literal_eval()Zbigniew Jędrzejewski-Szmek1-2/+4
2021-11-05basic/mountpoint-util: detect erofs as a read-only FSLuca Boccassi1-0/+1
2021-11-05loop-util: reopen device node if we shortcut loop device creationLennart Poettering1-4/+9
2021-11-04sd-boot: Fix efi_arch checksJan Janssen1-2/+2
2021-11-04sd-boot: Detect supported compile argsJan Janssen1-19/+28
2021-11-04sd-boot: Add some link flagsJan Janssen2-16/+3
2021-11-04sd-stub: Fix possible memory leakJan Janssen1-8/+4
2021-11-04sd-boot: Check for existence of required pe sectionsJan Janssen2-17/+30
2021-11-04sd-boot: Move optional header verification into verify_peJan Janssen1-10/+4
2021-11-04sd-boot: Use FLAGS_SETJan Janssen4-8/+8
2021-11-04sd-boot: Move flags helpers to macro-fundamental.hJan Janssen2-7/+7
2021-11-04sd-boot: Always compile with -ffreestanding and -fshort-wcharJan Janssen1-2/+3
2021-11-04sd-boot: Save and restore console attributesJan Janssen1-1/+8
2021-11-04update-helper: add missing loop over user unitsZbigniew Jędrzejewski-Szmek1-2/+4
2021-11-04tree-wide: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek17-30/+33
2021-11-04busctl: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek3-5/+7
2021-11-04shared/bus-util: make bus_log_*_error() functions functionsZbigniew Jędrzejewski-Szmek2-16/+15
2021-11-04tree-wide: always use TAKE_FD() when calling rearrange_stdio()Lennart Poettering11-25/+28
2021-11-03core: Propagate condition failed state to triggering units.Daan De Meyer13-28/+72
2021-11-03macro: make TAKE_PTR() side-effect freeLennart Poettering1-2/+3
2021-11-03tree-wide: port more code to sigkill_wait()Lennart Poettering4-16/+8
2021-11-03tree-wide: port various places to use TAKE_PID()Lennart Poettering14-33/+18
2021-11-03process-util: rework TAKE_PID() to be side-effect freeLennart Poettering1-2/+3
2021-11-03process-util: wait for processes we killed even if killing failedLennart Poettering1-4/+4
2021-11-03test: add test that ensures TAKE_FD() works as it shouldLennart Poettering1-0/+43
2021-11-03Make pager_open() return voidZbigniew Jędrzejewski-Szmek38-100/+96
2021-11-03fd-util: make TAKE_FD free of double evaluationLennart Poettering1-3/+4
2021-11-03manager: fix confusion when to send READY=1Zbigniew Jędrzejewski-Szmek1-3/+3
2021-11-03tree-wide: drop "f" from sd_notify() calls with a static stringZbigniew Jędrzejewski-Szmek3-5/+5
2021-11-03journald: modernize code to send notificationsZbigniew Jędrzejewski-Szmek1-13/+5
2021-11-03tree-wide: warn when sd_notify fails with READY=1 or FDSTOREREMOVE=1Zbigniew Jędrzejewski-Szmek8-46/+71
2021-11-03CODING_STYLE: allow joined variable declarations and function callsZbigniew Jędrzejewski-Szmek1-9/+18
2021-11-03test-process-util: also add EROFS to the list of "good" errorsZbigniew Jędrzejewski-Szmek1-1/+1
2021-11-03procfs-util: fix confusion wrt. quantity limit and maximum valueZbigniew Jędrzejewski-Szmek5-67/+84
2021-11-03percent-util: clamp percent range before converting to 2^32 scaleLennart Poettering1-3/+4
2021-11-03missing: add missing header inclusionsLennart Poettering2-0/+2
2021-11-02test-network: add a testcase for Router= settingYu Watanabe2-8/+9
2021-11-02network: dhcp-server: introduce Router= setting to specify router addressYu Watanabe8-16/+32
2021-11-02test-keymap-util: always use kbd-model-map we shipFranck Bui4-1/+9
2021-11-02man: document cryptenroll limitationsLennart Poettering1-0/+17
2021-11-02test: support both lvm vgroup activation methodsFrantisek Sumsal1-2/+39
2021-11-02test-network: add test case for MTUBytes= for vethYu Watanabe3-2/+26
2021-11-02network/veth: also set MTU for peer interfaceYu Watanabe1-0/+6
2021-11-01test: support the new lvm udev autoactivationFrantisek Sumsal1-2/+9
2021-11-01sd-dhcp6-client: simplify code a bitYu Watanabe1-8/+6
2021-11-01sd-dhcp6-client: do not implicitly cast to booleanYu Watanabe1-1/+1
2021-11-01sd-dhcp6-client: introduce dhcp6_lease_{get,set}_clientid()Yu Watanabe3-9/+48
2021-11-01sd-dhcp6-client: shorten code a bitYu Watanabe1-2/+1
2021-11-01sd-dhcp6-client: prefix variables which store results with "ret_"Yu Watanabe2-11/+10