summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vpn: cleanup loop in nm_vpn_connection_ip6_config_get()th/vpn-ipv6-addr-fix-assertThomas Haller2020-04-271-14/+24
* vpn: clear host part of IPv6 routes received from VPN pluginThomas Haller2020-04-271-0/+2
* examples: add Wi-Fi P2P exampleBeniamino Galvani2020-04-271-0/+109
* libnm,dhcp: use nm_clear_g_free() instead of nm_clear_pointer(, g_free)Thomas Haller2020-04-272-2/+2
* libnm/doc: clarify use of "ipv[46].gateway in nm-settings manualThomas Haller2020-04-262-4/+8
* libnm/meson.build: stop using env -i (just env)Michael Stapelberg2020-04-261-1/+1
* dhcp: enforce MUD URL to use "https://" schemeThomas Haller2020-04-243-14/+19
* wifi: merge branch 'th/cli-trigger-scan-retry'Thomas Haller2020-04-2412-76/+253
|\
| * wifi: add callback to nm_supplicant_interface_request_scan()th/cli-trigger-scan-retryThomas Haller2020-04-243-17/+90
| * wifi: add more trace logging to supplicant interfaceThomas Haller2020-04-241-4/+13
| * cli: repeatedly trigger Wi-Fi scans while waiting for scan resultThomas Haller2020-04-241-7/+50
| * shared: add nm_utils_invoke_on_timeout()Thomas Haller2020-04-249-48/+100
|/
* platform: simplify static assert in _nl_static_assert_tb()Thomas Haller2020-04-241-9/+5
* dhcp: merge branch 'elear:mud'Thomas Haller2020-04-2433-555/+1014
|\
| * NEWS: updateThomas Haller2020-04-241-0/+2
| * libnm: fix verification of connection:mud-url propertyThomas Haller2020-04-241-9/+24
| * libnm: fix API version annotation for nm_setting_connection_get_mud_url()Thomas Haller2020-04-242-2/+4
| * libnm: fix symbol versioning for nm_setting_connection_get_mud_url()Thomas Haller2020-04-241-1/+5
| * dhcp: set MUD URL in DHCPv6 request for systemd DHCP clientThomas Haller2020-04-241-0/+10
| * ifcfg-rh/trivial: drop comment for nms_ifcfg_well_known_keysThomas Haller2020-04-241-1/+0
| * dhcp: fix leaking mud_url in NMSettingConnectionThomas Haller2020-04-241-0/+1
| * dhcp: fix leaking mud_url in NMDhcpClientThomas Haller2020-04-241-0/+1
| * dhcp: don't make mud-url property of NMDhcpClient readableThomas Haller2020-04-241-4/+1
| * device: rename local variable s_connection and adjust assertionsThomas Haller2020-04-241-10/+11
| * dhcp/nettools: cleanup setting error message from n-dhcp4 error codeThomas Haller2020-04-241-17/+31
| * dhcp: abort on error setting DHCP MUD URL option for nettoolsThomas Haller2020-04-241-0/+1
| * dhcp: rename mudurl to mud_urlThomas Haller2020-04-2414-63/+63
| * systemd: add nm_sd_http_url_is_valid() to access internal http_url_is_valid()Thomas Haller2020-04-243-15/+61
| * systemd: make string argument of sd_dhcp6_client_set_request_mud_url() constThomas Haller2020-04-242-2/+2
| * dhcp: add support for MUD URL (RFC 8520)Eliot Lear2020-04-2427-524/+890
|/
* man: mention the meaning of may-fail in the nm-online man pageBeniamino Galvani2020-04-231-0/+8
* cli: unset "ipv[46].never-default" when setting "ipv[46].gateway"Thomas Haller2020-04-223-3/+12
* wireguard: merge branch 'th/wireguard-default-route-fixes'Thomas Haller2020-04-229-12/+113
|\
| * NEWS: updateth/wireguard-default-route-fixesThomas Haller2020-04-221-0/+3
| * wireguard: don't let explicit gateway override WireGuard's peer routeThomas Haller2020-04-227-11/+27
| * wireguard: suppress automatic "wireguard.peer-routes" for default routes if "...Thomas Haller2020-04-223-2/+14
| * core: add NMIPConfigFlags for NMIPConfig flagsThomas Haller2020-04-224-0/+70
|/
* platform: avoid undefined behavior comparing unrelated pointers in nmp_object...Thomas Haller2020-04-221-4/+4
* shared: add NM_CMP_DIRECT_PTR() macroThomas Haller2020-04-221-0/+8
* bluetooth: disconnect signal on disposeBeniamino Galvani2020-04-221-0/+1
* supplicant: set error when interface creation fails and was cancelledBeniamino Galvani2020-04-211-0/+3
* auth-manager: watch PolicyKit name owner to emit changed signal when name own...Thomas Haller2020-04-211-27/+144
* dns: fix handling of trust-ad optionBeniamino Galvani2020-04-211-1/+1
* NEWS: updateThomas Haller2020-04-211-22/+24
* dhcp-helper: retry in case of failure connecting to D-Bus unix socketBeniamino Galvani2020-04-211-9/+36
* wifi: change return type of p2p-connect D-Bus method callBeniamino Galvani2020-04-201-1/+1
* libnm: cleanup _nm_utils_dns_option_validate()Thomas Haller2020-04-201-40/+38
* dns: add trust-ad DNS option only if all contributing settings agreeThomas Haller2020-04-203-10/+39
* libnm: document supported "ipv[46].dns-option" valuesThomas Haller2020-04-202-2/+7
* tests: abort test runner if exec failsThomas Haller2020-04-201-0/+1