summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-01connectivity: only enable verbose libcurl debug logging with "NM_LOG_CONCHECK...th/connectivity-resolveThomas Haller1-1/+20
2022-04-01connectivity: refactor easy_debug_cb()Thomas Haller1-27/+34
2022-04-01connectivity: resolve hostname ourselves to avoid blocking libcurlThomas Haller1-15/+103
2022-04-01po: update Croatian (hr) translationmuzena1-2516/+4658
2022-04-01wwan: re-enable IPv6 once the modem returns a IPv6 configurationbg/modem-ipv6Beniamino Galvani1-1/+3
2022-03-31ovs, dpdk: ignore ovs-netdev tun interfaceFernando Fernandez Mancera3-2/+9
2022-03-30po: make update-poThomas Haller66-156124/+167817
2022-03-30gitlab-ci: fix archiving build logThomas Haller2-9/+11
2022-03-29libnm: merge branch 'th/libnm-crypto'Thomas Haller28-402/+575
2022-03-29crypto: cleanup error handling in nm_crypto_is_pkcs12_data()Thomas Haller3-15/+13
2022-03-29crypto: move nm_crypto_read_file() to "libnm-glib-aux"Thomas Haller4-34/+42
2022-03-29libnm: move dependency to libnm-crypto out of libnm-core's "nm-utils.c"Thomas Haller7-99/+121
2022-03-29build: move nm-crypto to separate directory "src/libnm-crypto"Thomas Haller15-81/+149
2022-03-29libnm: don't depend nm-crypto on "nm-error.h"Thomas Haller9-159/+214
2022-03-29libnm-base: add "nm-base.c" for implementing stuff from "nm-base.h"Thomas Haller3-0/+7
2022-03-29libnm: no longer use "nm-utils.h" from "nm-crypto.c"Thomas Haller1-3/+2
2022-03-29glib-aux: add _nm_utils_bin2hexstr() and use from nm_utils_bin2hexstr()Thomas Haller3-10/+24
2022-03-29build/meson: log enabled crypto libraries in summaryThomas Haller1-1/+3
2022-03-29libnm/trivial: fix indentation in "NetworkManager.h"Thomas Haller1-2/+2
2022-03-29libnm: merge branch 'th/libnm-8021x-cleanup'Thomas Haller1-242/+138
2022-03-29libnm/802-1x: check is-pkcs12 only for blob certificates in verify_tls()Thomas Haller1-4/+5
2022-03-29libnm/802-1x: move need_private_key_password() to need_secrets_tls()Thomas Haller1-69/+62
2022-03-29libnm/802-1x: don't use g_warning() in need_secrets_tls()Thomas Haller1-2/+0
2022-03-29libnm/802-1x: cleanup duplicate code paths in need_secrets_tls()Thomas Haller1-54/+43
2022-03-29libnm/802-1x: cleanup need_secrets_phase2()Thomas Haller1-7/+4
2022-03-29libnm/802-1x: reuse verify_identity() in verify_ttls() implementationThomas Haller1-44/+28
2022-03-29libnm/802-1x: simplify verify_tls() for phase1 and phase2Thomas Haller1-120/+54
2022-03-29merge: branch 'bg/rfkill'Beniamino Galvani10-24/+189
2022-03-29cli: indicate missing radio hardware in "nmcli radio"Beniamino Galvani1-0/+10
2022-03-29libnm: support radio flagsBeniamino Galvani3-1/+54
2022-03-29core: export radio flagsBeniamino Galvani6-13/+107
2022-03-29core: introduce "unavailable" rfkill stateBeniamino Galvani3-10/+18
2022-03-28libnm/keyfile: merge branch 'th/keyfile-cleanup'Thomas Haller8-373/+647
2022-03-28keyfile: don't require verified profile in nm_keyfile_write()Thomas Haller2-51/+126
2022-03-28keyfile: add write_handle_warn() helperThomas Haller1-0/+57
2022-03-28keyfile: rename handle_warn() to read_handle_warn()Thomas Haller1-305/+318
2022-03-28keyfile: simplify code path in write_setting_value()Thomas Haller1-7/+8
2022-03-28keyfile: use nm_setting_8021x_scheme_vtable_by_setting_key() helper in cert_w...Thomas Haller1-8/+2
2022-03-28libnm: add nm_setting_8021x_scheme_vtable_by_setting_key() helperThomas Haller4-2/+130
2022-03-28libnm: fix update of cached option names in nm_setting_option_set()Thomas Haller1-3/+3
2022-03-28glib-aux: make nm_gobject_notify_together_full() macro more robustThomas Haller1-4/+10
2022-03-28docs: add "sandboxing.md"Thomas Haller1-0/+109
2022-03-28cli: remove one more g_assert()Lubomir Rintel1-1/+1
2022-03-28merge: branch 'lr/conn-migrate'Lubomir Rintel13-19/+347
2022-03-28cli: add "connection migrate" subcommandlr/conn-migrateLubomir Rintel2-0/+195
2022-03-28clients: bulk removal of g_assert*() statementslr/assertsLubomir Rintel5-33/+40
2022-03-28cli: fix handling of erroneous connections in "delete"Lubomir Rintel1-2/+4
2022-03-28cli: fix up help string for "delete"Lubomir Rintel1-3/+3
2022-03-28settings-connection: add a "plugin" argument to Update2()Lubomir Rintel8-10/+85
2022-03-28settings: add "plugin" argument to AddAndActivate2()Lubomir Rintel7-5/+61