index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libcharon
/
Android.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
eap-aka-3gpp: Add plugin that implements 3GPP MILENAGE algorithm in software
Tobias Brunner
2017-07-05
1
-0
/
+2
*
ikev2: Add task to handle IKEV2_MESSAGE_ID_SYNC notifies as responder
Tobias Brunner
2017-02-08
1
-0
/
+1
*
ikev1: Factor out IV and QM management
Tobias Brunner
2017-02-08
1
-0
/
+1
*
libcharon: Add missing header file to Android.mk
Tobias Brunner
2016-03-23
1
-0
/
+1
*
p-cscf: Add plugin stub
Tobias Brunner
2016-03-10
1
-0
/
+2
*
ikev2: Add task that verifies a peer's certificate
Tobias Brunner
2016-03-10
1
-1
/
+2
*
redirect-job: Add job to redirect an active IKE_SA
Tobias Brunner
2016-03-04
1
-0
/
+1
*
ike-redirect: Add task to redirect active IKE_SAs
Tobias Brunner
2016-03-04
1
-0
/
+1
*
redirect-manager: Add manager for redirect providers
Tobias Brunner
2016-03-04
1
-1
/
+1
*
redirect-provider: Add interface to redirect clients during initial messages
Tobias Brunner
2016-03-04
1
-0
/
+1
*
libhydra: Remove empty unused library
Tobias Brunner
2016-03-03
1
-2
/
+1
*
libhydra: Move kernel interface to libcharon
Tobias Brunner
2016-03-03
1
-1
/
+4
*
libhydra: Move all kernel plugins to libcharon
Tobias Brunner
2016-03-03
1
-0
/
+4
*
android: Fix build after updating Linux headers
Tobias Brunner
2015-11-12
1
-1
/
+0
*
ikev2: Immediately initiate queued tasks after establishing rekeyed IKE_SA
Martin Willi
2015-03-18
1
-0
/
+1
*
ikev2: Schedule a make-before-break completion task to delete old IKE_SA
Martin Willi
2015-02-20
1
-0
/
+1
*
attributes: Move the configuration attributes framework to libcharon
Martin Willi
2015-02-20
1
-0
/
+4
*
child-sa-manager: Add a global manager storing CHILD_SA relations
Martin Willi
2015-02-20
1
-1
/
+1
*
libimcv: Updated Android.mk to latest Makefile.am
Tobias Brunner
2014-10-13
1
-0
/
+1
*
ike: Rename encryption_payload to encrypted_payload
Tobias Brunner
2014-10-10
1
-1
/
+1
*
android: Update Android.mk files to match changes due to the Windows port
Tobias Brunner
2014-06-24
1
-1
/
+3
*
libcharon: Added AEAD sources of libtls to Android.mk
Tobias Brunner
2014-04-25
1
-0
/
+1
*
android: Remove dependency on libvstr
Tobias Brunner
2013-11-13
1
-1
/
+0
*
android: Several plugins were moved from libcharon to libtnccs
Tobias Brunner
2013-09-23
1
-29
/
+5
*
android: Added support to build tnc-imc plugin
Tobias Brunner
2013-07-08
1
-3
/
+9
*
android: Added support to build eap-tnc, tnc-tnccs and tnccs-20 plugins
Tobias Brunner
2013-07-08
1
-2
/
+25
*
android: Remove/filter header files from LOCAL_SRC_FILES
Tobias Brunner
2013-03-20
1
-3
/
+5
*
Removed backend for old Android frontend patch
Tobias Brunner
2013-03-02
1
-3
/
+2
*
Android.mk updated to latest Makefiles
Tobias Brunner
2013-02-26
1
-1
/
+1
*
Payload added to handle IKE fragments
Tobias Brunner
2012-12-24
1
-0
/
+1
*
Removed the unneeded socket-raw plugin
Tobias Brunner
2012-09-14
1
-2
/
+0
*
Enable build of eap-tls, eap-ttls and eap-peap on Android
Tobias Brunner
2012-08-17
1
-0
/
+20
*
Moved packet_t to libstrongswan
Tobias Brunner
2012-08-08
1
-1
/
+1
*
Moved Android specific logger to separate plugin.
Tobias Brunner
2012-08-08
1
-1
/
+5
*
Link android plugin against liblog in the NDK.
Tobias Brunner
2012-08-08
1
-0
/
+1
*
Also build charon's IKEv1 implementation on Android
Tobias Brunner
2012-06-26
1
-0
/
+23
*
Missing source file added to libcharon's Android.mk
Tobias Brunner
2012-06-26
1
-0
/
+1
*
Provide plugin list from charon, not internally in libcharon.
Tobias Brunner
2012-05-03
1
-2
/
+1
*
Updated Android.mk for 5.0 (no IKEv1 support yet).
Tobias Brunner
2012-05-03
1
-25
/
+33
*
Android 4 requires LOCAL_MODULE_TAGS to be set for all modules.
Tobias Brunner
2012-01-12
1
-0
/
+2
*
Added missing libsimaka files to Android.mk.
Tobias Brunner
2011-12-14
1
-0
/
+2
*
Don't link to tnc libraries on Android as no tnc plugins are currently enabled.
Tobias Brunner
2011-10-25
1
-1
/
+1
*
Build libtnccs on Android.
Tobias Brunner
2011-10-25
1
-6
/
+1
*
Source files in Android.mk updated.
Tobias Brunner
2011-10-14
1
-4
/
+3
*
Enable socket-raw on Android if pluto is enabled.
Tobias Brunner
2011-10-13
1
-0
/
+2
*
Use separate plugin lists for pluto and charon on Android.
Tobias Brunner
2011-10-13
1
-1
/
+2
*
Enable the stroke plugin on Android.
Tobias Brunner
2011-10-11
1
-0
/
+6
*
Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers regi...
Martin Willi
2011-08-08
1
-3
/
+0
*
Build libtncif on Android.
Tobias Brunner
2011-07-29
1
-2
/
+3
*
File lists in Android.mk files updated.
Tobias Brunner
2011-07-29
1
-1
/
+1
[next]