summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* send dhcpv6 release when stoppingchris2023-01-1710-16/+162
* tpm2: replace magic numberDan Streetman2023-01-171-1/+1
* Merge pull request #25006 from poettering/pcr15Lennart Poettering2023-01-1712-182/+809
|\
| * tpm2: add common helper for checking if we are running on UKI with TPM measur...Lennart Poettering2023-01-176-36/+74
| * generators: optionally, measure file systems at bootLennart Poettering2023-01-175-4/+64
| * units: rework growfs units to be just a regular unit that is instantiatedLennart Poettering2023-01-172-49/+79
| * generator: teach generator_add_symlink() to instantiate specified unitLennart Poettering2023-01-172-13/+45
| * pcrphase: make tool more generic, reuse for measuring machine id/fs uuidsLennart Poettering2023-01-171-24/+186
| * gpt-auto-generator: automatically measure root/var volume keys into PCR 15Lennart Poettering2023-01-171-5/+31
| * cryptsetup: add tpm2-measure-pcr= and tpm2-measure-bank= crypttab optionsLennart Poettering2023-01-172-14/+215
| * tpm2-util: optionally do HMAC in tpm2_extend_bytes() in case we process sensi...Lennart Poettering2023-01-173-6/+23
| * tpm2-util: split out code that extends a PCR from pcrphaseLennart Poettering2023-01-173-39/+72
| * tpm2-util: split out code that derives "good" TPM2 banks into an strv from pc...Lennart Poettering2023-01-173-22/+50
* | Merge pull request #26005 from medhefgo/boot-hypervisorLennart Poettering2023-01-177-55/+192
|\ \ | |/ |/|
| * boot: Skip soft-brick warning when in a VMJan Janssen2023-01-161-27/+29
| * boot: Detect hypervisors using SMBIOS infoJan Janssen2023-01-167-28/+163
* | Merge pull request #26004 from poettering/cleanuo-erase-moarYu Watanabe2023-01-178-177/+156
|\ \
| * | memory-util: add CLEANUP_ERASE_PTR() macro and use itLennart Poettering2023-01-163-70/+89
| * | tree-wide: use CLEANUP_ERASE() at various placesLennart Poettering2023-01-165-107/+67
| |/
* | sd-dhcp-client: gracefully handle invalid ether type client IDYu Watanabe2023-01-161-20/+18
* | busctl: simplify peeking the typeLennart Poettering2023-01-161-20/+10
* | sd-dhcp6: always append the default status message generated from status codeYu Watanabe2023-01-162-13/+18
* | network: fix memleakYu Watanabe2023-01-162-2/+10
* | Merge pull request #26071 from yuwata/network-dhcp-quick-ackLuca Boccassi2023-01-164-0/+10
|\ \
| * | network: introduce QuickAck= for [DHCPv4] and [IPv6AcceptRA]Yu Watanabe2023-01-164-0/+10
* | | Merge pull request #26054 from aplanas/fix_user_credsLuca Boccassi2023-01-161-20/+16
|\ \ \
| * | | creds-util: merge the TPM2 detection for initrdAlberto Planas2023-01-161-9/+2
| * | | creds-util: do not try TPM2 if there is not supportAlberto Planas2023-01-161-9/+6
| * | | creds-util: check for CAP_DAC_READ_SEARCHAlberto Planas2023-01-161-3/+9
| |/ /
* | | Merge pull request #26051 from YHNdnzj/systemctl-list-dependencies-typeLuca Boccassi2023-01-163-5/+58
|\ \ \ | |_|/ |/| |
| * | systemctl: list-dependencies: support --type= and --state=Mike Yuan2023-01-163-4/+57
| * | systemctl: list-dependencies: pass bool where appropriateMike Yuan2023-01-131-1/+1
* | | Merge pull request #25999 from DaanDeMeyer/mkosiDaan De Meyer2023-01-161-9/+0
|\ \ \
| * | | boot: Remove -O1 workaroundDaan De Meyer2023-01-151-9/+0
* | | | mount: handle bind mount of file with non-existing targetDavid Tardon2023-01-161-3/+18
* | | | gpt-auto: harden ESP/XBOOTLDR mounts with "noexec,nosuid,nodev"Mike Yuan2023-01-161-5/+5
| |_|/ |/| |
* | | ukify: Fix version stringDaan De Meyer2023-01-151-1/+1
|/ /
* | busctl: fix introspecting DBus propertiesYu Watanabe2023-01-151-2/+19
* | open-file: Fix user-after-freeDaan De Meyer2023-01-131-1/+1
|/
* udev: simplify a bit stack_directory_find_prioritized_devnode()Franck Bui2023-01-131-20/+15
* udev: return ENODEV if link_directory_read_one() can't find the devnodeFranck Bui2023-01-131-1/+1
* udev: let stack_directory_open() convert a slink into a dirname itselfFranck Bui2023-01-131-16/+18
* udev: merge link_directory_lock() into link_directory_open()Franck Bui2023-01-131-39/+32
* bootspec: show efi entry tooLudwig Nussel2023-01-131-0/+2
* cgroup: Do not emit compat message without memory limitMichal Koutný2023-01-131-1/+2
* dissect-image: Notify btrfs when we're done using a loop deviceDaan De Meyer2023-01-124-0/+35
* Merge pull request #25661 from yuwata/systemctl-suppress-warningZbigniew Jędrzejewski-Szmek2023-01-121-7/+7
|\
| * systemctl: suppress warning about missing /proc/ when --no-warnYu Watanabe2023-01-121-7/+7
* | network: Show network and link file dropins in networkctl statusDaan De Meyer2023-01-1210-7/+113
* | network: fix race between RTM_NEWLINK and NL82011_CMD_NEW_INTERFACEAlvin Šipraga2023-01-124-0/+24