summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: fix SPDX short identifier for LGPL-2.1-or-laterLuca Boccassi2021-10-0117-17/+17
* Merge pull request #20907 from keszybz/licensing-cleanupLuca Boccassi2021-10-014-0/+4
|\
| * licensing: add forgotten spdx headersZbigniew Jędrzejewski-Szmek2021-10-014-0/+4
* | mount-util: fix fd_is_mount_point() when both the parent and directory are ne...Franck Bui2021-10-011-27/+41
|/
* test: Add failing/non-failing syscall filter test setting architectureBenjamin Berg2021-09-301-0/+2
* test: Check that "native" architecture is always filteredBenjamin Berg2021-09-301-0/+61
* seccomp: Always install filters for native architectureBenjamin Berg2021-09-301-0/+4
* Merge pull request #20876 from poettering/openssl3-credsYu Watanabe2021-09-303-11/+15
|\
| * openssl-util: use EVP API to get RSA bitsLennart Poettering2021-09-291-6/+1
| * creds-util: switch to OpenSSL 3.0 APIsLennart Poettering2021-09-292-5/+14
* | headers: update bpf_insn.h to dual licenseLuca Boccassi2021-09-291-1/+1
* | core/mount: add implicit unit dependencies even if when mount unit is generat...Yu Watanabe2021-09-291-0/+4
* | Merge pull request #20824 from yuwata/sd-dhcp6-client-cleanupsYu Watanabe2021-09-307-533/+553
|\ \
| * | sd-dhcp6-client: rename dhcp6_lease_set_dns() -> dhcp6_lease_add_dns()Yu Watanabe2021-09-294-5/+4
| * | sd-dhcp6-client: do not merge NTP and SNTP optionsYu Watanabe2021-09-294-15/+20
| * | sd-dhcp6-client: support multiple NTP server optionsYu Watanabe2021-09-293-9/+11
| * | sd-dhcp6-client: support multiple domainsYu Watanabe2021-09-294-9/+6
| * | sd-dhcp6-client: make dhcp6_lease_free() accepts NULLYu Watanabe2021-09-291-6/+4
| * | sd-dhcp6-client: drop domains_count and ntp_fqdn_countYu Watanabe2021-09-295-51/+39
| * | sd-dhcp6-client: use dhcp6_option_parse() in client_parse_message()Yu Watanabe2021-09-291-17/+7
| * | sd-dhcp6-client: constify several argumentsYu Watanabe2021-09-292-13/+9
| * | sd-dhcp6-client: slightly modernize dhcp6_option_parse_domainname()/domainnam...Yu Watanabe2021-09-293-35/+43
| * | sd-dhcp6-client: fix buffer size calculation in dhcp6_option_parse_ip6addrs()Yu Watanabe2021-09-293-35/+24
| * | sd-dhcp6-client: modernize dhcp6_option_parse_ia()Yu Watanabe2021-09-294-248/+240
| * | sd-dhcp6-client: make dhcp6_option_parse_status() also parse error messageYu Watanabe2021-09-294-74/+122
| * | test: add tests for reading unaligned dataYu Watanabe2021-09-291-8/+21
| * | sd-dhcp6-client: modernize dhcp6_option_parse()Yu Watanabe2021-09-294-81/+76
| * | sd-dhcp6-client: constify one argumentYu Watanabe2021-09-292-2/+2
* | | Merge pull request #20226 from yuwata/network-introduce-source-and-statusYu Watanabe2021-09-3029-2278/+1624
|\ \ \
| * | | network: drop unnecessary link_drop_foreign_config()Yu Watanabe2021-09-241-5/+1
| * | | network: drop unused features in request queueYu Watanabe2021-09-242-10/+0
| * | | network: address_equal() is not used anymore, hence move it to test-network.cYu Watanabe2021-09-243-11/+10
| * | | network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-2427-2252/+1613
* | | | Merge pull request #20871 from mrc0mmand/udevadm-property-valueYu Watanabe2021-09-304-14/+99
|\ \ \ \
| * | | | udev: teach udevadm --property=NAME and --value optionsFrantisek Sumsal2021-09-291-14/+55
| * | | | basic: introduce test_strv_split_and_extend()Frantisek Sumsal2021-09-293-0/+44
| * | | | udev: sort the options alphabeticallyFrantisek Sumsal2021-09-291-7/+7
* | | | | Merge pull request #20877 from yuwata/network-test-modeYu Watanabe2021-09-309-22/+40
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | network: do not configure anything when running in test modeYu Watanabe2021-09-291-0/+6
| * | | | network: do not update state files when running in test modeYu Watanabe2021-09-299-22/+34
* | | | | basic/unit-file: don't filter out names starting with dotAnita Zhang2021-09-291-1/+1
* | | | | core: drop "const" from NeedsDaemonReload unit dbus propertyLennart Poettering2021-09-291-1/+1
* | | | | resolvconf-compat: make "-u" operation a NOPLennart Poettering2021-09-291-3/+6
|/ / / /
* | | | Merge pull request #20802 from yuwata/network-receive-nl80211-multicast-messagesYu Watanabe2021-09-2922-237/+793
|\ \ \ \ | |/ / / |/| | |
| * | | network: receive genl multicast messages about wlan connectionsYu Watanabe2021-09-294-72/+332
| * | | network: move error handling of enumerating configs to caller sideYu Watanabe2021-09-291-18/+18
| * | | network: make manager_enumerate_internal() take sd_netlink objectYu Watanabe2021-09-291-13/+12
| * | | network: split manager_new() into two partYu Watanabe2021-09-294-28/+40
| * | | wifi-util: introduce nl80211_cmd_to_string()Yu Watanabe2021-09-292-0/+151
| * | | network: rename wifi_iftype -> wlan_iftypeYu Watanabe2021-09-293-7/+7