summaryrefslogtreecommitdiffstats
path: root/units/systemd-sysupdate.timer (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-23core/namespace: replace MOUNT_PRIVATE_TMP_READ_ONLY with MOUNT_PRIVATE_TMP wi...Yu Watanabe1-10/+5
2024-10-23core/namespace: coding style cleanupsYu Watanabe1-6/+6
2024-10-23core/namespace: honor MountEntry.read_only, .options, and so on in static ent...Yu Watanabe2-7/+21
2024-10-23refactor: replace sizeof in loop with ELEMENTSOF & FOREACH_ELEMENT (#34863)Integral4-15/+12
2024-10-23update TODOLennart Poettering1-0/+2
2024-10-23man/network: fix typoYu Watanabe1-1/+1
2024-10-23measure: fix typoYu Watanabe1-1/+1
2024-10-23TEST-55-OOMD: fix typoYu Watanabe1-1/+1
2024-10-23network: adjust log message about DNRRonan Pigott1-4/+4
2024-10-23mkosi: update debian commit referenceLuca Boccassi1-1/+1
2024-10-22logind: allow read/write to char-hvc devicesLuca Boccassi1-0/+1
2024-10-22logind: also check session class in session_get_idle_hint()Lennart Poettering1-0/+3
2024-10-22logind: use RET_GATHER() at one more placeLennart Poettering1-4/+1
2024-10-22logind: add CanIdle + CanLock dbus properties to session objectLennart Poettering3-4/+53
2024-10-22varlinkctl: set SD_JSON_FORMAT_FLUSH when --more is setNick Rosbrook1-2/+2
2024-10-22varlinkctl: do not clobber format flags in verb_callNick Rosbrook1-2/+4
2024-10-22resolved: validate noerror response for CNAMEsRonan Pigott2-10/+2
2024-10-22fs-util: move attempts counter in openat_report_new() into loopLennart Poettering1-2/+1
2024-10-22label: move label_ops_reset() up a bitLennart Poettering2-6/+5
2024-10-22label: add missing assert() to label_ops_set()Lennart Poettering1-0/+3
2024-10-22shared: get rid of fileio-label.[ch]Lennart Poettering7-47/+29
2024-10-22fileio: port write_string_file_full() to openat_report_new()Lennart Poettering1-10/+15
2024-10-22fileio: port write_string_file() to LabelOps, and thus add WRITE_STRING_FILE_...Lennart Poettering13-74/+84
2024-10-22fs-util: tweak how openat_report_new() operates when O_CREAT is used on a dan...Lennart Poettering3-33/+21
2024-10-22fs-util: always call label post ops in xopenat_full(), in both success and er...Lennart Poettering1-9/+11
2024-10-22fs-util: don't second guess openat_report_new() return valuesLennart Poettering1-11/+0
2024-10-22label: tweak LabelOps post() hook to take "created" booleanLennart Poettering6-15/+20
2024-10-22fs-util: always go through the unlink cleanup paths in xopenat_full()Lennart Poettering1-5/+3
2024-10-22fs-util: remove misplaced RET_NERRNO()Lennart Poettering1-1/+1
2024-10-22bus-util: Fix bus_log_connect_error()Daan De Meyer1-3/+3
2024-10-22bus-util: Special case when DBUS_SESSION_BUS_ADDRESS is set and XDG_RUNTIME_D...Daan De Meyer1-1/+11
2024-10-22bus-util: Return ENOMEDIUM if XDG_RUNTIME_DIR is unsetDaan De Meyer1-1/+1
2024-10-21test: CET/EET are deprecated, use Europe/Berlin and KyivLuca Boccassi4-17/+14
2024-10-21man: suggest to use DHCPv6Client= when upstream provides RA with the Managed ...Yu Watanabe1-4/+10
2024-10-21network/dhcp6: do not request IA_PD when running in the other-information modeYu Watanabe4-44/+32
2024-10-21resolve: move sd-* api into libsystemd-networkRonan Pigott9-6/+41
2024-10-21ndisc: implement ndisc_option_build_encrypted_dnsRonan Pigott1-0/+140
2024-10-21network: add dnr resolvers to networkctl status json outputRonan Pigott4-1/+144
2024-10-21test/fuzz: add dnr packetsRonan Pigott3-0/+0
2024-10-21network: Serialize ipv6ra DNRRonan Pigott1-0/+24
2024-10-21network: Introduce IPv6RA UseDNR= optionRonan Pigott6-0/+19
2024-10-21ndisc: Parse RFC9463 encrypted DNS (DNR) optionRonan Pigott7-1/+373
2024-10-21test-network: add DHCPv6 DNR testRonan Pigott1-1/+33
2024-10-21network: Serialize DHCPv6 DNR serversRonan Pigott1-2/+41
2024-10-21network: Introduce UseDNR DHCPv6 optionRonan Pigott7-0/+14
2024-10-21network: Parse RFC9463 DHCPv6 DNR optionRonan Pigott4-2/+111
2024-10-21dhcp6: use dns_name_from_wire_formatRonan Pigott2-76/+5
2024-10-21test-dhcp6: terminate fqdn optionRonan Pigott1-4/+4
2024-10-21test-network: add test for DHCPv4 DNRRonan Pigott1-0/+69
2024-10-21network: Serialize DNR serversRonan Pigott6-5/+105