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
/
frontends
/
android
/
jni
/
libandroidbridge
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
android: Migrate to the Gradle build system
Tobias Brunner
2015-11-12
6
-917
/
+0
*
kernel-interface: Pass the same data to del_policy() that was passed to add_p...
Tobias Brunner
2015-11-10
1
-3
/
+4
*
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
2
-3
/
+33
*
android: Fix kernel-net implementation on Android 4.3 and earlier
Tobias Brunner
2015-07-28
1
-0
/
+34
*
android: Add a custom kernel-net implementation to replace kernel-netlink
Tobias Brunner
2015-07-28
2
-27
/
+149
*
libipsec: Pass separate inbound/update flags to the IPsec SA manager
Martin Willi
2015-03-09
1
-2
/
+3
*
kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqid
Martin Willi
2015-02-20
1
-3
/
+3
*
kernel-interface: Pass full list of traffic selectors to add_sa()
Martin Willi
2015-02-20
1
-1
/
+1
*
libipsec: Remove unused src/dst_ts parameters from ipsec_sa_mgr_t.add_sa()
Martin Willi
2015-02-20
1
-2
/
+1
*
kernel-interface: Remove reqid parameter from get_spi/get_cpi() methods
Martin Willi
2015-02-20
1
-2
/
+2
*
libipsec: Remove unused reqid parameter from ipsec_sa_mgr_t.get_spi()
Martin Willi
2015-02-19
1
-1
/
+1
*
android: Add support for querying use stats of a CHILD_SA
Tobias Brunner
2014-09-09
1
-1
/
+2
*
kernel-interface: Add a replay_window parameter to add_sa()
Martin Willi
2014-06-17
1
-2
/
+3
*
kernel: Use a time_t to report use time in query_policy()
Martin Willi
2013-10-11
1
-1
/
+1
*
kernel: Use a time_t to report use time in query_sa()
Martin Willi
2013-10-11
1
-1
/
+1
*
android: Forward initiator flag to libipsec when adding IPsec SA
Tobias Brunner
2013-06-13
1
-2
/
+2
*
kernel-interface: add an exchange initiator parameter to add_sa()
Martin Willi
2013-06-11
1
-1
/
+1
*
kernel-interface: query SAD for last use time if SPD query didn't yield one
Martin Willi
2013-05-06
1
-1
/
+1
*
android: Remove unused methods on NetworkManager/network_manager_t
Tobias Brunner
2013-05-03
2
-94
/
+1
*
android: Repurpose android-net to simply handle connectivity events
Tobias Brunner
2013-05-03
2
-58
/
+22
*
kernel_ipsec_t.query_sa() additionally returns the number of processed packets
Martin Willi
2013-03-14
1
-1
/
+2
*
Fixed Doxygen comments after scanning complete src directory
Tobias Brunner
2013-03-02
3
-3
/
+3
*
android: Implement kernel_net_t.get_interface via JNI
Tobias Brunner
2013-01-14
3
-5
/
+62
*
Install virtual IPs via interface name, and use an interface lookup where req...
Martin Willi
2012-11-29
1
-1
/
+1
*
Add an optional kernel-interface parameter to install IPs with a custom prefix
Martin Willi
2012-11-29
1
-1
/
+2
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
3
-3
/
+3
*
Moved host_t and host_resolver_t to a new networking subfolder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Use a helper function to add milliseconds to timeval structs
Tobias Brunner
2012-10-18
1
-6
/
+1
*
android: Bypass/protect previously bypassed sockets if connectivity changes
Tobias Brunner
2012-10-16
1
-0
/
+2
*
android: Support for IPsec SA update added
Tobias Brunner
2012-10-16
1
-1
/
+2
*
android: Trigger roam events in case connectivity changes
Tobias Brunner
2012-10-16
1
-0
/
+63
*
android: Register NetworkManager as BroadcastReceiver and relay events via JNI
Tobias Brunner
2012-10-16
2
-5
/
+144
*
android: Determine source address dynamically
Tobias Brunner
2012-10-16
1
-1
/
+16
*
android: Added NetworkManager class which allows to retrieve a local IP address
Tobias Brunner
2012-10-16
2
-0
/
+196
*
Implement kernel_ipsec_t.bypass_socket() via JNI and VpnService.protect()
Tobias Brunner
2012-08-13
1
-1
/
+2
*
Add an Android specific kernel_ipsec_t implementation
Tobias Brunner
2012-08-13
2
-0
/
+240
*
Add an Android specific kernel_net_t implementation
Tobias Brunner
2012-08-13
2
-0
/
+113