Martin Willi
|
9f2a81f341
|
Add features support to sqlite plugin
|
2011-10-14 10:05:45 +02:00 |
|
Martin Willi
|
c55818ebb0
|
Added a (not yet implemented) plugin_t method to reload plugin configuration
|
2011-04-15 10:07:13 +02:00 |
|
Martin Willi
|
787b5884aa
|
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates over plugin_t
|
2011-04-15 10:07:12 +02:00 |
|
Andreas Steffen
|
c6fde416c4
|
use private destroy() function
|
2010-12-04 10:28:30 +01:00 |
|
Andreas Steffen
|
cca86ba94d
|
Migrated sqlite plugin to INIT/METHOD macros
|
2010-12-04 10:20:33 +01:00 |
|
Tobias Brunner
|
8b0e09103b
|
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
|
2010-04-06 12:47:40 +02:00 |
|
Tobias Brunner
|
afb364fff9
|
Reverting eba28948a5 which was only necessary when cross-compiling the plugins for Android 2.0.
With the coming monolithic build using Android.mk files this won't be
necessary anymore.
|
2010-03-02 12:03:44 +01:00 |
|
Tobias Brunner
|
4e657051f7
|
Streamlined the source file list formatting in plugin makefiles.
|
2010-03-02 10:40:50 +01:00 |
|
Tobias Brunner
|
6ec60bb92b
|
Link all enabled libstrongswan plugins into the library, link all enabled charon plugins into libcharon.
|
2010-03-02 10:38:52 +01:00 |
|
Tobias Brunner
|
9ce567f895
|
Changed plugin constructors from plugin_create to plugin_name_plugin_create.
|
2010-03-02 09:10:26 +01:00 |
|
Tobias Brunner
|
6cc13cd9c5
|
Removing the plugin constructor declarations from the header files.
|
2010-03-02 09:10:19 +01:00 |
|
Tobias Brunner
|
eba28948a5
|
Link all plugins to libstrongswan.
|
2010-02-25 13:51:05 +01:00 |
|
Tobias Brunner
|
eba64cef41
|
Separated the public interfaces of the threading primitives.
|
2009-12-23 17:01:53 +01:00 |
|
Tobias Brunner
|
14f7091280
|
Moved mutex.c to a separate folder in order to cleanly wrap other threading primitives (and utils/mutex.h is now threading.h).
|
2009-12-23 17:00:58 +01:00 |
|
Martin Willi
|
7daf5226b7
|
removed trailing spaces ([[:space:]]+$)
|
2009-09-04 13:46:09 +02:00 |
|
Tobias Brunner
|
3901937d14
|
OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enums mutex/condvar/rwlock_type_t.
|
2009-08-14 13:30:59 +02:00 |
|
Martin Willi
|
00fcc0f8f3
|
added -avoid-version to LDFLAGS, plugins are not versioned
|
2009-07-03 08:57:11 +02:00 |
|
Tobias Brunner
|
8c5d72cd0b
|
removing svn keyword $Id$ from all files
|
2009-04-30 13:19:35 +00:00 |
|
Martin Willi
|
1490ff4d9b
|
updated Doxyfile
properly close all doxygen groups
fixed remaining doxygen warnings
|
2009-03-24 17:43:01 +00:00 |
|
Andreas Steffen
|
dc6a2edd0d
|
corrected caption
|
2008-08-21 11:58:58 +00:00 |
|
Martin Willi
|
2d6559b107
|
added sqlite busy handler: retries on locking conflicts
|
2008-08-21 09:25:06 +00:00 |
|
Martin Willi
|
fc861b0b7e
|
added a driver type getter for database implementations
|
2008-07-21 11:13:06 +00:00 |
|
Martin Willi
|
7da767f773
|
sqlite plugin requires libsqlite3 => 3.3.1 to share connections
use recursive locking if libsqlite3 < 3.5.0
|
2008-06-30 11:06:18 +00:00 |
|
Martin Willi
|
f8277a8370
|
added configure check and support for sqlite3 libraries without sqlite3_prepare_v2
|
2008-05-07 14:41:13 +00:00 |
|
Martin Willi
|
f722fa31db
|
added error logging to sqlite plugin
|
2008-04-15 15:12:01 +00:00 |
|
Martin Willi
|
4071ad1e5b
|
fixed segfault when opening a SQLite database fails
|
2008-04-07 06:49:13 +00:00 |
|
Martin Willi
|
552cc11b1f
|
merged the modularization branch (credentials) back to trunk
|
2008-03-13 14:14:44 +00:00 |
|