aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici
Commit message (Expand)AuthorAgeFilesLines
...
* vici: Undo start actions when unloading configsMartin Willi2015-12-071-0/+1
* vici: Fix clean-local target for Perl bindings if they were not builtTobias Brunner2015-12-041-1/+1
* Extended and refactored vici perl implementationAndreas Steffen2015-12-013-80/+121
* Built the CPAN file structure for the Vici::Session perl moduleAndreas Steffen2015-12-0115-72/+1038
* Implement vici Perl bindingAndreas Steffen2015-12-018-0/+559
* vici: Add get-algorithms command to query loaded algorithms and implementationsTobias Brunner2015-11-302-0/+116
* vici: Attribute certificates are not trustedTobias Brunner2015-11-121-1/+3
* vici: Properly add CRLs to the credential setTobias Brunner2015-11-121-2/+8
* vici: Add option to query leases of poolsTobias Brunner2015-11-102-3/+36
* vici: Return local and remote virtual IPs when listing SAsTobias Brunner2015-11-102-0/+36
* vici: Add NAT information when listing IKE_SAsTobias Brunner2015-11-092-0/+21
* Fix some Doxygen issuesTobias Brunner2015-08-271-1/+1
* ike: Only consider number of half-open SAs as responder when deciding whether...Tobias Brunner2015-08-271-1/+1
* vici: Handle closed sockets in the Ruby gemEvan Broder2015-08-241-1/+5
* vici: Optionally check limits when initiating connectionsTobias Brunner2015-08-212-1/+7
* vici: Add get_bool() convenience getter for VICI messagesTobias Brunner2015-08-213-0/+94
* controller: Optionally adhere to init limits also when initiating IKE_SAsTobias Brunner2015-08-212-3/+3
* vici: Add option to disable policy installation for CHILD_SAsTobias Brunner2015-08-171-1/+6
* vici: Add listen methods to receive arbitrary events in Python libraryTobias Brunner2015-08-171-0/+34
* vici: Move event (un-)registration to a helper method in Python libraryTobias Brunner2015-08-173-49/+60
* vici: Add ike/child-rekey eventsTobias Brunner2015-08-172-0/+108
* vici: Document the ike/child-updown eventsTobias Brunner2015-08-171-0/+23
* vici: Don't include a child-sas section in ike-updown eventTobias Brunner2015-08-171-2/+0
* vici: Explicitly notify listeners of the type of ike/child-updown eventTobias Brunner2015-08-171-0/+11
* Initialize variables that some compilers seem to warn aboutTobias Brunner2015-08-131-1/+1
* vici: Certification Authority support added.Andreas Steffen2015-07-219-11/+937
* vici: Compute rekey_bytes and rekey_packets if life_bytes and life_packets ar...Andreas Steffen2015-07-201-6/+20
* vici: Asynchronize debug loggingMartin Willi2015-07-121-1/+47
* vici: Explicitly disable --user-install when installing Ruby GemTobias Brunner2015-05-211-1/+1
* vici: Make installation of Ruby Gem and Python Egg optionalTobias Brunner2015-05-212-0/+4
* vici: Support out-of-tree build of Python EggTobias Brunner2015-05-211-5/+5
* vici: Default to certificate subject for identityTimo Teräs2015-05-041-0/+37
* vici: Add support for ike_sa and child_sa updown notificationsTimo Teräs2015-05-043-0/+137
* vici: Add function to test if an event should be generatedTimo Teräs2015-05-042-0/+74
* vici: Relicense libvici.h under MITMartin Willi2015-04-141-9/+20
* vici: Defer read/write error reporting after connection entry has been releasedMartin Willi2015-04-131-12/+34
* child-sa: Add a new state to track rekeyed IKEv1 CHILD_SAsTobias Brunner2015-03-251-1/+2
* vici: Add support for python 3Björn Schuberg2015-03-185-8/+29
* vici: Execute python tests during "check" if py.test is availableMartin Willi2015-03-181-0/+4
* vici: Add test of Packet layer in python libraryBjörn Schuberg2015-03-181-1/+47
* vici: Add test of Message (de)serialization in python libraryBjörn Schuberg2015-03-183-0/+100
* vici: Evaluate Python streamed command results, and raise CommandExceptionMartin Willi2015-03-181-1/+10
* vici: Catch Python GeneratorExit to properly cancel streamed event iterationMartin Willi2015-03-182-1/+12
* vici: Fall back to heap buffer when vararg printing on stack failsMartin Willi2015-03-181-21/+44
* vici: Return a Python generator instead of a list for streamed responsesMartin Willi2015-03-182-47/+25
* vici: Raise a Python CommandException instead of returning a CommandResultMartin Willi2015-03-182-82/+42
* vici: Add initial Python egg documentation to READMEMartin Willi2015-03-181-0/+65
* vici: Use OrderedDict to handle vici responses in Python libraryMartin Willi2015-03-181-2/+3
* vici: Return authentication rounds with unique namesMartin Willi2015-03-181-1/+4
* vici: Rebuild ruby gem on source file changesMartin Willi2015-03-181-1/+1