summaryrefslogtreecommitdiff
path: root/clients/cloud-setup
Commit message (Expand)AuthorAgeFilesLines
* cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/"Thomas Haller2021-03-1519-4720/+0
* build: move "clients/common/" to "src/libnmc-{base,setting}/"Thomas Haller2021-03-022-6/+4
* build/meson: cleanup libnm-client-aux-externThomas Haller2021-02-281-1/+2
* build/meson: cleanup dependencies for libnm-core-aux-externThomas Haller2021-02-281-1/+1
* build/meson: cleanup dependencies for libnm-core-aux-internThomas Haller2021-02-281-1/+1
* build/meson: cleanup libnm-glib-aux dependenciesThomas Haller2021-02-282-3/+13
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-249-10/+10
* shared: move "nm-test-utils.h" to "src/libnm-glib-aux/"Thomas Haller2021-02-241-1/+1
* build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,...Thomas Haller2021-02-243-5/+5
* shared: rename "libnm-systemd-logging-stub.la" to "libnm-log-null.la"Thomas Haller2021-02-241-1/+1
* all: change G_LOG_DOMAIN to "nm"th/libnm-core-splitThomas Haller2021-02-182-9/+0
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-184-5/+8
* cloud-setup/tests: add test for nmcs_setting_ip_replace_ipv4_addresses()Thomas Haller2021-02-101-0/+100
* cloud-setup/tests: add unit test for nm-cloud-setupThomas Haller2021-02-103-0/+41
* cloud-setup: fix replacing IPv4 addresses during updateThomas Haller2021-02-101-1/+1
* cloud-setup: build intermediate library "libnm-cloud-setup-core.a"Thomas Haller2021-02-101-4/+25
* all: add "libnm/nm-default-client.h" as replacement for "nm-default.h"Thomas Haller2021-02-098-8/+7
* build/meson: cleanup clients/***/meson.buildThomas Haller2021-02-091-16/+14
* cloud-setup: add Documentation link to "nm-cloud-setup.service"Thomas Haller2021-02-021-0/+1
* cloud-setup: add comment to "nm-cloud-setup.service" about drop-in filesThomas Haller2021-02-021-0/+3
* 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
* all: update deprecated SPDX license identifiersThomas Haller2021-01-0514-14/+14
* all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-221-0/+3
* 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
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-2913-13/+13
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-286-29/+29
* all: reformat all with new clang-format styleAntonio Cardace2020-09-2813-3297/+3126
* cloud-setup: add code comment to nmcs_utils_hwaddr_normalize()Thomas Haller2020-09-231-1/+3
* shared: extend nm_utils_hexstr2bin_full() to require hexdigits in pairsThomas Haller2020-09-221-1/+1
* all: avoid wrong compiler warning about uninitalized variables with LTOThomas Haller2020-08-171-1/+1
* cloud-setup: rework error handling and completion for EC2 providerThomas Haller2020-07-301-25/+33
* cloud-setup: cleanup error handling in Azure providerThomas Haller2020-07-301-12/+13
* cloud-setup: cleanup error handling in GCP providerThomas Haller2020-07-301-17/+15
* cloud-setup: fix the host address for azureSayed Shah2020-07-301-1/+1
* cloud-setup: add tool for automatic IP configuration in cloudSayed Shah2020-07-295-0/+598
* cloud-setup: always replace addresses, routes and rules in _nmc_mangle_connec...Thomas Haller2020-07-201-15/+9
* cloud-setup: don't require delimiter in 'nmcs_utils_hwaddr_normalize'Sayed Shah2020-07-141-2/+1
* cloud-setup: fix nmcs_utils_poll argument orderingFrazer Clews2020-07-131-1/+1