summaryrefslogtreecommitdiff
path: root/clients/cli/connections.c
Commit message (Expand)AuthorAgeFilesLines
...
* nmcli: show IP interface name when doing 'nmcli connection show <PROFILE>'Antonio Cardace2019-11-061-2/+9
* clients/cli: give some hints to the translatorsLubomir Rintel2019-10-301-0/+4
* cli: fix crash in 'nmcli connection add'Beniamino Galvani2019-10-071-3/+3
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* cli: don't create a NMClient for the 'connection reload' commandBeniamino Galvani2019-09-171-4/+11
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* 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-161-55/+141
* 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-301-2/+3
* cli: drop NMC_RETURNLubomir Rintel2019-07-301-21/+21
* 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: allow completing filenamesBeniamino Galvani2019-05-061-7/+16
* cli: remove bluetooth completion codeBeniamino Galvani2019-05-061-8/+2
* cli: don't wait for connection change on update failureBeniamino Galvani2019-04-241-2/+4
* cli: fix crash in split_required_fields_for_con_show()Thomas Haller2019-04-161-2/+6
* cli: drop unnecessary NULL sentinel from nmc_complete_strings()Thomas Haller2019-04-151-5/+5
* 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-101-2/+2
* 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/trivial: add FIXME comment about how wrong editor_init_existing_connectio...Thomas Haller2019-03-251-0/+4
* cli: merge remove-property, reset-property and set-propertyThomas Haller2019-03-251-80/+49
* cli: drop nmc_property_set_default_value()Thomas Haller2019-03-251-2/+2
* cli: implement nmc_setting_reset_property() based on nmc_setting_set_property()Thomas Haller2019-03-251-7/+5
* cli: don't interpret value as index too early for nmc_setting_remove_property...Thomas Haller2019-03-251-17/+4
* cli/wireguard: add import functionality for WireGuardThomas Haller2019-03-071-14/+24
* cli: fix completion for `nmcli connection import`Thomas Haller2019-03-071-2/+5
* libnm,cli: add NMSettingWireGuardThomas Haller2019-02-221-0/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* all: minor coding style fixes (space before parentheses)Thomas Haller2019-02-111-1/+1
* Revert "cli: verify connections before sending them over to daemon"Thomas Haller2019-02-061-23/+0
* cli: verify connections before sending them over to daemonlr/saeLubomir Rintel2019-02-051-0/+23
* clients: don't tread secret agent as NMSecretAgentOldThomas Haller2019-02-051-3/+2
* wifi-p2p: rename Wi-Fi P2PThomas Haller2019-02-011-1/+1
* core: Add basic P2P Wi-Fi SettingsBenjamin Berg2019-01-271-0/+1
* cli/connections: improve sort by active connectionsLubomir Rintel2018-11-211-4/+2
* cli: deduplicate active connections sortLubomir Rintel2018-11-211-11/+71
* cli/connections: export nmc_active_connection_cmp()Lubomir Rintel2018-11-211-4/+4
* cli: wait for changed signal after updating a connectionBeniamino Galvani2018-11-201-2/+43
* cli: editor: reload secrets after updating connectionBeniamino Galvani2018-11-201-1/+2
* cli: fix memory leakBeniamino Galvani2018-10-221-0/+1
* cli: check we have an active connection before showing hintbg/fix-hint-assertionBeniamino Galvani2018-10-111-0/+3