aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/coupling
Commit message (Collapse)AuthorAgeFilesLines
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-161-2/+8
| | | | | | | | | | | Handling the result for enum_from_name() is difficult, as checking for negative return values requires a cast if the enum type is unsigned. The new signature clearly differentiates lookup result from lookup value. Further, this actually allows to convert real -1 enum values, which could not be distinguished from "not-found" and the -1 return value. This also fixes several clang warnings where enums are unsigned.
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-5/+3
|
* coupling: Fix call to call_hook()Tobias Brunner2013-07-221-1/+1
|
* credmgr: introduce a hook function to catch trust chain validation errorsMartin Willi2013-07-181-0/+4
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+5
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* coupling: Use plugin features and soft depend on SHA1Tobias Brunner2013-06-111-12/+40
|
* Use centralized hasher names in coupling pluginMartin Willi2012-07-171-20/+2
|
* Add a return value to hasher_t.get_hash()Martin Willi2012-07-161-1/+5
|
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-3/+6
| | | | Also fixes several whitespace errors.
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* Implemented permanent certificate coupling pluginMartin Willi2011-02-285-0/+438