summaryrefslogtreecommitdiffstats
path: root/src/resolve (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-08cryptsetup: support keyfile-timeout for using a device as the key fileChih-Hsuan Yen2-8/+21
2022-08-08hash-funcs: introduce string_hash_ops_free_strv_freeYu Watanabe2-0/+5
2022-08-08stub: Use EfiLoaderCode for kernel memoryJan Janssen1-1/+1
2022-08-08Fix issue with system time set back (#24131)João Loureiro2-23/+39
2022-08-08shared/generator: Ensure growfs unit runs after repartundef1-1/+1
2022-08-08update TODOLennart Poettering1-0/+5
2022-08-08dhcp: add assertions about client stateYu Watanabe1-5/+22
2022-08-08docs: mkosi-13 or newer requiredSonali Srivastava1-4/+5
2022-08-06boot: Build with at least -O1 as workaroundJan Janssen1-0/+6
2022-08-06dhcp: fix potential buffer overflowYu Watanabe3-12/+12
2022-08-05dhcp: make dhcp_network_bind_raw_socket() take struct hw_addr_dataYu Watanabe5-69/+86
2022-08-05dhcp: make dhcp_identifier_set_duid() take struct hw_addr_dataYu Watanabe4-23/+32
2022-08-05dhcp: make dhcp_identifier_set_iaid() take struct hw_addr_dataYu Watanabe5-20/+27
2022-08-05sd-dhcp6-client: use hw_addr_set()Yu Watanabe1-2/+1
2022-08-05sd-dhcp-client: use struct hw_addr_data to store MAC and broadcast addressYu Watanabe2-36/+22
2022-08-05ether-addr-util: introduce hw_addr_set() helper functionYu Watanabe2-0/+11
2022-08-05dhcp4: stop client before updating MAC addressYu Watanabe2-56/+24
2022-08-05sd-netlink: rename NLType and friendsYu Watanabe11-1766/+1761
2022-08-05udev-util: assume system is running on AC power when no battery foundYu Watanabe1-2/+5
2022-08-05udev-util: align string tableYu Watanabe1-1/+1
2022-08-05mkosi: Add package libfdisk to Ubuntu dependencies (#24211)Richard Phibel1-0/+1
2022-08-05bus: use inline trace argument for ANONYMOUS authDavid Rheinsberg1-52/+62
2022-08-05man,journalctl: introduce man/--help sectionsLennart Poettering2-807/+668
2022-08-05man: update dbus docsDavid Tardon1-0/+6
2022-08-05man: document DefaultDeviceTimeoutSec=David Tardon1-0/+11
2022-08-05core/device: add comments for boolean argumentsYu Watanabe1-4/+4
2022-08-05core/device: always accept syspath changeYu Watanabe1-55/+179
2022-08-05core/device: move several functionsYu Watanabe1-111/+110
2022-08-05core/device: store the original pathYu Watanabe2-1/+21
2022-08-05core: replace m->honor_device_enumeration with MANAGER_IS_SWITCHING_ROOT()Franck Bui4-26/+4
2022-08-05core: introduce MANAGER_IS_SWITCHING_ROOT() helper functionFranck Bui3-0/+15
2022-08-05network: also check SR-IOV PF port and other VF ports before configuringYu Watanabe5-5/+83
2022-08-05network: manage SR-IOV PF and VF portsYu Watanabe4-0/+231
2022-08-05network: split out link_is_ready_to_create_stacked_netdev()Yu Watanabe1-12/+19
2022-08-05network: check link state with link_is_ready_to_configure() before configurin...Yu Watanabe7-14/+8
2022-08-05network: drop carrier check for unmanaged interface from link_is_ready_to_con...Yu Watanabe2-7/+4
2022-08-05network: refuse to configure anything on pending or initialized stateYu Watanabe1-3/+3
2022-08-05network: unset master ifindex only when necessaryYu Watanabe1-5/+13
2022-08-05network: wiphy: use ERRNO_IS_DEVICE_ABSENT()Yu Watanabe1-18/+22
2022-08-05udev: ignore empty SR-IOV VF suffixYu Watanabe1-1/+1
2022-08-05sd-device: introduce sd_device_new_child()Yu Watanabe5-16/+35
2022-08-05ci: set a timeout for each mkosi stageFrantisek Sumsal1-1/+1
2022-08-05macro: use ISPOWEROF2() at various placesLennart Poettering2-13/+4
2022-08-05macro: add macro for checking if integer is power of 2Lennart Poettering2-0/+69
2022-08-05core: allow to set default timeout for devicesDavid Tardon6-1/+9
2022-08-05cryptsetup: test unlocking using a TPM2 LUKS2 token plugin with a PINJonas Witschel1-0/+11
2022-08-05cryptsetup: ask for PIN when trying to activate using a LUKS2 token pluginJonas Witschel1-1/+11
2022-08-05cryptsetup-token-systemd-fido2: use crypt_normalize_pinJonas Witschel1-11/+4
2022-08-05cryptsetup: implement cryptsetup_token_open_pin for systemd-tpm2 LUKS2 tokenJonas Witschel6-34/+82
2022-08-05cryptsetup: refactor asking for a PIN into a more generic functionJonas Witschel1-6/+31