OpenBSD CVS

CVS log for src/lib/libagentx/Symbols.list


[BACK] Up to [local] / src / lib / libagentx

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4 / (download) - annotate - [select for diffs], Fri Oct 14 15:26:58 2022 UTC (19 months, 3 weeks ago) by martijn
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)

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 1.3 / (download) - annotate - [select for diffs], Tue Oct 27 18:24:01 2020 UTC (3 years, 7 months ago) by martijn
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

Add agentx_varbind_unsigned32 as a wrapper around agentx_varbind_gauge32 to
be more clear what to use when a normal unsigned is desired.

This is in conformance with RFC 2578/SMIv2.

Ride yesterday's bump

OK tb@

Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 26 15:45:56 2020 UTC (3 years, 7 months ago) by martijn
Branch: MAIN
Changes since 1.1: +61 -61 lines
Diff to previous 1.1 (colored)

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

Requested by and OK deraadt@

Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 16 10:48:52 2020 UTC (3 years, 8 months ago) by martijn
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8

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@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.