summaryrefslogtreecommitdiff
path: root/libnm-glib
AgeCommit message (Expand)AuthorFilesLines
2016-11-21libnm-glib: silence some build warningsLubomir Rintel1-4/+10
2016-11-21libnm-glib: drop some unneeded codeLubomir Rintel3-52/+0
2016-10-21build: merge "libnm-glib/tests/Makefile.am" into toplevel MakefileThomas Haller2-48/+0
2016-10-21build: merge "libnm-glib/Makefile.am" into toplevel MakefileThomas Haller1-226/+1
2016-10-19build: merge "libnm/tests/Makefile.am" into toplevel MakefileThomas Haller1-1/+1
2016-10-19tests: combine "run-test-valgrind.sh" and "run-test-dbus-session.sh" in "run-...Thomas Haller1-4/+0
2016-10-19build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILERThomas Haller1-1/+1
2016-10-13build: don't guard check-local with "if ENABLE_TESTS"Thomas Haller1-5/+0
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller24-61/+61
2016-08-17all: cleanup includes in header filesThomas Haller3-4/+0
2016-08-17auth: check when setting statistics refresh rateAlfonso Sanchez-Beato2-1/+6
2016-08-17permissions: properly add checkpoint-rollback permissionThomas Haller2-1/+5
2016-06-21libnm/libnm-glib: use Bluetooth device name as description (bgo #592819)Dan Williams1-0/+10
2016-06-03build: add options to compile with address/undefined sanitizersBeniamino Galvani1-0/+4
2016-06-01all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller1-14/+1
2016-06-01manager: add Reload() D-Bus commandThomas Haller2-1/+7
2016-06-01libnm: implement missing NM_AUTH_PERMISSION_SETTINGS_MODIFY_GLOBAL_DNSThomas Haller2-1/+7
2016-05-30all: trivial: use g_value_dup_string ()Lubomir Rintel1-1/+1
2016-04-05build: disable deprecation checks for internal compilationThomas Haller2-2/+0
2016-03-29libnm-glib: allow non-verifiable NMRemoteConnection in libnm-glibThomas Haller2-43/+20
2016-03-29libnm-glib: don't fail creating connection in NMVPNPluginThomas Haller1-28/+4
2016-03-29libnm-glib: don't fail creating connection in NMSecretAgentThomas Haller1-15/+7
2016-03-04libnm: fix clearing real-devices in NMManager's free_devices()Thomas Haller1-1/+1
2016-03-03all: don't include error->code in log messagesThomas Haller8-21/+17
2016-03-03all: use g_error_matches()Dan Winship1-1/+1
2016-03-03all: clean-up usage of GErrorThomas Haller4-8/+6
2016-03-02libnm-glib/libnm/vpn: fix handling of ConnectInteractive() failure (rh #1298732)Dan Williams1-7/+17
2016-02-23device: add new NMDeviceType NM_DEVICE_TYPE_VETHThomas Haller1-0/+3
2016-02-23libnm: add missing device types to get_type_name()Thomas Haller1-2/+14
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller37-114/+89
2016-02-12build: cleanup default includesThomas Haller2-5/+6
2016-01-28vpn-service-plugin: allow VPNs with no IP configurationLubomir Rintel1-2/+0
2016-01-26libnm-glib: fix another memory leak around update_permissions()Thomas Haller1-12/+6
2016-01-26libnm-glib: fix crash due to uninitalized pointer in get_permissions_reply()Thomas Haller1-1/+1
2016-01-22tests: move common dbus test-runners to tools/ directoryThomas Haller2-6/+1
2016-01-22tests: use dbus-run-session instead of dbus-launchMichael Biebl1-5/+1
2016-01-21libnm-glib: fix leak in get_permissions_reply()Dan Williams1-0/+2
2015-12-26libnm/tests: add tests for libnm handling invalid connectionsThomas Haller1-0/+260
2015-12-26libnm-glib: avoid use-after-free when replace_settings() failsThomas Haller1-0/+7
2015-12-26libnm/tests: use nmtstc_nm_remote_settings_new()Thomas Haller1-2/+1
2015-12-26libnm/tests: use nmtstc_nm_client_new()Thomas Haller1-34/+6
2015-12-24build: rename directory "include" to "shared"Thomas Haller2-8/+8
2015-12-24libnm/tests: rename test functions to follow common patternThomas Haller2-25/+21
2015-12-24libnm/tests: move common testing code to nm-test-libnm-utilsThomas Haller5-293/+6
2015-12-24libnm/tests: unify common test code for libnm and libnm-glibThomas Haller3-1/+137
2015-12-24build: separate compilation macro for libnm-util and libnm-glibThomas Haller1-1/+1
2015-12-09libnm-glib: consider unknown devices as generic onesBeniamino Galvani1-2/+2
2015-12-04libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams4-21/+140
2015-12-04libnm-glib/libnm: add support for "real" NMDevice propertyDan Williams3-0/+45
2015-12-04libnm-glib: queue added/removed signals and suppress uninitialized notificationsLubomir Rintel1-50/+181