summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-02-13Merge branch 'devel' into upstreamupstream/1.0.4upstreamImran Zaman1-0/+1
Change-Id: Id6207a54212597614043e4503aaad4ead6bc6ed9 Signed-off-by: Imran Zaman <imran.zaman@linux.intel.com>
2015-02-13Used BUILT_SOURCES variable to compile autogenerated codeImran Zaman1-0/+1
Change-Id: Id13cc26c7d1bbbccff899500eeb9db71245ba22f
2015-02-13Merge branch 'devel' into upstreamImran Zaman8-17/+72
Change-Id: I31a1d5e6866681a95198a3802d5565452c1e2347 Signed-off-by: Imran Zaman <imran.zaman@linux.intel.com>
2015-02-13FIX Issue 227: [gsignond] Dbus interface for UIAmarnath Valluri3-1/+30
2015-02-12Fixed dbus code generation compilation issueImran Zaman1-1/+1
Change-Id: Ibd7c66d28c2f26f59d1dc58cc778e0b254921f24
2015-02-06daemon: moved exporting dbus objects on bus_aquired callback from name_aquiredAmarnath Valluri1-3/+3
2015-02-05daemon: Fix race-condition issues in object disposableAmarnath Valluri1-8/+20
Synchronize both disposable timeout and idle(delete_later) callbacks.
2015-01-02plugins: add more arg checks to code and testsJussi Laako1-0/+3
2014-12-31Revert "Fixed bug when plugins are loaded as g_strplit returns an empty ↵Alexander Kanavin1-7/+0
plugin_type because \n delimiter" This reverts commit 223e97eb9de7afd7699d5dadec6e0370617bff57.
2014-12-31plugins: add missing includeJussi Laako1-0/+2
2014-12-30plugin-proxy: add extra null-check for hash table lookupJussi Laako1-1/+7
2014-12-30fix issues found by coverty analyserAmarnath Valluri2-3/+6
2014-12-30Fixed bug when plugins are loaded as g_strplit returns an empty plugin_type ↵Imran Zaman1-0/+7
because \n delimiter
2014-07-02Release 1.0.3Imran Zaman3-9/+7
Change-Id: I7595ac5d23a9a842616d85e20d38a6d2790432d0 Signed-off-by: Imran Zaman <imran.zaman@intel.com>
2014-06-30only log messages if in debug modeImran Zaman1-6/+4
2014-06-30Fixed bug when removing referenceImran Zaman1-1/+1
2014-06-27Fixed bug in case of error when adding/removing referenceImran Zaman1-2/+2
2014-06-25Release 1.0.2upstream/1.0.2Jussi Laako6-43/+70
Change-Id: Id8e3a7eff5ba85b9f69ec257b7ea1b795c68bce1
2014-06-18Rename access control check macros and correct some casesJussi Laako3-21/+21
2014-06-12plugin-remote: glib seems to auto-remove the source on callbackJussi Laako1-1/+1
reset source id to avoid g_critical() from glib on double-destroy
2014-05-30gplugind: add more debugging output for the plugin API methods and signalsAlexander Kanavin1-16/+48
To see it, run the daemon with 'G_MESSAGES_DEBUG=all' prefixed.
2014-05-19Initial package import after relocation from IVI profileJussi Laako128-0/+37455
Change-Id: I8ffdf9b96963059b4e9a20b05856f1dd14b8130f
2014-03-07dist: fix distribution tarball and out-of-tree buildJussi Laako1-3/+6
2014-03-06metadata-db: don't try to use NULL methodsJussi Laako1-2/+3
2014-02-28Assorted fixes and cleanups, updated versionJussi Laako7-31/+26
2014-02-17docs: add documentation for multple plugin loadersAlexander Kanavin1-2/+2
2014-02-17plugins: simplify process killingAlexander Kanavin2-87/+15
2014-02-14plugind: export the plugin object on d-bus after connecting all the signals ↵Alexander Kanavin1-12/+12
and setting properties Otherwise valgrind reports GClosure leaks :-/
2014-02-13identity-info: fix memleakAlexander Kanavin1-0/+2
2014-02-13gplugind: fix memleakAlexander Kanavin1-0/+1
2014-02-13plugins: export plugin d-bus object at /Alexander Kanavin1-1/+1
No need to have an elaborate path
2014-02-13dbus: add a version to the plugin d-bus interfaceAlexander Kanavin4-36/+36
2014-02-13plugins: add multiple plugin loaders support to plugin proxyAlexander Kanavin2-66/+116
2014-02-13plugins: remove unused gsignond_plugin_proxy_factory_add_plugin()Alexander Kanavin2-25/+0
2014-02-06plugins: remove hardcoded plugin loader name from GSignondRemotePluginAlexander Kanavin5-42/+52
2014-02-06gplugind: add support for listing pluginsAlexander Kanavin1-1/+35
2014-02-06gplugind: use proper command line options for various functionsAlexander Kanavin2-25/+34
2014-02-06plugins: move plugin loader to gplugind directoryAlexander Kanavin8-5/+5
2014-02-06Remove plugin path from commandline parameters to plugin loaderAlexander Kanavin5-13/+16
2014-02-06build: introduce separate directories for plugin loaders and glib pluginsAlexander Kanavin13-18/+18
2014-02-06plugins: remove unused fields from GSignondPluginRemoteAlexander Kanavin2-13/+0
2014-02-06plugins: drop unnecessary ad-hoc sync with child processAlexander Kanavin3-97/+1
GDbusProxy and GSignondRemotePlugin do it for us: the former loads remote d-bus propertyies on construction, the latter verifies that the remote plugin's type is equal to what we asked for.
2014-02-06plugins: use d-bus properties instead of GetInfo() for plugin type and ↵Alexander Kanavin4-74/+19
mechanisms
2013-12-04config: unbreak non-debug buildJussi Laako1-4/+0
2013-12-03utils: add gsignond_is_host_in_domain()Alexander Kanavin1-0/+35
2013-11-29auth-session, identity: optimizationsJussi Laako2-9/+15
2013-11-29digest-plugin: fix documentationJussi Laako1-2/+2
2013-11-28utils: make gsignond_array_to_sequence() argument really (transfer full)Jussi Laako2-7/+7
2013-11-28digest-plugin: add realm checkJussi Laako2-7/+74
2013-11-28session-data: provide also allowed realmsJussi Laako2-1/+38