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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ikev1: Skip unusable IPComp proposals
Tobias Brunner
2014-09-12
1
-1
/
+1
*
ikev1: Properly handle different proposal numbering schemes
Tobias Brunner
2014-09-12
1
-5
/
+10
*
kernel-netlink: Optionally install protocol and ports on transport mode SAs
Tobias Brunner
2014-09-12
1
-6
/
+18
*
ikev2: Reduce timeout if path probing was enabled
Tobias Brunner
2014-09-12
1
-6
/
+13
*
ikev2: Defer MOBIKE updates if no path is available
Tobias Brunner
2014-09-12
1
-7
/
+14
*
ike-mobike: Allow calling transmit() even when not currently path probing
Tobias Brunner
2014-09-12
1
-5
/
+17
*
ikev2: Defer path probing if no path is currently available
Tobias Brunner
2014-09-12
1
-1
/
+20
*
ike-mobike: Return FALSE in transmit() if no path was available
Tobias Brunner
2014-09-12
2
-3
/
+7
*
ikev2: Enable path probing for currently active MOBIKE task
Tobias Brunner
2014-09-12
1
-0
/
+18
*
ike-mobike: Add method to enable path probing
Tobias Brunner
2014-09-12
2
-0
/
+12
*
ike-mobike: Skip peer addresses we can't send packets to when checking paths
Tobias Brunner
2014-09-12
1
-5
/
+18
*
ikev2: Skip peer addresses we can't send packets to when looking for valid paths
Tobias Brunner
2014-09-12
1
-0
/
+18
*
ikev2: Insert MOBIKE tasks at the front of the queue
Tobias Brunner
2014-09-12
1
-1
/
+6
*
ikev2: Migrate number of pending MOBIKE updates
Tobias Brunner
2014-09-12
1
-0
/
+5
*
ikev2: Properly keep track of pending MOBIKE updates
Tobias Brunner
2014-09-12
1
-8
/
+27
*
android: Reduce CHILD_SA lifetime
Tobias Brunner
2014-09-12
1
-2
/
+2
*
android: Add DH groups to ESP proposals
Tobias Brunner
2014-09-12
1
-2
/
+12
*
child-cfg: Ignore duplicate proposals
Tobias Brunner
2014-09-12
1
-0
/
+11
*
proposal: Fix equals()
Tobias Brunner
2014-09-12
1
-5
/
+5
*
android: Reestablish IKE_SA if CHILD_SA rekeying failed
Tobias Brunner
2014-09-12
1
-3
/
+36
*
android: Report error if CHILD_SA rekeying fails
Tobias Brunner
2014-09-12
1
-0
/
+6
*
kernel-netlink: Add global option to configure MSS-clamping on installed routes
Tobias Brunner
2014-09-12
1
-6
/
+26
*
kernel-netlink: Add global option to set MTU on installed routes
Tobias Brunner
2014-09-12
1
-0
/
+19
*
chunk: Fix Doxygen comments for chunk_internet_checksum[_inc]
Tobias Brunner
2014-09-11
1
-2
/
+2
*
auth-cfg: Fix crash after several reauthentications with multiple authenticat...
Tobias Brunner
2014-09-11
1
-1
/
+1
*
array: Adjust negative index before calling remove_head|tail()
Tobias Brunner
2014-09-11
1
-4
/
+4
*
array: Warn about caveat with array_remove_at() and value based arrays
Tobias Brunner
2014-09-11
1
-0
/
+5
*
asn1: Try to fill the available binary OID buffer if possible
Tobias Brunner
2014-09-09
1
-11
/
+24
*
unit-tests: Give worker threads time to clean up when testing thread_t.detach()
Tobias Brunner
2014-09-09
1
-2
/
+4
*
stream-service: Prevent race conditions due to blocking call to destroy()
Tobias Brunner
2014-09-09
1
-5
/
+62
*
stream-service: Do not accept or re-register when service is terminated
Tobias Brunner
2014-09-09
1
-2
/
+10
*
stream-service: Restart accepting without blocking
Tobias Brunner
2014-09-09
1
-2
/
+7
*
android: Add support for querying use stats of a CHILD_SA
Tobias Brunner
2014-09-09
1
-1
/
+2
*
eap-radius: Forward Cisco and Microsoft specific DNS/NBNS attributes
Tobias Brunner
2014-09-09
1
-0
/
+50
*
ikev1: Make sure proposed IPsec mode matches our own
Tobias Brunner
2014-09-09
1
-1
/
+2
*
ike: Reset IKE_SA in state CONNECTING instead of reauthenticating
Tobias Brunner
2014-09-09
1
-0
/
+8
*
asn1: Make sure not to exceed buffer for binary OID
Tobias Brunner
2014-09-09
1
-1
/
+1
*
kernel-pfroute: Delete interfaces on RTM_IFANNOUNCE/IFAN_DEPARTURE events
Tobias Brunner
2014-09-09
1
-0
/
+38
*
ip-packet: Define our own structs to handle TCP/UDP headers
Tobias Brunner
2014-09-09
1
-2
/
+27
*
kernel-pfkey: Report packet counts of IPsec SAs
Tobias Brunner
2014-09-09
1
-2
/
+2
*
swanctl: Document how connections.*.unique affects initiators
Tobias Brunner
2014-09-09
1
-0
/
+5
*
mutex: Use atomics to set current thread in recursive mutex
Tobias Brunner
2014-09-09
1
-9
/
+12
*
curl: Log error code too
Tobias Brunner
2014-09-09
1
-2
/
+5
*
unit-tests: Add option to exclude specific test suites
Tobias Brunner
2014-09-09
2
-14
/
+32
*
openssl: Report correct key length for EC keys when not using NIST curves
Tobias Brunner
2014-09-02
2
-22
/
+2
*
credmgr: Fix copy and paste error in add_validator
Thomas Egerer
2014-08-29
1
-1
/
+1
*
ha: Don't adopt IKEv1 children when building without IKEv1 support
Martin Willi
2014-08-28
1
-0
/
+2
*
unity: Do not bump TS to 0.0.0.0/0 as initiator when no Split-Include received
Martin Willi
2014-08-25
1
-1
/
+21
*
unity: Handle narrowing according to roles in the IKE_SA
Tobias Brunner
2014-08-25
1
-16
/
+33
*
ikev1: Defer Mode Config push after CHILD adoption when using XAuth
Martin Willi
2014-08-25
4
-6
/
+40
[prev]
[next]