Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Socket plugins soft depend on the kernel-ipsec plugin feature | Tobias Brunner | 2013-06-11 | 1 | -0/+1 |
| | | | | | On most platforms calls to methods to bypass the IKE sockets and enabling UDP decapsulation are required. | ||||
* | Add features support to socket-dynamic plugin | Martin Willi | 2011-10-14 | 1 | -6/+12 |
| | |||||
* | Added a (not yet implemented) plugin_t method to reload plugin configuration | Martin Willi | 2011-04-15 | 1 | -0/+1 |
| | |||||
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵ | Martin Willi | 2011-04-15 | 1 | -1/+7 |
| | | | | over plugin_t | ||||
* | Deferred instantiation of socket implmentations until registration. | Tobias Brunner | 2010-10-15 | 1 | -13/+6 |
| | | | | | | Instantiating the implementations on plugin load was problematic in case multiple socket plugins were loaded. Now, the first one registered is instantiated. | ||||
* | Use a seperate section for each nested struct member in INIT macro | Martin Willi | 2010-08-18 | 1 | -1/+5 |
| | |||||
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -0/+69 |