summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* network/nexthop: also forget IPv4 nexthops when an interface went downYu Watanabe2024-11-113-0/+57
* network/route: forget IPv4 non-local routes when an interface went downYu Watanabe2024-11-113-0/+35
* network/nexthop: forget dependent routes without trying to removeYu Watanabe2024-11-113-12/+16
* network/nexthop: do not remove depending nexthops when a nexthop is removedYu Watanabe2024-11-111-13/+3
* network/route: update reference of the route from nexthopYu Watanabe2024-11-111-0/+2
* network: further rework for reconfiguring interfaces (#35059)Luca Boccassi2024-11-119-94/+177
|\
| * network: make 'networkctl reconfigure' work safely even when KeepConfiguratio...Yu Watanabe2024-11-117-57/+99
| * network: drop static configs laterYu Watanabe2024-11-111-7/+0
| * network/dhcp-pd: do not remove unreachable route when reconfiguring non-upstr...Yu Watanabe2024-11-114-23/+62
| * network: reorder dropping dynamic configurationYu Watanabe2024-11-111-2/+2
| * network: reset 'configured' flags even if we keep DHCP lease and friends on r...Yu Watanabe2024-11-111-0/+9
| * network: drop unnecessary size specifierYu Watanabe2024-11-111-1/+1
| * netwrok: call link_drop_unmanaged_config() earlier in link_configure()Yu Watanabe2024-11-111-4/+4
* | Rename src/partition to src/repartZbigniew Jędrzejewski-Szmek2024-11-1111-8/+8
* | Move growfs+makefs to src/growfs/Zbigniew Jędrzejewski-Szmek2024-11-104-8/+12
|/
* Various multi-dt fixes and CHID test (#35056)Yu Watanabe2024-11-109-10/+131
|\
| * fundamental: Fix buffer size in get_chidanonymix0072024-11-071-2/+2
| * fundamental: Fix iteration count in chid_calculateanonymix0072024-11-071-1/+2
| * fundamental: move string includes from chid-fundamental.c to headeranonymix0072024-11-072-2/+6
| * test: Add chid-fundamental testanonymix0072024-11-073-0/+108
| * fundamental: Add userspace efi_guid_equalanonymix0072024-11-071-0/+7
| * boot: Fix .dtbauto section number for error reportinganonymix0072024-11-071-1/+1
| * boot: Fix overflow check for FDT_PROP in devicetree_get_compatibleanonymix0072024-11-071-1/+2
| * boot: Drop const modifier for smbios_fields and fix smbios_info_doneanonymix0072024-11-071-3/+3
* | login: fix session_kill(..., KILL_LEADER,...) (#35105)12paper2024-11-101-3/+13
* | ukify: Fix broken assert when building a signed addonValentin David2024-11-091-2/+1
* | sysupdate: Bug fixes for target enumeration (#35052)Luca Boccassi2024-11-091-7/+19
|\ \
| * | sysupdated: Make sure targets we skip are skippedAdrian Vovk2024-11-061-7/+19
* | | udev: skipping empty udev rules file while collecting the statsLidong Zhong2024-11-091-0/+4
* | | uid-classification: properly classify *all* container UIDsLennart Poettering2024-11-093-4/+14
* | | mount-util: make path_get_mount_info() work arbitrary inodeYu Watanabe2024-11-083-41/+106
* | | fs-util: add comment about XO_NOCOWLennart Poettering2024-11-081-0/+2
* | | sd-varlink: allow that method handles call sd_varlink_close()Lennart Poettering2024-11-071-0/+3
* | | ukify: Introduce --certificate-provider= optionDaan De Meyer2024-11-072-48/+61
* | | measure: Add pcrpkey verbDaan De Meyer2024-11-071-0/+89
* | | tree-wide: Introduce --certificate-source= optionDaan De Meyer2024-11-078-46/+295
* | | openssl-util: Set expected object type to private keysDaan De Meyer2024-11-071-0/+3
* | | bootctl: Validate private key pathDaan De Meyer2024-11-071-0/+6
| |/ |/|
* | Rename src/boot/efi to just src/bootZbigniew Jędrzejewski-Szmek2024-11-0778-0/+0
* | Move systemd-sbsign to its own source subdirectoryZbigniew Jędrzejewski-Szmek2024-11-073-0/+0
* | Move systemd-measure to its own source subdirectoryZbigniew Jędrzejewski-Szmek2024-11-073-10/+14
* | Move bless-boot components to their own source subdirectoryZbigniew Jędrzejewski-Szmek2024-11-075-33/+37
* | Move bootctl to its own source subdirectoryZbigniew Jędrzejewski-Szmek2024-11-0720-22/+26
* | test: fix assertion on build systemLuca Boccassi2024-11-071-1/+0
* | sbsign: remove unimplemented optionsAntonio Alvarez Feijoo2024-11-071-1/+1
|/
* Introduce systemd-sbsign to do secure boot signing (#35021)Daan De Meyer2024-11-0613-399/+1151
|\
| * ukify: Add --signing-provider= optionDaan De Meyer2024-11-061-7/+29
| * ukify: Add support for systemd-sbsignDaan De Meyer2024-11-061-4/+41
| * sbsign: Add validate-key verbDaan De Meyer2024-11-061-2/+37
| * Introduce systemd-sbsign to do secure boot signingDaan De Meyer2024-11-066-4/+701