summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: fix buildlr/el9-buildLubomir Rintel2022-05-031-0/+1
* test-ifcfg-rh: fix buildLubomir Rintel2022-05-031-0/+1
* fake-platform: fix buildLubomir Rintel2022-05-031-0/+1
* test-general: fix buildLubomir Rintel2022-05-031-0/+1
* daemon: fix buildLubomir Rintel2022-05-032-0/+2
* nmtui: fix buildLubomir Rintel2022-05-031-0/+1
* cloud-setup: fix buildLubomir Rintel2022-05-031-0/+1
* dhcp: merge branch 'bg/dhcp-lease-rundir'Beniamino Galvani2022-05-039-59/+82
|\
| * core: save DHCP lease information in state file in /runBeniamino Galvani2022-05-035-24/+49
| * core: add nm_dhcp_config_get_option_values()Beniamino Galvani2022-05-032-1/+25
| * dhcp: fix logging domainBeniamino Galvani2022-05-031-6/+7
| * dhcp: improve logging for DHCPv6 merged leasesBeniamino Galvani2022-05-032-28/+1
|/
* build/meson: avoid compiler warning generating "NM-1.0.gir"Thomas Haller2022-05-021-0/+8
* tests/client: improve readme for how to get test-client.py regenerate the tes...Thomas Haller2022-05-021-2/+12
* examples: improve finding last checkpoint in "checkpoint.py"Thomas Haller2022-05-021-5/+5
* core: transfer ownership of strbuf data in _fw_nft_set()Thomas Haller2022-05-021-2/+1
* version: add 1.40 macrosAdrian Freihofer2022-05-012-0/+15
* contrib: improve nm-in-container.d scriptsThomas Haller2022-04-282-25/+121
* platform: reorder fields to pack structs in "nm-platform.h"Thomas Haller2022-04-281-25/+25
* libnm: drop NM_DEPRECATED_IN_1_2/NM_AVAILABLE_IN_1_2 macros from structs in l...Thomas Haller2022-04-282-4/+4
* trivial: fix code formatThomas Haller2022-04-281-2/+2
* 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