summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* settings: fix assertion when updating default wired connectionbg/issue471Beniamino Galvani2020-06-221-4/+3
* shared: fix string truncation in nm_str_buf_append_printf()Thomas Haller2020-06-211-1/+1
* shared: allow empty NMStrBuf buffers with un-allocated memoryThomas Haller2020-06-202-15/+28
* all: merge branch 'th/stdict-values'Thomas Haller2020-06-199-111/+146
|\
| * libnm: ensure stable behavior in _nm_ip_route_attribute_validate_all()Thomas Haller2020-06-191-5/+14
| * libnm: use nm_utils_named_values_from_strdict() in "nm-setting-tc-config.c"Thomas Haller2020-06-191-16/+30
| * libnm: add missing since gtk-doc for nm_tc_action_get_attribute_names()Thomas Haller2020-06-191-0/+6
| * shared: refactor nm_utils_strdict_to_variant_ass() to use nm_utils_named_valu...Thomas Haller2020-06-191-40/+15
| * shared,core: rename and move function to nm_utils_strdict_to_variant_asv()Thomas Haller2020-06-195-30/+29
| * ifcfg-rh: use nm_utils_named_values_from_strdict() in write_secrets()Thomas Haller2020-06-191-6/+12
| * shared: avoid allocating temporary buffer for nm_utils_named_values_from_strd...Thomas Haller2020-06-194-25/+51
| * shared: make NMUtilsNamedValue.value_ptr non constThomas Haller2020-06-191-1/+1
|/
* build: merge branch 'ss/python-improvements'Thomas Haller2020-06-193-2/+13
|\
| * gitlab-ci: enable python black check in gitlab-ciThomas Haller2020-06-191-1/+2
| * gitlab-ci: run checkpatch test against fedora:32 targetThomas Haller2020-06-191-1/+1
| * build: optionally skip python black check by setting NMTST_SKIP_PYTHON_BLACK=1Thomas Haller2020-06-191-1/+2
| * build: create check for python blackSayed Shah2020-06-192-0/+9
|/
* po: update Ukrainian (uk) translationYuri Chornoivan2020-06-191-823/+838
* ifcfg-rh: fix memory leak reading tc filtersBeniamino Galvani2020-06-181-1/+1
* supplicant: fix memory leakBeniamino Galvani2020-06-181-0/+1
* libnm-core: fix memory leak in match settingBeniamino Galvani2020-06-181-0/+1
* cli: fix reference count handling in hotspot error pathBeniamino Galvani2020-06-181-1/+0
* platform: merge branch 'ac/local_route'Antonio Cardace2020-06-1618-17/+262
|\
| * setting-ip-config: validate route attributes in verify()Antonio Cardace2020-06-161-0/+14
| * platform: add support for local routesAntonio Cardace2020-06-1618-17/+248
|/
* build: fix detecting use of pregenerated docs in "configure.ac"Thomas Haller2020-06-161-2/+3
* release: bump version to 1.27.0 (development)1.27.0-devThomas Haller2020-06-152-3/+3
* release: bump version to 1.25.90 (1.26-rc1)1.26-rc1Thomas Haller2020-06-152-2/+2
* firewalld: allow access to SSH in "nm-shared" firewalld zoneThomas Haller2020-06-151-0/+1
* all: reformat python files with python blackSayed Shah2020-06-1544-2014/+3232
* NEWS: updateBeniamino Galvani2020-06-151-1/+2
* glib: always re-implement g_steal_pointer()Thomas Haller2020-06-151-3/+9
* build: ensure man directory exists for "man/nm-settings-docs-*.xml"Thomas Haller2020-06-151-2/+2
* lldp: merge branch 'th/lldp-mud-url'Thomas Haller2020-06-153-11/+103
|\
| * lldp: omit empty "object-id" for LLDP management addressThomas Haller2020-06-152-3/+4
| * lldp: expose "mud-url" LLDP attribute for the MUD usage descriptionThomas Haller2020-06-153-4/+54
| * lldp: cleanup converting binary LLDP fields to stringThomas Haller2020-06-151-5/+46
|/
* Revert "manager: change autoconnect-slaves logic for already active slaves"Beniamino Galvani2020-06-151-32/+3
* NEWS: updateThomas Haller2020-06-151-0/+8
* ndisc: merge branch 'th/revert-ipv6-slaac-lifetimes' for nm-1-26Thomas Haller2020-06-154-44/+31
|\
| * NEWS: updateThomas Haller2020-06-151-4/+0
| * Revert "IPv6 SLAAC: Clamp received PIO and RIO Lifetime Values"Thomas Haller2020-06-151-22/+5
| * Revert "IPv6 SLAAC: Honor small PIO Valid Lifetimes"Thomas Haller2020-06-152-18/+26
|/
* systemd: merge branch systemd into masterThomas Haller2020-06-1368-790/+2007
|\
| * systemd: update code from upstream (2020-06-13)Thomas Haller2020-06-1365-785/+1995
* | merge: branch 'bg/match-path-rh1673321'Beniamino Galvani2020-06-1222-942/+1597
|\ \
| * | device: honor the match.path propertyBeniamino Galvani2020-06-121-0/+8
| * | all: add "path" property to the match settingBeniamino Galvani2020-06-129-7/+277
| * | all: add device.path propertyBeniamino Galvani2020-06-1210-880/+1272
| * | platform: add nm_platform_link_get_path()Beniamino Galvani2020-06-122-0/+11