summaryrefslogtreecommitdiff
path: root/clients/cli
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-183-3/+11
* docs: improve manual page about ipv4.addressesWen Liang2021-02-171-1/+1
* setting-8021x: Fix descriptions for phase2-auth & phase2-autheapAndrew Zaborowski2021-02-091-2/+2
* all: move shared/nm-meta-setting.[hc] to libnm-core and clientsThomas Haller2021-02-091-1/+0
* all: add "libnm/nm-default-client.h" as replacement for "nm-default.h"Thomas Haller2021-02-0911-12/+10
* build/meson: cleanup clients/***/meson.buildThomas Haller2021-02-091-3/+13
* ethtool: add more offload features that kernel supportsThomas Haller2021-02-081-0/+6
* libnm/docs: explain that edns0/trust-ad is automatically added to DNS optionsThomas Haller2021-01-261-2/+2
* all: change default value of hostname.only-from-default to falsebg/hostname-from-anyBeniamino Galvani2021-01-181-1/+1
* device: add "ipv4.dhcp-client-id=ipv6-duid" property for RFC4361Thomas Haller2021-01-111-1/+1
* nmcli: change "--help" to "help"scootergrisen2021-01-071-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-0518-18/+18
* wifi: merge branch 'ac/wpa3eap_suiteb192'Antonio Cardace2020-12-222-1/+3
|\
| * wifi: add WPA-EAP-SUITE-B-192 supportac/wpa3eap_suiteb192Antonio Cardace2020-12-222-1/+3
* | all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-221-0/+1
|/
* all: remove unnecessary <netinet/ether.h> includesThomas Haller2020-12-131-1/+0
* veth: add support to configure veth interfacesFernando Fernandez Mancera2020-11-272-24/+29
* Revert "dns: change default DNS priority of VPNs to -50"Thomas Haller2020-11-231-2/+2
* 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-162-1/+12
* libnm: add NMSettingOvsExternalIDsThomas Haller2020-11-091-0/+2
* build: rename "tools/check-settings-docs.sh" to "check-compare-generated.sh"Thomas Haller2020-11-031-1/+1
* build: commit pre-generated "generate-docs-nm-settings-nmcli.xml" to gitThomas Haller2020-11-032-6/+1128
* 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
* cli: introduce NmcColorPalette struct instead of plain arrayThomas Haller2020-10-093-48/+84
* cli: refactor resolve_color_alias() to use binary searchThomas Haller2020-10-081-30/+29
* cli: move string to NMMetaColor conversion to separate functionThomas Haller2020-10-081-59/+61
* cli: honor and prefer color schemes with ".scheme" extensionThomas Haller2020-10-081-4/+14
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-2917-17/+17
* libnm: cleanup handling of "connection.permissions" and improve validationThomas Haller2020-09-291-1/+4
* format: manually replace remaining tabs with spaces and reformatThomas Haller2020-09-292-3/+3
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-288-206/+206
* all: reformat all with new clang-format styleAntonio Cardace2020-09-2817-17739/+18396
* cli: use C comment to not break clang-formattingAntonio Cardace2020-09-281-2/+1
* all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller2020-09-231-1/+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-253-3/+3
* 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-192-3/+3
* cli: fix leak in do_device_modify() and minor cleanupThomas Haller2020-07-131-13/+29
* 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 minor typosYuri Chornoivan2020-07-071-1/+1
* cli: suppress "(unknown)" output in terse mode for device properties HWADDR a...Thomas Haller2020-07-031-2/+2
* cli: add nmc_meta_generic_get_str_i18n_null() helperThomas Haller2020-07-031-0/+18
* all: fix typo in man pagesSayed Shah2020-07-033-5/+5
* cli: fix reference count handling in hotspot error pathBeniamino Galvani2020-06-181-1/+0
* all: add device.path propertyBeniamino Galvani2020-06-122-0/+4