summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-2857-962/+962
* all: reformat all with new clang-format styleAntonio Cardace2020-09-28167-43140/+43833
* cli: use C comment to not break clang-formattingAntonio Cardace2020-09-281-2/+1
* clients: exclude code region of nm-meta-setting-desc.c from formattingAntonio Cardace2020-09-281-0/+4
* all: use nm_utils_uid_to_name() instead of getpwuid()Thomas Haller2020-09-251-18/+13
* cloud-setup: add code comment to nmcs_utils_hwaddr_normalize()Thomas Haller2020-09-231-1/+3
* all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller2020-09-231-1/+1
* shared: extend nm_utils_hexstr2bin_full() to require hexdigits in pairsThomas Haller2020-09-221-1/+1
* libnm/doc: improve description for ipv[46].dns-priority and ipv[46].dns-searc...Thomas Haller2020-09-141-6/+6
* tui: always unset "active-slave" bond option in nmtuiThomas Haller2020-09-101-0/+1
* cli: normalize profile when setting bond options "active_slave" or "primary"Thomas Haller2020-09-101-4/+31
* tui: allow configuring "primary" bond option with "balance-{alb,tlb}"Thomas Haller2020-09-101-2/+5
* clients: set "ipv[46].dns-priority=-50" during import of WireGuard profilesThomas Haller2020-09-101-1/+1
* all: replace cleanup macro "gs_unref_keyfile" by "nm_auto_unref_keyfile"Thomas Haller2020-09-022-2/+2
* man: explain "/var/lib/NetworkManager/secret-key" in `man NetworkManager`Thomas Haller2020-09-021-1/+1
* all: add ipv4.dhcp-reject-servers propertyBeniamino Galvani2020-08-264-512/+701
* libnm-core,clients: add support for ipv4.dhcp-vendor-class-identifier optionAntonio Cardace2020-08-264-512/+652
* shared: enforce compatible C-type argument for nm_utils_strv_dup()Thomas Haller2020-08-253-3/+3
* all: avoid wrong compiler warning about uninitalized variables with LTOThomas Haller2020-08-171-1/+1
* settings: rework wait-device-timeout handling and consider device compatibilityThomas Haller2020-08-121-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
* all: add trailing semicolon to NM_UTILS_LOOKUP_DEFINE()/NM_GOBJECT_PROPERTIES...Thomas Haller2020-07-192-7/+7
* all: add trailing semicolon to NM_AUTO_DEFINE_FCN_*() usesThomas Haller2020-07-192-3/+3
* cloud-setup: don't require delimiter in 'nmcs_utils_hwaddr_normalize'Sayed Shah2020-07-141-2/+1
* 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
* cloud-setup: fix nmcs_utils_poll argument orderingFrazer Clews2020-07-131-1/+1
* tui: fix default values for bond options in nmtuiThomas Haller2020-07-111-57/+64
* tui: fix alternating miimon/arp_interval settings for bond options in nmtuiThomas Haller2020-07-111-5/+22
* cli: fix alternating miimon/arp_interval settings for bond options in nmcliThomas Haller2020-07-113-37/+50
* docs: fix pre-generated documentation "clients/common/settings-docs.h.in"Thomas Haller2020-07-071-1/+1
* all: fix minor typosYuri Chornoivan2020-07-075-6/+6
* cloud-setup: fix invalid assertion in nm_http_client_get_finish()Thomas Haller2020-07-031-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-038-21/+21
* cloud-setup: don't check redundant error results from nm_http_client_poll_get...Thomas Haller2020-07-032-41/+20
* cloud-setup: ensure that nm_http_client_get_finish() always returns success o...Thomas Haller2020-07-031-4/+11
* cloud-setup: always report success or an GError from nm_http_client_poll_get_...Thomas Haller2020-07-032-14/+16
* cloud-setup: remove debugging message from _poll_cancelled_cb()Thomas Haller2020-07-031-1/+0
* cloud-setup: use stack allocated buffer for temporary strings in "nmcs-provid...Thomas Haller2020-07-031-8/+6
* cloud-setup: don't use a GString in loop in _get_net_ifaces_list_cb()Thomas Haller2020-07-031-10/+7
* cloud-setup: don't use a GString in _get_config_ips_list_cb()Thomas Haller2020-07-031-10/+9
* cloud-setup: use NMStrBuf in NMHttpClient to track responseThomas Haller2020-07-031-11/+14
* cloud-setup: use NMStrBuf in nmcs_utils_uri_build_concat_v()Thomas Haller2020-07-031-8/+7