summaryrefslogtreecommitdiff
path: root/clients/cli
Commit message (Expand)AuthorAgeFilesLines
* devices: reuse the hotspot connection if we find appropriate onelr/hotspot-reuseLubomir Rintel2019-10-301-75/+140
* cli: split off the update or add-and-activate logicLubomir Rintel2019-10-301-27/+39
* cli: add "nmcli d wifi show"lr/nmcli-d-wifi-showLubomir Rintel2019-10-181-5/+218
* cli/devices: keep the AddAndActivateInfo alive until the activation endsLubomir Rintel2019-10-181-67/+46
* cli/devices: on connecting a device, don't uselessly look it up from the acLubomir Rintel2019-10-181-12/+1
* libnm,client: use nm_g_task_new() to set source-tag and check itThomas Haller2019-10-161-2/+1
* cli: honor NO_COLOR environment variable to prevent automatic ASCII colorsThomas Haller2019-10-081-0/+6
* cli: fix crash in 'nmcli connection add'Beniamino Galvani2019-10-071-3/+3
* cli: translate overview output of nmcliThomas Haller2019-10-021-5/+14
* all: unify format of our Copyright source code commentsThomas Haller2019-10-0218-19/+19
* cli: Assert we don't require multiple commands during client initalizationMarco Trevisan (Treviño)2019-10-021-0/+2
* cli: fix leaking error variable in command_done()Thomas Haller2019-10-021-1/+1
* cli: Use GTask to perform async requestsMarco Trevisan (Treviño)2019-10-021-44/+37
* meson: Improve nmcli buildIñigo Martínez2019-10-011-7/+1
* meson: Rename cflags variableIñigo Martínez2019-10-011-2/+2
* meson: Use dependency for nm-default headerIñigo Martínez2019-10-011-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-0118-41/+14
* 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