summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: use PKCS #12 private key also as client cert in readerbg/802-1x-client-cert-rh1705054Beniamino Galvani2019-05-176-8/+82
* ifcfg-rh: don't check for 802.1x private key or client cert in readerBeniamino Galvani2019-05-171-13/+3
* ifcfg-rh: write client certificate even if it is pkcs12Beniamino Galvani2019-05-172-21/+7
* ci: merge branch 'th/randomize-tests-for-gitlab-ci'Thomas Haller2019-05-171-0/+4
|\
| * ci: randomize tests during our CIThomas Haller2019-05-171-0/+4
|/
* doc: replace "Split DNS" with "Conditional Forwarding"Jonas DOREL2019-05-173-7/+7
* CONTRIBUTING: explain how assertions work for usThomas Haller2019-05-161-0/+54
* dhcp: use g_return_if_fail() instead of g_assert() in nm_dhcp_client_start_ti...Thomas Haller2019-05-161-1/+2
* contrib/rpm: fix comment in `./build_clean.sh -h` outputThomas Haller2019-05-161-1/+1
* libnm: mark static "eap_methods_table" array as constThomas Haller2019-05-161-2/+2
* shared: fix type shenanigans for data pointer of nm_memdup_maybe_a()Thomas Haller2019-05-161-3/+2
* core: ensure NUL padding interface name in nm_utils_ifname_cpy()Thomas Haller2019-05-161-2/+11
* platform: avoid valgrind warning about uninitialised memory in _ioctl_call()Thomas Haller2019-05-161-1/+1
* platform: use memset() to initialize ifr struct in _ioctl_call()Thomas Haller2019-05-161-3/+1
* shared: propagate types in nm_malloc_maybe_a(), nm_malloc0_maybe_a(), nm_memd...Thomas Haller2019-05-161-4/+5
* po: update Slovak translationJose Riha2019-05-151-510/+501
* po/sk: update-poLubomir Rintel2019-05-151-2366/+2521
* libnm: don't assert for success of g_dbus_error_register_error()Thomas Haller2019-05-151-2/+1
* shared: embed scheme_type in NMSetting8021xSchemeVtableThomas Haller2019-05-152-81/+91
* ifcfg-rh: use a macro to initialize setting_8021x_scheme_vtableThomas Haller2019-05-151-24/+12
* libnm: cleanup register_error_domain()Thomas Haller2019-05-151-15/+10
* ifcfg-rh: stack allocate key names in write_object()Thomas Haller2019-05-151-5/+4
* systemd: merge branch systemd into masterThomas Haller2019-05-1425-167/+387
|\
| * systemd: update code from upstream (2019-05-14)Thomas Haller2019-05-1424-165/+363
* | core: fix file permissions for "/var/lib/NetworkManager/secret_key"Thomas Haller2019-05-141-1/+1
* | core: merge branch 'th/authchain-cleanup'Thomas Haller2019-05-1330-1304/+1419
|\ \
| * | shared: use union instead of _nm_alignas() for static hash-seedThomas Haller2019-05-132-6/+12
| * | core: don't log plain pointer values for singletonsThomas Haller2019-05-136-8/+18
| * | shared: add NM_HASH_OBFUSCATE_PTR() macroThomas Haller2019-05-131-2/+12
| * | core/pppd-plugin: use GDBusConnection in "nm-pppd-plugin.c"Thomas Haller2019-05-131-97/+109
| * | pacrunner: refactor pacrunner to use GDBusConnectionThomas Haller2019-05-135-412/+448
| * | auth-manager: don't watch polkit's D-Bus name and don't emit change signal wh...Thomas Haller2019-05-121-91/+1
| * | auth-manager: drop GDBusProxy and use GDBusConnection directlyThomas Haller2019-05-121-169/+153
| * | src: use nm_dbus_connection_call_start_service_by_name()Thomas Haller2019-05-121-12/+6
| * | shared: add nm_dbus_connection_call_start_service_by_name() helperThomas Haller2019-05-121-0/+24
| * | all: use nm_clear_g_dbus_connection_signal() helperThomas Haller2019-05-124-29/+24
| * | shared: add nm_clear_g_dbus_connection_signal() helperThomas Haller2019-05-121-0/+17
| * | all: use nm_dbus_connection_signal_subscribe_name_owner_changed()Thomas Haller2019-05-124-94/+51
| * | shared: add nm_dbus_connection_signal_subscribe_name_owner_changed() helperThomas Haller2019-05-122-0/+80
| * | shared: add "shared/nm-glib-aux/nm-dbus-aux.h"Thomas Haller2019-05-124-1/+54
| * | core/dbus: aquire D-Bus name earlier before initializing NMPlatform/NMNetns s...Thomas Haller2019-05-121-4/+3
| * | auth-manager: re-use D-Bus connection from NMDBusManagerThomas Haller2019-05-122-16/+34
| * | core: use NM_MAIN_DBUS_CONNECTION_GET macroThomas Haller2019-05-122-2/+2
| * | core: add NM_MAIN_DBUS_CONNECTION_GET macroThomas Haller2019-05-121-0/+2
| * | core/dbus: let NMDBusManager create a D-Bus connection in "configure-and-quit...Thomas Haller2019-05-124-40/+83
| * | core: minor cleanupThomas Haller2019-05-122-7/+8
| * | auth-chain: don't copy ChainData tagThomas Haller2019-05-122-30/+33
| * | manager: use "perm" name for nm_auth_chain_set_data() tag in device_auth_requ...Thomas Haller2019-05-121-2/+2
| * | auth-chain: don't clone the permission string for AuthChainThomas Haller2019-05-125-20/+51
| * | auth-chain: don't allow setting the same user-data twiceThomas Haller2019-05-121-16/+14