Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 4 | -1229/+0 |
| | |||||
* | Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵ | Tobias Brunner | 2010-03-02 | 1 | -3/+1 |
| | | | | | | | when cross-compiling the plugins for Android 2.0. With the coming monolithic build using Android.mk files this won't be necessary anymore. | ||||
* | Streamlined the source file list formatting in plugin makefiles. | Tobias Brunner | 2010-03-02 | 1 | -1/+3 |
| | |||||
* | Link all enabled libstrongswan plugins into the library, link all enabled ↵ | Tobias Brunner | 2010-03-02 | 1 | -2/+8 |
| | | | | charon plugins into libcharon. | ||||
* | Changed plugin constructors from plugin_create to plugin_name_plugin_create. | Tobias Brunner | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Removing the plugin constructor declarations from the header files. | Tobias Brunner | 2010-03-02 | 1 | -5/+0 |
| | |||||
* | Link all plugins to libstrongswan. | Tobias Brunner | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | Using the thread wrapper in charon, libstrongswan and their plugins. | Tobias Brunner | 2009-12-23 | 1 | -10/+12 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -18/+18 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -49/+49 |
| | |||||
* | added -avoid-version to LDFLAGS, plugins are not versioned | Martin Willi | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 2 | -4/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -1/+1 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -4/+5 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | cache keys for in and outbound ESP SAs | Martin Willi | 2008-10-15 | 1 | -8/+2 |
| | | | | | removed redundant storing of traffic selectors in CHILD_SA (sa_policy_t) creating TS pairs dynamically using create_policy_enumerator() | ||||
* | store ESP keys in CHILD_SA | Martin Willi | 2008-10-15 | 1 | -2/+2 |
| | |||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 1 | -3/+3 |
| | |||||
* | merging renaming of mode_t to ipsec_mode_t back to trunk | Tobias Brunner | 2008-09-25 | 1 | -1/+1 |
| | |||||
* | introduced an additional bus->signal parameter for signal specific data | Martin Willi | 2008-07-18 | 1 | -1/+1 |
| | | | | added SIG_IKE/SIG_CHD macros for signal emitting | ||||
* | support in smp for terminate-by-name | Martin Willi | 2008-06-20 | 1 | -1/+25 |
| | |||||
* | fixed compile error in smp plugin | Martin Willi | 2008-06-10 | 1 | -2/+2 |
| | |||||
* | plugin load configuration in strongswan.conf | Martin Willi | 2008-05-15 | 1 | -4/+4 |
| | | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins | ||||
* | replaced --with-gid/uid by --with-group/user | Martin Willi | 2008-05-08 | 1 | -1/+1 |
| | | | | | using named users, groups fixed capability dropping in pluto | ||||
* | fixed build of smp plugin | Martin Willi | 2008-04-15 | 1 | -5/+5 |
| | |||||
* | ike_sa_manager enumerable, not iterable | Martin Willi | 2008-04-14 | 1 | -3/+3 |
| | |||||
* | renamed xml plugin to smp to avoid confusion | Martin Willi | 2008-03-28 | 4 | -0/+1211 |
added some dependency checks to configure configure checks ClearSilver and fastcgi cleanups in the build system here and there |