summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: ignore hostname when invalidbg/dhcp-invalid-hostnameBeniamino Galvani2019-10-171-0/+12
* shared: export systemd dns and hostname validation functionsBeniamino Galvani2019-10-172-2/+16
* shared: fix function return valueBeniamino Galvani2019-10-171-1/+1
* platform: silence cppcheck warning about NULL pointer dereferenceIlya Shipitsin2019-10-171-1/+2
* libnm: fix nm_device_delete_async() after GDBusConnection reworkThomas Haller2019-10-171-1/+1
* libnm: merge branch 'th/libnm-no-dbus-codegen-1'Thomas Haller2019-10-1620-2781/+1996
|\
| * libnm: implement nm_client_add_connection*() by using GDBusConnection directlyThomas Haller2019-10-163-257/+244
| * libnm: implement nm_client_save_hostname_async() by using GDBusConnection dir...Thomas Haller2019-10-163-108/+17
| * libnm: implement nm_client_save_hostname() by using GDBusConnection directlyThomas Haller2019-10-163-32/+11
| * libnm: implement nm_client_reload_connections_async() by using GDBusConnectio...Thomas Haller2019-10-163-102/+20
| * libnm: implement nm_client_reload_connections() by using GDBusConnection dire...Thomas Haller2019-10-163-30/+16
| * libnm: implement nm_client_load_connections_async() by using GDBusConnection ...Thomas Haller2019-10-163-114/+27
| * libnm: implement nm_client_load_connections() by using GDBusConnection directlyThomas Haller2019-10-163-40/+24
| * libnm: implement nm_device_delete()/nm_device_delete_async() by using GDBusCo...Thomas Haller2019-10-161-44/+29
| * libnm: implement nm_device_disconnect()/nm_device_disconnect_async() by using...Thomas Haller2019-10-161-44/+29
| * libnm: implement nm_device_get_applied_connection()/nm_device_get_applied_con...Thomas Haller2019-10-161-80/+52
| * libnm: implement nm_device_reapply()/nm_device_reapply_async() by using GDBus...Thomas Haller2019-10-161-52/+48
| * libnm: implement nm_remote_connection_get_secrets()/nm_remote_connection_get_...Thomas Haller2019-10-161-49/+46
| * 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