index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #28328 from yuwata/network-ndisc-limit-captive-portal
Luca Boccassi
2023-08-28
1
-4
/
+30
|
\
|
*
network/ndisc: use the first captive portal in each RA
Yu Watanabe
2023-08-24
1
-4
/
+14
|
*
network/ndisc: do not store too many captive portals provided through RA
Yu Watanabe
2023-08-24
1
-0
/
+16
*
|
Merge pull request #28948 from poettering/tpm2-duplicate-pcr-names
Luca Boccassi
2023-08-28
17
-168
/
+174
|
\
\
|
*
|
fundamental: rename tpm-pcr.h → tpm2-pcr.h
Lennart Poettering
2023-08-24
11
-12
/
+12
|
*
|
fundemental: split out UKI defines into its own header
Lennart Poettering
2023-08-24
6
-26
/
+32
|
*
|
tpm2: unify symbolic name infra for PCRs
Lennart Poettering
2023-08-24
14
-149
/
+149
*
|
|
Merge pull request #28916 from ddstreet/tpm2_pcr_value_post_merge
Luca Boccassi
2023-08-28
4
-168
/
+206
|
\
\
\
|
*
|
|
tpm2: wrap (7) in UINT32_C()
Dan Streetman
2023-08-24
1
-1
/
+1
|
*
|
|
tpm2: add tpm2_pcr_values_has_(any|all)_values() functions
Dan Streetman
2023-08-24
3
-6
/
+25
|
*
|
|
tpm2: remove unnecessary void* cast
Dan Streetman
2023-08-24
1
-1
/
+1
|
*
|
|
tpm2: make logging level consistent at debug for some functions
Dan Streetman
2023-08-24
1
-6
/
+6
|
*
|
|
tpm2: use switch() instead of if-else
Dan Streetman
2023-08-24
1
-9
/
+18
|
*
|
|
tpm2: use table for openssl<->tpm2 ecc curve id mappings
Dan Streetman
2023-08-24
1
-20
/
+26
|
*
|
|
openssl: use new(char, size) instead of malloc(size)
Dan Streetman
2023-08-24
1
-1
/
+1
|
*
|
|
tpm2: use memcpy_safe() instead of memcpy()
Dan Streetman
2023-08-24
1
-1
/
+1
|
*
|
|
tpm2: remove ret_ prefix from input/output params
Dan Streetman
2023-08-24
1
-12
/
+12
|
*
|
|
tpm2: split TPM2_PCR_VALUE_MAKE() over multiple lines
Dan Streetman
2023-08-24
1
-1
/
+7
|
*
|
|
tpm2: use strempty()
Dan Streetman
2023-08-24
1
-1
/
+1
|
*
|
|
tpm2: check pcr value hash != 0 before looking up hash algorithm name
Dan Streetman
2023-08-24
1
-1
/
+1
|
*
|
|
tpm2: simplify call to asprintf()
Dan Streetman
2023-08-24
1
-3
/
+1
|
*
|
|
tpm2: put !isempty() check inside previous !isempty() check
Dan Streetman
2023-08-24
1
-13
/
+13
|
*
|
|
tpm2: use SIZE_MAX instead of strlen() for unhexmem()
Dan Streetman
2023-08-24
1
-1
/
+1
|
*
|
|
tpm2: in tpm2_pcr_values_valid() use FOREACH_ARRAY()
Dan Streetman
2023-08-24
1
-65
/
+52
|
*
|
|
tpm2: in validator functions, return false instead of assert failure
Dan Streetman
2023-08-24
1
-2
/
+6
|
*
|
|
tpm2: move cast from lhs to rhs in uint16_t/int comparison
Dan Streetman
2023-08-24
1
-1
/
+1
|
*
|
|
tpm2: lowercase TPM2_PCR_VALUE[S]_VALID functions
Dan Streetman
2023-08-24
3
-11
/
+11
|
*
|
|
tpm2: change *alg_to_* functions to use switch()
Dan Streetman
2023-08-24
1
-15
/
+24
*
|
|
|
login: Properly handle -EIO in session_leave_vt
msizanoen
2023-08-28
1
-0
/
+17
*
|
|
|
sd-radv: fix memory leak
Susant Sahani
2023-08-28
1
-0
/
+1
*
|
|
|
meson: restore specifications of dependency on version_h
Zbigniew Jędrzejewski-Szmek
2023-08-28
1
-3
/
+4
*
|
|
|
test-dhcp-client: add temporary workaround for assertion failure
Luca Boccassi
2023-08-28
1
-1
/
+3
*
|
|
|
boot: don't pass kernel cmdline option to UKIs which have the very same line ...
Lennart Poettering
2023-08-28
1
-1
/
+10
*
|
|
|
sd-dhcp-client: make client initially in stopped state
Yu Watanabe
2023-08-28
2
-15
/
+17
*
|
|
|
Merge pull request #28977 from keszybz/drop-versiondep
Luca Boccassi
2023-08-28
1
-3
/
+5
|
\
\
\
\
|
*
|
|
|
meson: drop "versiondep" object
Zbigniew Jędrzejewski-Szmek
2023-08-26
1
-3
/
+5
*
|
|
|
|
Merge pull request #28968 from DaanDeMeyer/rlimit
Zbigniew Jędrzejewski-Szmek
2023-08-27
2
-2
/
+6
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Limit rlim_max in rlimit_nofile_safe() to nr_open
Daan De Meyer
2023-08-25
1
-1
/
+5
|
*
|
|
|
mkfs-util: Set FORK_REOPEN_LOG
Daan De Meyer
2023-08-25
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
meson: Bring back use of vcs_tag
Jan Janssen
2023-08-26
2
-2
/
+5
*
|
|
|
mount/mount-tool: return correct errno
Mike Yuan
2023-08-26
1
-1
/
+1
*
|
|
|
Merge pull request #28913 from keszybz/tmpfs-top-level-dir-mode
Zbigniew Jędrzejewski-Szmek
2023-08-25
3
-25
/
+60
|
\
\
\
\
|
*
|
|
|
mount-tool: override mode of --tmpfs mounts to (rwxrwxrwx & ~umask)
Zbigniew Jędrzejewski-Szmek
2023-08-22
1
-9
/
+32
|
*
|
|
|
basic/umask-util: drop clearing of unused bits in call to umask(2)
Zbigniew Jędrzejewski-Szmek
2023-08-22
1
-2
/
+2
|
*
|
|
|
test-umask-util: add test for get_process_umask()
Zbigniew Jędrzejewski-Szmek
2023-08-22
1
-1
/
+17
|
*
|
|
|
mount-tool: reduce scope of iterator variables
Zbigniew Jędrzejewski-Szmek
2023-08-22
1
-11
/
+7
|
*
|
|
|
mount-tool,man: reword comments and error messages
Zbigniew Jędrzejewski-Szmek
2023-08-21
1
-2
/
+2
*
|
|
|
|
network: sd-radv - Introduce pref64 support (RFC8781)
Susant Sahani
2023-08-25
8
-0
/
+399
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #28917 from yuwata/network-address-pool
Zbigniew Jędrzejewski-Szmek
2023-08-24
1
-21
/
+33
|
\
\
\
\
|
*
|
|
|
inetwork/address-pool: also check queued addresses
Yu Watanabe
2023-08-22
1
-1
/
+11
[next]