summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* device: add "ipv4.dhcp-client-id=ipv6-duid" property for RFC4361Thomas Haller2021-01-112-2/+2
* clients: fix compiler warning in _do_test_parse_passwd_file()Thomas Haller2021-01-081-1/+1
* cloud-setup: assign incremental iface_idx for Azure,GCP get_config() resultThomas Haller2021-01-082-39/+46
* cloud-setup: fail get_config() for Azure on invalid prefixThomas Haller2021-01-081-0/+2
* cloud-setup: use nmcs_utils_ipaddr_normalize_bin() in Azure providerThomas Haller2021-01-081-9/+18
* cloud-setup: use nmcs_utils_ipaddr_normalize_gbytes() in GCP providerThomas Haller2021-01-081-5/+5
* cloud-setup: add nmcs_utils_ipaddr_normalize*() helperThomas Haller2021-01-082-0/+73
* cloud-setup: handle unknown interaces in get_config() for GCP/AzureThomas Haller2021-01-084-37/+92
* cloud-setup: add and use nmcs_utils_hwaddr_normalize_gbytes()Thomas Haller2021-01-084-3/+22
* cloud-setup: strip whitespace from nmcs_utils_hwaddr_normalize()Thomas Haller2021-01-081-7/+15
* cloud-setup: move common code for get_config() to base class and improve canc...Thomas Haller2021-01-085-444/+356
* cloud-setup/trivial: rename "response_data" variableThomas Haller2021-01-083-16/+16
* cloud-setup/trivial: rename variables "config_data" to "get_config_data"Thomas Haller2021-01-082-27/+28
* nmcli: change "--help" to "help"scootergrisen2021-01-071-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-05174-174/+174
* wifi: merge branch 'ac/wpa3eap_suiteb192'Antonio Cardace2020-12-226-4/+9
|\
| * wifi: add WPA-EAP-SUITE-B-192 supportac/wpa3eap_suiteb192Antonio Cardace2020-12-226-4/+9
* | all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-228-0/+19
* | nmtui: fix listing veth devices on nmtuiFernando Fernandez Mancera2020-12-212-0/+9
|/
* all: remove unnecessary <netinet/ether.h> includesThomas Haller2020-12-131-1/+0
* cloud-setup: simplify cancellation in _get_config_fetch_cancelled_cb()Thomas Haller2020-12-111-4/+1
* cloud-setup: in EC2's _get_config_task_maybe_return() cancel internal request...Thomas Haller2020-12-111-0/+2
* cloud-setup: fix handling cancellation of internal GET operation for EC2 prov...Thomas Haller2020-12-111-1/+9
* veth: add support to configure veth interfacesFernando Fernandez Mancera2020-11-274-24/+52
* Revert "dns: change default DNS priority of VPNs to -50"Thomas Haller2020-11-232-4/+4
* 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
* cli: assert that valid_parts are set for base typesThomas Haller2020-11-172-3/+25
* cli: fix shell completion for connection.type to show "ovs-{dpkg,patch}"Thomas Haller2020-11-171-1/+2
* all: add hostname settingBeniamino Galvani2020-11-164-1/+37
* libnm: add NMSettingOvsExternalIDsThomas Haller2020-11-093-0/+5
* build: rename "tools/check-settings-docs.sh" to "check-compare-generated.sh"Thomas Haller2020-11-032-2/+2
* build: commit pre-generated "generate-docs-nm-settings-nmcli.xml" to gitThomas Haller2020-11-032-6/+1128
* build: only generate "settings-docs.h" with "--enable-gtk-doc"Thomas Haller2020-11-031-1/+1
* Correct python black rulesFrederic Martinsons2020-10-291-4/+2
* Enhance device state and active connection managementFrederic Martinsons2020-10-292-2998/+2998
* cli: make clients able to configure VXLAN without "remote"Matt Bernstein2020-10-222-2/+1
* libnm/bond: remove validation from nm_setting_bond_add_option() and explicitl...Thomas Haller2020-10-191-8/+6
* dns: change default DNS priority of VPNs to -50Beniamino Galvani2020-10-091-2/+2
* 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: use C-style comments for "clang-format on|off"Thomas Haller2020-09-291-3/+3
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-29167-167/+167
* libnm: cleanup handling of "connection.permissions" and improve validationThomas Haller2020-09-292-17/+22
* format: manually replace remaining tabs with spaces and reformatThomas Haller2020-09-296-53/+53
* format: use spaces instead of indentation for manually formatted parts in "nm...Thomas Haller2020-09-291-3500/+3500
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-2857-962/+962