summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | l3cfg: drop NM_L3_CFG_COMMIT_TYPE_ASSUME and assume_config_onceFernando Fernandez Mancera2022-04-2811-139/+36
* | | | | | platform: merge branch 'th/ipv6-address-order-rh2073032'Thomas Haller2022-04-275-14/+27
|\ \ \ \ \ \
| * | | | | | core: change the priority order in static "ipv6.addresses"Thomas Haller2022-04-275-11/+9
| * | | | | | core: change order/priority of static IPv6 addresses relative to autoconf6/DH...Thomas Haller2022-04-273-11/+26
|/ / / / / /
* | | | | | device: set MTU after attaching bond portThomas Haller2022-04-271-7/+17
* | | | | | all: hardcode HOST_NAME_MAX to 64Thomas Haller2022-04-265-20/+27
* | | | | | po: update Ukrainian (uk) translationYuri Chornoivan2022-04-261-330/+348
* | | | | | clients/tests: declare encoding of utf-8 python source "test-client.py"Thomas Haller2022-04-211-0/+1
* | | | | | configure.ac: fix a syntax errorLubomir Rintel2022-04-211-1/+1
* | | | | | glib-aux/tests: fix test for nm_hostname_is_valid() for different HOST_NAME_MAXThomas Haller2022-04-201-10/+31
* | | | | | release: bump version to 1.39.2 (development)1.39.2-devThomas Haller2022-04-202-2/+2
* | | | | | clients/tests: rename function Util.ReplaceTextUsingRegex to Util.ReplaceText...Thomas Haller2022-04-201-3/+3
* | | | | | clients/tests: add code comment and extend pattern in test_offline()Thomas Haller2022-04-201-1/+3
* | | | | | clients/tests: workaround unexpected output for offline testThomas Haller2022-04-202-1/+7
* | | | | | clients/tests: merge branch 'th/clients-test-replace-text-rework'Thomas Haller2022-04-201-52/+71
|\ \ \ \ \ \
| * | | | | | clients/tests: add code comment for how to get Polish translations on FedoraThomas Haller2022-04-201-0/+1
| * | | | | | clients/tests: rework Util.replace_text() to uniformly accept a callableThomas Haller2022-04-201-52/+70
|/ / / / / /
* | | | | | all/systemd: merge branch 'th/replace-systemd-utils-1'Thomas Haller2022-04-2019-303/+1196
|\ \ \ \ \ \
| * | | | | | systemd: drop "nm-sd-utils-core.h" and nm_sd_utils_id128_get_machine()Thomas Haller2022-04-205-70/+0
| * | | | | | systemd: drop unused nm_sd_hostname_is_valid()Thomas Haller2022-04-202-10/+1
| * | | | | | all: use nm_hostname_is_valid() instead of systemd codeThomas Haller2022-04-204-8/+5
| * | | | | | glib-aux: add nm_hostname_is_valid() helper from systemdThomas Haller2022-04-203-0/+130
| * | | | | | systemd: drop systemd path helpers from "nm-sd-utils-shared.h" adapter headerThomas Haller2022-04-203-64/+0
| * | | | | | all: avoid using systemd path utilsThomas Haller2022-04-202-8/+5
| * | | | | | glib-aux: add path-utils from systemdThomas Haller2022-04-203-0/+585
| * | | | | | systemd: drop nm_sd_utils_unbase64{char,mem}() wrappersThomas Haller2022-04-203-141/+0
| * | | | | | libnm: use own nm_unbase64mem_full() instead of systemd's in nm_utils_base64s...Thomas Haller2022-04-201-2/+1
| * | | | | | keyfile: use nm_unbase64char() instead of systemd code in _write_setting_wire...Thomas Haller2022-04-201-2/+1
| * | | | | | glib-aux: refactor nm_unbase64mem_full()Thomas Haller2022-04-201-41/+44
| * | | | | | glib-aux: treat '=' as special character in nm_unbase64char()Thomas Haller2022-04-203-2/+11
| * | | | | | glib-aux: use switch in nm_unbase64char()Thomas Haller2022-04-201-25/+13
| * | | | | | glib-aux/tests: add unbase64mem testThomas Haller2022-04-201-0/+65
| * | | | | | glib-aux: add nm_unbase64{char,mem,mem_full}() helpersThomas Haller2022-04-203-0/+405
|/ / / / / /
* | | | | | settings: merge branch 'th/settings-startup-complete-crash'Thomas Haller2022-04-201-26/+29
|\ \ \ \ \ \
| * | | | | | settings: use GSource instead of numeric ID in NMSettingsThomas Haller2022-04-201-25/+28
| * | | | | | settings: fix assertion failure in NMSettings' _startup_complete_check()Thomas Haller2022-04-201-2/+2
|/ / / / / /
* | | | | | clients/tests: fix regular expression match in Util.replace_text()Thomas Haller2022-04-201-11/+7
* | | | | | merge: branch 'lr/nmcli-offline'Lubomir Rintel2022-04-1910-116/+724
|\ \ \ \ \ \
| * | | | | | client/test: add test for --offline behaviorlr/nmcli-offlineLubomir Rintel2022-04-193-0/+229
| * | | | | | client/test: add @nm_test_no_dbus decoratorLubomir Rintel2022-04-191-12/+18
| * | | | | | client/test: allow overriding all environment variablesLubomir Rintel2022-04-191-3/+3
| * | | | | | client/test: allow matching and replacing regex-es in nmcli outputLubomir Rintel2022-04-191-2/+19
| * | | | | | nmcli: add --offline option for "add" and "modify"Lubomir Rintel2022-04-197-74/+425
| * | | | | | nmcli/trivial: consistently order the options in process_command_line()Lubomir Rintel2022-04-191-2/+2
| * | | | | | nmcli.h: tidy up boolean struct membersLubomir Rintel2022-04-191-25/+30
|/ / / / / /
* | | | | | contrib: install nmstate+nispor in "nm-in-container.sh"Thomas Haller2022-04-191-0/+2
* | | | | | contrib/makerepo.sh: fix name for local cache of git repositoryThomas Haller2022-04-151-3/+12
* | | | | | contrib/makerepo.sh: don't use unauthenticated github URLThomas Haller2022-04-151-1/+1
* | | | | | dns: merge branch 'th/dns-update-pending-rh2049421'Thomas Haller2022-04-1520-384/+870
|\ \ \ \ \ \
| * | | | | | device: prevent IP state from reaching ready while DNS update pendingThomas Haller2022-04-151-1/+34