summaryrefslogtreecommitdiff
path: root/clients/cli/connections.c
Commit message (Expand)AuthorAgeFilesLines
* cli: move from "clients/cli/" to "src/nmcli/"Thomas Haller2021-03-151-9630/+0
* build: move "clients/common/" to "src/libnmc-{base,setting}/"Thomas Haller2021-03-021-4/+4
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-241-1/+1
* all: add "libnm/nm-default-client.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: remove unnecessary <netinet/ether.h> includesThomas Haller2020-12-131-1/+0
* veth: add support to configure veth interfacesFernando Fernandez Mancera2020-11-271-24/+24
* cli: replace if-else-if construct in nmc_process_connection_properties() by c...Thomas Haller2020-11-181-77/+86
* cli: don't fail `nmcli con modify $PROFILE remove $SETTING` for non-existing ...Thomas Haller2020-11-181-11/+3
* all: add hostname settingBeniamino Galvani2020-11-161-1/+2
* cli: make clients able to configure VXLAN without "remote"Matt Bernstein2020-10-221-1/+1
* cli: fix showing active state for `nmcli con show` with fieldsThomas Haller2020-10-091-0/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: manually replace remaining tabs with spaces and reformatThomas Haller2020-09-291-2/+2
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-104/+104
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-7798/+8117
* cli: use C comment to not break clang-formattingAntonio Cardace2020-09-281-2/+1
* all: replace cleanup macro "gs_unref_keyfile" by "nm_auto_unref_keyfile"Thomas Haller2020-09-021-1/+1
* shared: enforce compatible C-type argument for nm_utils_strv_dup()Thomas Haller2020-08-251-1/+1
* all: add trailing semicolon to NM_UTILS_LOOKUP_DEFINE()/NM_GOBJECT_PROPERTIES...Thomas Haller2020-07-191-2/+2
* all: add trailing semicolon to NM_AUTO_DEFINE_FCN_*() usesThomas Haller2020-07-191-1/+1
* cli: fix accessing argv with zero elements in nmc_process_connection_properti...Thomas Haller2020-07-131-2/+7
* cli: fix alternating miimon/arp_interval settings for bond options in nmcliThomas Haller2020-07-111-32/+23
* all: fix typo in man pagesSayed Shah2020-07-031-2/+2
* cli: show differnt text for state of externally connected devicesThomas Haller2020-06-101-2/+2
* cli: show external connection in different colorThomas Haller2020-06-101-4/+12
* cli: cleanup internal functions in "clients/cli/connections.c"Thomas Haller2020-05-131-60/+49
* cli: use cleanup attribute in save_history_cmds()Thomas Haller2020-05-131-37/+32
* cli: move nmc_utils_read_passwd_file() to "common/nm-client-utils.c"Thomas Haller2020-05-131-179/+1
* cli: refactor error handling in parse_passwords()Thomas Haller2020-05-131-26/+53
* cli: support backslash escaping in passwd-fileThomas Haller2020-05-131-34/+118
* cli: avoid empty if block without a commentThomas Haller2020-05-071-0/+3
* cli: avoid redundant "if" check that is always TRUE in nmcli_editor_tab_compl...Thomas Haller2020-05-071-1/+1
* cli: avoid non-thread-safe localtime() function in nmcliThomas Haller2020-05-071-1/+3
* cli: remove redundant return value from NMCCommand funcsThomas Haller2020-04-101-77/+87
* cli: mark argv argument for command line parsing as constThomas Haller2020-04-101-41/+37
* cli: pass cmd to NMCCommand.func()Thomas Haller2020-04-101-17/+15
* cli: cleanup NMCCommand and declarations of func implementationsThomas Haller2020-04-101-23/+20
* cli: avoid using nm_cli global variable in print_data()Thomas Haller2020-04-041-6/+14
* cli: avoid passing full NmCli global variable to nm_cli_spawn_pager()Thomas Haller2020-04-041-1/+1
* cli: make nmc_meta_environment_arg const pointerThomas Haller2020-04-041-2/+2
* cli: add and use nm_cli_global_readline global variableThomas Haller2020-04-041-5/+5
* cli: support setting removalBeniamino Galvani2020-03-231-30/+114
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-3/+3
* nmcli: remove interface length check in nmcliAntonio Cardace2020-02-171-8/+0
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-2/+4
* all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp()Thomas Haller2020-02-111-16/+16
* libnm-core,cli: add VRF settingBeniamino Galvani2020-01-141-0/+1
* all: fix wrong "gs_free GError *" declarationsThomas Haller2019-12-161-1/+1
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-131-1/+1