]> git.ipfire.org Git - people/ms/strongswan.git/commit - configure.ac
Moving attr-sql plugin from libstrongswan to libhydra.
authorTobias Brunner <tobias@strongswan.org>
Wed, 24 Mar 2010 09:59:31 +0000 (10:59 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 24 Mar 2010 17:53:09 +0000 (18:53 +0100)
commit75dc019252b43e9e7d625b099b75aff8f9b2f282
tree467ea10039a1f444ca08c84d1e26f8c7ff77e483
parent0bf68cbf7c0a7302322bffaaba8a3488d8b60c41
Moving attr-sql plugin from libstrongswan to libhydra.
configure.in
src/libcharon/Makefile.am
src/libhydra/Makefile.am
src/libhydra/plugins/attr_sql/.gitignore [moved from src/libstrongswan/plugins/attr_sql/.gitignore with 100% similarity]
src/libhydra/plugins/attr_sql/Makefile.am [moved from src/libstrongswan/plugins/attr_sql/Makefile.am with 100% similarity]
src/libhydra/plugins/attr_sql/attr_sql_plugin.c [moved from src/libstrongswan/plugins/attr_sql/attr_sql_plugin.c with 100% similarity]
src/libhydra/plugins/attr_sql/attr_sql_plugin.h [moved from src/libstrongswan/plugins/attr_sql/attr_sql_plugin.h with 100% similarity]
src/libhydra/plugins/attr_sql/pool.c [moved from src/libstrongswan/plugins/attr_sql/pool.c with 100% similarity]
src/libhydra/plugins/attr_sql/sql_attribute.c [moved from src/libstrongswan/plugins/attr_sql/sql_attribute.c with 100% similarity]
src/libhydra/plugins/attr_sql/sql_attribute.h [moved from src/libstrongswan/plugins/attr_sql/sql_attribute.h with 100% similarity]
src/libstrongswan/Makefile.am