summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* 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
* cloud-setup: use nm_utils_parse_next_line() in _get_config_metadata_ready_che...Thomas Haller2020-07-031-29/+14
* cloud-setup: assert that NMHttpClient returns NUL terminated bufferThomas Haller2020-07-032-2/+8
* cloud-setup: add gtk-doc comment for nm_http_client_get_finish()Thomas Haller2020-07-031-0/+15
* cloud-setup: fix allocating buffer for GetConfigMetadataMac in _get_config_me...Thomas Haller2020-07-031-1/+1
* all: add ap-isolation property to wifi settingBeniamino Galvani2020-07-013-4/+10
* libnm/doc: clarify values for "bridge.multicast-router"Thomas Haller2020-06-301-1/+1
* nmcs-gcp: add support for Google Cloud Platform load balancersAntonio Cardace2020-06-265-0/+548
* nmcs-main: support adding additional routesAntonio Cardace2020-06-263-56/+80
* nmcs-http: add param to GET API to set custom HTTP headersAntonio Cardace2020-06-263-0/+35
* main: remove unused argumentAntonio Cardace2020-06-261-2/+0
* nmcs: fix indentationAntonio Cardace2020-06-261-2/+2
* nmcs: add error message when a HTTP request times outAntonio Cardace2020-06-261-1/+2
* nmcs-http: remove the timeout once expiredAntonio Cardace2020-06-261-1/+1
* nmcs-http: fix multiple HTTP request bugAntonio Cardace2020-06-261-9/+19
* libnm/match: extend syntax for match patterns with '|', '&', '!' and '\\'Thomas Haller2020-06-261-4/+4
* cli: fix reference count handling in hotspot error pathBeniamino Galvani2020-06-181-1/+0
* all: reformat python files with python blackSayed Shah2020-06-151-519/+853
* all: add "path" property to the match settingBeniamino Galvani2020-06-122-0/+13
* all: add device.path propertyBeniamino Galvani2020-06-124-880/+1180
* docs: show aliases for settings in `man nm-settings-nmcli`Thomas Haller2020-06-121-2/+6
* docs: use describe_doc for "generate-docs-nm-settings-nmcli.c"Thomas Haller2020-06-121-0/+3
* libnm: don't require birdge multicast_snooping with multicast_router auto,ena...Thomas Haller2020-06-111-1/+1
* docs: generate nm-settings-docs-nmcli.xml based on nmcli meta dataThomas Haller2020-06-113-15/+91
* docs: move "nm-settings-docs-{dbus,nmcli}.xml" from "libnm/" to "man/"Thomas Haller2020-06-111-1/+1
* docs: rename "nm-property-docs.xml" to "nm-settings-docs-gir.xml"Thomas Haller2020-06-111-1/+1
* cli: show differnt text for state of externally connected devicesThomas Haller2020-06-105-16/+44
* cli: show external connection in different colorThomas Haller2020-06-107-21/+45
* libnm-core: interpret ovs-patch.peer as an interface nameBeniamino Galvani2020-06-101-1/+1
* nm-supplicant-interface: fix removal of OWE flag from non-transition mode BSSIDsDavid Bauer2020-06-091-4/+8
* libnm: update documentation for 802-1x ca-cert, ca-path and system-ca-certsThomas Haller2020-05-271-4/+4
* all: avoid (soon to be) deprecated API instead of nm_setting_option*()Thomas Haller2020-05-221-93/+57
* clients: add support for ethtool ring settingsAntonio Cardace2020-05-201-8/+33
* cli: support dns-search for import of WireGuard profilesThomas Haller2020-05-191-17/+29
* nmtui: show error on connection deactivation failureOlivier Gayot2020-05-151-1/+12
* cli: let nmcli remove individual coalesce settingsAntonio Cardace2020-05-141-0/+7
* clients/tests: set "UBSAN_OPTIONS" to abort tests and set "ASAN_OPTIONS=detec...Thomas Haller2020-05-141-2/+3
* clients/tests: preserve caller's ASAN/LSAN/UBSAN environment variables for cl...Thomas Haller2020-05-141-1/+18
* cli: use nm_strdup_int() in "clients/cli/devices.c"Thomas Haller2020-05-141-7/+7
* cli: fix leak in show_device_lldp_list() for nmc_parse_lldp_capabilities()Thomas Haller2020-05-141-2/+5
* cli: fix leak in show_device_lldp_list()Thomas Haller2020-05-141-2/+2
* cli: fix memcpy() with %NULL pointers in nmc_get_devices_sorted()Thomas Haller2020-05-141-1/+2