aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* libcharon: Add missing header file to Android.mkTobias Brunner2016-03-231-0/+1
| | | | Not really relevant, just to make sure both file lists are the same.
* p-cscf: Add plugin stubTobias Brunner2016-03-101-0/+2
|
* ikev2: Add task that verifies a peer's certificateTobias Brunner2016-03-101-1/+2
| | | | | | On failure the SA is deleted and reestablished as configured. The task is activated after the REAUTH_COMPLETE task so a make-before-break reauth is completed before the new SA might get torn down.
* redirect-job: Add job to redirect an active IKE_SATobias Brunner2016-03-041-0/+1
|
* ike-redirect: Add task to redirect active IKE_SAsTobias Brunner2016-03-041-0/+1
|
* redirect-manager: Add manager for redirect providersTobias Brunner2016-03-041-1/+1
|
* redirect-provider: Add interface to redirect clients during initial messagesTobias Brunner2016-03-041-0/+1
| | | | | This will allow e.g. plugins to decide whether a connecting client is redirected to a different gateway using RFC 5685.
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-2/+1
|
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-031-1/+4
| | | | This moves hydra->kernel_interface to charon->kernel.
* libhydra: Move all kernel plugins to libcharonTobias Brunner2016-03-031-0/+4
|
* android: Fix build after updating Linux headersTobias Brunner2015-11-121-1/+0
| | | | | | | | Since we don't use the kernel-netlink plugin anymore and the headers in the NDK are reasonably recent, we don't need this anymore (at least when building the app). Fixes #1172.
* ikev2: Immediately initiate queued tasks after establishing rekeyed IKE_SAMartin Willi2015-03-181-0/+1
| | | | | | If additional tasks get queued before/while rekeying an IKE_SA, these get migrated to the new IKE_SA. We previously did not trigger initiation of these tasks, though, leaving the task unexecuted until a new task gets queued.
* ikev2: Schedule a make-before-break completion task to delete old IKE_SAMartin Willi2015-02-201-0/+1
|
* attributes: Move the configuration attributes framework to libcharonMartin Willi2015-02-201-0/+4
|
* child-sa-manager: Add a global manager storing CHILD_SA relationsMartin Willi2015-02-201-1/+1
| | | | | | To quickly check out IKE_SAs and find associated CHILD_SAs, the child_sa_manager stores relations between CHILD_SAs and IKE_SAs. It provides CHILD_SA specific IKE_SA checkout functions wrapping the ike_sa_manager.
* libimcv: Updated Android.mk to latest Makefile.amTobias Brunner2014-10-131-0/+1
|
* ike: Rename encryption_payload to encrypted_payloadTobias Brunner2014-10-101-1/+1
|
* android: Update Android.mk files to match changes due to the Windows portTobias Brunner2014-06-241-1/+3
| | | | Makes them easier to compare to the original Makefile.am.
* libcharon: Added AEAD sources of libtls to Android.mkTobias Brunner2014-04-251-0/+1
|
* android: Remove dependency on libvstrTobias Brunner2013-11-131-1/+0
|
* android: Several plugins were moved from libcharon to libtnccsTobias Brunner2013-09-231-29/+5
| | | | These were moved in commits e8f65c5cde and 12b3db5006.
* android: Added support to build tnc-imc pluginTobias Brunner2013-07-081-3/+9
|
* android: Added support to build eap-tnc, tnc-tnccs and tnccs-20 pluginsTobias Brunner2013-07-081-2/+25
|
* android: Remove/filter header files from LOCAL_SRC_FILESTobias Brunner2013-03-201-3/+5
| | | | This avoids huge warnings when building the native code.
* Removed backend for old Android frontend patchTobias Brunner2013-03-021-3/+2
| | | | Moved the remaining DNS handler to a new plugin.
* Android.mk updated to latest MakefilesTobias Brunner2013-02-261-1/+1
| | | | Fixes #300.
* Payload added to handle IKE fragmentsTobias Brunner2012-12-241-0/+1
|
* Removed the unneeded socket-raw pluginTobias Brunner2012-09-141-2/+0
|
* Enable build of eap-tls, eap-ttls and eap-peap on AndroidTobias Brunner2012-08-171-0/+20
|
* Moved packet_t to libstrongswanTobias Brunner2012-08-081-1/+1
|
* Moved Android specific logger to separate plugin.Tobias Brunner2012-08-081-1/+5
| | | | | | This is mainly because the other parts of the existing android plugin can not be built in the NDK (access to keystore and system properties are not part of the stable NDK libraries).
* Link android plugin against liblog in the NDK.Tobias Brunner2012-08-081-0/+1
| | | | Doesn't seem to hurt the build within the source tree.
* Also build charon's IKEv1 implementation on AndroidTobias Brunner2012-06-261-0/+23
|
* Missing source file added to libcharon's Android.mkTobias Brunner2012-06-261-0/+1
|
* Provide plugin list from charon, not internally in libcharon.Tobias Brunner2012-05-031-2/+1
|
* Updated Android.mk for 5.0 (no IKEv1 support yet).Tobias Brunner2012-05-031-25/+33
|
* 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.
* Added missing libsimaka files to Android.mk.Tobias Brunner2011-12-141-0/+2
|
* Don't link to tnc libraries on Android as no tnc plugins are currently enabled.Tobias Brunner2011-10-251-1/+1
|
* Build libtnccs on Android.Tobias Brunner2011-10-251-6/+1
|
* Source files in Android.mk updated.Tobias Brunner2011-10-141-4/+3
|
* Enable socket-raw on Android if pluto is enabled.Tobias Brunner2011-10-131-0/+2
|
* 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
|
* Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers ↵Martin Willi2011-08-081-3/+0
| | | | registered by name
* Build libtncif on Android.Tobias Brunner2011-07-291-2/+3
|
* File lists in Android.mk files updated.Tobias Brunner2011-07-291-1/+1
|
* File lists in Android.mk files updated to those in the Makefiles.Tobias Brunner2011-03-221-2/+9
|
* Updated Android.mk to latest Makefile.am.Tobias Brunner2010-10-211-1/+3
|
* Moved all kernel plugins to libhydra.Tobias Brunner2010-09-021-4/+0
|