summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-04wifi: require wifi.scan permission to start/stop P2P scanbg/wifi-p2p-dbus-authBeniamino Galvani2-18/+68
2023-12-01all: merge branch 'th/strv-cleanup'Thomas Haller13-64/+56
2023-11-30libnm: replace _nm_utils_ptrarray_to_strv() with nm_strv_ptrarray_to_strv()Thomas Haller4-23/+2
2023-11-30libnm: drop unused nm_strv_to_ptrarray() helperThomas Haller2-19/+0
2023-11-30glib-aux: add nm_strv_ptrarray_to_strv() helperThomas Haller1-0/+15
2023-11-30glib-aux: add nm_strv_dup_full() helper to preserve empty strvThomas Haller2-8/+22
2023-11-30all: use nm_strv_empty_new() helperThomas Haller9-11/+11
2023-11-30glib-aux: add NM_PTRARRAY_EMPTY_NEW()/nm_strv_empty_new() helpersThomas Haller1-3/+6
2023-11-30core,nmcli: merge branch 'th/limit-routes-addresses'Thomas Haller5-44/+142
2023-11-30cli: don't print how many more addresses/routes in `nmcli` outputThomas Haller1-3/+3
2023-11-30core: limit number of exported addresses/routes on D-Bus to 100Thomas Haller2-1/+20
2023-11-30core: rate-limit updates to IP addresses/routes on D-Bus APIThomas Haller2-2/+78
2023-11-30cli: limit number of shown addresses/routes in `nmcli` overviewThomas Haller2-0/+17
2023-11-30cli: reuse NMStrBuf in ac_overview()Thomas Haller1-14/+13
2023-11-30cli: unifiy handling of IPv4/IPv6 in ac_overview()Thomas Haller1-28/+15
2023-11-30tests: improve detection of libtool in "run-nm-test.sh"Thomas Haller1-4/+4
2023-11-30libnm: merge branch 'th/libnm-iptunnel-fwmark'Thomas Haller4-0/+47
2023-11-30libnm: implement missing "FwMark" property in NMDeviceIPTunnelThomas Haller4-1/+47
2023-11-30libnm: mark missing "FwMark" for NMDeviceIPTunnel as ignoredThomas Haller1-0/+1
2023-11-29release: bump version to 1.45.8 (development)1.45.8-devBeniamino Galvani2-2/+2
2023-11-24merge: branch 'jv/fix-doc-deps'Íñigo Huguet2-2/+2
2023-11-24build/meson: fix gtkdoc dependenciesJan Vaclav2-2/+2
2023-11-24merge: branch 'ih/readme'Íñigo Huguet5-15/+369
2023-11-24Add more detailed explanations for users, contributors and maintainersÍñigo Huguet4-15/+176
2023-11-24contrib: new script to anonymize logsÍñigo Huguet1-0/+193
2023-11-24libnm: merge branch 'th/libnm-strv-props-3'Thomas Haller12-228/+468
2023-11-23libnm: implement "{ipv4,ipv6}.dns-options" as direct STRV propertyThomas Haller6-104/+97
2023-11-23libnm: add option for direct STRV properties to preseve/distinguish empty arraysThomas Haller3-22/+45
2023-11-23libnm: handle empty strv array same as NULL for compare/to-dbusThomas Haller1-2/+18
2023-11-23glib-aux: refactor nm_strvarray_get_strv*() and nm_strvarray_set_strv*() helpersThomas Haller6-70/+195
2023-11-23glib-aux: add "const" to arguments of nm_strvarray_*() helpersThomas Haller1-3/+3
2023-11-23libnm: refactor "ipv6" argument of _nm_utils_dns_option_validate()Thomas Haller5-49/+72
2023-11-23libnm/tests: add more tests about dns-options in NMSettingIPConfigThomas Haller1-0/+60
2023-11-22valgrind: add valgrind suppression for memmove() overlapThomas Haller1-0/+10
2023-11-22clang-format: rework "nm-code-format-container.sh" scriptThomas Haller3-32/+33
2023-11-21device: change port deactivation reason upon user-request controller deactiva...Wen Liang1-1/+1
2023-11-21contrib/rpm: fix reference to "22-wifi-mac-addr.conf"Fernando Fernandez Mancera1-1/+1
2023-11-20contrib: fix invalid escape sequence in "find-backports"Thomas Haller1-1/+1
2023-11-20nm-in-container: set TERM=xterm in bashrcThomas Haller1-0/+2
2023-11-20nm-in-container: bind mount additional directoriesThomas Haller1-26/+45
2023-11-20libnm/doc: fix typo documenting NMCheckpointCreateFlagsThomas Haller1-1/+1
2023-11-17wifi: merge branch 'th/fedora-wifi-mac-addr-rand'Thomas Haller25-61/+240
2023-11-17contrib/rpm: add "22-wifi-mac-addr.conf" to F40+Thomas Haller3-6/+47
2023-11-16wifi: add "wifi.cloned-mac-address=stable-ssid"Thomas Haller10-10/+66
2023-11-16all: differentiate NM_CLONED_MAC_IS_SPECIAL() for wired/wirelessThomas Haller15-30/+59
2023-11-16core: support "${NETWORK_SSID}" for connection.stable-idThomas Haller8-15/+68
2023-11-16release: bump version to 1.45.7 (development)1.45.7-devÍñigo Huguet2-2/+2
2023-11-16libnm: merge branch 'th/libnm-strv-props-2'Thomas Haller6-170/+205
2023-11-15libnm: implement "ipv4.dhcp-reject-servers" as direct-strv propertyThomas Haller2-29/+23
2023-11-15libnm: implement "ipv4.dns-search" as direct-strv propertyThomas Haller3-72/+68