summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * libnm: implement nm_remote_connection_delete()/nm_remote_connection_delete_as...Thomas Haller2019-10-161-44/+27
| * libnm: implement nm_remote_connection_save()/nm_remote_connection_save_async(...Thomas Haller2019-10-161-44/+29
| * libnm: implement nm_remote_connection_update2() by using GDBusConnection dire...Thomas Haller2019-10-161-104/+47
| * libnm: implement nm_remote_connection_commit_changes() by using GDBusConnecti...Thomas Haller2019-10-161-20/+23
| * libnm: implement nm_device_wifi_p2p_start_find()/nm_device_wifi_p2p_stop_find...Thomas Haller2019-10-161-59/+37
| * libnm: implement nm_device_wifi_request_scan_async() by using GDBusConnection...Thomas Haller2019-10-161-85/+29
| * libnm: implement nm_device_wifi_request_scan() by using GDBusConnection directlyThomas Haller2019-10-161-21/+19
| * libnm: implement nm_client_reload() by using GDBusConnection directlyThomas Haller2019-10-163-101/+15
| * libnm: implement nm_client_checkpoint_adjust_rollback_timeout() by using GDBu...Thomas Haller2019-10-163-104/+17
| * libnm: implement nm_client_checkpoint_rollback() by using GDBusConnection dir...Thomas Haller2019-10-163-121/+33
| * libnm: implement nm_client_checkpoint_destroy() by using GDBusConnection dire...Thomas Haller2019-10-163-108/+15
| * libnm: implement nm_client_checkpoint_create() by using GDBusConnection directlyThomas Haller2019-10-163-155/+126
| * libnm: implement nm_client_check_connectivity_async() by using GDBusConnectio...Thomas Haller2019-10-163-116/+24
| * libnm: implement nm_client_check_connectivity() by using GDBusConnection dire...Thomas Haller2019-10-163-29/+38
| * libnm: implement nm_client_get_logging()/nm_client_set_logging() by using GDB...Thomas Haller2019-10-163-66/+35
| * libnm: implement nm_client_networking_set_enabled() by using GDBusConnection ...Thomas Haller2019-10-163-15/+43
| * libnm: implement synchronous get-permission check by using GDBusConnection di...Thomas Haller2019-10-161-12/+23
| * libnm: implement asynchronous get-permission check by using GDBusConnection d...Thomas Haller2019-10-161-45/+43
| * libnm: implement nm_client_activate_connection()/nm_client_add_and_activate_c...Thomas Haller2019-10-163-395/+298
| * libnm: implement nm_client_deactivate_connection_async() by using GDBusConnec...Thomas Haller2019-10-163-109/+20
| * libnm: implement nm_client_deactivate_connection() by using GDBusConnection d...Thomas Haller2019-10-163-31/+15
| * libnm: add helper functions for refactoring D-Bus calls in libnmThomas Haller2019-10-164-8/+299
| * libnm,client: use nm_g_task_new() to set source-tag and check itThomas Haller2019-10-162-4/+9
| * shared: add nm_dbus_connection_call_finish_*_cb() helpersThomas Haller2019-10-162-0/+115
| * shared: add nm_g_task_new() and nm_g_task_is_valid() helperThomas Haller2019-10-161-0/+26
| * libnm/tests: fix test for nm_client_add_and_activate_connection_async()Thomas Haller2019-10-161-1/+1
| * libnm: fix return value for nm_remote_settings_reload_connections*() to ignor...Thomas Haller2019-10-163-4/+5
| * libnm: fix return value for nm_remote_settings_load_connections() to ignore s...Thomas Haller2019-10-163-11/+19
| * libnm/device: simplify prepare_scan_options() for Wi-Fi scanningThomas Haller2019-10-161-28/+4
| * libnm/device: fix memleak options variant in nm_device_wifi_request_scan_opti...Thomas Haller2019-10-161-2/+3
| * libnm/device: fix memleak in nm_device_wifi_request_scan_options*()Thomas Haller2019-10-161-1/+1
| * libnm: fix annotation for return value of nm_remote_connection_get_secrets()Thomas Haller2019-10-161-1/+1
| * libnm: fix annotation for return value of nm_remote_connection_update2()Thomas Haller2019-10-161-1/+1
| * libnm: mark more synchronous libnm API as deprecatedThomas Haller2019-10-163-0/+14
| * libnm/trivial: remove unused struct RequestScanInfo in "nm-device-wifi-p2p.c"Thomas Haller2019-10-161-5/+0
|/
* shared: allow "NMRefString" typedef to be forward declared by naming the structThomas Haller2019-10-161-1/+1
* shared/tests: add tests for NMRefStringThomas Haller2019-10-161-0/+34
* shared: avoid extra asserts in production code for NMRefStringThomas Haller2019-10-161-0/+2
* shared: fix crash in nm_ref_string_new_len()Thomas Haller2019-10-161-2/+2
* merge: branch 'bg/802-1x-optional'Beniamino Galvani2019-10-1510-181/+338
|\
| * ifcfg-rh: drop trailing dot from error messagesbg/802-1x-optionalBeniamino Galvani2019-10-151-22/+22
| * ethernet: honor the 802-1x.optional propertyBeniamino Galvani2019-10-151-21/+77
| * all: add 802-1x.optional propertyBeniamino Galvani2019-10-157-0/+80
| * supplicant: export authentication stateBeniamino Galvani2019-10-152-0/+59
| * ifcfg-rh: refactor reading 802.1X phase2 auth methodBeniamino Galvani2019-10-151-134/+96
| * libnm-core: update 802-1x.phase2-auth* documentationBeniamino Galvani2019-10-152-4/+4
|/
* core: don't use pointer value for pending action string in active-connectionThomas Haller2019-10-141-1/+1
* device: merge branch 'th/device-no-pending-action-for-dhcp'Thomas Haller2019-10-143-28/+7
|\
| * device: don't delay startup complete for pending-actions "autoconf", "dhcp4" ...Thomas Haller2019-10-143-28/+7
|/
* clients/tests: shorten sleep while polling in popen_wait()Thomas Haller2019-10-131-2/+8