Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | libcharon: Use lib->ns instead of charon->name | Tobias Brunner | 2014-02-12 | 1 | -2/+2 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -4/+8 |
| | | | | | | 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. | ||||
* | Use name from initialization to access settings in libcharon. | Tobias Brunner | 2012-05-03 | 1 | -2/+4 |
| | | | | Also fixes several whitespace errors. | ||||
* | Revert "fixed integrity tests of plugins using libsimaka" | Tobias Brunner | 2011-11-08 | 1 | -0/+1 |
| | | | | | | | | This reverts commit 8c42f16deeeffa1ae305b18306b0796f49c9922c. Conflicts: src/charon/Makefile.am | ||||
* | fixed integrity tests of plugins using libsimaka | Andreas Steffen | 2011-11-04 | 1 | -1/+0 |
| | |||||
* | Add features support to eap-simaka-sql plugin | Martin Willi | 2011-10-14 | 2 | -50/+83 |
| | |||||
* | Renamed 'use' database column as that is a keyword in MySQL. | Tobias Brunner | 2011-09-01 | 3 | -10/+10 |
| | | | | Reported by Stefan Tomas. | ||||
* | Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers ↵ | Martin Willi | 2011-08-08 | 6 | -16/+38 |
| | | | | registered by name | ||||
* | 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 | ||||
* | Use a seperate section for each nested struct member in INIT macro | Martin Willi | 2010-08-18 | 1 | -2/+4 |
| | |||||
* | Added a EAP-SIM/AKA backend reading triplets/quintuplets from a SQL database | Martin Willi | 2010-06-02 | 9 | -0/+672 |