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
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fixed some typos in comments
Volker RĂ¼melin
2013-01-11
1
-1
/
+1
|
/
*
Send empty CDATA batch if TNC client has no data to send
Andreas Steffen
2012-12-23
1
-16
/
+28
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2012-12-20
2
-2
/
+2
*
Add missing error_notify_msg.h to distribution tarball
Martin Willi
2012-12-19
1
-1
/
+2
*
Add an error-notify sample application to listen to error notifications
Martin Willi
2012-12-19
3
-0
/
+66
*
Add an error-notify plugin to send catched alerts to listening applications
Martin Willi
2012-12-19
8
-0
/
+736
*
Raise alerts when enforcing IKE_SA unique policy
Martin Willi
2012-12-19
1
-0
/
+1
*
Fix deadlock in IMC/IMV managers
Tobias Brunner
2012-12-18
2
-8
/
+36
*
Properly select IMC/IMV according to given primary ID in reserve_id()
Tobias Brunner
2012-12-18
2
-2
/
+2
*
If load-tester requests a virtual IP, use a dynamic local traffic selector
Martin Willi
2012-12-17
1
-2
/
+8
*
Migrate RADIUS accounting state while IKE_SA unique id changes during rekey
Martin Willi
2012-12-11
1
-0
/
+23
*
Migrate cache and fire lookip events for unique_id change during IKE_SA rekey
Martin Willi
2012-12-10
1
-0
/
+13
*
optionally skip dlclose() of IMCs/IMVs in order to track memory leaks
Andreas Steffen
2012-12-09
2
-2
/
+6
*
Add locking to IMC/IMV managers to add/remove IMC/IMVs on the fly
Martin Willi
2012-11-30
2
-7
/
+67
*
Add wrappers to IMC/IMV managers loading IMC/IMVs from function pointers
Martin Willi
2012-11-30
2
-1
/
+64
*
If adding an IMC/IMV fails, terminate() it only if it has been initialize()d
Martin Willi
2012-11-30
2
-25
/
+17
*
Add an IMV constructor taking a set of custom TNC_IMV functions
Martin Willi
2012-11-30
3
-5
/
+78
*
Add an IMC constructor taking a set of custom TNC_IMC functions
Martin Willi
2012-11-30
2
-3
/
+60
*
Clean up memory management when loading IMC/IMVs from files
Martin Willi
2012-11-30
4
-52
/
+34
*
Fix passing of IKE_SA unique_id over lookip socket
Martin Willi
2012-11-30
1
-0
/
+1
*
Store load-tester address leases in a hashtable for fast removal
Martin Willi
2012-11-29
1
-24
/
+81
*
Don't wait while removing external IPs used for load testing
Martin Willi
2012-11-29
1
-1
/
+1
*
Install virtual IPs via interface name, and use an interface lookup where req...
Martin Willi
2012-11-29
1
-29
/
+13
*
load-tester can dynamically install a dedicated external IP for each IKE_SA
Martin Willi
2012-11-29
5
-15
/
+220
*
Add a delay option to load-tester socket
Martin Willi
2012-11-29
2
-7
/
+11
*
Indicate message retransmissions while initiating load-test batches
Martin Willi
2012-11-29
1
-0
/
+26
*
Initiate each load-testing connection with a fresh peer config
Martin Willi
2012-11-29
1
-19
/
+23
*
Initiate IKE_SAs trigger over load-tester socket in parallel
Martin Willi
2012-11-29
1
-9
/
+145
*
Add a simple load-tester utility to initiate over control socket
Martin Willi
2012-11-29
3
-0
/
+108
*
Add a load-tester control socket to manually trigger initiation
Martin Willi
2012-11-29
4
-1
/
+271
*
Lookip plugin additionally reports the IKE_SA unique identifier
Martin Willi
2012-11-29
5
-10
/
+21
*
Do not send 0.0.0.0/0 traffic selectors as Split-Include Unity attributes
Martin Willi
2012-11-22
1
-2
/
+6
*
Pass PLUTO_XAUTH_ID to updown script
Martin Willi
2012-11-16
1
-1
/
+21
*
centralized processing of assessment information
Andreas Steffen
2012-11-12
1
-4
/
+3
*
'signal' is a keyword in MySQL 5.5
Tobias Brunner
2012-11-07
1
-1
/
+2
*
Compiler warning fixed
Tobias Brunner
2012-11-02
1
-1
/
+1
*
Exclude dynamic TS from Unity Split-Include attributes
Martin Willi
2012-10-30
1
-0
/
+1
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
44
-50
/
+50
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
54
-66
/
+66
*
Moved host_t and host_resolver_t to a new networking subfolder
Tobias Brunner
2012-10-24
6
-9
/
+9
*
Send certificate requests in load-tester
Martin Willi
2012-10-24
1
-2
/
+2
*
Add load-tester traffic selector configuration options
Martin Willi
2012-10-24
1
-5
/
+67
*
Make use of new CIDR string ts constructor where appropriate
Martin Willi
2012-10-24
3
-66
/
+19
*
Use explicit, larger buffer sizes for smartcard keyids and modules
Martin Willi
2012-10-24
1
-8
/
+8
*
Support loading cacert certificates in ipsec.conf ca sections from smartcard
Martin Willi
2012-10-24
1
-19
/
+37
*
Refactored stroke smartcard token parsing, support module and slot in leftcer...
Martin Willi
2012-10-24
1
-62
/
+101
*
Load ipsec.conf %smartcard leftcerts with pkcs11 builder
Martin Willi
2012-10-24
1
-8
/
+20
*
Add an interactive mode in lookip tool, demonstrate lasting connections
Martin Willi
2012-10-24
1
-9
/
+57
*
Send a lookip NOT_FOUND reply if a lookup yields no results
Martin Willi
2012-10-24
3
-11
/
+32
*
lookup function of lookip listener returns the number of matches
Martin Willi
2012-10-24
2
-3
/
+9
[prev]
[next]