History log of /openbsd/regress/lib/libagentx/main.c (Results 1 – 7 of 7)
Revision Date Author Comments
# c29afb18 01-May-2021 martijn <martijn@openbsd.org>

Expand the regress test quite a bit to make sure no new regressions are
introduced by the previous libagentx commit. There's a few of the new tests
failing, mark those as such.


# 569e8303 20-Apr-2021 martijn <martijn@openbsd.org>

Properly shutdown on connection loss instead of crashing.
Found by bluhm@ while playing with setting noclose to 1 for daemon(3):
Also included in this commit

OK bluhm@


# f358f99b 13-Jan-2021 martijn <martijn@openbsd.org>

Make the binary run by linking it against net-snmpd.
Also add an actual first test. More test should probably follow, but we
have to start somewhere.


# 9ce78a4b 12-Jan-2021 rob <rob@openbsd.org>

Tweak previous.


# e9fcc3a8 12-Jan-2021 rob <rob@openbsd.org>

Fix regress to compile and run on current. Still not hooked up.


# ee5801c9 11-Jan-2021 bluhm <bluhm@openbsd.org>

Regress and Makefile cleanup.
OK rob@


# 8ee14b28 04-Jan-2021 rob <rob@openbsd.org>

Regress from martijn@.