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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ikev2: Don't destroy the SA if an IKE_SA_INIT with unexpected MID is received
Tobias Brunner
2015-03-04
1
-4
/
+0
*
ikev2: Don't adopt any CHILD_SA during make-before-break reauthentication
Martin Willi
2015-03-04
1
-1
/
+2
*
stroke: Support public key constraints for EAP methods
Martin Willi
2015-03-03
1
-1
/
+8
*
eap-ttls: Support EAP auth information getter in EAP-TTLS
Martin Willi
2015-03-03
1
-0
/
+7
*
eap-tls: Support EAP auth information getter in EAP-TLS
Martin Willi
2015-03-03
1
-0
/
+7
*
ikev2: Merge EAP client authentication details if EAP methods provides them
Martin Willi
2015-03-03
1
-0
/
+7
*
eap: Add an optional authentication details getter to the EAP method interface
Martin Willi
2015-03-03
1
-0
/
+12
*
stroke: Serve ca section CA certificates directly, not over central CA set
Martin Willi
2015-03-03
3
-5
/
+85
*
stroke: Purge existing CA/AA certificates during reread
Martin Willi
2015-03-03
1
-0
/
+4
*
stroke: Use separate credential sets for CA/AA certificates
Martin Willi
2015-03-03
1
-3
/
+21
*
stroke: Refactor load_certdir function
Martin Willi
2015-03-03
1
-108
/
+158
*
vici: Don't use a default rand_time larger than half of rekey/reauth_time
Martin Willi
2015-03-03
1
-3
/
+11
*
vici: If a IKE reauth_time is configured, disable the default rekey_time
Martin Willi
2015-03-03
1
-1
/
+16
*
ikev2: Schedule a timeout for the delete message following passive IKE rekeying
Martin Willi
2015-03-03
1
-0
/
+6
*
vici: Support ruby gem out-of-tree builds
Martin Willi
2015-02-27
1
-1
/
+3
*
ha: Always install the CHILD_SAs with the inbound flag set to FALSE
Martin Willi
2015-02-27
1
-2
/
+2
*
forecast: Explicitly cast sockaddr to fix compiler warning
Tobias Brunner
2015-02-23
1
-1
/
+1
*
configure: Use pkg-config to detect libiptc used by connmark/forecast
Tobias Brunner
2015-02-23
2
-4
/
+4
*
forecast: Add the broadcast/multicast forwarding plugin called forecast
Martin Willi
2015-02-20
8
-0
/
+1479
*
connmark: Add CONNMARK rules to select correct output SA based on conntrack
Martin Willi
2015-02-20
4
-0
/
+611
*
bus: Add an ike_update() hook invoked when peer endpoints change
Martin Willi
2015-02-20
4
-0
/
+50
*
connmark: Add a plugin stub
Martin Willi
2015-02-20
4
-0
/
+150
*
load-tester: Support initiating XAuth authentication
Martin Willi
2015-02-20
1
-0
/
+22
*
mem-pool: Pass the remote IKE address, to re-acquire() an address during reauth
Martin Willi
2015-02-20
6
-51
/
+87
*
ikev2: Schedule a make-before-break completion task to delete old IKE_SA
Martin Willi
2015-02-20
8
-1
/
+174
*
ikev2: Allow task to skip exchange by setting undefined exchange type
Martin Willi
2015-02-20
1
-0
/
+5
*
ikev2: Trigger make-before-break reauthentication instead of reauth task
Martin Willi
2015-02-20
2
-2
/
+79
*
ike-sa-manager: Use IKEv1 uniqueness reauthentication detection for IKEv2, too
Martin Willi
2015-02-20
1
-12
/
+8
*
attribute-handler: Pass full IKE_SA to handler backends
Martin Willi
2015-02-20
8
-72
/
+56
*
attribute-provider: Pass full IKE_SA to provider backends
Martin Willi
2015-02-20
10
-65
/
+55
*
attribute-manager: Pass full IKE_SA to handler methods
Martin Willi
2015-02-20
5
-23
/
+28
*
attribute-manager: Pass the full IKE_SA to provider methods
Martin Willi
2015-02-20
5
-23
/
+32
*
unit-tester: Drop the old unit-tester libcharon plugin
Martin Willi
2015-02-20
13
-953
/
+0
*
attributes: Move the configuration attributes framework to libcharon
Martin Willi
2015-02-20
32
-97
/
+2031
*
libcharon: Add a test runner
Martin Willi
2015-02-20
5
-0
/
+96
*
attr-sql: Move plugin to libcharon
Martin Willi
2015-02-20
6
-0
/
+722
*
attr: Move plugin to libcharon
Martin Willi
2015-02-20
6
-0
/
+560
*
resolve: Move plugin back to libcharon
Martin Willi
2015-02-20
6
-0
/
+595
*
ike: Consistently log CHILD_SAs with their unique_id instead of their reqid
Martin Willi
2015-02-20
7
-10
/
+12
*
unity: Reference IKE_SAs by the IKEv1 COOKIEs, improving lookup performance
Martin Willi
2015-02-20
3
-14
/
+17
*
ike-sa-manager: Remove IKE_SA checkout by CHILD_SA reqid
Martin Willi
2015-02-20
4
-38
/
+15
*
migrate-job: Do CHILD_SA reqid lookup locally
Martin Willi
2015-02-20
2
-26
/
+21
*
kernel-interface: Raise mapping event with a proto/SPI/dst tuple
Martin Willi
2015-02-20
3
-16
/
+37
*
inactivity-job: Schedule job by CHILD_SA unique ID instead of reqid
Martin Willi
2015-02-20
4
-23
/
+17
*
kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqid
Martin Willi
2015-02-20
9
-60
/
+51
*
controller: Use the CHILD_SA unique_id to terminate CHILD_SAs
Martin Willi
2015-02-20
5
-37
/
+23
*
stroke: List CHILD_SA unique ID as the primary identifier, but print reqid, too
Martin Willi
2015-02-20
1
-5
/
+6
*
vici: Include the CHILD_SA unique ID in list-sa event
Martin Willi
2015-02-20
2
-0
/
+2
*
ike: Maintain per-IKE_SA CHILD_SAs in the global CHILD_SA manager
Martin Willi
2015-02-20
3
-19
/
+92
*
child-sa-manager: Add a global manager storing CHILD_SA relations
Martin Willi
2015-02-20
6
-1
/
+432
[prev]
[next]