Add password plugin, tests and necessary basic pieces
authorAlexander Kanavin <alexander.kanavin@intel.com>
Wed, 16 Jan 2013 17:15:25 +0000 (19:15 +0200)
committerAlexander Kanavin <alexander.kanavin@intel.com>
Wed, 23 Jan 2013 16:59:30 +0000 (18:59 +0200)
commitb7975f78b177d59010f23b9dd2e9b49f665677f4
tree3872550a864a31e51f6a13e28f930087526fc4bb
parent12a616b12c17bd38a4ec8a08fc61f34fde710ba5
Add password plugin, tests and necessary basic pieces
16 files changed:
.gitignore
configure.ac
include/gsignond/gsignond-dictionary.h [new file with mode: 0644]
include/gsignond/gsignond-error.h
include/gsignond/gsignond-plugin-interface.h
include/gsignond/gsignond-session-data.h [new file with mode: 0644]
src/common/Makefile.am
src/common/gsignond-dictionary.c [new file with mode: 0644]
src/common/gsignond-error.c
src/common/gsignond-plugin-interface.c
src/common/gsignond-session-data.c [new file with mode: 0644]
src/plugins/password/Makefile.am
src/plugins/password/gsignond-password-plugin.c
test/Makefile.am
test/passwordplugin/Makefile.am [new file with mode: 0644]
test/passwordplugin/passwordplugintest.c [new file with mode: 0644]