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: Default to certificate subject for identity
Timo Teräs
2015-05-04
1
-0
/
+37
*
vici: Add support for ike_sa and child_sa updown notifications
Timo Teräs
2015-05-04
3
-0
/
+137
*
vici: Add function to test if an event should be generated
Timo Teräs
2015-05-04
2
-0
/
+74
*
vici: Relicense libvici.h under MIT
Martin Willi
2015-04-14
1
-9
/
+20
*
utils: Use chunk_equals_const() for all cryptographic purposes
Martin Willi
2015-04-14
4
-7
/
+5
*
utils: Use memeq_const() for all cryptographic purposes
Martin Willi
2015-04-14
6
-13
/
+7
*
vici: Defer read/write error reporting after connection entry has been released
Martin Willi
2015-04-13
1
-12
/
+34
*
stroke: Properly parse bliss key strength in public key constraint
Tobias Brunner
2015-03-25
1
-1
/
+1
*
eap-tnc: Free eap-tnc object if IKE_SA not found to get IPs
Tobias Brunner
2015-03-25
1
-0
/
+1
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2015-03-25
1
-1
/
+1
*
child-sa: Add a new state to track rekeyed IKEv1 CHILD_SAs
Tobias Brunner
2015-03-25
2
-2
/
+4
*
diffie-hellman: Add a bool return value to set_other_public_value()
Martin Willi
2015-03-23
1
-1
/
+2
*
diffie-hellman: Add a bool return value to get_my_public_value()
Martin Willi
2015-03-23
3
-5
/
+9
*
diffie-hellman: Use bool instead of status_t as get_shared_secret() return value
Martin Willi
2015-03-23
4
-6
/
+6
*
load-tester: Migrate NULL DH implementation to INIT/METHOD macros
Martin Willi
2015-03-23
1
-21
/
+26
*
attr-sql: Rename sql_attribute_t to attr_sql_provider_t
Martin Willi
2015-03-19
5
-32
/
+32
*
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
[prev]
[next]