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
/
vici
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vici: Limit start action undoing to IKE_SAs using the base peer config name
Martin Willi
2015-12-07
1
-3
/
+7
*
vici: Close empty IKE_SAs after undoing CHILD_SA start actions
Martin Willi
2015-12-07
1
-6
/
+44
*
vici: Use value based array to store CHILD_SA ids during restart
Martin Willi
2015-12-07
1
-5
/
+6
*
vici: Undo start actions when unloading configs
Martin Willi
2015-12-07
1
-0
/
+1
*
vici: Fix clean-local target for Perl bindings if they were not built
Tobias Brunner
2015-12-04
1
-1
/
+1
*
Extended and refactored vici perl implementation
Andreas Steffen
2015-12-01
3
-80
/
+121
*
Built the CPAN file structure for the Vici::Session perl module
Andreas Steffen
2015-12-01
15
-72
/
+1038
*
Implement vici Perl binding
Andreas Steffen
2015-12-01
8
-0
/
+559
*
vici: Add get-algorithms command to query loaded algorithms and implementations
Tobias Brunner
2015-11-30
2
-0
/
+116
*
vici: Attribute certificates are not trusted
Tobias Brunner
2015-11-12
1
-1
/
+3
*
vici: Properly add CRLs to the credential set
Tobias Brunner
2015-11-12
1
-2
/
+8
*
vici: Add option to query leases of pools
Tobias Brunner
2015-11-10
2
-3
/
+36
*
vici: Return local and remote virtual IPs when listing SAs
Tobias Brunner
2015-11-10
2
-0
/
+36
*
vici: Add NAT information when listing IKE_SAs
Tobias Brunner
2015-11-09
2
-0
/
+21
*
Fix some Doxygen issues
Tobias Brunner
2015-08-27
1
-1
/
+1
*
ike: Only consider number of half-open SAs as responder when deciding whether...
Tobias Brunner
2015-08-27
1
-1
/
+1
*
vici: Handle closed sockets in the Ruby gem
Evan Broder
2015-08-24
1
-1
/
+5
*
vici: Optionally check limits when initiating connections
Tobias Brunner
2015-08-21
2
-1
/
+7
*
vici: Add get_bool() convenience getter for VICI messages
Tobias Brunner
2015-08-21
3
-0
/
+94
*
controller: Optionally adhere to init limits also when initiating IKE_SAs
Tobias Brunner
2015-08-21
2
-3
/
+3
*
vici: Add option to disable policy installation for CHILD_SAs
Tobias Brunner
2015-08-17
1
-1
/
+6
*
vici: Add listen methods to receive arbitrary events in Python library
Tobias Brunner
2015-08-17
1
-0
/
+34
*
vici: Move event (un-)registration to a helper method in Python library
Tobias Brunner
2015-08-17
3
-49
/
+60
*
vici: Add ike/child-rekey events
Tobias Brunner
2015-08-17
2
-0
/
+108
*
vici: Document the ike/child-updown events
Tobias Brunner
2015-08-17
1
-0
/
+23
*
vici: Don't include a child-sas section in ike-updown event
Tobias Brunner
2015-08-17
1
-2
/
+0
*
vici: Explicitly notify listeners of the type of ike/child-updown event
Tobias Brunner
2015-08-17
1
-0
/
+11
*
Initialize variables that some compilers seem to warn about
Tobias Brunner
2015-08-13
1
-1
/
+1
*
vici: Certification Authority support added.
Andreas Steffen
2015-07-21
9
-11
/
+937
*
vici: Compute rekey_bytes and rekey_packets if life_bytes and life_packets ar...
Andreas Steffen
2015-07-20
1
-6
/
+20
*
vici: Asynchronize debug logging
Martin Willi
2015-07-12
1
-1
/
+47
*
vici: Explicitly disable --user-install when installing Ruby Gem
Tobias Brunner
2015-05-21
1
-1
/
+1
*
vici: Make installation of Ruby Gem and Python Egg optional
Tobias Brunner
2015-05-21
2
-0
/
+4
*
vici: Support out-of-tree build of Python Egg
Tobias Brunner
2015-05-21
1
-5
/
+5
*
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
*
vici: Defer read/write error reporting after connection entry has been released
Martin Willi
2015-04-13
1
-12
/
+34
*
child-sa: Add a new state to track rekeyed IKEv1 CHILD_SAs
Tobias Brunner
2015-03-25
1
-1
/
+2
*
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
[prev]
[next]