summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli: reuse existing nm_meta_abstract_infos_get_names_str()Thomas Haller2018-07-251-17/+11
* cli: don't explicitly unset out_to_free argument in NMMetaType.get_nested()Thomas Haller2018-07-253-4/+2
* cli: drop local variable multiline in _print_do()Thomas Haller2018-07-251-8/+7
* cli: simplify tracking of parent column in PrintDataCol structureThomas Haller2018-07-251-9/+42
* cli: minor cleanup explicitly checking print_outputThomas Haller2018-07-254-6/+10
* cli: minor cleanup evaluating print_outputThomas Haller2018-07-251-21/+39
* cli: minor cleanup in _print_data_cell_clear_text()Thomas Haller2018-07-251-10/+13
* cli: fix skipping columns with all default-valuesThomas Haller2018-07-252-10/+18
* cli: don't translate device state in --terse modeThomas Haller2018-07-252-85/+86
* cli/tests: cache UUID for test replacement in stdoutThomas Haller2018-07-255-1342/+1351
* cli/tests: avoid duplicate --terse option in testsThomas Haller2018-07-252-1354/+3758
* cli/tests: add more tests for nmcli outputThomas Haller2018-07-252-424/+32097
* cli/tests: rework clients-tests.py to combine .expected outputThomas Haller2018-07-25856-36402/+33058
* build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-173-4/+0
* device: configure SR-IOVBeniamino Galvani2018-07-111-0/+1
* cli: add support for configuring SR-IOVBeniamino Galvani2018-07-112-1/+106
* libnm-core: add SR-IOV settingBeniamino Galvani2018-07-111-0/+4
* libnm-core: tc: fix indentation and typoBeniamino Galvani2018-07-111-1/+1
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-119-58/+58