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