daemon/db: GSignondDictionary is used for saving/retrieving Token data to/from db.
authorAmarnath Valluri <amarnath.valluri@linux.intel.com>
Wed, 8 May 2013 07:08:20 +0000 (10:08 +0300)
committerAmarnath Valluri <amarnath.valluri@linux.intel.com>
Wed, 8 May 2013 07:35:31 +0000 (10:35 +0300)
commitdc60c69c033c48e9355035c0a5caf5e866fc36b0
treeb99a9e75ff05346d1e06714f503e97ae53f4e278
parent284b46928fc2777e9f85138a28445765d539e2cc
daemon/db: GSignondDictionary is used for saving/retrieving Token data to/from db.

No Token data is exchanged as 'Dictionary(variant-map) instead of 'bytearray'.
So that Session data and Token data are aligned, and can be merged together.
Tests updated as per this new chage.
src/common/db/gsignond-db-secret-database.c
src/common/db/gsignond-db-secret-database.h
test/db/dbtest.c