History log of /openbsd-current/lib/libagentx/shlib_version
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.3 14-Oct-2022 martijn

Add an agentx_retry call.
If a session, agentcaps, region, index, or object doesn't properly open
because of an error returned by the AgentX master it remained closed until
a reconnect. This new function call walks the tree and tries to reopen
everything in a closed state.

OK sthen@


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.2 26-Oct-2020 martijn

s/agentx_/ax_/g and s/subagentx_/agentx_/g

Requested by and OK deraadt@


Revision tags: OPENBSD_6_8_BASE
# 1.1 16-Sep-2020 martijn

Import libagentx.

This is the same code as I committed earlier to relayd with some fixes by
bluhm@. Not yet linked to the build so developers can return home before
things explode.
To be used by other daemons soon(tm).

OK bluhm@