summaryrefslogtreecommitdiffstats
path: root/src/timedate (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-20tests: Don't override QemuKvm= value if TEST_NO_KVM=0Daan De Meyer1-1/+1
2024-08-20network/address-label: allow to configure IPv6 address label in networkd.confYu Watanabe10-25/+203
2024-08-20network/queue: introduce manager_queue_request_full()Yu Watanabe2-0/+29
2024-08-20network/address-label: split out address_label_fill_message()Yu Watanabe1-9/+18
2024-08-20network/address-label: several cleanups for conf parsersYu Watanabe1-5/+15
2024-08-20network/address-label: introduce custom hash_opsYu Watanabe2-2/+10
2024-08-20shared: invoke agents only when we have a controlling TTYLennart Poettering2-0/+16
2024-08-20man: fix ID_NET_LABEL_ONBOARD= documentationLennart Poettering1-4/+2
2024-08-20resolved: demote the global unicast scopeRonan Pigott2-2/+6
2024-08-20tree-wide: use isatty_safe() moreLennart Poettering19-32/+36
2024-08-20terminal-util: don't assume errno is correctly set when using isatty_safe()Lennart Poettering3-5/+5
2024-08-20terminal-util: fix isatty_safe() on hung-up TTYsLennart Poettering1-0/+6
2024-08-20test-network: make kernel send NA with router flagYu Watanabe1-0/+1
2024-08-20namespace: Fix extension release memory leakmaia x.1-8/+14
2024-08-19network/routing-policy-rule: drop unused argumentYu Watanabe1-5/+3
2024-08-19network/routing-policy-rule: introduce ref and unref functions for RoutingPol...Yu Watanabe3-43/+81
2024-08-19network/routing-policy-rule: manage all flagsYu Watanabe3-11/+7
2024-08-19network/routing-policy-rule: use int32_t for suppress_prefixlenYu Watanabe3-4/+4
2024-08-19network/routing-policy-rule: reorder elements of RoutingPolicyRule and add co...Yu Watanabe1-28/+27
2024-08-19network/routing-policy-rule: update hash and compare function for fib ruleYu Watanabe1-109/+90
2024-08-19test-dhcp-server: Gracefully handle the network being downDaan De Meyer1-1/+5
2024-08-19run: also enable interactive authentication on opening ptyYu Watanabe1-2/+4
2024-08-19run: use sd_bus_set_allow_interactive_authorization()Yu Watanabe1-12/+2
2024-08-19mount: use sd_bus_set_allow_interactive_authorization()Yu Watanabe1-12/+2
2024-08-19timedatectl: drop unnecessary temporal variablesYu Watanabe1-3/+2
2024-08-19tree-wide: voidify polkit_agent_open_if_enabled()Yu Watanabe9-42/+42
2024-08-19timedatectl: enable interactive authentication for DBus methodsYu Watanabe1-0/+2
2024-08-19resolve: inherit server userdataYu Watanabe1-24/+8
2024-08-19resolve: support polkit authentication for io.systemd.Resolve.MonitorYu Watanabe4-18/+138
2024-08-19sd-varlink: allow to dispatch method again on pending-method-more stateYu Watanabe1-1/+1
2024-08-19resolvectl: acquire DBus connection only when necessaryYu Watanabe1-51/+130
2024-08-19resolvectl: several coding style cleanupsYu Watanabe1-68/+57
2024-08-19resolvectl: introduce --no-ask-password optionYu Watanabe4-1/+20
2024-08-19resolvectl: enable interactive authentication for dbus method callYu Watanabe1-0/+23
2024-08-19networkctl: introduce --no-ask-password optionYu Watanabe4-15/+33
2024-08-19networkctl: enable interactive authentication for dbus method callYu Watanabe2-0/+12
2024-08-18test: Gracefully handle running within user namespace with single userDaan De Meyer10-10/+43
2024-08-18analyze: introduce --instance= option to control instance name for template u...Yu Watanabe7-4/+38
2024-08-18edit-util: catch and warn about edits outside of markersMike Yuan1-4/+26
2024-08-18string-util: update ptr declaration to match our coding styleMike Yuan1-2/+2
2024-08-18basic/process-util: modernize setpriority_closest()Mike Yuan1-18/+13
2024-08-18test-netlink: Gracefully handle the loopback interface being downDaan De Meyer1-5/+11
2024-08-17core/unit: unit_is_filtered() -> unit_passes_filter() and invert logicMike Yuan4-7/+6
2024-08-17core/unit: rename set_unit_path() -> setenv_unit_path()Mike Yuan14-20/+22
2024-08-17core/dbus-service: refuse bind mounting over /run/credentials/Mike Yuan4-19/+25
2024-08-17core/dbus-service: some modernization for bus_service_method_mount()Mike Yuan1-20/+22
2024-08-16network: refuse files under API VFS specified in PrivateKeyFile= and friendsYu Watanabe2-3/+3
2024-08-16test: add test case that 'nspawn --network-veth' enables IP forwardingYu Watanabe3-2/+67
2024-08-16network/wireguard: introduce [WireGuardPeer] PublicKeyFile=Yu Watanabe7-7/+43
2024-08-16test: allow to skip matrix_run_one() if $TEST_MATCH_TESTCASE is setYu Watanabe1-7/+11