aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/libvici.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed VICI protocol versioningAndreas Steffen2015-12-111-26/+0
|
* Define VICI protocol versionsAndreas Steffen2015-12-111-0/+26
|
* vici: Relicense libvici.h under MITMartin Willi2015-04-141-9/+20
| | | | | | libvici currently relies on libstrongswan, and therefore is bound to the GPLv2. But to allow alternatively licensed reimplementations without copyleft based on the same interface, we liberate the header.
* vici: Don't include-depend on libstrongswan for boolean typesMartin Willi2014-10-101-3/+1
| | | | | | | | As we want to avoid the libstrongswan include dependencies for libvici, avoid the use of the bool type. Unfortunately this change may break the ABI for vici_dump(). As this function is mostly for debugging purposes, we do it nonetheless; my apologies if somebody already relies on the ABI stability of that function.
* libvici: Add missing argument to Doxygen commentTobias Brunner2014-06-301-0/+1
|
* Split swanctl --raw mode into single-line and --pretty modeAndreas Steffen2014-06-141-1/+4
|
* vici: Document errno values to expect from libvici APIMartin Willi2014-05-071-8/+23
|
* vici: Complete libvici doxygen commentsMartin Willi2014-05-071-2/+17
|
* vici: Add a callback based recursive parser functionMartin Willi2014-05-071-0/+41
|
* vici: Move dumping to core message class, use it in libviciMartin Willi2014-05-071-1/+2
|
* vici: Add convenience value/string/integer getter to libviciMartin Willi2014-05-071-0/+39
|
* vici: Add a libvici low-level client libraryMartin Willi2014-05-071-0/+344