summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28328 from yuwata/network-ndisc-limit-captive-portalLuca Boccassi2023-08-281-4/+30
|\
| * network/ndisc: use the first captive portal in each RAYu Watanabe2023-08-241-4/+14
| * network/ndisc: do not store too many captive portals provided through RAYu Watanabe2023-08-241-0/+16
* | Merge pull request #28948 from poettering/tpm2-duplicate-pcr-namesLuca Boccassi2023-08-2817-168/+174
|\ \
| * | fundamental: rename tpm-pcr.h → tpm2-pcr.hLennart Poettering2023-08-2411-12/+12
| * | fundemental: split out UKI defines into its own headerLennart Poettering2023-08-246-26/+32
| * | tpm2: unify symbolic name infra for PCRsLennart Poettering2023-08-2414-149/+149
* | | Merge pull request #28916 from ddstreet/tpm2_pcr_value_post_mergeLuca Boccassi2023-08-284-168/+206
|\ \ \
| * | | tpm2: wrap (7) in UINT32_C()Dan Streetman2023-08-241-1/+1
| * | | tpm2: add tpm2_pcr_values_has_(any|all)_values() functionsDan Streetman2023-08-243-6/+25
| * | | tpm2: remove unnecessary void* castDan Streetman2023-08-241-1/+1
| * | | tpm2: make logging level consistent at debug for some functionsDan Streetman2023-08-241-6/+6
| * | | tpm2: use switch() instead of if-elseDan Streetman2023-08-241-9/+18
| * | | tpm2: use table for openssl<->tpm2 ecc curve id mappingsDan Streetman2023-08-241-20/+26
| * | | openssl: use new(char, size) instead of malloc(size)Dan Streetman2023-08-241-1/+1
| * | | tpm2: use memcpy_safe() instead of memcpy()Dan Streetman2023-08-241-1/+1
| * | | tpm2: remove ret_ prefix from input/output paramsDan Streetman2023-08-241-12/+12
| * | | tpm2: split TPM2_PCR_VALUE_MAKE() over multiple linesDan Streetman2023-08-241-1/+7
| * | | tpm2: use strempty()Dan Streetman2023-08-241-1/+1
| * | | tpm2: check pcr value hash != 0 before looking up hash algorithm nameDan Streetman2023-08-241-1/+1
| * | | tpm2: simplify call to asprintf()Dan Streetman2023-08-241-3/+1
| * | | tpm2: put !isempty() check inside previous !isempty() checkDan Streetman2023-08-241-13/+13
| * | | tpm2: use SIZE_MAX instead of strlen() for unhexmem()Dan Streetman2023-08-241-1/+1
| * | | tpm2: in tpm2_pcr_values_valid() use FOREACH_ARRAY()Dan Streetman2023-08-241-65/+52
| * | | tpm2: in validator functions, return false instead of assert failureDan Streetman2023-08-241-2/+6
| * | | tpm2: move cast from lhs to rhs in uint16_t/int comparisonDan Streetman2023-08-241-1/+1
| * | | tpm2: lowercase TPM2_PCR_VALUE[S]_VALID functionsDan Streetman2023-08-243-11/+11
| * | | tpm2: change *alg_to_* functions to use switch()Dan Streetman2023-08-241-15/+24
* | | | login: Properly handle -EIO in session_leave_vtmsizanoen2023-08-281-0/+17
* | | | sd-radv: fix memory leakSusant Sahani2023-08-281-0/+1
* | | | meson: restore specifications of dependency on version_hZbigniew Jędrzejewski-Szmek2023-08-281-3/+4
* | | | test-dhcp-client: add temporary workaround for assertion failureLuca Boccassi2023-08-281-1/+3
* | | | boot: don't pass kernel cmdline option to UKIs which have the very same line ...Lennart Poettering2023-08-281-1/+10
* | | | sd-dhcp-client: make client initially in stopped stateYu Watanabe2023-08-282-15/+17
* | | | Merge pull request #28977 from keszybz/drop-versiondepLuca Boccassi2023-08-281-3/+5
|\ \ \ \
| * | | | meson: drop "versiondep" objectZbigniew Jędrzejewski-Szmek2023-08-261-3/+5
* | | | | Merge pull request #28968 from DaanDeMeyer/rlimitZbigniew Jędrzejewski-Szmek2023-08-272-2/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Limit rlim_max in rlimit_nofile_safe() to nr_openDaan De Meyer2023-08-251-1/+5
| * | | | mkfs-util: Set FORK_REOPEN_LOGDaan De Meyer2023-08-251-1/+1
| | |/ / | |/| |
* | | | meson: Bring back use of vcs_tagJan Janssen2023-08-262-2/+5
* | | | mount/mount-tool: return correct errnoMike Yuan2023-08-261-1/+1
* | | | Merge pull request #28913 from keszybz/tmpfs-top-level-dir-modeZbigniew Jędrzejewski-Szmek2023-08-253-25/+60
|\ \ \ \
| * | | | mount-tool: override mode of --tmpfs mounts to (rwxrwxrwx & ~umask)Zbigniew Jędrzejewski-Szmek2023-08-221-9/+32
| * | | | basic/umask-util: drop clearing of unused bits in call to umask(2)Zbigniew Jędrzejewski-Szmek2023-08-221-2/+2
| * | | | test-umask-util: add test for get_process_umask()Zbigniew Jędrzejewski-Szmek2023-08-221-1/+17
| * | | | mount-tool: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek2023-08-221-11/+7
| * | | | mount-tool,man: reword comments and error messagesZbigniew Jędrzejewski-Szmek2023-08-211-2/+2
* | | | | network: sd-radv - Introduce pref64 support (RFC8781)Susant Sahani2023-08-258-0/+399
| |_|/ / |/| | |
* | | | Merge pull request #28917 from yuwata/network-address-poolZbigniew Jędrzejewski-Szmek2023-08-241-21/+33
|\ \ \ \
| * | | | inetwork/address-pool: also check queued addressesYu Watanabe2023-08-221-1/+11