summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-21valgrind: add valgrind suppression for memmove() overlapth/tmp6Thomas Haller1-0/+10
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
2023-11-15libnm: use nm_strvarray_*() helpers for strv propertiesThomas Haller3-49/+36
2023-11-15libnm: move NMValueStrv definition in headerThomas Haller1-8/+8
2023-11-15glib-aux: assert against NULL arguments for nm_strvarray_add()Thomas Haller1-0/+4
2023-11-15glib-aux: add nm_strvarray_add_take() helperThomas Haller1-5/+8
2023-11-15glib-aux: add nm_strvarray_remove_index() helperThomas Haller1-0/+14
2023-11-15glib-aux: add nm_strvarray_ensure_and_add() helperThomas Haller1-0/+17
2023-11-15glib-aux: add nm_strvarray_clear() helperThomas Haller1-0/+18
2023-11-15glib-aux: add nm_strvarray_contains() helperThomas Haller1-0/+2
2023-11-15glib-aux: cleanup assertions for GArray element size in nm_strvarray helpersThomas Haller1-10/+10
2023-11-15gitlab-ci: drop builds for CentOS 8 (8.1.1911, 8.2.2004, 8.3.2011)Thomas Haller3-96/+7
2023-11-15nm-in-container: install ausearch/audit packageThomas Haller1-0/+1
2023-11-15libnm: fix broken assertion in _permissions_user_allowed()Thomas Haller1-2/+1
2023-11-15libnm: rename "ethtool.eee" property to "ethtool.eee-enabled"Thomas Haller4-4/+6
2023-11-15cli: merge branch 'th/cli-sort-connected-externally'Thomas Haller5-1333/+1526
2023-11-15cli: sort `nmcli device` output by active-connection firstThomas Haller1-1/+1
2023-11-15cli: sort external connections later in `nmcli connection|device`Thomas Haller1-4/+10
2023-11-15cli: refactor active_connection_get_state_ord()Thomas Haller1-11/+17
2023-11-15cli: fix sorting of active connectionsThomas Haller2-43/+57
2023-11-15client/tests: add checks to "test-client.py"Thomas Haller3-1278/+1445
2023-11-15all: merge branch 'th/minmax'Thomas Haller41-128/+161
2023-11-15glib: undef MIN()/MAX() to make it unusable (use NM variants)Thomas Haller1-0/+6
2023-11-15all: use NM_MAX() instead of MAX()Thomas Haller18-28/+28
2023-11-15all: use NM_MIN() instead of MIN()Thomas Haller19-37/+38
2023-11-15std-aux: remove NM_CONST_MAX()Thomas Haller1-7/+0
2023-11-15all: use NM_MAX() instead of NM_CONST_MAX()Thomas Haller2-4/+4
2023-11-15all: use NM_MIN_CONST()/NM_MAX_CONST() instead of MIN()/MAX()Thomas Haller4-4/+5
2023-11-15glib-aux: let NM_MIN()/NM_MAX() return a compile time constantThomas Haller2-23/+55
2023-11-15all: ensure same signedness of arguments to MIN()/MAX()Thomas Haller8-14/+14
2023-11-15std-aux: don't use G_STATIC_ASSERT() in "nm-std-aux.h"Thomas Haller1-23/+23
2023-11-15nm-in-container: fix mount command in "_nm-in-container-setup.sh"Thomas Haller1-1/+1
2023-11-14gen-metadata-nm-settings-nmcli: fix some printf warnings on 32 bit platformsÍñigo Huguet1-8/+13
2023-11-14all: merge branch 'th/nm-hash-seed'Thomas Haller5-70/+113
2023-11-14all: use NM_HASH_SEED_16() macroThomas Haller3-68/+69
2023-11-14core: generate fixed fallback timestamp in _host_id_read_timestamp()Thomas Haller2-1/+4
2023-11-14glib-aux: add NM_HASH_SEED_16_U64() macroThomas Haller2-1/+40
2023-11-14libnm/docs: fix generated documentationThomas Haller2-2/+2