common: GSignondIdentityInfo re-typed as a new boxed type
authorAmarnath Valluri <amarnath.valluri@linux.intel.com>
Tue, 27 Aug 2013 15:09:02 +0000 (18:09 +0300)
committerAmarnath Valluri <amarnath.valluri@linux.intel.com>
Thu, 5 Sep 2013 11:11:59 +0000 (14:11 +0300)
commitbfff61f930c5bd6cda89716fb8e21e434fee10a7
treed7b6542c414ffe1f72fa16c678799fdd5bd81058
parentef3ef5deaf2285896eae8d97099cbd9732128dd8
common: GSignondIdentityInfo re-typed as a new boxed type

This give us the liberty to seprate internal info such as secret/username/edit-flags/
out of the dictionary, and easy to maintain.

Fixed other part of the code and tests.
src/common/gsignond-identity-info.c
src/common/gsignond-identity-info.h
src/daemon/dbus/gsignond-dbus-auth-service-adapter.c
src/daemon/gsignond-auth-session.c
src/daemon/gsignond-daemon.c
src/daemon/gsignond-identity.c
test/common/commontest.c
test/daemon/daemon-test.c
test/daemon/daemontest.conf
tools/setup-and-start-daemon.sh