index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
man
/
path-documents.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-11
network: radv: verify [IPv6Prefix] and [IPv6RoutePrefix] sections
Yu Watanabe
1
-16
/
+79
2021-10-11
network: radv: mask unnecessary part of specified addresses
Yu Watanabe
1
-0
/
+4
2021-10-11
network: radv: make conf parsers not set values into sd_radv_prefix/sd_radv_r...
Yu Watanabe
3
-177
/
+166
2021-10-11
sd-radv: rename sd_radv_prefix_set_route_prefix() -> sd_radv_route_prefix_set...
Yu Watanabe
3
-3
/
+3
2021-10-11
virt: Fix Xen PV detection when nested inside another hypervisor
Bogdan Seniuc
1
-40
/
+33
2021-10-11
sd-stub: Provide initrd with LINUX_EFI_INITRD_MEDIA_GUID
Max Resch
7
-15
/
+203
2021-10-11
sort-util: avoid using glibc's internal __compar_d_fn_t type
Lennart Poettering
2
-5
/
+11
2021-10-11
recuse-dir: rework to use getdents64() instead of readdir()
Lennart Poettering
2
-102
/
+167
2021-10-11
test-recurse-dir: output some simple timing info, comparing recurse_dir() and...
Lennart Poettering
1
-0
/
+7
2021-10-11
missing: add getdents64() syscall wrapper
Lennart Poettering
2
-0
/
+17
2021-10-11
localed: use PROJECT_FILE rather than __FILE__ for logging
Lennart Poettering
1
-1
/
+1
2021-10-11
ethtool-util: let's use userspace types in userspace code
Lennart Poettering
1
-2
/
+2
2021-10-11
tree-wide: use C99 __func__ rather than obsolete __FUNCTION__
Lennart Poettering
6
-15
/
+15
2021-10-11
network: use official bswap_32() rather than inofficial __bswap_32()
Lennart Poettering
3
-8
/
+8
2021-10-11
macro: also use trailing __ for alignof use in attributes
Lennart Poettering
1
-1
/
+1
2021-10-11
stub: also move magic string in stub into .sdmagic PE section
Lennart Poettering
2
-2
/
+2
2021-10-11
sort-util: use comparison_fn_t instead of __compar_fn_t
Lennart Poettering
1
-4
/
+4
2021-10-11
signal-util: don't introduce symbols with double underscores
Lennart Poettering
1
-4
/
+4
2021-10-11
util: invert ac_power() source type check
Lennart Poettering
1
-34
/
+29
2021-10-11
docs: document $SYSTEMD_CRYPTSETUP_USE_TOKEN_MODULE
Lennart Poettering
1
-0
/
+7
2021-10-11
man: document new token-timeout= setting
Lennart Poettering
1
-7
/
+15
2021-10-11
cryptsetup: minor modernizations
Lennart Poettering
1
-7
/
+13
2021-10-11
cryptsetup: add a configurable token waiting timeout
Lennart Poettering
1
-61
/
+95
2021-10-11
cryptsetup: before querying user for a PIN, check if a FIDO2 device is actual...
Lennart Poettering
1
-2
/
+19
2021-10-11
libfido2-util: add helper that checks whether a FIDO2 device is plugged in
Lennart Poettering
2
-0
/
+52
2021-10-11
cryptsetup: optionally turn off token module support in libcryptsetup
Lennart Poettering
1
-1
/
+11
2021-10-11
cryptsetup: don't repeat exact same code twice
Lennart Poettering
1
-14
/
+2
2021-10-11
fileio: add read_virtual_file_at() flavour that takes dir_fd/path pair
Lennart Poettering
2
-4
/
+20
2021-10-11
macro: fix ALIGN_TO() to use ULLONG_MAX instead of ULONGLONG_MAX
Thomas Haller
1
-1
/
+1
2021-10-11
Avoid passing NULL to underlying fprintf() in sysusers (#20974)
(GalaxyMaster)
1
-1
/
+1
2021-10-10
test: add a test for parsing xml obtained by DBus Introspect method
Yu Watanabe
2
-0
/
+416
2021-10-10
busctl: add missing header
Yu Watanabe
1
-0
/
+1
2021-10-10
busctl: shorten code a bit
Yu Watanabe
1
-2
/
+1
2021-10-10
busctl: use set_ensure_consume()
Yu Watanabe
1
-9
/
+1
2021-10-09
test: set 5 minute timeout on TEST-11-ISSUE-3166 and TEST-50-DISSECT
Dimitri John Ledkov
2
-0
/
+4
2021-10-08
update TODO
Lennart Poettering
1
-3
/
+0
2021-10-08
cryptenroll: politely refuse enrolling keys into homed volumes
Lennart Poettering
1
-0
/
+26
2021-10-08
homed: don't forget to look at all enrolled tokens
Lennart Poettering
1
-1
/
+0
2021-10-08
homed: use crypt_token_max() where appropriate
Lennart Poettering
1
-3
/
+3
2021-10-08
cryptsetup: also define crypt_token_max() as fallback locally, not just sym_c...
Lennart Poettering
1
-1
/
+2
2021-10-08
tree-wide: assorted Coccinelle fixes
Frantisek Sumsal
6
-10
/
+10
2021-10-08
Add benchmark for sha256 calculations
Zbigniew Jędrzejewski-Szmek
1
-0
/
+22
2021-10-08
test-id128: split into functions and add the usual headers
Zbigniew Jędrzejewski-Szmek
1
-3
/
+18
2021-10-08
basic: remove khash helpers
Luca Boccassi
6
-440
/
+0
2021-10-08
libsystemd/sd-id128: use only internal hmac, remove khash/OpenSSL support
Luca Boccassi
4
-51
/
+15
2021-10-08
basic: add hmac_sha256 implementation
Luca Boccassi
5
-0
/
+154
2021-10-08
boot/sha256: sd-ify and move to src/fundamental
Luca Boccassi
5
-75
/
+83
2021-10-08
fundamental: define size_t and memcpy for sd-boot
Luca Boccassi
4
-8
/
+9
2021-10-07
dirent-util: tweak readdir_ensure_type() a bit
Lennart Poettering
1
-12
/
+28
2021-10-07
dirent-util: use statx() in readdir_ensure_type()
Lennart Poettering
1
-4
/
+13
[next]