summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: cli: rework printing of "ap" device detailsth/cli-connection-handling-6Thomas Haller2020-03-164-306/+304
* cli: extend processing of fields selection for common/all typesThomas Haller2020-03-163-18/+47
* cli: handle field selector prefix in nm_meta_selection_create_parse_list()Thomas Haller2020-03-169-72/+85
* cli: extend printing to support different styles of headersThomas Haller2020-03-162-25/+120
* cli: let nm_meta_selection_create_parse_list() handle selecting "common" fieldsThomas Haller2020-03-161-1/+7
* cli: allow marking NMMetaAbstractInfo to be excluded from get-all-fieldsThomas Haller2020-03-165-25/+269
* 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
| * nm-setting-bond: let 'miimon' and 'arp_interval' coexist for verify()Antonio Cardace2020-03-062-11/+10
| * nm-setting-bond: if unset consider bond options with default values for valid...Antonio Cardace2020-03-062-20/+30
|/
* ifcfg-rh: use binary search for converting string to ethtool IDThomas Haller2020-03-061-31/+87
* ifcfg-rh/tests: add test for consistency of ethtool ifcfg namesThomas Haller2020-03-061-0/+57
* shared: expose size of nm_ethtool_data array in headerThomas Haller2020-03-061-1/+1
* man: show example for `nmcli --ask device wifi connect` in nmcli-example manualThomas Haller2020-03-061-1/+2
* man: show example for `nmcli device wifi connect` in nmcli-example manualAuke Kok2020-03-061-0/+4
* core: merge branch 'th/prune-device-state-files'Thomas Haller2020-03-044-33/+70
|\
| * core: periodically cleanup unused device state files from /runThomas Haller2020-03-041-1/+19
| * core: return ifindex from nm_manager_write_device_state()Thomas Haller2020-03-042-14/+22
| * core/trivial: rename nm_config_device_state_prune_unseen() to nm_config_devic...Thomas Haller2020-03-043-5/+5
| * core: cleanup nm_config_device_state_prune_unseen() and accept NMPlatform for...Thomas Haller2020-03-043-18/+29
|/
* dns: cleanup update_dns() for returning errorThomas Haller2020-03-041-18/+33
* dns: use gs_free_error for clearing error from update_dns()Thomas Haller2020-03-041-22/+20
* dns: ensure to log a warning when writing /etc/resolv.conf failsThomas Haller2020-03-041-4/+6
* dhcp: clean source on dispatch failure (fix leak)Thomas Haller2020-03-031-1/+1