aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* Resolve hosts by DNS name in separate threads so we can cancel themTobias Brunner2012-10-181-2/+2
| | | | | | | | | | getaddrinfo(3) may block a long time so proper termination of the daemon may block if DNS servers are not reachable. getaddrinfo(3) is an optional cancellation point in posix threads so it might still block a shutdown but at least on Android (with the signal based pthread_cancel implementation) it works, on Linux starter will kill charon anyway after a while.
* Moved proposal_keywords to proposal_keywords_staticFrancois ten Krooden2012-09-131-1/+2
| | | | Added new proposal keywords with function to reference the static keywords.
* android: Enable pkcs8 pluginTobias Brunner2012-08-311-0/+2
|
* Added utility class to create TUN devicesTobias Brunner2012-08-081-1/+1
| | | | Currently works only on Linux.
* Moved types used by kernel_ipsec_t interface (and libipsec) to libstrongswanTobias Brunner2012-08-081-0/+1
| | | | This avoids a dependency of libipsec to libhydra.
* Added a simple blocking queue around linked_list_tTobias Brunner2012-08-081-2/+2
|
* Moved packet_t to libstrongswanTobias Brunner2012-08-081-1/+1
|
* Make path to Android OpenSSL headers configurable.Tobias Brunner2012-08-081-1/+1
|
* Android.mk of libstrongswan adapted to config.h changesTobias Brunner2012-07-121-78/+24
|
* Android.mk of libstrongswan updatedTobias Brunner2012-07-091-0/+2
|
* Added MAC wrappers to Android.mkTobias Brunner2012-06-261-0/+3
|
* Build nonce plugin on AndroidTobias Brunner2012-06-261-0/+3
|
* Added support for the curl plugin on AndroidTobias Brunner2012-06-261-0/+6
|
* Updated PKCS#7 parser/generator in libstrongswan.Tobias Brunner2012-06-111-0/+1
| | | | | Added some functionality from pluto's version, updated usage of asn1 and crypto primitives. It does compile but is not really tested yet.
* Added a wrapper class around POSIX semaphores.Tobias Brunner2012-05-021-0/+1
|
* Android 4 requires LOCAL_MODULE_TAGS to be set for all modules.Tobias Brunner2012-01-121-0/+2
| | | | | | | Because all packages are now marked as optional executables that are to be installed on the final system have to be added to PRODUCT_PACKAGES in build/target/product/core.mk. Dependencies (such as libraries) are installed automatically.
* pkcs11: Allow to build pkcs11 plugin on Android.Tobias Brunner2011-10-311-0/+2
|
* Source files in Android.mk updated.Tobias Brunner2011-10-141-1/+1
|
* Added support for plugin featuresMartin Willi2011-10-141-0/+1
|
* Add enum names for database driversMartin Willi2011-10-141-2/+2
|
* File lists in Android.mk files updated.Tobias Brunner2011-07-291-0/+2
|
* Finally removed deprecated iterator_t.Tobias Brunner2011-07-061-1/+0
|
* Added job priority enum namesMartin Willi2011-05-161-1/+1
|
* fetcher.c added to Android.mk.Tobias Brunner2011-05-131-1/+1
|
* 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.