index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
android: New release fixing roaming on 5+ and adding new advanced options
Tobias Brunner
2015-07-28
1
-2
/
+2
*
Merge branch 'android-updates'
Tobias Brunner
2015-07-28
38
-399
/
+1242
|
\
|
*
android: Keep NDK API level at 19
Tobias Brunner
2015-07-28
1
-0
/
+1
|
*
android: Apply split tunneling options when creating TUN device
Tobias Brunner
2015-07-28
1
-11
/
+111
|
*
include: Remove linux/types.h header
Tobias Brunner
2015-07-28
2
-174
/
+1
|
*
android: Build against the android-21 target
Tobias Brunner
2015-07-28
1
-1
/
+1
|
*
android: Extend GUI so the split tunneling options can be set
Tobias Brunner
2015-07-28
7
-1
/
+45
|
*
android: Add field for split tunneling config to data model
Tobias Brunner
2015-07-28
2
-3
/
+28
|
*
android: Retrigger a roam event if reportedly connected but no source address...
Tobias Brunner
2015-07-28
1
-2
/
+35
|
*
android: Add method to check for connectivity to NetworkManager
Tobias Brunner
2015-07-28
3
-7
/
+46
|
*
android: Fix kernel-net implementation on Android 4.3 and earlier
Tobias Brunner
2015-07-28
2
-0
/
+36
|
*
android: Add a custom kernel-net implementation to replace kernel-netlink
Tobias Brunner
2015-07-28
4
-48
/
+152
|
*
android: Manually load libraries with dlopen() and RTLD_GLOBAL on Android M
Tobias Brunner
2015-07-28
2
-12
/
+53
|
*
android: Apply configured server port
Tobias Brunner
2015-07-28
2
-1
/
+5
|
*
android: Extend GUI so the server port can be entered
Tobias Brunner
2015-07-28
7
-1
/
+30
|
*
android: Add field for server port to data model
Tobias Brunner
2015-07-28
2
-3
/
+23
|
*
android: Apply configured MTU
Tobias Brunner
2015-07-28
4
-7
/
+22
|
*
android: Extend GUI so the MTU can be entered
Tobias Brunner
2015-07-28
7
-3
/
+103
|
*
android: Add field for MTU to data model
Tobias Brunner
2015-07-28
2
-4
/
+30
|
*
android: Set preferred language for remediation instructions
Tobias Brunner
2015-07-28
2
-0
/
+6
|
*
android: Encode connection settings as single Java string argument
Tobias Brunner
2015-07-28
4
-78
/
+54
|
*
android: Add simple utility class to generate settings_t compatible config sn...
Tobias Brunner
2015-07-28
1
-0
/
+160
|
*
unit-tests: Add unit tests for settings_t.load_string[_section]
Tobias Brunner
2015-07-28
1
-8
/
+113
|
*
settings: Add methods and a constructor to parse settings from strings
Tobias Brunner
2015-07-28
2
-11
/
+112
|
*
settings: Extend parser so we can parse settings from a string
Tobias Brunner
2015-07-28
2
-0
/
+45
|
*
starter: Add support for multi-line strings in ipsec.conf
Tobias Brunner
2015-07-28
3
-8
/
+6
|
*
settings: Add support for multi-line strings
Tobias Brunner
2015-07-28
3
-16
/
+20
|
*
starter: Don't replace rarely used special characters in strings in ipsec.conf
Tobias Brunner
2015-07-28
1
-2
/
+0
|
*
settings: Don't replace rarely used special characters
Tobias Brunner
2015-07-28
1
-2
/
+0
|
*
android: Don't pass null as root view to inflate()
Tobias Brunner
2015-07-28
1
-1
/
+1
|
*
android: Fix a potential NullPointerException in the IMC state fragment
Tobias Brunner
2015-07-28
1
-1
/
+7
|
*
android: EAP-TNC does not require a client certificate
Tobias Brunner
2015-07-28
1
-1
/
+1
|
*
android: Enable charon.initiator_only option
Tobias Brunner
2015-07-28
1
-0
/
+2
|
*
android: Increase the minSdkVersion to 15 and targetSdkVersion to 22
Tobias Brunner
2015-07-28
1
-2
/
+2
|
/
*
testing: Regenerated BLISS certificates due to oracle changes
Andreas Steffen
2015-07-27
7
-0
/
+0
*
Use MGF1 with SHA-512 as BLISS random oracle
Andreas Steffen
2015-07-27
5
-72
/
+63
*
Generalize c_indices generation using SHA-512 random oracle.
Markku-Juhani Olavi Saarinen
2015-07-27
1
-18
/
+24
*
Fixed several bugs in the BLISS signature generation/verification step.
Markku-Juhani Olavi Saarinen
2015-07-27
1
-4
/
+8
*
ike: Fix memory leak if remote address is kept
Tobias Brunner
2015-07-27
1
-0
/
+4
*
ike-rekey: Fix cleanup() call
Tobias Brunner
2015-07-27
1
-2
/
+2
*
ike-rekey: Reset IKE_SA on bus before sending CREATE_CHILD_SA response
Tobias Brunner
2015-07-27
1
-1
/
+2
*
ike-rekey: Reset IKE_SA on the bus after destroying new IKE_SA
Tobias Brunner
2015-07-27
1
-16
/
+15
*
Merge branch 'trap-shunt-updates'
Tobias Brunner
2015-07-27
4
-43
/
+193
|
\
|
*
daemon: Flush shunts before unloading plugins
Tobias Brunner
2015-07-27
1
-0
/
+4
|
*
shunt-manager: Add flush() method to properly uninstall shunts
Tobias Brunner
2015-07-27
2
-4
/
+46
|
*
shunt-manager: Remove stored entries if installation fails
Tobias Brunner
2015-07-27
1
-2
/
+11
|
*
shunt-manager: Add a lock to safely access the list of shunt policies
Tobias Brunner
2015-07-27
1
-3
/
+17
|
*
trap-manager: Resolve race conditions between flush() and install()
Tobias Brunner
2015-07-27
1
-0
/
+31
|
*
trap-manager: Changed how acquires we acted on are tracked
Tobias Brunner
2015-07-27
1
-36
/
+86
|
*
trap-manager: Properly check-in IKE_SA if initiating fails
Tobias Brunner
2015-07-27
1
-2
/
+2
|
/
[next]