summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* network/route: fix typoYu Watanabe2024-09-071-1/+1
* Merge pull request #34295 from poettering/uki-with-many-ukifyYu Watanabe2024-09-071-25/+146
|\
| * ukify: introduce new --measure-base= switchLennart Poettering2024-09-061-8/+72
| * ukify: add new --extend= switch for importing an existing UKI's sections to l...Lennart Poettering2024-09-061-17/+65
| * ukify: add basic .profile supportLennart Poettering2024-09-061-0/+9
* | varlinkctl: add --timeout= switch to tweak time-out behaviourLennart Poettering2024-09-071-17/+46
* | dm-util: get rid of flex array in middle of structureLennart Poettering2024-09-071-9/+17
* | pcrlock: be more careful when preparing credential name for pcrlock policyLennart Poettering2024-09-061-23/+36
* | Merge pull request #34177 from poettering/pcrlock-and-signedLennart Poettering2024-09-0615-276/+726
|\ \ | |/ |/|
| * tpm2-util: introduce tpm2b_sensitive_data_erase_and_esys_freep() destructorLennart Poettering2024-09-061-9/+18
| * cryptenroll/cryptsetup: allow combined signed TPM2 PCR policy + pcrlock policyLennart Poettering2024-09-0612-270/+684
| * iovec-util: add iovec_append() for appending to an existing iovecLennart Poettering2024-09-063-0/+27
* | journald: mention the access mode we tried to open /dev/kmsg inLennart Poettering2024-09-061-6/+4
|/
* tree-wide: use UTMPX_FILE rather than _PATH_UTMPXLennart Poettering2024-09-063-9/+9
* test-utmp: replace UT_LINESIZE/UT_NAMESIZE/UT_HOSTSIZE with sizeof_field()Lennart Poettering2024-09-061-12/+6
* tree-wide: drop unnecessary utmp includesLennart Poettering2024-09-062-2/+0
* user-util: switch from utmp to utmpxLennart Poettering2024-09-061-2/+2
* Merge pull request #34279 from yuwata/ask-passwordLennart Poettering2024-09-064-11/+25
|\
| * tree-wide: check if non-empty password is acquiredYu Watanabe2024-09-063-3/+4
| * ask-password: refuse empty password strvYu Watanabe2024-09-061-8/+21
* | measure: introduce support for a new ".profile" sectionLennart Poettering2024-09-061-2/+5
* | uki: add new ".profile" PE section typeLennart Poettering2024-09-063-1/+3
* | network/route: ignore EEXIST reply when the corresponding request is already ...Yu Watanabe2024-09-061-0/+7
* | Merge pull request #34278 from yuwata/timesync-logDaan De Meyer2024-09-062-4/+7
|\ \
| * | timesync: make manager_is_connected() staticYu Watanabe2024-09-062-2/+1
| * | timesync: downgrade log level about network configuration changeYu Watanabe2024-09-061-2/+6
| |/
* | Merge pull request #34280 from yuwata/cleanupsDaan De Meyer2024-09-063-14/+22
|\ \
| * | nspawn: fix indentationYu Watanabe2024-09-061-1/+1
| * | base-filesystem: use FOREACH_ELEMENT()Yu Watanabe2024-09-061-12/+12
| * | mount-util: wrap long lineYu Watanabe2024-09-061-1/+9
* | | sd-netlink: fix typoYu Watanabe2024-09-061-1/+1
* | | nspawn: refuse to bind mount device node from host when --private-users= is s...Yu Watanabe2024-09-061-5/+5
|/ /
* | network/address: use log_section_warning()Yu Watanabe2024-09-061-24/+20
* | network/address: use generic section parser moreYu Watanabe2024-09-064-204/+101
* | network/address: introduce generic config parser for [Address] sectionYu Watanabe2024-09-063-152/+41
* | firewall-util: several cleanups for config_parse_nft_set()Yu Watanabe2024-09-061-17/+5
* | conf-parser: introduce config_parse_uint32_invert_flag()Yu Watanabe2024-09-062-0/+26
* | network: align table in network-gperfYu Watanabe2024-09-061-20/+20
* | network/address-label: use log_section_warning_errno()Yu Watanabe2024-09-061-8/+12
* | network/address-label: introduce generic conf parser for [IPv6AddressLabel] s...Yu Watanabe2024-09-064-57/+79
* | conf-parser: introduce config section parser wrapperYu Watanabe2024-09-063-35/+73
|/
* Merge pull request #34155 from poettering/gmtime-safeYu Watanabe2024-09-0617-169/+296
|\
| * time-util: rework localtime_or_gmtime() into localtime_or_gmtime_usec()Lennart Poettering2024-09-0515-162/+290
| * hwclock-util: the struct tm parameter is not a pure return parameter, it's al...Lennart Poettering2024-09-052-7/+6
* | basic: Include <sys/file.h> for LOCK_* constantsA. Wilcox2024-09-061-0/+2
* | Merge pull request #34261 from yuwata/repart-seed-randomYu Watanabe2024-09-061-4/+4
|\ \
| * | repart: initialize seed earlierYu Watanabe2024-09-051-4/+4
* | | edit-util: EditFileContext: avoid reserved 'stdin'A. Wilcox2024-09-064-9/+9
* | | Merge pull request #34266 from DaanDeMeyer/fixDaan De Meyer2024-09-051-17/+41
|\ \ \ | |_|/ |/| |
| * | mkfs-util: Make sure we pass non option arguments lastDaan De Meyer2024-09-051-13/+25