summaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2018-10-10cli: don't needlessly cast function pointer for rl_attempted_completion_functionThomas Haller2-4/+4
2018-10-10cli: don't access global nm_cli variable from nmc_setting_set_property()Thomas Haller3-23/+29
2018-10-10cli: don't use global variable nm_cli in nmc_terminal_spawn_pager()Thomas Haller6-18/+26
2018-10-10cli: don't use global nm_cli in nmc_readline_*()Thomas Haller6-135/+194
2018-10-10cli: don't pass complex info argument to active_connection_hint()Thomas Haller1-10/+12
2018-10-09cli: fix memory leakBeniamino Galvani1-0/+4
2018-10-09cli: fix cleanup after activation from editorBeniamino Galvani1-4/+6
2018-10-07cli: add support for wpan.page and wpan.channel propertiesLubomir Rintel2-2/+32
2018-10-07core/setting-wpan: add page and channel propertiesLubomir Rintel1-0/+2
2018-10-01cli: advise the user to consult logs when a connection fails to activateLubomir Rintel1-0/+34
2018-09-30Fix typosRafael Fontenelle2-4/+4
2018-09-29cli: cleanup of error handling in nmc_property_set_bytes()Thomas Haller1-12/+5
2018-09-27wifi: support hidden ssid in AP modeBeniamino Galvani1-1/+1
2018-09-24cli: print per-device & per-AF connectivity statusLubomir Rintel8-1166/+1910
2018-09-21all: pass O_CLOEXEC flag to g_mkstemp()Thomas Haller1-1/+2
2018-09-20cli: adjust error message about incompatible connection/deviceThomas Haller1-1/+1
2018-09-15docs: misc. typosluz.paz11-21/+21
2018-09-14clients: fix memory leak when parsing routesBeniamino Galvani1-2/+11
2018-09-14cli: fix reading "vpn.secrets.*" from passwd-fileThomas Haller5-9/+17
2018-09-07libnm/docs: clarify which interface to share with ipvx.method=sharedThomas Haller1-2/+2
2018-09-06cli: add support for connection.llmnrBeniamino Galvani4-512/+656
2018-09-06libnm-core: add connection.llmnr propertyBeniamino Galvani1-0/+1
2018-09-06libnm-core: fix documentation for connection.mdnsBeniamino Galvani1-1/+1
2018-08-27cli: fix autocompletion for connection commandsBeniamino Galvani1-10/+10
2018-08-27cli: autocomplete connection type even if it has an aliasBeniamino Galvani1-5/+3
2018-08-27cli: fix connection type completion on connection addBeniamino Galvani1-7/+26
2018-08-19ip4-config: fix a typoLubomir Rintel1-1/+1
2018-08-11all: add 'match' settingBeniamino Galvani3-0/+80
2018-08-11shared: add @allow_escaping argument to @nm_utils_strsplit_setBeniamino Galvani4-32/+32
2018-08-10all/ethtool: add support for all currently supported kernel featuresThomas Haller1-0/+39
2018-08-10cli: hide ethtool options form `nmcli connection show "$PROFILE"` outputThomas Haller1-0/+1
2018-08-10cli: add functionality to hide properties from outputThomas Haller2-1/+17
2018-08-10platform/ethtool: add code to get/set offload features via ethtoolThomas Haller1-0/+2
2018-08-10libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller4-2/+133
2018-08-10libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller1-32/+23
2018-08-10cli: fix nmc_setting_get_valid_properties() to use setting metadataThomas Haller1-18/+12
2018-08-10cli: drop NMCTriStateValue for NMTernaryThomas Haller3-16/+10
2018-08-10build/meson: fix naming of shared_nm_meta_setting_c variableThomas Haller1-1/+1
2018-08-10cli: remove assertion in nmc_device_state_to_color()Beniamino Galvani1-1/+1
2018-08-09all/style: write elvis operator ?: without spaceThomas Haller1-1/+1
2018-08-08all: add connection.multi-connect property for wildcard profilesThomas Haller5-512/+657
2018-08-03libnm/docs: don't document NM_SETTING_NAME propertyThomas Haller1-42/+0
2018-07-25cli: remove unused argument from nm_meta_selection_create_parse_list()Thomas Haller4-6/+3
2018-07-25cli: reuse existing nm_meta_abstract_infos_get_names_str()Thomas Haller1-17/+11
2018-07-25cli: don't explicitly unset out_to_free argument in NMMetaType.get_nested()Thomas Haller3-4/+2
2018-07-25cli: drop local variable multiline in _print_do()Thomas Haller1-8/+7
2018-07-25cli: simplify tracking of parent column in PrintDataCol structureThomas Haller1-9/+42
2018-07-25cli: minor cleanup explicitly checking print_outputThomas Haller4-6/+10
2018-07-25cli: minor cleanup evaluating print_outputThomas Haller1-21/+39
2018-07-25cli: minor cleanup in _print_data_cell_clear_text()Thomas Haller1-10/+13