summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: rework do_device_wifi_list() to scan and print Wi-Fi listth/cli-device-wifi-list-reworkThomas Haller2020-03-181-104/+112
* cli: use nm_utils_hwaddr_matches() for matching BSSID in wifi_print_aps()Thomas Haller2020-03-181-5/+4
* 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
* license: add Soapux to RELICENSE.mdThomas Haller2020-03-172-0/+2
* license: fix Dan's email address in RELICENSE.mdThomas Haller2020-03-171-1/+1
* license: add Christian to RELICENSE.mdThomas Haller2020-03-171-0/+1
* man: improve manual page for nm-onlineThomas Haller2020-03-171-9/+29
* license: add Jan to RELICENSE.mdThomas Haller2020-03-171-0/+1
* license: add Corentin to RELICENSE.mdThomas Haller2020-03-171-0/+1
* license: add Javier to RELICENSE.mdThomas Haller2020-03-171-0/+1
* license: add Jan to RELICENSE.mdThomas Haller2020-03-171-0/+1
* license: add Benjamin to RELICENSE.mdThomas Haller2020-03-171-0/+1
* device: merge branch 'th/act-stage2-re-entrant'Thomas Haller2020-03-1717-264/+257
|\
| * device: make device stage2 reentrant for NMDeviceBridgeThomas Haller2020-03-171-1/+4
| * device: make device stage2 reentrant for NMDeviceAdslThomas Haller2020-03-171-5/+11
| * device: allow scheduling nm_device_activate_schedule_stage2_device_config() r...Thomas Haller2020-03-172-12/+11
| * device: allow scheduling nm_device_activate_schedule_stage1_prepare() right awayThomas Haller2020-03-1711-31/+28
| * device/wifi: don't postpone act_stage2_config() for iwd when nothing to waitThomas Haller2020-03-171-1/+4
| * device: various code cleanups in devicesThomas Haller2020-03-1712-214/+191
| * libnm-core: minor cleanup checks in "nm-setting-adsl.c"'s verify()Thomas Haller2020-03-171-8/+8
| * shared: add nm_g_variant_is_of_type() helperThomas Haller2020-03-171-0/+8
|/
* cli: merge branch 'th/cli-device-wifi-cleanup'Thomas Haller2020-03-162-90/+125
|\
| * cli: fix out of bounds access in _print_fill()Thomas Haller2020-03-161-1/+2
| * cli: minor cleanup dropping unnecessary local variablesThomas Haller2020-03-161-7/+8
| * cli: return typed PrintDataCol array from _output_selection_parse()Thomas Haller2020-03-161-7/+13
| * cli: add get_type argument to ap_wpa_rsn_flags_to_string() for optional i18nThomas Haller2020-03-161-7/+11
| * cli: use slice allocator in do_device_wifi_list() and designated initializers...Thomas Haller2020-03-161-15/+26
| * cli: cleanup selecting Wi-Fi device for `nmcli device wifi list`Thomas Haller2020-03-161-28/+47
| * cli: take reference in sort_access_points() for "clients/cli/devices.c"Thomas Haller2020-03-161-6/+5
| * cli: use NM_CMP*() macros for compare_aps() in "clients/cli/devices.c"Thomas Haller2020-03-161-8/+7
| * cli: use nm_utils_bin2hexstr_full() in ssid_to_hex()Thomas Haller2020-03-161-11/+6
|/
* libnm: fix nm_vpn_plugin_info_list_find_service_type()Thomas Haller2020-03-151-2/+0
* libnm: hide NMVpnPluginInfo structs from public APIThomas Haller2020-03-142-22/+15
* libnm: reuse _list_find_by_service() for searching NMVpnPluginInfoThomas Haller2020-03-141-34/+31
* libnm: let nm_vpn_plugin_info_new_search_file() call full list-loadThomas Haller2020-03-141-48/+33
* nm-device: merge branch 'ac/nm-device-hwaddr'Antonio Cardace2020-03-1357-685/+302
|\
| * nm-device: expose via D-Bus the 'hw-address' propertyAntonio Cardace2020-03-1357-681/+292
| * libnm: cleanup 'NML_DBUS_META_IFACE_INIT_PROP' macroAntonio Cardace2020-03-131-4/+10
|/
* license: add Atul to RELICENSE.mdAtul Anand2020-03-121-0/+1
* supplicant: merge branch 'th/supplicant'Thomas Haller2020-03-1215-2817/+4097
|\
| * wifi: track access point via hash table for supplicant D-Bus pathThomas Haller2020-03-123-19/+11
| * wifi: expose NMRefString for nm_wifi_ap_get_supplicant_path()Thomas Haller2020-03-125-31/+34
| * supplicant: large rework of wpa_supplicant handlingThomas Haller2020-03-1214-2785/+4069
| * wifi: delay release of old wfd_ies array in nm_wifi_p2p_peer_set_wfd_ies()Thomas Haller2020-03-121-1/+2
|/
* po: update Brazilian Portuguese (pt_BR) translationRafael Fontenelle2020-03-101-1617/+1801
* bond: merge branch 'ac/fix_miimon_updelay'Antonio Cardace2020-03-067-264/+360
|\
| * nmtui: only set 'mode' and enable 'miimon' when setting up a new connectionAntonio Cardace2020-03-061-12/+7
| * nm-setting-bond: add API to libnm to get the normalized bond option valueAntonio Cardace2020-03-063-0/+28
| * bond: bond options logic reworkAntonio Cardace2020-03-063-244/+308