aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_sim_file
Commit message (Collapse)AuthorAgeFilesLines
* eap-sim-file: Remove redundant enumerator allocationTobias Brunner2017-05-261-1/+1
|
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-261-15/+17
|
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
|
* utils: Use memeq_const() for all cryptographic purposesMartin Willi2015-04-141-2/+1
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-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.
* Moved data structures to new collections subfolderTobias Brunner2012-10-242-2/+2
|
* Revert "fixed integrity tests of plugins using libsimaka"Tobias Brunner2011-11-081-0/+1
| | | | | | | | This reverts commit 8c42f16deeeffa1ae305b18306b0796f49c9922c. Conflicts: src/charon/Makefile.am
* fixed integrity tests of plugins using libsimakaAndreas Steffen2011-11-041-1/+0
|
* Don't load eap-sim-file plugin if no valid triplet file foundMartin Willi2011-10-142-9/+38
|
* Add features support to eap-sim-file pluginMartin Willi2011-10-142-23/+33
|
* Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers ↵Martin Willi2011-08-088-15/+28
| | | | registered by name
* Migrated eap_sim_file to INIT/METHOD macrosAndreas Steffen2011-04-223-60/+60
|
* fixed segmentation fault due to null pointerAndreas Steffen2011-04-221-1/+1
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* Migrated remaining plugin_t implementations to INIT/METHOD macrosMartin Willi2011-04-151-9/+13
|
* Respect line with in Makefile.am's, other cosmeticsMartin Willi2010-03-251-1/+2
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-241-1/+1
|
* Convert charon into libcharon.Tobias Brunner2010-03-191-1/+1
|
* Moving charon to libcharon.Tobias Brunner2010-03-199-0/+769