summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-03platform: fix buildlr/el9-buildLubomir Rintel1-0/+1
2022-05-03test-ifcfg-rh: fix buildLubomir Rintel1-0/+1
2022-05-03fake-platform: fix buildLubomir Rintel1-0/+1
2022-05-03test-general: fix buildLubomir Rintel1-0/+1
2022-05-03daemon: fix buildLubomir Rintel2-0/+2
2022-05-03nmtui: fix buildLubomir Rintel1-0/+1
2022-05-03cloud-setup: fix buildLubomir Rintel1-0/+1
2022-05-03dhcp: merge branch 'bg/dhcp-lease-rundir'Beniamino Galvani9-59/+82
2022-05-03core: save DHCP lease information in state file in /runBeniamino Galvani5-24/+49
2022-05-03core: add nm_dhcp_config_get_option_values()Beniamino Galvani2-1/+25
2022-05-03dhcp: fix logging domainBeniamino Galvani1-6/+7
2022-05-03dhcp: improve logging for DHCPv6 merged leasesBeniamino Galvani2-28/+1
2022-05-02build/meson: avoid compiler warning generating "NM-1.0.gir"Thomas Haller1-0/+8
2022-05-02tests/client: improve readme for how to get test-client.py regenerate the tes...Thomas Haller1-2/+12
2022-05-02examples: improve finding last checkpoint in "checkpoint.py"Thomas Haller1-5/+5
2022-05-02core: transfer ownership of strbuf data in _fw_nft_set()Thomas Haller1-2/+1
2022-05-01version: add 1.40 macrosAdrian Freihofer2-0/+15
2022-04-28contrib: improve nm-in-container.d scriptsThomas Haller2-25/+121
2022-04-28platform: reorder fields to pack structs in "nm-platform.h"Thomas Haller1-25/+25
2022-04-28libnm: drop NM_DEPRECATED_IN_1_2/NM_AVAILABLE_IN_1_2 macros from structs in l...Thomas Haller2-4/+4
2022-04-28trivial: fix code formatThomas Haller1-2/+2
2022-04-28l3cfg: drop NM_L3_CFG_COMMIT_TYPE_ASSUME and assume_config_onceFernando Fernandez Mancera11-139/+36
2022-04-27platform: merge branch 'th/ipv6-address-order-rh2073032'Thomas Haller5-14/+27
2022-04-27core: change the priority order in static "ipv6.addresses"Thomas Haller5-11/+9
2022-04-27core: change order/priority of static IPv6 addresses relative to autoconf6/DH...Thomas Haller3-11/+26
2022-04-27device: set MTU after attaching bond portThomas Haller1-7/+17
2022-04-26all: hardcode HOST_NAME_MAX to 64Thomas Haller5-20/+27
2022-04-26po: update Ukrainian (uk) translationYuri Chornoivan1-330/+348
2022-04-21clients/tests: declare encoding of utf-8 python source "test-client.py"Thomas Haller1-0/+1
2022-04-21configure.ac: fix a syntax errorLubomir Rintel1-1/+1
2022-04-20glib-aux/tests: fix test for nm_hostname_is_valid() for different HOST_NAME_MAXThomas Haller1-10/+31
2022-04-20release: bump version to 1.39.2 (development)1.39.2-devThomas Haller2-2/+2
2022-04-20clients/tests: rename function Util.ReplaceTextUsingRegex to Util.ReplaceText...Thomas Haller1-3/+3
2022-04-20clients/tests: add code comment and extend pattern in test_offline()Thomas Haller1-1/+3
2022-04-20clients/tests: workaround unexpected output for offline testThomas Haller2-1/+7
2022-04-20clients/tests: merge branch 'th/clients-test-replace-text-rework'Thomas Haller1-52/+71
2022-04-20clients/tests: add code comment for how to get Polish translations on FedoraThomas Haller1-0/+1
2022-04-20clients/tests: rework Util.replace_text() to uniformly accept a callableThomas Haller1-52/+70
2022-04-20all/systemd: merge branch 'th/replace-systemd-utils-1'Thomas Haller19-303/+1196
2022-04-20systemd: drop "nm-sd-utils-core.h" and nm_sd_utils_id128_get_machine()Thomas Haller5-70/+0
2022-04-20systemd: drop unused nm_sd_hostname_is_valid()Thomas Haller2-10/+1
2022-04-20all: use nm_hostname_is_valid() instead of systemd codeThomas Haller4-8/+5
2022-04-20glib-aux: add nm_hostname_is_valid() helper from systemdThomas Haller3-0/+130
2022-04-20systemd: drop systemd path helpers from "nm-sd-utils-shared.h" adapter headerThomas Haller3-64/+0
2022-04-20all: avoid using systemd path utilsThomas Haller2-8/+5
2022-04-20glib-aux: add path-utils from systemdThomas Haller3-0/+585
2022-04-20systemd: drop nm_sd_utils_unbase64{char,mem}() wrappersThomas Haller3-141/+0
2022-04-20libnm: use own nm_unbase64mem_full() instead of systemd's in nm_utils_base64s...Thomas Haller1-2/+1
2022-04-20keyfile: use nm_unbase64char() instead of systemd code in _write_setting_wire...Thomas Haller1-2/+1
2022-04-20glib-aux: refactor nm_unbase64mem_full()Thomas Haller1-41/+44