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
/
ikev1
Commit message (
Expand
)
Author
Age
Files
Lines
*
certificate: Return signature scheme and parameters from issued_by() method
Tobias Brunner
2017-11-08
1
-0
/
+1
*
private-key: Add optional parameters argument to sign() method
Tobias Brunner
2017-11-08
1
-1
/
+1
*
public-key: Add optional parameters argument to verify() method
Tobias Brunner
2017-11-08
1
-1
/
+1
*
ike: Do not send initial contact only for UNIQUE_NEVER
Thomas Egerer
2017-11-02
1
-2
/
+1
*
ike: Trigger CHILD_INSTALLED state change after corresponding log message
Tobias Brunner
2017-07-27
1
-4
/
+3
*
ikev1: Only delete redundant CHILD_SAs if configured
Tobias Brunner
2017-06-26
1
-1
/
+5
*
ike: Apply retransmission_limit before applying the jitter
Tobias Brunner
2017-05-26
1
-4
/
+4
*
child-sa: Change API used to set/install policies
Tobias Brunner
2017-05-23
1
-16
/
+17
*
ike: Use optional jitter to calculate retransmission timeouts
Tobias Brunner
2017-05-23
1
-4
/
+27
*
child-cfg: Use flags for boolean options
Tobias Brunner
2017-05-23
1
-2
/
+2
*
ikev1: First do PSK lookups based on identities then fallback to IPs
Tobias Brunner
2017-03-20
1
-36
/
+34
*
quick-mode: Correctly prepare NAT-OA payloads as responder
Tobias Brunner
2017-03-06
1
-8
/
+13
*
ikev1: Respond to DPDs for rekeyed IKE_SAs
Tobias Brunner
2017-02-17
1
-0
/
+6
*
ike: Add getter for the current message ID to task manager
Tobias Brunner
2017-02-08
1
-0
/
+7
*
ikev1: Factor out IV and QM management
Tobias Brunner
2017-02-08
4
-261
/
+498
*
keymat: Allow keymat to modify signature scheme(s)
Thomas Egerer
2017-02-08
4
-6
/
+10
*
ikev1: Minor code optimization in task manager
Thomas Egerer
2016-12-07
1
-11
/
+5
*
task-manager: Only trigger retransmit cleared alert if there was at least one...
Tobias Brunner
2016-10-05
1
-1
/
+1
*
ikev1: Activate task to delete the IKE_SA in state IKE_REKEYING
Tobias Brunner
2016-10-04
1
-0
/
+8
*
ikev1: Delete Quick Mode SAs before the ISAKMP SA
Tobias Brunner
2016-10-04
1
-2
/
+2
*
ikev1: Send derived CHILD_SA keys to the bus
Tobias Brunner
2016-10-04
1
-14
/
+26
*
ikev1: Send derived IKE_SA keys to bus
Tobias Brunner
2016-10-04
1
-14
/
+11
*
ikev1: Ignore the last two bytes of the Cisco Unity vendor ID
Tobias Brunner
2016-08-24
1
-0
/
+3
*
ike1: Flush active queue when queueing a delete of the IKE_SA
Tobias Brunner
2016-07-19
1
-0
/
+3
*
ikev2: Add possibility to delay initiation of a queued task
Tobias Brunner
2016-06-17
1
-3
/
+10
*
ike: Add configuration option to switch to preferring supplied proposals over...
Tobias Brunner
2016-06-17
3
-6
/
+13
*
child-cfg: Add option to prefer supplied proposals over locally configured ones
Tobias Brunner
2016-06-17
1
-4
/
+4
*
ike-cfg: Add option to prefer supplied proposals over locally configured ones
Tobias Brunner
2016-06-17
2
-4
/
+4
*
quick-mode: Fix reporting lifebytes if lifetime is configured
Tobias Brunner
2016-06-17
1
-2
/
+2
*
task-manager: Add retransmit cleared alert
Tobias Brunner
2016-06-06
1
-0
/
+6
*
task-manager: Add retransmit count to retransmit send alert
Thomas Egerer
2016-06-06
1
-1
/
+2
*
ikev1: Queue INFORMATIONAL messages during XAuth
Tobias Brunner
2016-06-06
1
-5
/
+12
*
ikev1: Activate DELETE tasks before other tasks in state ESTABLISHED
Tobias Brunner
2016-05-06
1
-7
/
+7
*
ikev1: Don't use rekeyed CHILD_SAs for rekey detection
Tobias Brunner
2016-05-06
1
-4
/
+4
*
ikev1: Don't call updown hook etc. when deleting redundant CHILD_SAs
Tobias Brunner
2016-05-06
1
-0
/
+1
*
vici list-conns sends reauthentication and rekeying time information
Andreas Steffen
2016-05-04
1
-1
/
+1
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
16
-99
/
+99
*
credential-manager: Make online revocation checks optional for public key enu...
Tobias Brunner
2016-03-10
1
-1
/
+1
*
libhydra: Move kernel interface to libcharon
Tobias Brunner
2016-03-03
2
-3
/
+1
*
ikev1: Send and verify IPv6 addresses correctly
Tobias Brunner
2016-03-03
1
-26
/
+11
*
ikev1: Allow immediate deletion of rekeyed CHILD_SAs
Tobias Brunner
2016-03-03
1
-1
/
+17
*
ikev1: Avoid modifying local auth config when detecting pubkey method
Tobias Brunner
2016-03-03
1
-1
/
+1
*
ikev1: Log successful authentication with signature scheme
Thomas Egerer
2016-02-01
1
-1
/
+1
*
mode-config: Reassign migrated virtual IP if client requests %any
Tobias Brunner
2015-11-12
1
-1
/
+3
*
traffic-selector: Don't end printf'ed list of traffic selectors with a space
Tobias Brunner
2015-11-10
2
-3
/
+3
*
ikev1: Fix calculation of DPD timeout
Tobias Brunner
2015-11-09
1
-0
/
+2
*
xauth: Call authorize() hook also when xauth-noauth is used
Tobias Brunner
2015-11-09
1
-2
/
+8
*
ikev1: Handle queued INFORMATIONAL message after receiving the last AM request
Tobias Brunner
2015-10-30
1
-0
/
+16
*
ikev1: Queue INFORMATIONAL request if AM is not complete yet
Tobias Brunner
2015-10-30
1
-6
/
+13
*
ikev1: Handle queued TRANSACTION messages only after processing replies
Tobias Brunner
2015-10-30
1
-1
/
+2
[next]