summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* initrd: support the rd.net.dhcp.retry argumentbg/initrd-timeoutBeniamino Galvani2021-02-172-4/+14
* initrd: accept 'infinity' as argument to rd.net.timeout.dhcpBeniamino Galvani2021-02-172-2/+7
* initrd: set autoconnect-retries=1 and increase default DHCP timeoutBeniamino Galvani2021-02-172-1/+64
* initrd: cleanup parsing DNS in reader_parse_ip()Thomas Haller2021-02-171-22/+15
* build: rename build option "--with-polkit-agent-helper-1{-path,}"Thomas Haller2021-02-163-5/+11
* wireguard: merge branch 'th/wireguard-dns-endpoint-sticky-addr'Thomas Haller2021-02-162-18/+32
|\
| * wireguard: prefer last resolved IP from resolving endpoint from DNSThomas Haller2021-02-161-16/+26
| * platform: ensure NM_SOCK_ADDR_UNION_INIT_UNSPEC() fully initializes unionThomas Haller2021-02-161-2/+6
|/
* policy: update vendor-URL for NetworkManager in polkit policyThomas Haller2021-02-161-1/+1
* contrib/rpm: update URL for NetworkManager in RPM packageThomas Haller2021-02-161-1/+1
* platform: downgrade severity of message for failure to create NMPNetnsThomas Haller2021-02-151-1/+1
* platform: reorder code in _netns_stack_get_impl()Thomas Haller2021-02-151-8/+9
* platform/tests: skip tests if "unshare(CLONE_NEWNET|CLONE_NEWNS)" failsThomas Haller2021-02-151-1/+14
* tests: add "/bin:/sbin" to "$PATH" for unit testsThomas Haller2021-02-151-0/+17
* shared: refactor nm_assert() for NMRefStringThomas Haller2021-02-151-8/+16
* libnm: add assertion in _dbus_handle_properties_changed()Thomas Haller2021-02-151-0/+1
* libnm: merge branch 'th/nmclient-fix'Thomas Haller2021-02-152-6/+18
|\
| * libnm: fix tracking object state in NMClient cacheThomas Haller2021-02-151-2/+5
| * libnm: avoid assertion failure in _dbus_handle_properties_changed() for loggi...Thomas Haller2021-02-151-2/+6
| * libnm: log PID in LIBNM_CLIENT_DEBUG debug loggingThomas Haller2021-02-151-2/+7
|/
* iwd: Fix the leaks in get_agent_request_network_pathAndrew Zaborowski2021-02-121-7/+5
* contrib/rpm: revert building "--with test" for RHEL 9Thomas Haller2021-02-121-4/+0
* Revert "service: don't give CAP_DAC_OVERRIDE capability to NetworkManager"Thomas Haller2021-02-121-1/+3
* build: make path to polkit-agent-helper-1 binary configurableThomas Haller2021-02-126-19/+37
* service: don't give CAP_DAC_OVERRIDE capability to NetworkManagerThomas Haller2021-02-121-1/+1
* release: bump version to 1.31.0 (development)1.31.0-devThomas Haller2021-02-112-3/+3
* release: bump version to 1.29.90 (1.30-rc1)1.30-rc1Thomas Haller2021-02-112-2/+2
* iwd: Fix agent DBus method parameter typesAndrew Zaborowski2021-02-111-4/+4
* settings: Fix REASON_CLEAR_DEFAULT_WIRED comment typosAndrew Zaborowski2021-02-111-2/+2
* lldp/tests: try workaround failure with ioctl(TUNSETIFF)Thomas Haller2021-02-111-1/+8
* dhcp: merge branch 'th/dhcp-nettools-lease-parse'Thomas Haller2021-02-1115-805/+1033
|\
| * dhcp: downgrade logging messages for DHCP to <debug>Thomas Haller2021-02-111-9/+22
| * dhcp: binary search in nm_dhcp_option_find()Thomas Haller2021-02-111-10/+162
| * dhcp: rework DHCP options to not carry around option arrayThomas Haller2021-02-115-196/+185
| * dhcp/nettools: accept any number of trailing NULs in string optionsThomas Haller2021-02-112-8/+8
| * dhcp/nettools: use NMStrBuf in lease_save()Thomas Haller2021-02-111-9/+8
| * dhcp/nettools: cleanup lease_parse_search_domains()Thomas Haller2021-02-111-20/+18
| * dhcp/nettools: make data pointer constThomas Haller2021-02-112-80/+74
| * dhcp/nettools: cleanup nm_dhcp_lease_data_parse_search_list()Thomas Haller2021-02-111-32/+32
| * dhcp/nettools: move nm_dhcp_lease_data_parse_search_list() to nm-dhcp-utils.cThomas Haller2021-02-114-160/+173
| * shared,dhcp: add _nm_utils_ip4_get_default_prefix0() helperThomas Haller2021-02-113-52/+23
| * dhcp/nettools: cleanup lease_parse_routes()Thomas Haller2021-02-111-76/+83
| * dhcp/nettools: refactor parsing of DHCP lease (ntps)Thomas Haller2021-02-111-28/+3
| * dhcp/nettools: cleanup lease_parse_address_list()Thomas Haller2021-02-111-21/+39
| * dhcp/nettools: cleanup lease_parse_address()Thomas Haller2021-02-112-41/+21
| * dhcp/nettools: refactor parsing of DHCP lease (server-id)Thomas Haller2021-02-111-17/+8
| * dhcp/nettools: refactor parsing of DHCP lease (broadcast)Thomas Haller2021-02-113-17/+24
| * dhcp/nettools: validate domain-name option (15) differentlyThomas Haller2021-02-111-11/+15
| * dhcp/nettools: refactor parsing of DHCP lease (domain-name)Thomas Haller2021-02-111-33/+32
| * dhcp/nettools: validate nis-domain option (40) differentlyThomas Haller2021-02-111-9/+5