Initial definition of the plugin interface and a skeleton for the password plugin
authorAlexander Kanavin <alexander.kanavin@intel.com>
Mon, 14 Jan 2013 17:33:06 +0000 (19:33 +0200)
committerAlexander Kanavin <alexander.kanavin@intel.com>
Mon, 14 Jan 2013 17:33:06 +0000 (19:33 +0200)
commitac3e25e2b8399a66bcdfac07fd5f079aaa3b3b1b
tree335847ce283ccbb67c88548654427b0e783b7209
parentcbc8daf5f78b9ae07075ad8b47a97b5c5de24fe4
Initial definition of the plugin interface and a skeleton for the password plugin
configure.ac
include/gsignond/gsignond-plugin-interface.h [new file with mode: 0644]
src/Makefile.am
src/common/Makefile.am
src/common/gsignond-plugin-interface.c [new file with mode: 0644]
src/plugins/Makefile.am [new file with mode: 0644]
src/plugins/password/Makefile.am [new file with mode: 0644]
src/plugins/password/gsignond-password-plugin.c [new file with mode: 0644]
src/plugins/password/gsignond-password-plugin.h [new file with mode: 0644]