summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* cli: fix memory leakBeniamino Galvani2018-10-221-0/+1
* cli: fix crash when removing devicesBeniamino Galvani2018-10-221-5/+3
* cli/tests: add test for adding and displaying gsm/serial settingsThomas Haller2018-10-173-1997/+2737
* cli: minor cleanup of _set_fcn_gobject_enum()Thomas Haller2018-10-171-5/+6
* cli: fix setting "serial.parity" enumThomas Haller2018-10-171-1/+0
* cli: fix handling uint64 connection property "serial.send-delay"Thomas Haller2018-10-172-60/+104
* cli: check we have an active connection before showing hintbg/fix-hint-assertionBeniamino Galvani2018-10-111-0/+3
* cli: don't needlessly cast function pointer for rl_attempted_completion_functionThomas Haller2018-10-102-4/+4
* cli: don't access global nm_cli variable from nmc_setting_set_property()Thomas Haller2018-10-103-23/+29
* cli: don't use global variable nm_cli in nmc_terminal_spawn_pager()Thomas Haller2018-10-106-18/+26
* cli: don't use global nm_cli in nmc_readline_*()Thomas Haller2018-10-106-135/+194
* cli: don't pass complex info argument to active_connection_hint()Thomas Haller2018-10-101-10/+12
* cli: fix memory leakbg/issue51Beniamino Galvani2018-10-091-0/+4
* cli: fix cleanup after activation from editorBeniamino Galvani2018-10-091-4/+6
* cli: add support for wpan.page and wpan.channel propertieslr/wpan-channelLubomir Rintel2018-10-072-2/+32
* core/setting-wpan: add page and channel propertiesLubomir Rintel2018-10-071-0/+2
* cli: advise the user to consult logs when a connection fails to activateLubomir Rintel2018-10-011-0/+34
* Fix typosRafael Fontenelle2018-09-302-4/+4
* cli: cleanup of error handling in nmc_property_set_bytes()Thomas Haller2018-09-291-12/+5
* wifi: support hidden ssid in AP modebg/ap-hiddenBeniamino Galvani2018-09-271-1/+1
* cli: print per-device & per-AF connectivity statusLubomir Rintel2018-09-248-1166/+1910
* all: pass O_CLOEXEC flag to g_mkstemp()Thomas Haller2018-09-211-1/+2
* cli: adjust error message about incompatible connection/deviceThomas Haller2018-09-201-1/+1
* docs: misc. typosluz.paz2018-09-1511-21/+21
* clients: fix memory leak when parsing routesBeniamino Galvani2018-09-141-2/+11
* cli: fix reading "vpn.secrets.*" from passwd-fileThomas Haller2018-09-145-9/+17
* libnm/docs: clarify which interface to share with ipvx.method=sharedThomas Haller2018-09-071-2/+2
* cli: add support for connection.llmnrBeniamino Galvani2018-09-064-512/+656
* libnm-core: add connection.llmnr propertyBeniamino Galvani2018-09-061-0/+1
* libnm-core: fix documentation for connection.mdnsBeniamino Galvani2018-09-061-1/+1
* cli: fix autocompletion for connection commandsBeniamino Galvani2018-08-271-10/+10
* cli: autocomplete connection type even if it has an aliasBeniamino Galvani2018-08-271-5/+3
* cli: fix connection type completion on connection addBeniamino Galvani2018-08-271-7/+26
* ip4-config: fix a typoLubomir Rintel2018-08-191-1/+1
* all: add 'match' settingBeniamino Galvani2018-08-113-0/+80
* shared: add @allow_escaping argument to @nm_utils_strsplit_setBeniamino Galvani2018-08-114-32/+32
* all/ethtool: add support for all currently supported kernel featuresThomas Haller2018-08-101-0/+39
* cli: hide ethtool options form `nmcli connection show "$PROFILE"` outputThomas Haller2018-08-101-0/+1
* cli: add functionality to hide properties from outputThomas Haller2018-08-102-1/+17
* platform/ethtool: add code to get/set offload features via ethtoolThomas Haller2018-08-101-0/+2
* libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller2018-08-104-2/+133
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-32/+23
* cli: fix nmc_setting_get_valid_properties() to use setting metadataThomas Haller2018-08-101-18/+12
* cli: drop NMCTriStateValue for NMTernaryThomas Haller2018-08-103-16/+10
* build/meson: fix naming of shared_nm_meta_setting_c variableThomas Haller2018-08-101-1/+1
* cli: remove assertion in nmc_device_state_to_color()Beniamino Galvani2018-08-101-1/+1
* all/style: write elvis operator ?: without spaceThomas Haller2018-08-091-1/+1
* all: add connection.multi-connect property for wildcard profilesThomas Haller2018-08-085-512/+657
* libnm/docs: don't document NM_SETTING_NAME propertyThomas Haller2018-08-031-42/+0
* cli: remove unused argument from nm_meta_selection_create_parse_list()Thomas Haller2018-07-254-6/+3