Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Refactored heavily #ifdefd capability code to its own libstrongswan class | Martin Willi | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Centralized thread cancellation in processor_t | Tobias Brunner | 2012-06-25 | 1 | -9/+3 |
| | | | | | | | | | | This ensures that no threads are active when plugins and the rest of the daemon are unloaded. callback_job_t was simplified a lot in the process as its main functionality is now contained in processor_t. The parent-child relationships were abandoned as these were only needed to simplify job cancellation. | ||||
* | whitelist: Make sure listed IDs are null-terminated. | Tobias Brunner | 2012-05-18 | 1 | -0/+1 |
| | |||||
* | Use name from initialization to access settings in libcharon. | Tobias Brunner | 2012-05-03 | 1 | -1/+1 |
| | | | | Also fixes several whitespace errors. | ||||
* | Use CRITICAL job priority class for long running dispatcher jobs | Martin Willi | 2011-05-16 | 1 | -2/+2 |
| | |||||
* | fixed whitelist enabling | Andreas Steffen | 2011-05-14 | 1 | -2/+3 |
| | |||||
* | Disable whitelist plugin by default | Martin Willi | 2011-05-12 | 1 | -1/+1 |
| | |||||
* | 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 | -0/+7 |
| | | | | over plugin_t | ||||
* | Increase whitelist message identity buffer to 128 bytes | Martin Willi | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | Added strongswan.conf and runtime option to enable/disable whitelist plugin | Martin Willi | 2011-03-17 | 5 | -1/+43 |
| | |||||
* | Added a whitelist command line utility to control whitelist plugin | Martin Willi | 2011-02-28 | 3 | -0/+184 |
| | |||||
* | Added a UNIX socket based control backend to whitelist plugin | Martin Willi | 2011-02-28 | 5 | -2/+337 |
| | |||||
* | Implemented a in-memory peer identity whitelist plugin | Martin Willi | 2011-02-28 | 5 | -0/+402 |