summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: improve IPv6 address synchronizationbg/ipv6-addresses-order-rh1814557Beniamino Galvani2020-03-251-32/+63
* platform: sort IPv6 addresses from platform during syncBeniamino Galvani2020-03-251-3/+8
* tests: replace NMTST_SWAP() by new NM_SWAP() macroThomas Haller2020-03-256-19/+10
* shared: add NM_SWAP() macroThomas Haller2020-03-251-0/+11
* core: merge branch 'af/settings-add-matches' (part 1)Thomas Haller2020-03-243-1/+61
|\
| * utils: use nm_utils_strsplit_set_full() in nm_utils_proc_cmdline_split()Thomas Haller2020-03-241-5/+13
| * shared: add NM_ASCII_WHITESPACES macroThomas Haller2020-03-241-1/+6
| * nm-core-utils: add nm_utils_proc_cmdlineAdrian Freihofer2020-03-242-0/+47
|/
* po: update Ukrainian (uk) translationYuri Chornoivan2020-03-241-1712/+1846
* Add domain_match mode for wifi certificate domain comparisonNiklas Goerke2020-03-2311-3/+149
* systemd: merge branch systemd into masterThomas Haller2020-03-2341-585/+1216
|\
| * systemd: update code from upstream (2020-03-23)Thomas Haller2020-03-2339-581/+1206
* | core: avoid assertion failure in _settings_connection_flags_changed() without...Thomas Haller2020-03-231-7/+12
* | clients/tests: comment return code by signal in test outputThomas Haller2020-03-231-1/+43
* | cli: merge branch 'bg/cli-remove-setting'Beniamino Galvani2020-03-239-42/+145
|\ \
| * | cli: support setting removalBeniamino Galvani2020-03-234-36/+138
| * | libnm-core: slightly improve sriov setting documentationBeniamino Galvani2020-03-232-2/+3
| * | libnm-core: remove trailing dot from setting descriptionBeniamino Galvani2020-03-234-4/+4
|/ /
* | all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-2346-90/+90
* | all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-2344-123/+123
* | libnm: merge branch 'th/libnm-dbus-async-calls'Thomas Haller2020-03-2336-118/+394
|\ \
| * | libnm: enable macros for marking sync libnm methods as deprecatedThomas Haller2020-03-231-4/+5
| * | libnm: drop unused codeThomas Haller2020-03-231-6/+0
| * | cli: use async method D-Bus for `nmcli radio wifi on|off`Thomas Haller2020-03-231-1/+27
| * | cli: use async method D-Bus for `nmcli networking on|off`Thomas Haller2020-03-231-2/+34
| * | cli: replace deprecated and synchronous nm_client_set_logging()Thomas Haller2020-03-231-8/+30
| * | libnm: advise using D-Bus instead of deprecated synchronous methodsThomas Haller2020-03-232-24/+20
| * | libnm: add nm_client_dbus_set_property() APIThomas Haller2020-03-233-0/+100
| * | libnm: add nm_client_dbus_call() APIThomas Haller2020-03-233-0/+107
| * | shared: allow nm_dbus_connection_call_finish_variant_cb() with D-Bus methods ...Thomas Haller2020-03-231-4/+2
| * | libnm/doc: fix gtk-doc for deprecated markers in libnmThomas Haller2020-03-2330-70/+70
|/ /
* | wifi: merge branch 'blocktrron/owe-tm'Thomas Haller2020-03-223-5/+20
|\ \
| * | core/wifi: minor cleanup in _bss_info_properties_changed()Thomas Haller2020-03-221-5/+2
| * | core/wifi: always set owe_transition_mode output in nm_wifi_utils_parse_ies()Thomas Haller2020-03-222-4/+5
| * | nm-supplicant-interface: enable OWE security when transition mode is availableDavid Bauer2020-03-223-3/+20
|/ /
* | supplicant: fix crash setting supplicant state downThomas Haller2020-03-202-0/+5
* | cli: fix `nmcli device wifi` with no Wi-Fi devices availableThomas Haller2020-03-201-0/+10
* | nm-setting-bond: merge branch 'ac/fix_add_miimon'Antonio Cardace2020-03-193-18/+14
|\ \
| * | nm-setting-bond: don't take default values into account when comparing optionsAntonio Cardace2020-03-192-18/+9
| * | ifcfg-rh: add 'timestamp' property before comparing a reread connectionAntonio Cardace2020-03-191-0/+5
|/ /
* | libnm-core: fix wording for 'nm_sett_info_propert_type_mac_addrees'Antonio Cardace2020-03-199-10/+10
* | cli: fix use after free in wifi_list_finish()Thomas Haller2020-03-191-2/+2
* | cli: merge branch 'th/cli-device-wifi-list-rework'Thomas Haller2020-03-191-109/+127
|\ \
| * | cli: rework do_device_wifi_list() to scan and print Wi-Fi listThomas Haller2020-03-191-104/+123
| * | cli: use nm_utils_hwaddr_matches() for matching BSSID in wifi_print_aps()Thomas Haller2020-03-191-5/+4
|/ /
* | gitlab-ci: use ruby:2.7 for triage pipelineAntonio Cardace2020-03-182-6/+7
* | gitlab-ci: add scheduled pipeline to triage inactive issues and MRsAntonio Cardace2020-03-182-0/+76
* | n-dhcp4: fallback to CLOCK_MONOTONIC for timerfd (resync with upstream)Thomas Haller2020-03-182-29/+28
* | supplicant: combine multiple log lines about supported supplicant featuresThomas Haller2020-03-182-20/+31
* | core: avoid unbound recursion in IPv6 connection sharingBeniamino Galvani2020-03-171-28/+27