summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* firewall: add NMFirewallManagerth/firewall2Thomas Haller2021-05-054-0/+117
* core: downgrade info logging for iptables commandsThomas Haller2021-05-041-3/+3
* core: rework NMUtilsShareRules to generate argv on demandThomas Haller2021-05-043-146/+204
* device: fix adding duplicate iptables rules for shared modeThomas Haller2021-05-041-2/+0
* firewall: rename NMFirewallManager to NMFirewalldManagerThomas Haller2021-05-045-193/+193
* firewall: rename "nm-firewall-manager.[ch]" to "nm-firewalld-manager.[ch]"Thomas Haller2021-05-047-7/+7
* all: merge branch 'th/uuid'Thomas Haller2021-05-0430-513/+867
|\
| * libnm: normalize "connection.uuid"Thomas Haller2021-05-046-14/+156
| * libnm: use nm_uuid_is_valid_nmlegacy() to implement nm_utils_is_uuid()Thomas Haller2021-05-041-22/+1
| * glib-aux: add nm_uuid_is_valid() helperThomas Haller2021-05-041-0/+8
| * glib-aux: add nm_uuid_is_valid_nmlegacy() helperThomas Haller2021-05-042-0/+45
| * all: only include "libnm-glib-aux/nm-uuid.h" where neededThomas Haller2021-05-0420-2/+19
| * glib-aux: add NMUuidType enum for nm_uuid_generate_from_string()Thomas Haller2021-05-042-8/+15
| * glib-aux/trivial: rename NMUuid APIThomas Haller2021-05-0411-135/+94
| * libnm,glib-aux: move nm_utils_uuid_*() API to libnm-glib-auxThomas Haller2021-05-044-163/+168
| * libnm,glib-aux: move nm_crypto_md5_hash() to "libnm-glib-aux"Thomas Haller2021-05-044-47/+51
| * libnm,glib-aux: add and use nm_uuid_generate_random_str*() helpersThomas Haller2021-05-0412-91/+93
| * libnm,glib-aux: move nm_utils_uuid_is_null() to "nm-uuid.h"Thomas Haller2021-05-046-22/+24
| * build: don't link libnm/libnm-core against libuuidThomas Haller2021-05-042-3/+0
| * glib-aux: use nm_uuid_generate_random() helperThomas Haller2021-05-043-13/+2
| * glib-aux: add nm_uuid_generate_random() helperThomas Haller2021-05-042-0/+34
| * glib-aux: use nm_uuid_parse() helperThomas Haller2021-05-044-15/+3
| * glib-aux: add nm_uuid_parse() helperThomas Haller2021-05-042-0/+77
| * glib-aux: use nm_uuid_unparse()Thomas Haller2021-05-043-18/+3
| * glib-aux: add nm_uuid_unparse()Thomas Haller2021-05-042-0/+33
| * glib-aux: move NMUuid to "src/libnm-glib-aux/nm-uuid.h"Thomas Haller2021-05-042-4/+5
| * glib-aux: add "nm-uuid.[ch]" sourcesThomas Haller2021-05-044-0/+14
| * libnm-core/tests: add test for connection.uuid of settingsThomas Haller2021-05-041-0/+75
| * ifupdown: replace _str_has_prefix() by NM_STR_HAS_PREFIX()Thomas Haller2021-05-041-14/+5
|/
* gitlab-ci: fix running Fedora 34 test by defaultThomas Haller2021-05-043-11/+17
* gitlab: merge branch 'th/gitlab-update-f34'Thomas Haller2021-05-0460-234/+267
|\
| * gitlab: update pages build to use Fedora 34 containerThomas Haller2021-05-042-11/+11
| * clang-format: update "nm-code-format-container.sh" script to use Fedora 34 co...Thomas Haller2021-05-041-1/+1
| * clang-format: reformat code with clang 12Thomas Haller2021-05-0456-222/+223
| * gitlab: add Fedora 34 container for CI pipelineThomas Haller2021-05-042-5/+36
| * contrib: install clang-format via REQUIRED_PACKAGESThomas Haller2021-05-042-2/+3
|/
* manager: fix assertion failure in active_connection_find()bg/rh1933719Beniamino Galvani2021-05-041-1/+1
* core/firewalld: use changeZoneOfInterface() instead of deprecated changeZone()Thomas Haller2021-05-041-1/+1
* merge: branch 'bg/dns-update-on-sigusr1'Beniamino Galvani2021-05-039-97/+274
|\
| * nmcli: remove nmc_dbus_call_sync()bg/dns-update-on-sigusr1Beniamino Galvani2021-05-032-52/+0
| * nmcli: invoke ReloadConnections() D-Bus method asynchronouslyBeniamino Galvani2021-05-031-14/+29
| * nmcli: invoke Reload() D-Bus method asynchronouslyBeniamino Galvani2021-05-031-20/+35
| * libnm-glib-aux: add nm_dbus_call()Beniamino Galvani2021-05-032-0/+129
| * man: document the 'nmcli general reload' commandBeniamino Galvani2021-05-032-1/+63
| * core: force emission of DNS_CONFIG_CHANGED signal on SIGUSR1Beniamino Galvani2021-05-032-10/+18
|/
* platform: cleanup ethtool calls in "nm-platform-utils.c"Thomas Haller2021-05-031-77/+35
* libnm: add missing "---end---" tag for ifcfg-rh's "dhcp-hostname-flags" docThomas Haller2021-05-031-0/+1
* nmcli: merge branch 'th/nmcli-gsm-fixes'Thomas Haller2021-05-039-1301/+3015
|\
| * cli: handle empty/unset values for "gsm.apn" propertyThomas Haller2021-05-032-14/+17
| * cli/tests: add unit test for checking setting/getting of "gsm.apn"Thomas Haller2021-05-032-1186/+2800