Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable EAP-GTC on Android. | Tobias Brunner | 2010-07-05 | 1 | -1/+1 |
| | | | | The EAP-GTC plugin does not compile due to its dependency on PAM. | ||||
* | Enabling some EAP plugins on Android. | Tobias Brunner | 2010-06-30 | 1 | -1/+2 |
| | |||||
* | The x509 plugin is not needed anymore on Android, using OpenSSL. | Tobias Brunner | 2010-06-30 | 1 | -1/+1 |
| | |||||
* | OpenSSL in Android 2.1+ lacks Elliptic Curve and ENGINE support. | Tobias Brunner | 2010-06-22 | 1 | -0/+4 |
| | | | | Unfortunately, opensslconf.h was not changed accordingly. | ||||
* | Adding support for the native Linux capabilities interface. | Tobias Brunner | 2010-06-15 | 1 | -0/+2 |
| | | | | | Note that this interface is deprecated and mainly added to support Android. Use libcap, if possible. | ||||
* | Only include C files that start with the plugin name when building for Android. | Tobias Brunner | 2010-05-20 | 1 | -1/+3 |
| | |||||
* | Integrating libhydra into the Android build system. | Tobias Brunner | 2010-04-12 | 1 | -0/+1 |
| | |||||
* | Use openssl in Android by default. | Tobias Brunner | 2010-04-12 | 1 | -2/+2 |
| | |||||
* | Use wildcards to gather plugin source files. | Tobias Brunner | 2010-03-19 | 1 | -1/+7 |
| | |||||
* | Adding support for the build of libcharon (and charon) on Android. | Tobias Brunner | 2010-03-19 | 1 | -0/+1 |
| | |||||
* | Do not hardcode the path to the strongSwan sources. | Tobias Brunner | 2010-03-05 | 1 | -2/+3 |
| | |||||
* | Generate the main Android.mk, so the version number is not hardcoded. | Tobias Brunner | 2010-03-05 | 1 | -0/+55 |
We include the generated file in the distribution, so users won't have run configure if they are building for Android. |