summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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