summaryrefslogtreecommitdiff
path: root/clients/cli
Commit message (Expand)AuthorAgeFilesLines
* cli: add kill switch indication to "nmcli" outputLubomir Rintel2019-09-202-0/+37
* cli: add 'general reload' commandBeniamino Galvani2019-09-171-0/+97
* cli: don't create a NMClient for the 'connection reload' commandBeniamino Galvani2019-09-173-4/+65
* all: SPDX header conversionLubomir Rintel2019-09-1018-252/+18
* clients: avoid clearing a structure pointer when we're still using itLubomir Rintel2019-09-021-2/+3
* wifi: expose IBSS_RSN capabilityBeniamino Galvani2019-08-262-10/+15
* cli: include BSSID to NMC_FIELDS_DEV_WIFI_LIST_COMMONMaciek Borzecki2019-08-221-1/+1
* cli: prefer nm_assert() to g_assert*()Francesco Giudici2019-08-221-3/+3
* cli: fix bad indentationFrancesco Giudici2019-08-221-2/+2
* cli: cleanup unique_master_iface_ifname()Thomas Haller2019-08-201-12/+12
* cli: cleanup setting default interface-nameThomas Haller2019-08-201-17/+22
* cli: fix handling modifier in nmc_read_connection_properties() for aliasesThomas Haller2019-08-161-31/+28
* cli: add NMMetaAccessorModifier enum instead of using "char" typeThomas Haller2019-08-163-60/+146
* cli: reorder checks in nmc_setting_set_property() for modifier typeThomas Haller2019-08-161-6/+7
* cli: use cleanup macro for freeing AddAndActivateInfoThomas Haller2019-08-051-57/+57
* cli: add helper function to create and initialize AddAndActivateInfo structThomas Haller2019-08-051-21/+29
* cli: update the existing connection on "dev wifi connect"lr/nm-d-wifi-con-updateLubomir Rintel2019-08-021-16/+49
* cli: take a reference to device in AddAndActivateInfoLubomir Rintel2019-08-021-6/+13
* cli: remove an unnecessary conditionLubomir Rintel2019-08-021-1/+1
* cli: (trivial) rename do_device_wifi_connect_network() to do_device_wifi_conn...Lubomir Rintel2019-08-021-6/+6
* cli: fix dereferncing NULL pointer in parse_passwords() with empty fileThomas Haller2019-08-021-2/+1
* cli: use gs_free_error in nmcli's "connections.c"Thomas Haller2019-08-021-28/+32
* cli: abort on extra argumentsLubomir Rintel2019-07-302-11/+19
* cli: drop NMC_RETURNLubomir Rintel2019-07-302-26/+21
* clients: Wi-Fi Mesh supportlr/wifi-meshLubomir Rintel2019-07-292-0/+6
* cli: use nm_client_add_connection2() API from nmcliThomas Haller2019-07-251-116/+114
* clients: add ovs-dpdk interface supportlr/ovs-dpdkLubomir Rintel2019-06-141-1/+2
* cli: fix crash on autocompletionBeniamino Galvani2019-06-111-2/+3
* cli: enforce int type in for loopsFrancesco Giudici2019-05-291-15/+15
* cli: don't force interface name on add_and_activateLubomir Rintel2019-05-281-1/+0
* cli: allow completing filenamesBeniamino Galvani2019-05-061-7/+16
* cli: remove bluetooth completion codeBeniamino Galvani2019-05-061-8/+2
* cli: drop GValue transform functions for strdict and implement it in _get_fcn...Thomas Haller2019-04-251-36/+0
* cli: drop GValue transformation of GBytes to string and implement bytes gette...Thomas Haller2019-04-251-32/+0
* cli: drop GValue transform function for G_TYPE_STRV to G_TYPE_STRINGThomas Haller2019-04-251-16/+0
* cli: don't wait for connection change on update failureBeniamino Galvani2019-04-241-2/+4
* build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2019-04-181-1/+1
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-182-2/+2
* cli: fix crash in split_required_fields_for_con_show()Thomas Haller2019-04-161-2/+6
* cli: tab complete only full D-Bus paths if there is no prefixth/cli-select-connectionThomas Haller2019-04-151-1/+1
* cli: prefer matching connections by "uuid" instead of "id"Thomas Haller2019-04-151-27/+51
* cli: drop unnecessary NULL sentinel from nmc_complete_strings()Thomas Haller2019-04-156-30/+30
* cli: fix typo in nmcli usage outputThomas Haller2019-04-121-1/+1
* cli: cleanup split_required_fields_for_con_show()Thomas Haller2019-04-101-49/+43
* shared: add flags argument to nm_utils_strsplit_set()Thomas Haller2019-04-103-4/+5
* cli: fix missing newline for printing error message about "Connection deletio...Thomas Haller2019-04-051-1/+1
* clients: only ask secrets for settings that require themBeniamino Galvani2019-04-021-0/+6
* cli: fix a crash on "nmcli d wifi hotspot"Lubomir Rintel2019-04-021-0/+1
* cli: fix accepting %NULL value for '+' modifierThomas Haller2019-03-271-1/+6
* cli: freeze/thaw property changed signals in nmc_setting_set_property()Thomas Haller2019-03-251-7/+11