aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* File lists in Android.mk files updated to those in the Makefiles.Tobias Brunner2011-03-221-2/+1
|
* Updated Android.mk to latest Makefile.am.Tobias Brunner2010-10-211-0/+1
|
* Moved scheduler and thread pool to libstrongswan.Tobias Brunner2010-09-021-2/+6
|
* Moved EAP type/code definitions to a seprate header file in libstrongswanMartin Willi2010-08-311-0/+1
|
* Implemented a callback based credential set, currently for shared keys onlyMartin Willi2010-08-041-0/+1
|
* Implemented a generic in-memory credential set, currently for shared keys onlyMartin Willi2010-08-041-0/+1
|
* Moved keys/key_encoding.[ch] to cred_encoding.[ch]Martin Willi2010-07-131-1/+1
|
* Moved X509 addrBlock validation to a separate addrblock pluginMartin Willi2010-07-131-0/+1
|
* Moved credential manager to libstrongswanMartin Willi2010-07-131-0/+5
|
* Fixed plugin checks in Android.mk files.Tobias Brunner2010-06-221-2/+2
|
* Integrating libhydra into the Android build system.Tobias Brunner2010-04-121-3/+0
|
* Use vstr/gmp as shared libraries in the Android build.Tobias Brunner2010-03-231-4/+2
|
* Do not indent the source file lists in Android.mk files so we can easily ↵Tobias Brunner2010-03-191-58/+58
| | | | compare them to the lists in the Makefile.am files.
* Use wildcards to gather plugin source files.Tobias Brunner2010-03-191-90/+31
|
* Adding the OpenSSL plugin to the Android build.Tobias Brunner2010-03-081-0/+18
|
* Adding Android.mk files to build charon and libstrongswan with the Android ↵Tobias Brunner2010-03-031-0/+167
build system.