summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | sd-netlink: add nfnetlink helper routinesFlorian Westphal2020-12-163-0/+345
| * | sd-netlink: add nfnetlink/nftables type systemFlorian Westphal2020-12-162-1/+262
| * | linux: import nf_tables and nfnetlink headers from Linux 5.8Florian Westphal2020-12-162-0/+1950
| * | firewall-util: introduce context structureFlorian Westphal2020-12-1611-43/+122
| * | nspawn: pass userdata pointer, not inet_addr unionFlorian Westphal2020-12-162-4/+4
| * | firewall-util: prepare for alternative to iptables backendFlorian Westphal2020-12-165-336/+410
| * | firewall-util: reject NULL source or address with prefixlen 0Florian Westphal2020-12-162-2/+19
* | | udev: Extract RAM properties from DMI informationBastien Nocera2020-12-162-0/+711
* | | test-login: skip consistency checks when logind is not activeZbigniew Jędrzejewski-Szmek2020-12-161-48/+54
* | | networkd: handle ignoring ll gateway being link llDevon Pringle2020-12-161-3/+13
* | | Merge pull request #17799 from yuwata/oss-fuzz-25353Zbigniew Jędrzejewski-Szmek2020-12-168-54/+66
|\ \ \
| * | | logs-show: refuse data which contain invalid fieldsYu Watanabe2020-12-151-12/+20
| * | | journal: refuse data which contain invalid fieldsYu Watanabe2020-12-151-0/+3
| * | | journal: move journal_field_valid() to journal_file.cYu Watanabe2020-12-157-42/+43
* | | | tree-wide: fix typoYu Watanabe2020-12-162-2/+2
* | | | Merge pull request #17859 from keszybz/hostnamed-export-hostname-origin-and-s...Yu Watanabe2020-12-1622-343/+456
|\ \ \ \
| * | | | hostnamed,shared/hostname-setup: expose the origin of the current hostnameZbigniew Jędrzejewski-Szmek2020-12-164-59/+159
| * | | | hostnamed: stop discriminating against "localhost" in /etc/hostnameZbigniew Jędrzejewski-Szmek2020-12-161-15/+4
| * | | | hostnamed: improve message about static hostnameZbigniew Jędrzejewski-Szmek2020-12-161-1/+4
| * | | | hostnamed: minor style cleanupsZbigniew Jędrzejewski-Szmek2020-12-162-8/+4
| * | | | hostnamed: when hostname is set to existing value, suppress notificationsZbigniew Jędrzejewski-Szmek2020-12-161-7/+11
| * | | | shared/hostname-setup: leave the terminator byte aloneZbigniew Jędrzejewski-Szmek2020-12-161-1/+1
| * | | | shared/hostname-setup: add mode where we check what would be set, without doingZbigniew Jędrzejewski-Szmek2020-12-165-17/+23
| * | | | Move hostname setup logic to new shared/hostname-setup.[ch]Zbigniew Jędrzejewski-Szmek2020-12-1620-280/+289
| * | | | hostnamed: fix return valueZbigniew Jędrzejewski-Szmek2020-12-161-2/+4
| * | | | hostnamed: expose the fallback-hostname setting as a const dbus propertyZbigniew Jędrzejewski-Szmek2020-12-161-0/+4
* | | | | sd-netlink: routing policy rule port to fib_rule_hdrSusant Sahani2020-12-163-71/+70
* | | | | resolved: always take a timestamp when first seeing a packetLennart Poettering2020-12-164-4/+5
* | | | | sd-dhcp-client: fix renew/rebind timeout calculation to avoid infinite loopDan Streetman2020-12-161-1/+1
|/ / / /
* | | | coredumpctl: Add --debugger-args= optionMichal Fabik2020-12-161-36/+58
* | | | Merge pull request #17968 from yuwata/purge-libudevYu Watanabe2020-12-1625-452/+448
|\ \ \ \ | |_|/ / |/| | |
| * | | udev: drop license boilerplateYu Watanabe2020-12-151-9/+1
| * | | meson: do not link with libudevYu Watanabe2020-12-155-37/+32
| * | | udev: drop unnecessary libudev-util.h inclusionsYu Watanabe2020-12-1510-10/+0
| * | | udevadm: drop udev_queueYu Watanabe2020-12-151-9/+10
| * | | udev: introduce udev_queue_is_empty() and udev_queue_init()Yu Watanabe2020-12-153-19/+34
| * | | libudev: fix indentationYu Watanabe2020-12-151-1/+1
| * | | libudev: drop unnecessary headers from libudev-util.cYu Watanabe2020-12-151-8/+0
| * | | udev: use encode_devnode_name() instead of udev_util_encode_string()Yu Watanabe2020-12-153-7/+10
| * | | udev: rename UTIL_LINE_SIZE -> UDEV_LINE_SIZE and friendsYu Watanabe2020-12-157-34/+34
| * | | udev: move util_resolve_subsys_kernel() to udev-util.cYu Watanabe2020-12-158-97/+104
| * | | udev: move util_replace_chars() to udev-util.cYu Watanabe2020-12-1510-66/+68
| * | | udev: move util_path_encode() and rename it to escape_path()Yu Watanabe2020-12-153-36/+35
| * | | udev: move util_replace_whitespace() to udev-util.cYu Watanabe2020-12-1510-119/+119
| |/ /
* | | network: Allow to configure interface promiscuous modeSusant Sahani2020-12-154-1/+10
* | | Merge pull request #17967 from poettering/connect-user-busLennart Poettering2020-12-1543-157/+382
|\ \ \
| * | | bus-util: improve logging when we can't connect to the busLennart Poettering2020-12-151-6/+15
| * | | stdio-bridge: add support for --system and --userLennart Poettering2020-12-151-3/+18
| * | | sd-bus: add API for connecting to a specific user's user bus of a specific co...Lennart Poettering2020-12-158-22/+217
| * | | sd-bus: 'ret' parameter to sd_bus_query_sender_creds() is not optional, check...Lennart Poettering2020-12-151-0/+1