]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libcharon/plugins/vici/python/vici/session.py
quick-mode: Get a reference when adopting the reqid of a rekeyed CHILD_SA
[thirdparty/strongswan.git] / src / libcharon / plugins / vici / python / vici / session.py
2023-08-31  Tobias Brunnervici: Fix connecting to socket in Python bindings on...
2023-05-01  Tobias Brunnervici: Create default TCP socket on Windows in Python...
2023-03-10  Jean-Tiare Le Bigotvici: Generalize timeout support in Python bindings
2022-12-12  Tobias BrunnerMerge branch 'vici-python-timeout'
2022-12-12  Martin Willivici: Gracefully consume/ignore incoming events in...
2022-12-12  Martin Willivici: Allow the Python event listen() operation to...
2021-01-18  Tobias Brunnervici: Decode error messages in Python bindings
2020-01-28  Tobias Brunnervici: Remove unused import in Python bindings
2020-01-28  Tobias Brunnervici: Remove unnecessary `pass` statement
2019-04-26  Tobias BrunnerMerge branch 'update-vici-bindings'
2019-04-26  Tobias Brunnervici: Extract command wrappers in Python bindings
2017-02-16  Tobias BrunnerMerge branch 'vici-updates'
2017-02-16  Tobias Brunnervici: Update get_pools() in Python and Ruby bindings
2016-09-20  Tobias Brunnervici: Fix indention of flush_certs() method in Python...
2016-09-15  Andreas SteffenMerge branch 'flush-certs'
2016-09-13  Andreas Steffenvici: flush-certs command flushes certificate cache
2016-03-04  Tobias BrunnerMerge branch 'ike-redirect'
2016-03-04  Tobias Brunnervici: Add redirect command
2015-08-17  Tobias BrunnerMerge branch 'vici-updown'
2015-08-17  Tobias Brunnervici: Add listen methods to receive arbitrary events...
2015-08-17  Tobias Brunnervici: Move event (un-)registration to a helper method...
2015-03-18  Martin WilliMerge branch 'vici-python'
2015-03-18  Björn Schubergvici: Add support for python 3
2015-03-18  Martin Willivici: Evaluate Python streamed command results, and...
2015-03-18  Martin Willivici: Catch Python GeneratorExit to properly cancel...
2015-03-18  Martin Willivici: Return a Python generator instead of a list for...
2015-03-18  Martin Willivici: Raise a Python CommandException instead of return...
2015-03-18  Martin Willivici: Support non-Unix sockets for vici connections...
2015-03-18  Björn Schubergvici: Introduce main API Session class in python package
2015-03-18  Björn Schubergvici: Add a python vici command execution handler