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: 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
2
-6
/
+29
*
kernel-netlink: Add global option to set MTU on installed routes
Tobias Brunner
2014-09-12
2
-0
/
+22
*
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
*
Generated new test certificates
Andreas Steffen
2014-08-28
76
-351
/
+542
*
ha: Don't adopt IKEv1 children when building without IKEv1 support
Martin Willi
2014-08-28
1
-0
/
+2
*
testing: Make sure the kernel exists when starting
Tobias Brunner
2014-08-25
1
-0
/
+1
*
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
*
Merge branch 'push-mode-reauth'
Martin Willi
2014-08-25
6
-16
/
+123
|
\
|
*
ikev1: Defer Mode Config push after CHILD adoption when using XAuth
Martin Willi
2014-08-25
4
-6
/
+40
|
*
ikev1: Defer Mode Config push after CHILD adoption and reauth detection
Martin Willi
2014-08-25
2
-10
/
+35
|
*
ikev1: Extend adopt_children_job by task queuing, executed after adoption
Martin Willi
2014-08-25
2
-0
/
+48
|
/
*
ikev1: Accept Quick Mode DELETES while Quick Mode rekeying is active
Martin Willi
2014-08-25
1
-2
/
+21
*
utils: Check if the parameter passed to countof() is actually an array type
Martin Willi
2014-08-25
1
-1
/
+2
*
utils: Add some initial build time assertion macros
Martin Willi
2014-08-25
1
-0
/
+14
*
starter: Do not close all file descriptors after fork()
Martin Willi
2014-08-25
1
-1
/
+0
*
ike-sa-manager: Use transient hasher for IKE_SA_INIT hash calculation
Christophe Gouault
2014-08-25
1
-32
/
+11
*
diffie-hellman: Explicitly initialize DH exponent sizes during initialization
Martin Willi
2014-08-25
3
-8
/
+38
*
kernel-pfroute: Fix kernel response handling
Tobias Brunner
2014-08-19
1
-2
/
+3
*
configure: Add additional includes when checking for linux/fib_rules.h
Tobias Brunner
2014-08-11
1
-2
/
+2
*
starter: Wait indefinitely for charon when using --attach-gdb
Martin Willi
2014-08-08
1
-3
/
+7
*
starter: Don't monitor child if debugger is attached
Thomas Egerer
2014-08-08
1
-0
/
+5
*
Added Debian 7.6 to IMV database
Andreas Steffen
2014-08-06
1
-0
/
+35
[prev]
[next]