summaryrefslogtreecommitdiff
path: root/clients/cli/connections.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli: don't needlessly cast function pointer for rl_attempted_completion_functionThomas Haller2018-10-101-3/+3
* cli: don't access global nm_cli variable from nmc_setting_set_property()Thomas Haller2018-10-101-18/+22
* cli: don't use global variable nm_cli in nmc_terminal_spawn_pager()Thomas Haller2018-10-101-2/+1
* cli: don't use global nm_cli in nmc_readline_*()Thomas Haller2018-10-101-89/+128
* 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-071-2/+4
* cli: advise the user to consult logs when a connection fails to activateLubomir Rintel2018-10-011-0/+34
* 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-151-4/+4
* cli: fix reading "vpn.secrets.*" from passwd-fileThomas Haller2018-09-141-1/+9
* cli: fix autocompletion for connection commandsBeniamino Galvani2018-08-271-10/+10
* cli: fix connection type completion on connection addBeniamino Galvani2018-08-271-7/+26
* all: add 'match' settingBeniamino Galvani2018-08-111-0/+1
* shared: add @allow_escaping argument to @nm_utils_strsplit_setBeniamino Galvani2018-08-111-2/+2
* libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller2018-08-101-1/+2
* cli: remove unused argument from nm_meta_selection_create_parse_list()Thomas Haller2018-07-251-1/+0
* cli: minor cleanup explicitly checking print_outputThomas Haller2018-07-251-2/+4
* cli: add support for configuring SR-IOVBeniamino Galvani2018-07-111-1/+2
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-17/+17
* cli: add additional user-data argument to get_fcn()Thomas Haller2018-07-091-1/+4
* cli: rework enum-to-string function to not return translated textThomas Haller2018-07-091-2/+2
* cli: merge IPv4 and IPv6 versions of ip/dhcp config printThomas Haller2018-07-091-4/+4
* cli: drop duplicate IPv6 property metadataThomas Haller2018-07-091-1/+1