index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
plugin_loader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved integrity_checker_t to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-2
/
+2
*
Don't require PLUGINDIR to be defined.
Tobias Brunner
2012-08-08
1
-6
/
+15
*
Added a method to plugin_loader_t to add 'static' plugin features
Tobias Brunner
2012-06-25
1
-0
/
+91
*
Make sure that all features of critical plugins are loaded
Tobias Brunner
2012-06-25
1
-5
/
+64
*
Fixed return values of several functions (e.g. return FALSE for pointer types).
Tobias Brunner
2012-05-31
1
-1
/
+1
*
Fixed check for loaded plugins with feature types that are not compared exactly.
Tobias Brunner
2012-05-24
1
-25
/
+13
*
Use a hashtable to check for already loaded plugin features.
Tobias Brunner
2012-05-23
1
-20
/
+37
*
If we load new features from a plugin, restart loading from first plugin
Martin Willi
2012-05-03
1
-0
/
+4
*
Don't depend on a feature that has a dependency to the same feauture during u...
Martin Willi
2012-05-02
1
-1
/
+2
*
Cache list of plugin names to further simplify its usage.
Tobias Brunner
2012-01-19
1
-19
/
+46
*
Function added to plugin_loader to get a list of the names of loaded plugins.
Tobias Brunner
2012-01-19
1
-1
/
+26
*
Be less verbose if plugin dependecy not satisfied
Martin Willi
2011-12-07
1
-1
/
+1
*
Don't enforce features with soft dependencies before all plugins are loaded
Martin Willi
2011-10-14
1
-4
/
+4
*
Don't try to load a feature again after failure
Martin Willi
2011-10-14
1
-4
/
+28
*
Reset registration function for each plugin during feature loading
Martin Willi
2011-10-14
1
-1
/
+2
*
Fixed memleak in plugin unloading
Martin Willi
2011-10-14
1
-0
/
+1
*
Load features after each plugin loaded until all plugins have feature support
Martin Willi
2011-10-14
1
-4
/
+7
*
Implemented feature unloading, moved feature registration plugin_features.c
Martin Willi
2011-10-14
1
-126
/
+110
*
Don't use union members directly in plugin_feature_t.
Tobias Brunner
2011-10-14
1
-21
/
+24
*
Unload plugins which we were not able to load any features from.
Tobias Brunner
2011-10-14
1
-0
/
+26
*
Easier to understand test for soft dependencies in dependencies_satisfied.
Tobias Brunner
2011-10-14
1
-2
/
+1
*
Add aead plugin features
Martin Willi
2011-10-14
1
-0
/
+5
*
Added database and fetcher plugin features
Martin Willi
2011-10-14
1
-0
/
+9
*
Plugin enumerator enumerates over loaded features, too
Martin Willi
2011-10-14
1
-1
/
+6
*
Added support for plugin features
Martin Willi
2011-10-14
1
-48
/
+318
*
Finally removed deprecated iterator_t.
Tobias Brunner
2011-07-06
1
-0
/
+1
*
Added plugin_loader method to reload plugin configurations
Martin Willi
2011-04-15
1
-0
/
+47
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...
Martin Willi
2011-04-15
1
-19
/
+6
*
Migrated remaining plugin_t implementations to INIT/METHOD macros
Martin Willi
2011-04-15
1
-1
/
+1
*
Migrated plugin_loader to INIT/METHOD macros
Martin Willi
2011-04-15
1
-24
/
+19
*
prevent multiple debug outputs in case of non-monolithic plugins
Andreas Steffen
2011-02-20
1
-2
/
+0
*
Merged the monolithic and non-monolithic plugin loaders into one.
Tobias Brunner
2011-02-10
1
-49
/
+37
*
Load plugins only once, even if listed twice
Martin Willi
2011-01-05
1
-0
/
+27
*
Unload plugins in reverse order
Martin Willi
2010-08-04
1
-3
/
+3
*
Do not print filename twice if plugin loading fails, dlerror() contains the f...
Martin Willi
2010-05-05
1
-2
/
+1
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
1
-11
/
+18
*
Adding a helper function that translates single characters in a string.
Tobias Brunner
2010-03-08
1
-19
/
+2
*
Enabling the plugin loader to be able to load plugins without explicitly load...
Tobias Brunner
2010-03-02
1
-0
/
+37
*
Changed plugin constructors from plugin_create to plugin_name_plugin_create.
Tobias Brunner
2010-03-02
1
-5
/
+30
*
use NULL to load plugins from default plugin directory
Martin Willi
2009-09-10
1
-0
/
+5
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-12
/
+12
*
plugins marked with a '!' are handled as critical: cancel if loading fails
Martin Willi
2009-09-01
1
-9
/
+28
*
streamlined integrity test output some more
Andreas Steffen
2009-07-18
1
-5
/
+2
*
streamlined debug output of integrity tests
Andreas Steffen
2009-07-17
1
-13
/
+21
*
Removed an unnecessary include of a header that is not available on Mac OS X.
Tobias Brunner
2009-07-15
1
-1
/
+0
*
check integrity of plugins before loading
Martin Willi
2009-06-22
1
-0
/
+15
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
1
-2
/
+0
*
using token enumerator to parser plugin list
Martin Willi
2008-07-02
1
-28
/
+7
*
fixed plugin loader destruction
Martin Willi
2008-06-25
1
-1
/
+1
[next]