summaryrefslogtreecommitdiffstats
path: root/presets (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-16sd-netlink: add nfnetlink helper routinesFlorian Westphal3-0/+345
2020-12-16sd-netlink: add nfnetlink/nftables type systemFlorian Westphal2-1/+262
2020-12-16linux: import nf_tables and nfnetlink headers from Linux 5.8Florian Westphal2-0/+1950
2020-12-16firewall-util: introduce context structureFlorian Westphal11-43/+122
2020-12-16nspawn: pass userdata pointer, not inet_addr unionFlorian Westphal2-4/+4
2020-12-16firewall-util: prepare for alternative to iptables backendFlorian Westphal5-336/+410
2020-12-16firewall-util: reject NULL source or address with prefixlen 0Florian Westphal2-2/+19
2020-12-15network: Allow to configure interface promiscuous modeSusant Sahani6-4/+21
2020-12-15test: use modern qemu numa argumentsChristian Ehrhardt2-1/+23
2020-12-15busctl: add a timestamp to the output of the busctl monitor commandd0327472-0/+17
2020-12-15journalctl: don't skip the entries that have the same seqnumshenyangyang42-3/+8
2020-12-15bus-util: improve logging when we can't connect to the busLennart Poettering1-6/+15
2020-12-15stdio-bridge: add support for --system and --userLennart Poettering1-3/+18
2020-12-15man: document new ability to connect to user of containerLennart Poettering2-4/+28
2020-12-15sd-bus: add API for connecting to a specific user's user bus of a specific co...Lennart Poettering8-22/+217
2020-12-15sd-bus: 'ret' parameter to sd_bus_query_sender_creds() is not optional, check...Lennart Poettering1-0/+1
2020-12-15sd-bus: make credential acquisition more gracefulLennart Poettering2-7/+15
2020-12-15firstboot: clean-up the copied hostname, not argv[] directly, as that's uglyLennart Poettering1-1/+1
2020-12-15hostname-setup: clarify that failures reading /etc/hostname are ignoredLennart Poettering1-6/+5
2020-12-15hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering30-109/+108
2020-12-15hostname-util: explain what 'LDH' isLennart Poettering1-0/+2
2020-12-15logs-show: drop redundant validation of machine nameLennart Poettering1-3/+0
2020-12-15machine: drop really old kdbus left-overLennart Poettering1-1/+1
2020-12-15sd-bus: use SOCK_CLOEXEC on one more socketLennart Poettering1-1/+1
2020-12-15Fix review comments in added debug log.Gaurav1-7/+3
2020-12-15Fix build warning.Gaurav1-0/+1
2020-12-15Handle escape characters in interface nameGaurav1-1/+8
2020-12-15Detect special character in dbus interface nameGaurav1-1/+3
2020-12-15Translated using Weblate (German)Fabian Affolter1-10/+11
2020-12-15resolved: create stub-resolv.conf symlink with correct security labelOndrej Mosnacek1-1/+2
2020-12-15efi: Only use arm flags if supportedAndrew Balmos1-1/+7
2020-12-15timesync: Make delaying attempts to contact servers configurableSusant Sahani5-8/+25
2020-12-15test-network: increase wait_online timeout to handle longer dhcpv4 transient ...Dan Streetman1-1/+3
2020-12-15sd-dhcp-client: correct retransmission timeout to match RFCDan Streetman1-2/+1
2020-12-15sd-dhcp-client: correct dhcpv4 renew/rebind retransmit timeoutsDan Streetman1-13/+3
2020-12-15sd-dhcp-client: simplify dhcp4 t1/t2 parsingDan Streetman1-57/+25
2020-12-15sd-dhcp-client: add RFC2131 retransmission detailsDan Streetman1-0/+32
2020-12-14sd-dhcp-client: track dhcp4 t1, t2, expire timesDan Streetman1-27/+27
2020-12-14sd-dhcp-client: don't log timeouts if already expiredDan Streetman1-8/+9
2020-12-14core: detect_container() may return negative errnoYu Watanabe1-1/+1
2020-12-14varlink: add debug loggingZbigniew Jędrzejewski-Szmek1-84/+95
2020-12-14Revert "core/namespace: ignore ENOENT for /proc/sys/kernel/domainname and hos...Yu Watanabe1-2/+0
2020-12-14core/namespace: do not ignore non-EPERM mount errorYu Watanabe1-1/+2
2020-12-14time-util: fix typoYu Watanabe1-1/+1
2020-12-14core/namespace: use existing /proc when not enough priviledgeYu Watanabe1-27/+34
2020-12-14network: use netlink_message_read_in_addr_union() where applicableYu Watanabe1-52/+17
2020-12-14network: introduce log_routing_policy_rule_debug()Yu Watanabe1-33/+26
2020-12-14network: introduce routing_policy_rule_equal()Yu Watanabe1-1/+11
2020-12-14network: make routing_policy_rule_remove() take Manager instead of LinkYu Watanabe2-34/+19
2020-12-14network: make address_drop() accept NULLYu Watanabe1-3/+3