Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-13 | Merge branch 'devel' into upstreamupstream/1.0.4upstream | Imran Zaman | 1 | -0/+1 | |
Change-Id: Id6207a54212597614043e4503aaad4ead6bc6ed9 Signed-off-by: Imran Zaman <imran.zaman@linux.intel.com> | |||||
2015-02-13 | Used BUILT_SOURCES variable to compile autogenerated code | Imran Zaman | 1 | -0/+1 | |
Change-Id: Id13cc26c7d1bbbccff899500eeb9db71245ba22f | |||||
2015-02-13 | Merge branch 'devel' into upstream | Imran Zaman | 8 | -17/+72 | |
Change-Id: I31a1d5e6866681a95198a3802d5565452c1e2347 Signed-off-by: Imran Zaman <imran.zaman@linux.intel.com> | |||||
2015-02-13 | FIX Issue 227: [gsignond] Dbus interface for UI | Amarnath Valluri | 3 | -1/+30 | |
2015-02-12 | Fixed dbus code generation compilation issue | Imran Zaman | 1 | -1/+1 | |
Change-Id: Ibd7c66d28c2f26f59d1dc58cc778e0b254921f24 | |||||
2015-02-06 | daemon: moved exporting dbus objects on bus_aquired callback from name_aquired | Amarnath Valluri | 1 | -3/+3 | |
2015-02-05 | daemon: Fix race-condition issues in object disposable | Amarnath Valluri | 1 | -8/+20 | |
Synchronize both disposable timeout and idle(delete_later) callbacks. | |||||
2015-01-02 | plugins: add more arg checks to code and tests | Jussi Laako | 1 | -0/+3 | |
2014-12-31 | Revert "Fixed bug when plugins are loaded as g_strplit returns an empty ↵ | Alexander Kanavin | 1 | -7/+0 | |
plugin_type because \n delimiter" This reverts commit 223e97eb9de7afd7699d5dadec6e0370617bff57. | |||||
2014-12-31 | plugins: add missing include | Jussi Laako | 1 | -0/+2 | |
2014-12-30 | plugin-proxy: add extra null-check for hash table lookup | Jussi Laako | 1 | -1/+7 | |
2014-12-30 | fix issues found by coverty analyser | Amarnath Valluri | 2 | -3/+6 | |
2014-12-30 | Fixed bug when plugins are loaded as g_strplit returns an empty plugin_type ↵ | Imran Zaman | 1 | -0/+7 | |
because \n delimiter | |||||
2014-07-02 | Release 1.0.3 | Imran Zaman | 3 | -9/+7 | |
Change-Id: I7595ac5d23a9a842616d85e20d38a6d2790432d0 Signed-off-by: Imran Zaman <imran.zaman@intel.com> | |||||
2014-06-30 | only log messages if in debug mode | Imran Zaman | 1 | -6/+4 | |
2014-06-30 | Fixed bug when removing reference | Imran Zaman | 1 | -1/+1 | |
2014-06-27 | Fixed bug in case of error when adding/removing reference | Imran Zaman | 1 | -2/+2 | |
2014-06-25 | Release 1.0.2upstream/1.0.2 | Jussi Laako | 6 | -43/+70 | |
Change-Id: Id8e3a7eff5ba85b9f69ec257b7ea1b795c68bce1 | |||||
2014-06-18 | Rename access control check macros and correct some cases | Jussi Laako | 3 | -21/+21 | |
2014-06-12 | plugin-remote: glib seems to auto-remove the source on callback | Jussi Laako | 1 | -1/+1 | |
reset source id to avoid g_critical() from glib on double-destroy | |||||
2014-05-30 | gplugind: add more debugging output for the plugin API methods and signals | Alexander Kanavin | 1 | -16/+48 | |
To see it, run the daemon with 'G_MESSAGES_DEBUG=all' prefixed. | |||||
2014-05-19 | Initial package import after relocation from IVI profile | Jussi Laako | 128 | -0/+37455 | |
Change-Id: I8ffdf9b96963059b4e9a20b05856f1dd14b8130f | |||||
2014-03-07 | dist: fix distribution tarball and out-of-tree build | Jussi Laako | 1 | -3/+6 | |
2014-03-06 | metadata-db: don't try to use NULL methods | Jussi Laako | 1 | -2/+3 | |
2014-02-28 | Assorted fixes and cleanups, updated version | Jussi Laako | 7 | -31/+26 | |
2014-02-17 | docs: add documentation for multple plugin loaders | Alexander Kanavin | 1 | -2/+2 | |
2014-02-17 | plugins: simplify process killing | Alexander Kanavin | 2 | -87/+15 | |
2014-02-14 | plugind: export the plugin object on d-bus after connecting all the signals ↵ | Alexander Kanavin | 1 | -12/+12 | |
and setting properties Otherwise valgrind reports GClosure leaks :-/ | |||||
2014-02-13 | identity-info: fix memleak | Alexander Kanavin | 1 | -0/+2 | |
2014-02-13 | gplugind: fix memleak | Alexander Kanavin | 1 | -0/+1 | |
2014-02-13 | plugins: export plugin d-bus object at / | Alexander Kanavin | 1 | -1/+1 | |
No need to have an elaborate path | |||||
2014-02-13 | dbus: add a version to the plugin d-bus interface | Alexander Kanavin | 4 | -36/+36 | |
2014-02-13 | plugins: add multiple plugin loaders support to plugin proxy | Alexander Kanavin | 2 | -66/+116 | |
2014-02-13 | plugins: remove unused gsignond_plugin_proxy_factory_add_plugin() | Alexander Kanavin | 2 | -25/+0 | |
2014-02-06 | plugins: remove hardcoded plugin loader name from GSignondRemotePlugin | Alexander Kanavin | 5 | -42/+52 | |
2014-02-06 | gplugind: add support for listing plugins | Alexander Kanavin | 1 | -1/+35 | |
2014-02-06 | gplugind: use proper command line options for various functions | Alexander Kanavin | 2 | -25/+34 | |
2014-02-06 | plugins: move plugin loader to gplugind directory | Alexander Kanavin | 8 | -5/+5 | |
2014-02-06 | Remove plugin path from commandline parameters to plugin loader | Alexander Kanavin | 5 | -13/+16 | |
2014-02-06 | build: introduce separate directories for plugin loaders and glib plugins | Alexander Kanavin | 13 | -18/+18 | |
2014-02-06 | plugins: remove unused fields from GSignondPluginRemote | Alexander Kanavin | 2 | -13/+0 | |
2014-02-06 | plugins: drop unnecessary ad-hoc sync with child process | Alexander Kanavin | 3 | -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-06 | plugins: use d-bus properties instead of GetInfo() for plugin type and ↵ | Alexander Kanavin | 4 | -74/+19 | |
mechanisms | |||||
2013-12-04 | config: unbreak non-debug build | Jussi Laako | 1 | -4/+0 | |
2013-12-03 | utils: add gsignond_is_host_in_domain() | Alexander Kanavin | 1 | -0/+35 | |
2013-11-29 | auth-session, identity: optimizations | Jussi Laako | 2 | -9/+15 | |
2013-11-29 | digest-plugin: fix documentation | Jussi Laako | 1 | -2/+2 | |
2013-11-28 | utils: make gsignond_array_to_sequence() argument really (transfer full) | Jussi Laako | 2 | -7/+7 | |
2013-11-28 | digest-plugin: add realm check | Jussi Laako | 2 | -7/+74 | |
2013-11-28 | session-data: provide also allowed realms | Jussi Laako | 2 | -1/+38 | |