index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
conf-parser: Add root argument to config_parse_many()
Daan De Meyer
2023-05-12
2
-3
/
+6
*
mkfs-util: Add quiet argument to make_filesystem()
Daan De Meyer
2023-05-12
2
-12
/
+30
*
bus-util: drop unnecessary continue
Yu Watanabe
2023-05-09
1
-1
/
+1
*
parse-util: make parse_fd() return -EBADF
Yu Watanabe
2023-05-08
2
-5
/
+0
*
Merge pull request #26357 from ddstreet/tpm2_policy_session
Luca Boccassi
2023-05-06
2
-87
/
+129
|
\
|
*
tpm2: move policy building out of policy session creation
Dan Streetman
2023-05-06
1
-87
/
+112
|
*
tpm2: add tpm2_is_encryption_session()
Dan Streetman
2023-05-06
2
-0
/
+17
*
|
shared: refuse fd == INT_MAX
Frantisek Sumsal
2023-05-05
1
-0
/
+14
|
/
*
Merge pull request #27536 from dtardon/checked-fd-parsing
Luca Boccassi
2023-05-05
2
-9
/
+9
|
\
|
*
tree-wide: use parse_fd()
David Tardon
2023-05-05
2
-9
/
+9
*
|
tpm2 PCRs: fix unchecked attempt to set PCR[24]
OMOJOLA
2023-05-05
1
-1
/
+1
|
/
*
mount-util: simplify mount_switch_root() a bit
Lennart Poettering
2023-05-03
2
-37
/
+37
*
base-filesystem: unify common parts of base_filesystem_create_fd() branches
Lennart Poettering
2023-05-03
1
-25
/
+13
*
base-filesystem: add new helper base_filesystem_create_fd() that operates on ...
Lennart Poettering
2023-05-03
3
-6
/
+17
*
switch-root: don't require /mnt/ when switching root into host OS
Lennart Poettering
2023-05-03
2
-40
/
+49
*
Merge pull request #27504 from mrc0mmand/fuzz-manager-serialize
Yu Watanabe
2023-05-03
2
-1
/
+6
|
\
|
*
shared: reject empty attachment path
Frantisek Sumsal
2023-05-03
1
-0
/
+3
|
*
shared: ignore invalid valink socket fd when deserializing
Frantisek Sumsal
2023-05-03
1
-1
/
+3
*
|
Merge pull request #27492 from poettering/base-filesystem-000
Mike Yuan
2023-05-02
2
-6
/
+4
|
\
\
|
*
|
mount-setup: use size_t when iterating through array indexes
Lennart Poettering
2023-05-02
1
-3
/
+1
|
*
|
base-filesystem: create /proc, /sys, /dev mount points as 0555
Lennart Poettering
2023-05-02
1
-3
/
+3
|
|
/
*
/
tree-wide: Handle EADDRNOTAVAIL as journal corruption
Daan De Meyer
2023-05-02
1
-6
/
+6
|
/
*
tpm2: move openssl-required ifdef code out of policy-building function
Dan Streetman
2023-05-01
1
-40
/
+58
*
copy: shortcut reflink_range() to reflink() in some cases
Lennart Poettering
2023-04-28
1
-0
/
+6
*
copy: don't call clone ioctls twice
Lennart Poettering
2023-04-28
1
-9
/
+5
*
Merge pull request #27440 from yuwata/reflink-follow-ups
Luca Boccassi
2023-04-28
2
-3
/
+3
|
\
|
*
copy: rename reflink_full() -> reflink_range()
Yu Watanabe
2023-04-28
2
-3
/
+3
*
|
Merge pull request #27424 from dtardon/auto-cleanup
Yu Watanabe
2023-04-28
1
-5
/
+4
|
\
\
|
|
/
|
/
|
|
*
specifier: use _cleanup_
David Tardon
2023-04-27
1
-5
/
+4
*
|
copy: Introduce reflink() and reflink_full()
Daan De Meyer
2023-04-28
4
-39
/
+54
*
|
pam-systemd: disconnect bus connection when leaving session hook, even on error
Lennart Poettering
2023-04-27
2
-24
/
+90
*
|
pam-util: include PID in PAM data field id
Lennart Poettering
2023-04-27
1
-2
/
+19
*
|
Merge pull request #25622 from YHNdnzj/tmpfiles-X-bit-support
Mike Yuan
2023-04-27
2
-12
/
+63
|
\
\
|
*
|
tmpfiles: add conditionalized execute bit (X) support
Mike Yuan
2023-04-27
2
-12
/
+63
*
|
|
core: change ownership of subcgroup we create recursively, it shall be owned ...
Lennart Poettering
2023-04-27
2
-0
/
+77
*
|
|
core: add DelegateSubgroup= setting
Lennart Poettering
2023-04-27
1
-1
/
+2
|
/
/
*
|
image-policy: split out code that "extends" underspecified partition policy f...
Lennart Poettering
2023-04-27
2
-14
/
+28
*
|
Merge pull request #27421 from bluca/coredump_filter
Luca Boccassi
2023-04-27
2
-3
/
+6
|
\
\
|
*
|
coredump filter: add mask for 'all' using UINT32_MAX, not UINT64_MAX
Luca Boccassi
2023-04-26
2
-1
/
+4
|
*
|
coredump filter: fix stack overflow with =all
Luca Boccassi
2023-04-26
1
-2
/
+2
*
|
|
image-policy: correct two comments
Lennart Poettering
2023-04-26
1
-2
/
+2
|
/
/
*
|
Merge pull request #27408 from keszybz/creds-missing-message
Zbigniew Jędrzejewski-Szmek
2023-04-26
1
-7
/
+11
|
\
\
|
*
|
shared/creds-util: return 0 for missing creds in read_credential_strings_many
Zbigniew Jędrzejewski-Szmek
2023-04-25
1
-7
/
+11
*
|
|
Merge pull request #26944 from aafeijoo-suse/systemd-network-generator-initrd...
Zbigniew Jędrzejewski-Szmek
2023-04-26
2
-20
/
+36
|
\
\
\
|
*
|
|
generator: add generator_open_unit_file_full to allow creating temporary units
Antonio Alvarez Feijoo
2023-04-10
2
-20
/
+36
*
|
|
|
mount-util: split remount_idmap() in two
Lennart Poettering
2023-04-25
2
-15
/
+20
|
|
/
/
|
/
|
|
*
|
|
pam: do not attempt to close sd-bus after fork in pam_end()
Luca Boccassi
2023-04-25
1
-0
/
+11
*
|
|
user-record-nss: make return values optional
Lennart Poettering
2023-04-25
1
-14
/
+12
*
|
|
Merge pull request #27388 from poettering/assert-fd
Lennart Poettering
2023-04-25
1
-20
/
+9
|
\
\
\
|
*
|
|
loop-util: port some code over to ASSERT_FD()
Lennart Poettering
2023-04-24
1
-20
/
+9
[next]