summaryrefslogtreecommitdiff
path: root/src/libnmc-base
Commit message (Expand)AuthorAgeFilesLines
* libnmc: fix openconnect option "--cafile" in nm_vpn_openconnect_authenticate_...th/client-secrets-cleanupThomas Haller2023-05-121-1/+1
* libnmc: drop redundant defines for array lengthsThomas Haller2023-05-121-9/+8
* libnmc-base: fix port extraction for openconnect authDavid Woodhouse2023-05-111-3/+44
* libnmc-base: report explicit error if not gateway configured for openconnectDavid Woodhouse2023-05-111-2/+10
* nmcli, nmtui: reduce duplication around openconnect auth helperDavid Woodhouse2023-05-112-31/+64
* libnmc-base: add supported options for OpenConnect CLI authenticationDavid Woodhouse2023-05-111-5/+85
* nmcli, nmtui: update authentication for OpenConnectDavid Woodhouse2023-05-112-18/+69
* core: use nm_io_fcntl_setfl_update_nonblock() helperThomas Haller2023-04-041-6/+2
* all: use G_SPAWN_CLOEXEC_PIPES with g_spawn_async_with_pipes()Thomas Haller2023-04-042-2/+2
* core: fix setting non-blocking FD in nm_utils_spawn_helper()Thomas Haller2023-04-041-2/+2
* doc: replace all (allow-none) annotations by (optional) and/or (nullable)Corentin Noël2023-03-271-2/+2
* all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal usesThomas Haller2022-12-162-2/+2
* clang-format: reformat code with clang-format 15.0.4-1.fc37Thomas Haller2022-11-231-7/+7
* libnmc/trivial: rename _device_state_to_string() functionThomas Haller2022-07-211-2/+2
* libnm-client: Add public nm_conn_wireguard_import() funcChristian Glombek2022-07-212-569/+0
* all: reformat with clang-format (clang-tools-extra-14.0.0-1.fc36) and update ...Thomas Haller2022-07-061-7/+7
* glib-aux: drop nm_str_buf_init() for NM_STR_BUF_INIT()Thomas Haller2022-05-091-3/+2
* libnmc: Remove verbose loggingTill Maas2022-03-041-1/+0
* libnmc: fix typo in passwd-file exampleSigurd Rønningen Jenssen2022-02-141-1/+1
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-299-240/+240
* nmcli: fix import WireGuard profile with DNS domain and address family disabledThomas Haller2021-11-021-1/+1
* all: add some README.md files describing the purpose of our sourcesThomas Haller2021-08-191-0/+12
* all: rename nm_utils_strsplit_set*() to nm_strsplit_set*()Thomas Haller2021-08-021-1/+1
* clang-format: use "IndentPPDirectives:None" instead of "BeforeHash"Thomas Haller2021-07-091-2/+2
* libnmc-base: don't set DNS priority when importing Wireguard connectionsMichael Catanzaro2021-06-231-5/+0
* libnmc-base: make transfer of memory ownership in try_spawn_vpn_auth_helper()...Thomas Haller2021-05-271-1/+4
* libnmc-base: optionally accept "ignore" in nmc_string_to_ternary() for NMTern...Thomas Haller2021-05-122-4/+29
* libnmc-base:fix leak in NMSecretAgentSimple's request_secrets_from_ui()Thomas Haller2021-05-111-1/+1
* cli: make nmc_string_to_ternary() more flexibleThomas Haller2021-05-031-8/+12
* cli: make nmc_string_to_bool() more flexibleThomas Haller2021-05-031-7/+12
* cli: improve error message about ambigious text in nmc_string_to_bool()Thomas Haller2021-05-031-2/+2
* cli: use proper GError codes in "nm-client-utils.c"Thomas Haller2021-05-031-36/+43
* cli: use const argument for nmc_string_is_valid()Thomas Haller2021-05-032-6/+9
* build: move "clients/common/" to "src/libnmc-{base,setting}/"Thomas Haller2021-03-0211-0/+5664