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
*
network/route: fix typo
Yu Watanabe
2024-09-07
1
-1
/
+1
*
Merge pull request #34295 from poettering/uki-with-many-ukify
Yu Watanabe
2024-09-07
1
-25
/
+146
|
\
|
*
ukify: introduce new --measure-base= switch
Lennart Poettering
2024-09-06
1
-8
/
+72
|
*
ukify: add new --extend= switch for importing an existing UKI's sections to l...
Lennart Poettering
2024-09-06
1
-17
/
+65
|
*
ukify: add basic .profile support
Lennart Poettering
2024-09-06
1
-0
/
+9
*
|
varlinkctl: add --timeout= switch to tweak time-out behaviour
Lennart Poettering
2024-09-07
1
-17
/
+46
*
|
dm-util: get rid of flex array in middle of structure
Lennart Poettering
2024-09-07
1
-9
/
+17
*
|
pcrlock: be more careful when preparing credential name for pcrlock policy
Lennart Poettering
2024-09-06
1
-23
/
+36
*
|
Merge pull request #34177 from poettering/pcrlock-and-signed
Lennart Poettering
2024-09-06
15
-276
/
+726
|
\
\
|
|
/
|
/
|
|
*
tpm2-util: introduce tpm2b_sensitive_data_erase_and_esys_freep() destructor
Lennart Poettering
2024-09-06
1
-9
/
+18
|
*
cryptenroll/cryptsetup: allow combined signed TPM2 PCR policy + pcrlock policy
Lennart Poettering
2024-09-06
12
-270
/
+684
|
*
iovec-util: add iovec_append() for appending to an existing iovec
Lennart Poettering
2024-09-06
3
-0
/
+27
*
|
journald: mention the access mode we tried to open /dev/kmsg in
Lennart Poettering
2024-09-06
1
-6
/
+4
|
/
*
tree-wide: use UTMPX_FILE rather than _PATH_UTMPX
Lennart Poettering
2024-09-06
3
-9
/
+9
*
test-utmp: replace UT_LINESIZE/UT_NAMESIZE/UT_HOSTSIZE with sizeof_field()
Lennart Poettering
2024-09-06
1
-12
/
+6
*
tree-wide: drop unnecessary utmp includes
Lennart Poettering
2024-09-06
2
-2
/
+0
*
user-util: switch from utmp to utmpx
Lennart Poettering
2024-09-06
1
-2
/
+2
*
Merge pull request #34279 from yuwata/ask-password
Lennart Poettering
2024-09-06
4
-11
/
+25
|
\
|
*
tree-wide: check if non-empty password is acquired
Yu Watanabe
2024-09-06
3
-3
/
+4
|
*
ask-password: refuse empty password strv
Yu Watanabe
2024-09-06
1
-8
/
+21
*
|
measure: introduce support for a new ".profile" section
Lennart Poettering
2024-09-06
1
-2
/
+5
*
|
uki: add new ".profile" PE section type
Lennart Poettering
2024-09-06
3
-1
/
+3
*
|
network/route: ignore EEXIST reply when the corresponding request is already ...
Yu Watanabe
2024-09-06
1
-0
/
+7
*
|
Merge pull request #34278 from yuwata/timesync-log
Daan De Meyer
2024-09-06
2
-4
/
+7
|
\
\
|
*
|
timesync: make manager_is_connected() static
Yu Watanabe
2024-09-06
2
-2
/
+1
|
*
|
timesync: downgrade log level about network configuration change
Yu Watanabe
2024-09-06
1
-2
/
+6
|
|
/
*
|
Merge pull request #34280 from yuwata/cleanups
Daan De Meyer
2024-09-06
3
-14
/
+22
|
\
\
|
*
|
nspawn: fix indentation
Yu Watanabe
2024-09-06
1
-1
/
+1
|
*
|
base-filesystem: use FOREACH_ELEMENT()
Yu Watanabe
2024-09-06
1
-12
/
+12
|
*
|
mount-util: wrap long line
Yu Watanabe
2024-09-06
1
-1
/
+9
*
|
|
sd-netlink: fix typo
Yu Watanabe
2024-09-06
1
-1
/
+1
*
|
|
nspawn: refuse to bind mount device node from host when --private-users= is s...
Yu Watanabe
2024-09-06
1
-5
/
+5
|
/
/
*
|
network/address: use log_section_warning()
Yu Watanabe
2024-09-06
1
-24
/
+20
*
|
network/address: use generic section parser more
Yu Watanabe
2024-09-06
4
-204
/
+101
*
|
network/address: introduce generic config parser for [Address] section
Yu Watanabe
2024-09-06
3
-152
/
+41
*
|
firewall-util: several cleanups for config_parse_nft_set()
Yu Watanabe
2024-09-06
1
-17
/
+5
*
|
conf-parser: introduce config_parse_uint32_invert_flag()
Yu Watanabe
2024-09-06
2
-0
/
+26
*
|
network: align table in network-gperf
Yu Watanabe
2024-09-06
1
-20
/
+20
*
|
network/address-label: use log_section_warning_errno()
Yu Watanabe
2024-09-06
1
-8
/
+12
*
|
network/address-label: introduce generic conf parser for [IPv6AddressLabel] s...
Yu Watanabe
2024-09-06
4
-57
/
+79
*
|
conf-parser: introduce config section parser wrapper
Yu Watanabe
2024-09-06
3
-35
/
+73
|
/
*
Merge pull request #34155 from poettering/gmtime-safe
Yu Watanabe
2024-09-06
17
-169
/
+296
|
\
|
*
time-util: rework localtime_or_gmtime() into localtime_or_gmtime_usec()
Lennart Poettering
2024-09-05
15
-162
/
+290
|
*
hwclock-util: the struct tm parameter is not a pure return parameter, it's al...
Lennart Poettering
2024-09-05
2
-7
/
+6
*
|
basic: Include <sys/file.h> for LOCK_* constants
A. Wilcox
2024-09-06
1
-0
/
+2
*
|
Merge pull request #34261 from yuwata/repart-seed-random
Yu Watanabe
2024-09-06
1
-4
/
+4
|
\
\
|
*
|
repart: initialize seed earlier
Yu Watanabe
2024-09-05
1
-4
/
+4
*
|
|
edit-util: EditFileContext: avoid reserved 'stdin'
A. Wilcox
2024-09-06
4
-9
/
+9
*
|
|
Merge pull request #34266 from DaanDeMeyer/fix
Daan De Meyer
2024-09-05
1
-17
/
+41
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
mkfs-util: Make sure we pass non option arguments last
Daan De Meyer
2024-09-05
1
-13
/
+25
[next]