index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
pkcs11-util.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-17
homed: split out code that determines suitable LUKS passphrase size from RSA key
Lennart Poettering
3
-18
/
+41
2020-12-17
homed: move pkcs11 LUKS glue into shared code
Lennart Poettering
3
-83
/
+94
2020-12-17
homed: move helper calls for RSA encryption to shared code
Lennart Poettering
4
-40
/
+48
2020-12-17
homed: move homectl's recovery key generation/modhex code to src/shared/
Lennart Poettering
9
-68
/
+58
2020-12-17
test: fix fd_is_mount_point() check
Lennart Poettering
3
-7
/
+60
2020-12-17
tree-wide: suggest meson command lines instead of ninja ones
Lennart Poettering
5
-22
/
+24
2020-12-17
test: add one more dmidecode dump
Zbigniew Jędrzejewski-Szmek
2
-0
/
+94
2020-12-17
meson: make each dmidecode a separate test
Zbigniew Jędrzejewski-Szmek
7
-37
/
+51
2020-12-17
terminal-util: use 256 color mode for PID 1 output, too
Lennart Poettering
1
-3
/
+8
2020-12-16
meson: Disable dmi_memory_id on arches without DMI
Bastien Nocera
3
-3
/
+10
2020-12-16
meson: Split off udev helper programs array
Bastien Nocera
1
-1
/
+2
2020-12-16
udev: Extract RAM properties from DMI information
Bastien Nocera
11
-0
/
+859
2020-12-16
tree-wide: fix typo
Yu Watanabe
3
-4
/
+4
2020-12-16
test-login: skip consistency checks when logind is not active
Zbigniew Jędrzejewski-Szmek
1
-48
/
+54
2020-12-16
networkd: handle ignoring ll gateway being link ll
Devon Pringle
1
-3
/
+13
2020-12-16
Translated using Weblate (Swedish)
Luna Jernberg
1
-15
/
+12
2020-12-16
tree-wide: fix typo
Yu Watanabe
4
-4
/
+4
2020-12-16
test: s/MUMA/NUMA/
Frantisek Sumsal
1
-1
/
+1
2020-12-16
test: drop the trailing whitespace from the QEMU version check
Frantisek Sumsal
1
-1
/
+1
2020-12-16
sd-netlink: routing policy rule port to fib_rule_hdr
Susant Sahani
3
-71
/
+70
2020-12-16
resolved: always take a timestamp when first seeing a packet
Lennart Poettering
4
-4
/
+5
2020-12-16
sd-dhcp-client: fix renew/rebind timeout calculation to avoid infinite loop
Dan Streetman
1
-1
/
+1
2020-12-16
hostnamed,shared/hostname-setup: expose the origin of the current hostname
Zbigniew Jędrzejewski-Szmek
6
-60
/
+168
2020-12-16
hostnamed: stop discriminating against "localhost" in /etc/hostname
Zbigniew Jędrzejewski-Szmek
2
-17
/
+6
2020-12-16
hostnamed: improve message about static hostname
Zbigniew Jędrzejewski-Szmek
1
-1
/
+4
2020-12-16
hostnamed: minor style cleanups
Zbigniew Jędrzejewski-Szmek
2
-8
/
+4
2020-12-16
hostnamed: when hostname is set to existing value, suppress notifications
Zbigniew Jędrzejewski-Szmek
1
-7
/
+11
2020-12-16
shared/hostname-setup: leave the terminator byte alone
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2020-12-16
shared/hostname-setup: add mode where we check what would be set, without doing
Zbigniew Jędrzejewski-Szmek
5
-17
/
+23
2020-12-16
Move hostname setup logic to new shared/hostname-setup.[ch]
Zbigniew Jędrzejewski-Szmek
20
-280
/
+289
2020-12-16
hostnamed: fix return value
Zbigniew Jędrzejewski-Szmek
1
-2
/
+4
2020-12-16
hostnamed: expose the fallback-hostname setting as a const dbus property
Zbigniew Jędrzejewski-Szmek
2
-0
/
+11
2020-12-16
man/hostnamectl,hostaned,hostname1: adjust the docs to match reality
Zbigniew Jędrzejewski-Szmek
4
-89
/
+126
2020-12-16
coredumpctl: Add --debugger-args= option
Michal Fabik
3
-38
/
+77
2020-12-16
firewall-util-nft: attempt table recreation when add operation fails
Florian Westphal
1
-0
/
+55
2020-12-16
firewall-util: add nftables backend
Florian Westphal
6
-12
/
+952
2020-12-16
sd-netlink: add a read function
Florian Westphal
2
-10
/
+23
2020-12-16
sd-netlink: add sd_netlink_sendv
Florian Westphal
4
-0
/
+62
2020-12-16
sd-netlink: add nfnetlink helper routines
Florian Westphal
3
-0
/
+345
2020-12-16
sd-netlink: add nfnetlink/nftables type system
Florian Westphal
2
-1
/
+262
2020-12-16
linux: import nf_tables and nfnetlink headers from Linux 5.8
Florian Westphal
2
-0
/
+1950
2020-12-16
firewall-util: introduce context structure
Florian Westphal
11
-43
/
+122
2020-12-16
nspawn: pass userdata pointer, not inet_addr union
Florian Westphal
2
-4
/
+4
2020-12-16
firewall-util: prepare for alternative to iptables backend
Florian Westphal
5
-336
/
+410
2020-12-16
firewall-util: reject NULL source or address with prefixlen 0
Florian Westphal
2
-2
/
+19
2020-12-15
network: Allow to configure interface promiscuous mode
Susant Sahani
6
-4
/
+21
2020-12-15
test: use modern qemu numa arguments
Christian Ehrhardt
2
-1
/
+23
2020-12-15
busctl: add a timestamp to the output of the busctl monitor command
d032747
2
-0
/
+17
2020-12-15
logs-show: refuse data which contain invalid fields
Yu Watanabe
1
-12
/
+20
2020-12-15
journal: refuse data which contain invalid fields
Yu Watanabe
2
-0
/
+3
[prev]
[next]