summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* initrd: write the hostname to stdout with --stdoutbg/initrd-bootifBeniamino Galvani2020-07-031-13/+18
* initrd: fix generating default BOOTIF= connectionBeniamino Galvani2020-07-032-2/+40
* device: restart DHCP only for devices that are active or activatingBeniamino Galvani2020-07-031-0/+4
* gitlab-ci: check "examples/python/gi/nm-wg-set" with blackThomas Haller2020-07-021-1/+1
* build: check "examples/python/gi/nm-wg-set" with blackThomas Haller2020-07-021-1/+1
* examples: run python black on "examples/python/gi/nm-wg-set"Thomas Haller2020-07-021-94/+185
* ndisc/tests: make assertion checks a macro and not a function in test-ndisc-fakeThomas Haller2020-07-021-38/+39
* wifi: merge branch 'bg/ap-isolation'Beniamino Galvani2020-07-0121-21/+339
|\
| * supplicant,device: support AP isolationbg/ap-isolationBeniamino Galvani2020-07-014-15/+132
| * all: add ap-isolation property to wifi settingBeniamino Galvani2020-07-0115-6/+181
| * ifcfg-rh: add generic shvar getter and setter for ternary variablesBeniamino Galvani2020-07-012-0/+26
|/
* libnm: fix leak in nm_utils_is_json_object()Thomas Haller2020-07-011-2/+1
* modem: suppress deprecated warning from libmm for MM_MODEM_CAPABILITY_LTE_ADV...Thomas Haller2020-06-301-3/+16
* platform/tests: avoid test failures accepting route added signalsThomas Haller2020-06-301-1/+1
* wifi: renew dynamic IP configuration after roamingbg/wifi-renew-dhcp-on-roamBeniamino Galvani2020-06-301-0/+9
* ifcfg-rh,libnm: merge branch 'th/ifcfg-bridge-writer'Thomas Haller2020-06-303-89/+74
|\
| * libnm/doc: clarify values for "bridge.multicast-router"Thomas Haller2020-06-302-3/+4
| * ifcfg-rh: hard code the defaults for bridge settings in write_bridge_setting()Thomas Haller2020-06-301-40/+45
| * ifcfg-rh: use guint type for handling nm_setting_bridge_get_ageing_time() ret...Thomas Haller2020-06-301-3/+4
| * ifcfg-rh: use nm_gstring_add_space_delimiter() in write_bridge_setting()Thomas Haller2020-06-301-44/+22
|/
* contrib: consistency check meson.build in release scriptThomas Haller2020-06-301-6/+10
* contrib: improve release script with howto comments and help optionThomas Haller2020-06-301-29/+73
* version: add 1.28 macrosBeniamino Galvani2020-06-302-0/+15
* build: for signing use key from git's user.signingkeyThomas Haller2020-06-291-1/+5
* release: cleanup temporary release-branch and avoid prompt for ftpadmin installThomas Haller2020-06-281-1/+3
* release: fix "rc" release build and add option to suppress check for local br...Thomas Haller2020-06-281-8/+24
* release: fix RC_VERSION for release scriptThomas Haller2020-06-281-1/+1
* release: fix release script for "rc"Thomas Haller2020-06-281-1/+2
* device: clean up exported IP6 config when flushing addressesBeniamino Galvani2020-06-281-0/+3
* NEWS: updateAntonio Cardace2020-06-261-0/+3
* nmcs-gcp: merge branch 'ac/gcp_cloud_support'Antonio Cardace2020-06-2614-71/+735
|\
| * nmcs-gcp: add support for Google Cloud Platform load balancersAntonio Cardace2020-06-266-0/+550
| * nmcs-main: support adding additional routesAntonio Cardace2020-06-263-56/+80
| * nmcs-http: add param to GET API to set custom HTTP headersAntonio Cardace2020-06-263-0/+35
| * main: remove unused argumentAntonio Cardace2020-06-261-2/+0
| * nmcs: fix indentationAntonio Cardace2020-06-261-2/+2
| * nm-shared-utils: add util to parse out lines from a stringAntonio Cardace2020-06-262-0/+46
| * nmcs: add error message when a HTTP request times outAntonio Cardace2020-06-261-1/+2
| * nmcs-http: remove the timeout once expiredAntonio Cardace2020-06-261-1/+1
| * nmcs-http: fix multiple HTTP request bugAntonio Cardace2020-06-261-9/+19
|/
* core,libnm: merge branch 'th/kernel-cmdline-match'Thomas Haller2020-06-267-120/+245
|\
| * libnm/match: extend syntax for match patterns with '|', '&', '!' and '\\'Thomas Haller2020-06-264-97/+163
| * core/tests: add unit test for nm_utils_kernel_cmdline_match_check()Thomas Haller2020-06-261-0/+34
| * core: move matching of kernel command line to separate functionThomas Haller2020-06-263-79/+97
| * docs: fix escaping XML in "tools/generate-docs-nm-settings-docs-gir.py"Thomas Haller2020-06-261-5/+12
|/
* all: merge branch 'th/strbuf-uses'Thomas Haller2020-06-2612-424/+672
|\
| * supplicant: use NMStrBuf in wifi_freqs_to_string()Thomas Haller2020-06-261-14/+28
| * supplicant: use nm_streq() in "nm-supplicant-config.c"Thomas Haller2020-06-261-18/+18
| * libnm: refactor wifi frequency handling in libnmThomas Haller2020-06-262-64/+176
| * libnm: don't use assert for validating arguments to nm_utils_wifi_find_next_c...Thomas Haller2020-06-261-4/+2