summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* coverity: stop setting _Float*coverityEvgeny Vereshchagin2019-06-211-2/+1
* path-util: get rid of prefix_root()Lennart Poettering2019-06-2114-76/+44
* nspawn: don't hard fail when setting capabilitiesAnita Zhang2019-06-203-1/+55
* Merge pull request #12846 from poettering/cap-last-cap-fixYu Watanabe2019-06-213-6/+8
|\
| * bus-creds: fix size calculation for storing caps dataLennart Poettering2019-06-201-3/+5
| * capability: fix loops for cap_last_cap()Lennart Poettering2019-06-202-3/+3
* | bpf: use more TAKE_FD()Lennart Poettering2019-06-211-4/+2
|/
* units: deny access to block devicesTopi Miettinen2019-06-204-0/+8
* Merge pull request #12762 from yuwata/network-introduce-carrier-and-network-s...Lennart Poettering2019-06-2013-78/+270
|\
| * timesync: judging if network is online by networkd's address stateYu Watanabe2019-06-161-3/+8
| * sd-network: introduce functions for new link and manager statesYu Watanabe2019-06-164-9/+50
| * network: drop unused manager_send_changed()Yu Watanabe2019-06-162-9/+0
| * network: also introduce two new manager statesYu Watanabe2019-06-163-4/+36
| * network: expose carrier and address states over dbusYu Watanabe2019-06-165-5/+57
| * network: split operational states into carrier and address statesYu Watanabe2019-06-163-39/+82
| * network: introduce manager_send_changed_strv()Yu Watanabe2019-06-162-7/+13
| * network: introduce link_send_changed_strv()Yu Watanabe2019-06-162-6/+13
| * network: split out DBus related prototypes to networkd-link-bus.hYu Watanabe2019-06-167-7/+22
* | Merge pull request #12837 from yuwata/tree-wide-lgtm-fixesLennart Poettering2019-06-2010-38/+67
|\ \
| * | util: use extract_first_word() instead of strsep()Yu Watanabe2019-06-202-22/+36
| * | tree-wide: use htobe{32,16}() instead of hton{l,s}()Yu Watanabe2019-06-202-3/+3
| * | tree-wide: drop alloca() in loopYu Watanabe2019-06-206-13/+28
* | | cgroup: Continue unit reset if cgroup is busyDonald Buczek2019-06-201-4/+7
* | | Merge pull request #12806 from yuwata/networkctl-ethtool-12657Yu Watanabe2019-06-2024-214/+406
|\ \ \ | |/ / |/| |
| * | networkctl: show link speed, duplex, auto negotiation, and portYu Watanabe2019-06-201-2/+72
| * | network: change type of BitRates= bus propertyYu Watanabe2019-06-192-47/+18
| * | table: introduce FORMAT_BPS typeYu Watanabe2019-06-192-0/+24
| * | test: add tests for format_bytes()Yu Watanabe2019-06-192-0/+42
| * | util: make format_bytes() support e.g. 3.0EYu Watanabe2019-06-191-5/+8
| * | util: introduce format_bytes_full()Yu Watanabe2019-06-1911-49/+77
| * | ethtool-util: introduce ethtool_get_link_info()Yu Watanabe2019-06-192-0/+41
| * | ethtool-util: make ethtool_connect() warn on failureYu Watanabe2019-06-192-16/+15
| * | ethtool-util: use structured initializersYu Watanabe2019-06-191-16/+19
| * | ethtool-util: move from src/udev/net/ to src/shared/Yu Watanabe2019-06-197-90/+101
* | | sd-resolve: suppress false positive MSan warningsFrantisek Sumsal2019-06-191-0/+10
* | | Merge pull request #12828 from yuwata/network-routing-policy-rule-add-missing...Zbigniew Jędrzejewski-Szmek2019-06-196-141/+112
|\ \ \
| * | | network: add missing entries in routing_policy_rule_{hash,compare}_func()Yu Watanabe2019-06-194-141/+105
| * | | util: introduce siphash24_compress_boolean()Yu Watanabe2019-06-192-0/+7
* | | | Merge pull request #12815 from irtimmer/dot-strictLennart Poettering2019-06-1922-58/+129
|\ \ \ \ | |/ / / |/| | |
| * | | resolved: support TLS 1.3 when using GnuTLS for DNS-over-TLSIwan Timmer2019-06-191-1/+6
| * | | resolved: add strict mode for DNS-over-TLSIwan Timmer2019-06-1914-15/+46
| * | | resolved: don't require check when importing resolved-dnstls.hIwan Timmer2019-06-194-12/+7
| * | | resolved: add missing error code check when initializing DNS-over-TLSIwan Timmer2019-06-184-11/+18
| * | | resolved: move TLS data shared by all servers to managerIwan Timmer2019-06-188-30/+63
* | | | Merge pull request #12829 from yuwata/dhcp-memdup_suffix0Lennart Poettering2019-06-192-2/+2
|\ \ \ \
| * | | | sd-bus: use memdup_suffix0() instead of strndup()Yu Watanabe2019-06-191-1/+1
| * | | | dhcp: use memdup_suffix0() instead of strndup()Yu Watanabe2019-06-191-1/+1
| | |/ / | |/| |
* | | | Merge pull request #12822 from poettering/tmpfiles-is-mount-pointYu Watanabe2019-06-191-45/+21
|\ \ \ \ | |/ / / |/| | |
| * | | tmpfiles: use common fd_is_mount_point() implementation in tmpfiles.cLennart Poettering2019-06-181-36/+10
| * | | tmpfiles: merge two nested if checks into oneLennart Poettering2019-06-181-8/+10