Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Resolve hosts by DNS name in separate threads so we can cancel them | Tobias Brunner | 2012-10-18 | 1 | -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_static | Francois ten Krooden | 2012-09-13 | 1 | -1/+2 | |
| | | | | Added new proposal keywords with function to reference the static keywords. | |||||
* | android: Enable pkcs8 plugin | Tobias Brunner | 2012-08-31 | 1 | -0/+2 | |
| | ||||||
* | Added utility class to create TUN devices | Tobias Brunner | 2012-08-08 | 1 | -1/+1 | |
| | | | | Currently works only on Linux. | |||||
* | Moved types used by kernel_ipsec_t interface (and libipsec) to libstrongswan | Tobias Brunner | 2012-08-08 | 1 | -0/+1 | |
| | | | | This avoids a dependency of libipsec to libhydra. | |||||
* | Added a simple blocking queue around linked_list_t | Tobias Brunner | 2012-08-08 | 1 | -2/+2 | |
| | ||||||
* | Moved packet_t to libstrongswan | Tobias Brunner | 2012-08-08 | 1 | -1/+1 | |
| | ||||||
* | Make path to Android OpenSSL headers configurable. | Tobias Brunner | 2012-08-08 | 1 | -1/+1 | |
| | ||||||
* | Android.mk of libstrongswan adapted to config.h changes | Tobias Brunner | 2012-07-12 | 1 | -78/+24 | |
| | ||||||
* | Android.mk of libstrongswan updated | Tobias Brunner | 2012-07-09 | 1 | -0/+2 | |
| | ||||||
* | Added MAC wrappers to Android.mk | Tobias Brunner | 2012-06-26 | 1 | -0/+3 | |
| | ||||||
* | Build nonce plugin on Android | Tobias Brunner | 2012-06-26 | 1 | -0/+3 | |
| | ||||||
* | Added support for the curl plugin on Android | Tobias Brunner | 2012-06-26 | 1 | -0/+6 | |
| | ||||||
* | Updated PKCS#7 parser/generator in libstrongswan. | Tobias Brunner | 2012-06-11 | 1 | -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 Brunner | 2012-05-02 | 1 | -0/+1 | |
| | ||||||
* | Android 4 requires LOCAL_MODULE_TAGS to be set for all modules. | Tobias Brunner | 2012-01-12 | 1 | -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 Brunner | 2011-10-31 | 1 | -0/+2 | |
| | ||||||
* | Source files in Android.mk updated. | Tobias Brunner | 2011-10-14 | 1 | -1/+1 | |
| | ||||||
* | Added support for plugin features | Martin Willi | 2011-10-14 | 1 | -0/+1 | |
| | ||||||
* | Add enum names for database drivers | Martin Willi | 2011-10-14 | 1 | -2/+2 | |
| | ||||||
* | File lists in Android.mk files updated. | Tobias Brunner | 2011-07-29 | 1 | -0/+2 | |
| | ||||||
* | Finally removed deprecated iterator_t. | Tobias Brunner | 2011-07-06 | 1 | -1/+0 | |
| | ||||||
* | Added job priority enum names | Martin Willi | 2011-05-16 | 1 | -1/+1 | |
| | ||||||
* | fetcher.c added to Android.mk. | Tobias Brunner | 2011-05-13 | 1 | -1/+1 | |
| | ||||||
* | File lists in Android.mk files updated to those in the Makefiles. | Tobias Brunner | 2011-03-22 | 1 | -2/+1 | |
| | ||||||
* | Updated Android.mk to latest Makefile.am. | Tobias Brunner | 2010-10-21 | 1 | -0/+1 | |
| | ||||||
* | Moved scheduler and thread pool to libstrongswan. | Tobias Brunner | 2010-09-02 | 1 | -2/+6 | |
| | ||||||
* | Moved EAP type/code definitions to a seprate header file in libstrongswan | Martin Willi | 2010-08-31 | 1 | -0/+1 | |
| | ||||||
* | Implemented a callback based credential set, currently for shared keys only | Martin Willi | 2010-08-04 | 1 | -0/+1 | |
| | ||||||
* | Implemented a generic in-memory credential set, currently for shared keys only | Martin Willi | 2010-08-04 | 1 | -0/+1 | |
| | ||||||
* | Moved keys/key_encoding.[ch] to cred_encoding.[ch] | Martin Willi | 2010-07-13 | 1 | -1/+1 | |
| | ||||||
* | Moved X509 addrBlock validation to a separate addrblock plugin | Martin Willi | 2010-07-13 | 1 | -0/+1 | |
| | ||||||
* | Moved credential manager to libstrongswan | Martin Willi | 2010-07-13 | 1 | -0/+5 | |
| | ||||||
* | Fixed plugin checks in Android.mk files. | Tobias Brunner | 2010-06-22 | 1 | -2/+2 | |
| | ||||||
* | Integrating libhydra into the Android build system. | Tobias Brunner | 2010-04-12 | 1 | -3/+0 | |
| | ||||||
* | Use vstr/gmp as shared libraries in the Android build. | Tobias Brunner | 2010-03-23 | 1 | -4/+2 | |
| | ||||||
* | Do not indent the source file lists in Android.mk files so we can easily ↵ | Tobias Brunner | 2010-03-19 | 1 | -58/+58 | |
| | | | | compare them to the lists in the Makefile.am files. | |||||
* | Use wildcards to gather plugin source files. | Tobias Brunner | 2010-03-19 | 1 | -90/+31 | |
| | ||||||
* | Adding the OpenSSL plugin to the Android build. | Tobias Brunner | 2010-03-08 | 1 | -0/+18 | |
| | ||||||
* | Adding Android.mk files to build charon and libstrongswan with the Android ↵ | Tobias Brunner | 2010-03-03 | 1 | -0/+167 | |
build system. |