summaryrefslogtreecommitdiffstats
path: root/units/systemd-ask-password-console.service (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-20systemd-analyze: refactor security_info to make use of existing struct variablesMaanya Goenka1-122/+410
2021-08-20set: modify the previously incorrect definition of set_copy and add test for itMaanya Goenka2-1/+34
2021-08-20src/boot/efi/linux: fix linux_exec prototypeAlfonso Sánchez-Beato2-2/+2
2021-08-20tree-wide: port everything over to new sd-id128 compund literal blissLennart Poettering28-162/+101
2021-08-20sd-id128: add compound literal love to sd_id128_to_string() + id128_to_uuid_s...Lennart Poettering4-35/+49
2021-08-20man: reference getrandom(2) instead of urandom from sd_id128_randomize() pageLennart Poettering1-7/+7
2021-08-20man: document SD_ID128_ALLFLennart Poettering1-1/+4
2021-08-20man: re-run ninja -C update-man-rulesLennart Poettering1-1/+1
2021-08-20network: add UseMTU= in [IPv6AcceptRA]Yu Watanabe6-8/+20
2021-08-20icmp6: drop unnecessary assertionYu Watanabe1-1/+0
2021-08-20timesync: fix wrong type for receiving timestamp in nanosecondsYu Watanabe2-1/+3
2021-08-20udev: Add support for configuring nic coalescing settingsDaan De Meyer7-51/+405
2021-08-19sd-bus: Improve (sd-buscntr) error loggingDaan De Meyer1-1/+1
2021-08-19sd-bus: Return detailed (sd-buscntr) error from bus_container_connect_socket()Daan De Meyer1-2/+4
2021-08-19README: add requirements for RestrictNetworkInterfaces=Mauricio Vásquez1-1/+3
2021-08-19systemctl: show RestrictNetworkInterfaces= in systemctl showMauricio Vásquez1-1/+1
2021-08-19tests: add integration test for RestrictNetworkInterfaces=Mauricio Vásquez10-0/+122
2021-08-19Add support for systemd-pkcs11 libcryptsetup plugin.Ondrej Kozina8-24/+534
2021-08-19pkcs11-util: split pkcs11_token_login functionOndrej Kozina2-37/+65
2021-08-19cryptsetup-pkcs11: move pkcs11_callback and data in shared utils.Ondrej Kozina3-79/+92
2021-08-19Add support for systemd-fido2 libcryptsetup plugin.Ondrej Kozina9-21/+582
2021-08-19po: Translated using Weblate (Sinhala)Hela Basa1-4/+7
2021-08-19creds-util: fix possible divide-by-zeroYu Watanabe1-2/+2
2021-08-19tree-wide: port things over to FORMAT_PROC_FD_PATH()Lennart Poettering15-122/+52
2021-08-19test: add test for FORMAT_PROC_FD_PATH()Lennart Poettering1-0/+9
2021-08-19fd-util: add macro for generating /proc/self/fd/ paths on the flyLennart Poettering1-1/+15
2021-08-19stdio-util: give snprintf_ok() some loveLennart Poettering1-2/+7
2021-08-19discover-image: pass the right fd to fd_getcrtime()Lennart Poettering1-1/+1
2021-08-18sd-boot: Use UEFI provided CRC32Jan Janssen4-170/+10
2021-08-18src/test: add restrict network interfaces to test-cgroup-maskMauricio Vásquez1-1/+1
2021-08-18man: add RestrictNetworkInterfaces= documentationMauricio Vásquez1-0/+46
2021-08-18Document RestrictNetworkInterfaces dbus propertiesMauricio Vásquez1-0/+36
2021-08-18core: add D-bus properties for RestrictNetworkInterfaces=Mauricio Vásquez2-1/+103
2021-08-18core: add load fragment implementation for RestrictNetworkInterfaces=Mauricio Vásquez10-0/+75
2021-08-18core: implement RestrictNetworkInterfaces=Mauricio Vásquez10-1/+297
2021-08-18core: add RestrictNetworkInterfaces= BPF program source codeMauricio Vásquez3-0/+71
2021-08-18test: if haveged is part of initrd it needs to be installed in the image tooFranck Bui1-0/+11
2021-08-18test: adapt install_pam() for openSUSEFranck Bui1-1/+8
2021-08-18Revert "test: adapt TEST-13-NSPAWN-SMOKE for SUSE"Franck Bui2-29/+12
2021-08-18test: on openSUSE the static linked version of busybox is named "busybox-static"Franck Bui2-2/+8
2021-08-18TEST-13-*: in busybox container sleep(1) takes a delay in seconds onlyFranck Bui2-1/+2
2021-08-18test: don't try to find BUILD_DIR when NO_BUILD is setFranck Bui1-7/+5
2021-08-18test: add support for NO_BUILD=1 on openSUSEFranck Bui1-8/+41
2021-08-18udev: make RxChannels= or friends also accept "max"Yu Watanabe4-181/+90
2021-08-18tree-wide: fix typoYu Watanabe6-10/+10
2021-08-18docs: portable services are no longer in previewLuca Boccassi1-11/+7
2021-08-18fstab-generator: Respect nofail when orderingVladimir Panteleev1-1/+2
2021-08-18Fix typo in dbus property name ("OnSuccesJobMode")Vladimir Panteleev2-4/+5
2021-08-18udev: Support "max" string for BufferSize options (#20458)Daan De Meyer3-22/+40
2021-08-18network: do not assume the highest priority when Priority= is unspecifiedYu Watanabe4-17/+110