summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ppp: set IPv6LL address from IPV6CP IID when addr-gen-mode=eui64bg/ppp-ipv6Beniamino Galvani2022-05-171-12/+61
* device: allow override of IPv6 link-local methodBeniamino Galvani2022-05-173-1/+47
* device: don't require a hardware address for DHCPv6Beniamino Galvani2022-05-171-7/+0
* libnm/trivial: adjust code commentThomas Haller2022-05-171-2/+2
* dhcp: merge branch 'th/dhcp-cleanup-1'Thomas Haller2022-05-169-354/+367
|\
| * dhcp: merge nm_dhcp_client_start_ip4() and nm_dhcp_client_start_ip6() impleme...Thomas Haller2022-05-163-43/+26
| * dhcp: move code in "nm-dhcp-client.c" (2)Thomas Haller2022-05-161-80/+82
| * dhcp: assert that resources are freed in NMDhcpClient.dispose()Thomas Haller2022-05-161-0/+4
| * dhcp: minor cleanup in config_init()Thomas Haller2022-05-161-12/+16
| * dhcp: use packed strv array for NMDhcpClientConfig.reject_serversThomas Haller2022-05-161-20/+19
| * dhcp: remove assertion in nm_dhcp_client_handle_event()Thomas Haller2022-05-161-2/+1
| * dhcp: move code in nm_dhcp_client_handle_event()Thomas Haller2022-05-161-31/+23
| * dhcp: drop NMDhcpState enumThomas Haller2022-05-162-60/+26
| * dhcp: rename/refactor nm_dhcp_client_set_state() to be notificationsThomas Haller2022-05-164-26/+86
| * dhcp: fix handling of NM_DHCP_STATE_NOOPThomas Haller2022-05-162-2/+2
| * dhcp: drop most of NMDhcpState usage from nm_dhcp_client_handle_event()Thomas Haller2022-05-161-37/+34
| * dhcp/trivial: add comment about nm_dhcp_utils_merge_new_dhcp6_lease()Thomas Haller2022-05-161-0/+3
| * dhcp: move code in "nm-dhcp-client.c"Thomas Haller2022-05-161-47/+49
| * dhcp: minor code cleanups in "nm-dhcp-client.c"Thomas Haller2022-05-162-26/+26
| * dhcp: use GSource for watching child process instead of numeric source idThomas Haller2022-05-161-6/+7
| * dhcp: minor cleanup in maybe_add_option()Thomas Haller2022-05-161-19/+19
| * dhcp: don't assert against untrusted data in maybe_add_option()Thomas Haller2022-05-161-1/+2
| * dhcp: cleanup bytearray_variant_to_string()Thomas Haller2022-05-161-19/+13
| * dhcp: cleanup reason_to_state() in "nm-dhcp-client.c"Thomas Haller2022-05-161-16/+13
| * glib-aux: add nm_g_bytes_ref() helperThomas Haller2022-05-161-0/+10
| * glib-aux/trivial: fix typo in code commentThomas Haller2022-05-161-1/+1
| * contrib: fix /etc/motd for "nm-in-container.sh"Thomas Haller2022-05-161-47/+47
| * contrib: don't use "Z" specifier for mounting base directory in "nm-in-contai...Thomas Haller2022-05-161-1/+1
| * contrib: ignore error installing behave_html_formatter in containerThomas Haller2022-05-161-2/+1
|/
* wifi: support "802-1x.phase1-auth-flags=tls-allow-unsafe-renegotiation" flagThomas Haller2022-05-165-7/+19
* dhcp: merge branch 'bg/perf1-debug-dhcp'Thomas Haller2022-05-164-55/+283
|\
| * dhcp: log messages about invalid DHCP optionsBeniamino Galvani2022-05-164-55/+283
* | release: bump version to 1.39.4 (development)1.39.4-devThomas Haller2022-05-16213-9042/+5501
|\ \ | |/
| * po: update Ukrainian (uk) translationYuri Chornoivan2022-05-161-466/+497
| * build/meson: use "rename" directive for installing nmcli bash completionThomas Haller2022-05-132-8/+1
| * build/meson: honor prefix for dbus_conf_dirThomas Haller2022-05-132-3/+5
| * libnm: merge branch 'th/libnm-infiniband-fixes'Thomas Haller2022-05-121-8/+26
| |\
| | * libnm: reject infiniband.p-key set to 0, 0x8000Thomas Haller2022-05-121-0/+8
| | * libnm: fix crash validating infiniband profiles for interface-nameThomas Haller2022-05-121-8/+18
| |/
| * libnm: merge branch 'th/fix-libnm-includes'Thomas Haller2022-05-123-61/+72
| |\
| | * libnm: avoid duplicate typedefs for NMClient/NMDeviceThomas Haller2022-05-122-13/+15
| | * libnm: reorder includes in <NetworkManager.h> headerThomas Haller2022-05-121-48/+57
| |/
| * nmcli/devices: fix sorting of APsLubomir Rintel2022-05-121-1/+1
| * nmcli/devices: check connection created with "wifi connect"Lubomir Rintel2022-05-121-0/+6
| * nmcli/connections: export nmc_connection_check_deprecated()Lubomir Rintel2022-05-122-5/+8
| * build/meson: workaround meson bug related to ternary expressionThomas Haller2022-05-111-2/+1
| * gitlab-ci: avoid pager for "run-test.sh"Thomas Haller2022-05-111-0/+2
| * dhcp: merge branch 'th/dhcpv6-otherconf-ignore-addr'Thomas Haller2022-05-113-49/+62
| |\
| | * dhcp: fix ignoring addresses with DHCPv6 otherconf (O flag)Thomas Haller2022-05-112-36/+45
| | * dhcp: fix setting "-S" flag for dhclient info-only requestsThomas Haller2022-05-111-8/+13