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
...
*
vici: Add support for python 3
Björn Schuberg
2015-03-18
5
-8
/
+29
*
vici: Execute python tests during "check" if py.test is available
Martin Willi
2015-03-18
1
-0
/
+4
*
vici: Add test of Packet layer in python library
Björn Schuberg
2015-03-18
1
-1
/
+47
*
vici: Add test of Message (de)serialization in python library
Björn Schuberg
2015-03-18
3
-0
/
+100
*
vici: Evaluate Python streamed command results, and raise CommandException
Martin Willi
2015-03-18
1
-1
/
+10
*
vici: Catch Python GeneratorExit to properly cancel streamed event iteration
Martin Willi
2015-03-18
2
-1
/
+12
*
vici: Fall back to heap buffer when vararg printing on stack fails
Martin Willi
2015-03-18
1
-21
/
+44
*
vici: Return a Python generator instead of a list for streamed responses
Martin Willi
2015-03-18
2
-47
/
+25
*
vici: Raise a Python CommandException instead of returning a CommandResult
Martin Willi
2015-03-18
2
-82
/
+42
*
vici: Add initial Python egg documentation to README
Martin Willi
2015-03-18
1
-0
/
+65
*
vici: Use OrderedDict to handle vici responses in Python library
Martin Willi
2015-03-18
1
-2
/
+3
*
vici: Return authentication rounds with unique names
Martin Willi
2015-03-18
1
-1
/
+4
*
vici: Rebuild ruby gem on source file changes
Martin Willi
2015-03-18
1
-1
/
+1
*
vici: Use default Unix vici socket if none passed to ruby constructor
Martin Willi
2015-03-18
2
-4
/
+7
*
vici: Support non-Unix sockets for vici connections using Python
Martin Willi
2015-03-18
2
-7
/
+9
*
vici: Add python egg setuptools building and installation using easy_install
Martin Willi
2015-03-18
1
-0
/
+15
*
vici: Generate a version specific setup.py for setuptools installation
Martin Willi
2015-03-18
3
-0
/
+41
*
vici: Include python package in distribution
Martin Willi
2015-03-18
2
-0
/
+9
*
vici: Add python package MIT license
Björn Schuberg
2015-03-18
2
-0
/
+20
*
vici: Expose Session as a top-level symbol in python package
Björn Schuberg
2015-03-18
1
-0
/
+1
*
vici: Introduce main API Session class in python package
Björn Schuberg
2015-03-18
1
-1
/
+244
*
vici: Add a python vici command execution handler
Björn Schuberg
2015-03-18
2
-1
/
+134
*
vici: Add vici python protocol handler
Björn Schuberg
2015-03-18
4
-0
/
+199
*
vici: Use %u to print stats returned by mallinfo(3)
Tobias Brunner
2015-03-13
1
-4
/
+4
*
stroke: Use %u to print stats returned by mallinfo(3)
Tobias Brunner
2015-03-13
1
-1
/
+1
*
eap-radius: Increase Acct-Session-ID string buffer
Martin Willi
2015-03-13
1
-1
/
+1
*
ha: Destroy synced IKE_SA if no configuration is found during update
Martin Willi
2015-03-10
1
-0
/
+3
*
libipsec: Pass separate inbound/update flags to the IPsec SA manager
Martin Willi
2015-03-09
1
-1
/
+2
*
kernel-interface: Add a separate "update" flag to add_sa()
Martin Willi
2015-03-09
3
-3
/
+3
*
Revert "ha: Always install the CHILD_SAs with the inbound flag set to FALSE"
Martin Willi
2015-03-09
1
-2
/
+2
*
Make access requestor IP address available to TNC server
Andreas Steffen
2015-03-08
2
-12
/
+39
*
stroke: Enable BLISS-based public key constraints
Tobias Brunner
2015-03-04
1
-4
/
+19
*
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
*
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
*
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
7
-0
/
+1472
*
connmark: Add CONNMARK rules to select correct output SA based on conntrack
Martin Willi
2015-02-20
4
-0
/
+611
*
connmark: Add a plugin stub
Martin Willi
2015-02-20
3
-0
/
+143
*
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
3
-13
/
+17
[prev]
[next]