Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add container plugin features | Martin Willi | 2012-12-19 | 1 | -0/+11 |
| | |||||
* | Added PLUGIN_NOOP to separate PLUGIN_PROVIDE from previous CALLBACK/REGISTER ↵ | Tobias Brunner | 2012-07-12 | 1 | -7/+15 |
| | | | | entries | ||||
* | Hash function for plugin features added. | Tobias Brunner | 2012-05-23 | 1 | -0/+15 |
| | |||||
* | Add nonce generator interface | Adrian-Ken Rueegsegger | 2012-05-18 | 1 | -0/+4 |
| | | | | | | | Nonce generators (nonce_gen_t) can be used to get or allocate nonces. Users can request nonce generators from the crypto factory while nonce plugins register/remove themselves to/from the crypto factory. | ||||
* | Added missing XAuth plugin feature enum names | Martin Willi | 2012-03-20 | 1 | -4/+4 |
| | |||||
* | Use a string to identify xauth backends, no need for integer types | Martin Willi | 2012-03-20 | 1 | -4/+3 |
| | |||||
* | IKEv1 XAuth: Added plugin support for XAuth, which allows us to have plugins ↵ | Clavister OpenSource | 2012-03-20 | 1 | -0/+9 |
| | | | | to talk to servers with different quirks for XAuth authentication. | ||||
* | Avoid heaps of compiler warnings due to plugin features registration. | Tobias Brunner | 2011-10-17 | 1 | -2/+2 |
| | |||||
* | Added macro to define CUSTOM plugin features | Martin Willi | 2011-10-14 | 1 | -0/+1 |
| | |||||
* | Doxygen fixups | Martin Willi | 2011-10-14 | 1 | -1/+0 |
| | |||||
* | Implemented feature unloading, moved feature registration plugin_features.c | Martin Willi | 2011-10-14 | 1 | -0/+20 |
| | |||||
* | Don't use union members directly in plugin_feature_t. | Tobias Brunner | 2011-10-14 | 1 | -6/+6 |
| | |||||
* | Add aead plugin features | Martin Willi | 2011-10-14 | 1 | -0/+9 |
| | |||||
* | Added database and fetcher plugin features | Martin Willi | 2011-10-14 | 1 | -0/+8 |
| | |||||
* | Added support for plugin features | Martin Willi | 2011-10-14 | 1 | -0/+294 |