aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
* Add features support to socket-raw pluginMartin Willi2011-10-141-6/+12
|
* Add features support to socket-dynamic pluginMartin Willi2011-10-141-6/+12
|
* Add features support to socket-default pluginMartin Willi2011-10-141-7/+12
|
* Added socket plugin feature loading callbackMartin Willi2011-10-143-4/+54
|
* Don't use union members directly in plugin_feature_t.Tobias Brunner2011-10-141-1/+1
|
* Add features support to eap-mschapv2Martin Willi2011-10-141-10/+22
|
* Added a listplugins stroke command to show plugin featuresMartin Willi2011-10-141-0/+55
|
* Plugin enumerator enumerates over loaded features, tooMartin Willi2011-10-142-2/+2
|
* Added a generic callback to register EAP methods using plugin featuresMartin Willi2011-10-142-0/+35
|
* Include library.h in plugin.hMartin Willi2011-10-142-0/+2
|
* Enable socket-raw on Android if pluto is enabled.Tobias Brunner2011-10-131-0/+2
|
* Android does not support 'struct in6_pktinfo'.Tobias Brunner2011-10-131-1/+5
|
* Use separate plugin lists for pluto and charon on Android.Tobias Brunner2011-10-131-1/+2
|
* Enable the stroke plugin on Android.Tobias Brunner2011-10-111-0/+6
|
* Fixed initialization of android plugin.Tobias Brunner2011-10-111-3/+3
|
* Removed unneeded include.Tobias Brunner2011-10-111-1/+0
| | | | This is not available on Android and redirects to <fcntl.h> on Ubuntu.
* Added fallback to ipsec.secrets parser if glob(3) is not available.Tobias Brunner2011-10-111-11/+22
|
* Added additional debug info to peer config matchingMartin Willi2011-10-111-0/+8
|
* Fixed unintentional fall-through in task_manager.Tobias Brunner2011-10-061-0/+1
| | | | Reported by Howard Windsor.
* Correctly install DNS servers on Android if frontend is not used.Tobias Brunner2011-10-053-14/+30
|
* Allow the Android plugin to load even if the control socket is not available.Tobias Brunner2011-10-051-5/+0
|
* Made create_endpoint_notify_create() private.Tobias Brunner2011-10-042-21/+18
|
* Migrated eap_aka_3gpp2_functions_t to INIT/METHOD macros.Tobias Brunner2011-10-041-33/+38
|
* Migrated eap_aka_3gpp2_provider_t to INIT/METHOD macros.Tobias Brunner2011-10-041-30/+26
|
* Migrated eap_aka_3gpp2_card_t to INIT/METHOD macros.Tobias Brunner2011-10-041-32/+29
|
* Migrated eap_simaka_reauth_provider_t to INIT/METHOD macros.Tobias Brunner2011-10-041-30/+28
|
* Migrated eap_simaka_reauth_card_t to INIT/METHOD macros.Tobias Brunner2011-10-041-32/+27
|
* Migrated eap_simaka_pseudonym_provider_t to INIT/METHOD macros.Tobias Brunner2011-10-041-26/+21
|
* Migrated eap_simaka_pseudonym_card_t to INIT/METHOD macros.Tobias Brunner2011-10-041-31/+27
|
* Migrated medsrv_creds_t to INIT/METHOD macros.Tobias Brunner2011-10-041-39/+35
|
* Migrated medsrv_config_t to INIT/METHOD macros.Tobias Brunner2011-10-041-36/+31
|
* Migrated uci_config_t to INIT/METHOD macros.Tobias Brunner2011-10-041-59/+53
|
* Migrated uci_parser_t to INIT/METHOD macros.Tobias Brunner2011-10-041-24/+19
|
* Migrated uci_creds_t to INIT/METHOD macros.Tobias Brunner2011-10-041-36/+34
|
* Migrated uci_control_t to INIT/METHOD macros.Tobias Brunner2011-10-041-6/+8
|
* Migrated medcli_creds_t to INIT/METHOD macros.Tobias Brunner2011-10-041-53/+43
|
* Migrated medcli_config_t to INIT/METHOD macros.Tobias Brunner2011-10-041-47/+41
|
* Migrated medcli_listener_t to INIT/METHOD macros.Tobias Brunner2011-10-041-23/+21
|
* Migrated parser_t to INIT/METHOD macros.Tobias Brunner2011-10-041-35/+23
|
* Migrated sql_logger_t to INIT/METHOD macros.Tobias Brunner2011-10-041-20/+18
|
* Fixed compilation of ike_me_t.Tobias Brunner2011-10-041-2/+2
|
* Fixed compiler warnings for endpoint_notify_t.Tobias Brunner2011-10-041-4/+4
|
* Migrated child_delete to INIT/METHOD macrosAndreas Steffen2011-10-041-49/+36
|
* Migrated child_rekey to INIT/METHOD macrosAndreas Steffen2011-10-041-50/+36
|
* Migrated ike_auth_lifetime to INIT/METHOD macrosAndreas Steffen2011-10-041-39/+30
|
* Migrated ike_cert_post to INIT/METHOD macrosAndreas Steffen2011-10-041-40/+31
|
* Migrated ike_cert_pre to INIT/METHOD macrosAndreas Steffen2011-10-041-42/+31
|
* Migrated ike_config to INIT/METHOD macrosAndreas Steffen2011-10-031-42/+32
|
* Migrated ike_delete to INIT/METHOD macrosAndreas Steffen2011-10-031-42/+31
|
* Migrated ike_dpd to INIT/METHOD macrosAndreas Steffen2011-10-031-31/+26
|