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
/
sa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
uclibc only defines strndup(3) if _GNU_SOURCE is defined
Tobias Brunner
2014-02-19
1
-0
/
+3
*
libcharon: Use lib->ns instead of charon->name
Tobias Brunner
2014-02-12
11
-26
/
+26
*
ikev1: Fix config switching due to failed authentication during Aggressive mode
Tobias Brunner
2014-02-12
1
-3
/
+1
*
child-sa: Add a getter for CHILD_SA install time
Martin Willi
2014-01-23
2
-0
/
+20
*
ikev2: Add Cisco FRAGMENTATION vendor ID
Martin Willi
2014-01-23
1
-0
/
+2
*
ikev2: Add Cisco Copyright vendor ID
Martin Willi
2014-01-23
1
-0
/
+2
*
ikev2: Add Cisco Delete Reason vendor ID
Martin Willi
2014-01-23
1
-0
/
+2
*
ikev2: Use a more dynamic vendor ID database, as we use with IKEv1
Martin Willi
2014-01-23
1
-16
/
+57
*
ike: Simplify error handling if name resolution failed
Tobias Brunner
2014-01-23
1
-16
/
+3
*
ike: Use proper hostname(s) when name resolution failed
Tobias Brunner
2014-01-23
1
-1
/
+1
*
ikev2: Wipe (optional) shared secret during CHILD_SA key derivation
Tobias Brunner
2014-01-23
1
-11
/
+14
*
ike_sa: Defer task manager destruction after child destruction
Thomas Egerer
2014-01-16
4
-9
/
+16
*
ike: Log SK_p consistently on level 4
Tobias Brunner
2013-11-28
1
-1
/
+1
*
trap-manager: Reset IKE_SA on bus_t if initiating fails
Tobias Brunner
2013-11-21
1
-0
/
+1
*
trap-manager: Prevent deadlock when installing trap policies
Tobias Brunner
2013-11-21
1
-40
/
+46
*
ikev2: Properly free DH secret in case of errors during IKE key derivation
Tobias Brunner
2013-11-06
1
-0
/
+3
*
ike: Don't immediately DPD after deferred DELETEs following IKE_SA rekeying
Martin Willi
2013-11-01
1
-0
/
+8
*
ikev1: Properly initialize list of fragments in case fragment ID is 0
Volker RĂ¼melin
2013-10-31
1
-1
/
+1
*
Fixed some typos
Tobias Brunner
2013-10-29
2
-2
/
+2
*
trap-manager: Make sure a config is not trapped twice
Tobias Brunner
2013-10-17
1
-4
/
+16
*
iv_gen: aead_t implementations provide an IV generator
Tobias Brunner
2013-10-11
1
-0
/
+8
*
Remove HASH_PREFERRED, usages are replaced with HASH_SHA1, which is required ...
Tobias Brunner
2013-10-11
1
-1
/
+1
*
kernel: Use a time_t to report use time in query_policy()
Martin Willi
2013-10-11
1
-2
/
+2
*
kernel: Use a time_t to report use time in query_sa()
Martin Willi
2013-10-11
1
-3
/
+3
*
ike: Define keylength for aescmac algorithm
Martin Willi
2013-10-11
1
-0
/
+1
*
ikev1: Delete quick modes with the negotiated SA protocol
Martin Willi
2013-10-11
1
-1
/
+1
*
trap-manager: Install trap with SA protocol of the first configured proposal
Martin Willi
2013-10-11
1
-4
/
+12
*
child-sa: Save protocol during SPI allocation
Martin Willi
2013-10-11
1
-6
/
+3
*
ikev1: Negotiate SPI with the first/negotiated proposal protocol
Martin Willi
2013-10-11
1
-3
/
+18
*
ikev2: Allocate SPI with the protocol of the first/negotiated proposal
Martin Willi
2013-10-11
1
-2
/
+16
*
ikev1: Accept reauthentication attempts with a keep unique policy from same host
Martin Willi
2013-09-30
1
-6
/
+17
*
ikev1: Delay a potential delete for a duplicate IKE_SA having a replace policy
Martin Willi
2013-09-30
1
-8
/
+29
*
ikev2: Force an update of the host addresses on the first response
Tobias Brunner
2013-09-23
1
-11
/
+9
*
ike-sa: Resolve hosts before reestablishing an IKE_SA
Tobias Brunner
2013-09-23
1
-0
/
+2
*
ikev1: Fix double free when searching for redundant CHILD_SAs
Tobias Brunner
2013-09-13
1
-1
/
+1
*
ikev1: For PFS prefer DH group from IKE_SA over first configured
Thomas Egerer
2013-09-10
1
-18
/
+54
*
ike-cfg: remove the to be obsoleted allow any parameter in get_my/other_addr
Martin Willi
2013-09-04
1
-1
/
+1
*
trap-manager: use ike_cfg resolver functions
Martin Willi
2013-09-04
1
-4
/
+2
*
ike-sa: use ike_cfg resolver functions
Martin Willi
2013-09-04
1
-16
/
+12
*
ikev1: implement mode config push mode
Martin Willi
2013-09-04
5
-76
/
+363
*
xauth: add a configuration string option to be passed to XAuth instances
Martin Willi
2013-09-03
4
-4
/
+25
*
ikev1: Fix calculation of the number of fragments
Tobias Brunner
2013-08-15
1
-1
/
+1
*
ikev1: When sending fragments, use ports to decide if a non-ESP marker is added
Tobias Brunner
2013-08-15
1
-6
/
+8
*
ikev2: Fix segfault when reestablishing CHILD_SAs due to closeaction=restart|...
Tobias Brunner
2013-08-13
1
-3
/
+4
*
ikev2: Only schedule half-open-timeout delete job after successfully handling...
Tobias Brunner
2013-07-29
1
-8
/
+16
*
ikev1: Always send ID payloads (traffic selectors) during Quick Mode
Tobias Brunner
2013-07-25
1
-26
/
+4
*
Fix various API doc issues and typos
Tobias Brunner
2013-07-18
6
-13
/
+11
*
ike: Fix reestablishing SAs if no child-creating tasks are queued
Tobias Brunner
2013-07-18
1
-2
/
+5
*
ike-sa: uninstall CHILD_SAs before removing virtual IPs
Martin Willi
2013-07-18
1
-1
/
+8
*
ikev1: Reestablish IKE_SA/CHILD_SAs if it gets deleted by the peer
Tobias Brunner
2013-07-17
1
-0
/
+5
[prev]
[next]