index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libagentx
Age
Commit message (
Expand
)
Author
2021-01-02
Whitespace.
rob
2020-12-29
Allocate new buffer space based on requested need.
rob
2020-12-29
Remove unnecessary assignment.
rob
2020-12-03
grammar fixes from Varik "The Genuine Article!!!" Valefor;
Jason McIntyre
2020-10-27
Add agentx_varbind_unsigned32 as a wrapper around agentx_varbind_gauge32 to
Martijn van Duren
2020-10-27
Adjust manpage to uint32_t->int32_t change.
Martijn van Duren
2020-10-27
According to SMI (RFC 2578) an integer is signed. Somehow I managed to
Martijn van Duren
2020-10-26
Set ax_rbsize before calling malloc and use it in malloc.
Martijn van Duren
2020-10-26
The agentx API will first appear in 6.9.
Theo Buehler
2020-10-26
Add missing RCS tags
Theo Buehler
2020-10-26
use installed include file
Theo de Raadt
2020-10-26
make includes should be more verbose
Theo de Raadt
2020-10-26
s/agentx_/ax_/g and s/subagentx_/agentx_/g
Martijn van Duren
2020-10-26
Initialize srl to NULL to silence gcc. There is no case where this is
Martijn van Duren
2020-10-26
Remove trailing spaces & tabs
denis
2020-10-18
Fix typo in reference, period that should be comma.
Anthony J. Bentley
2020-09-30
Fix two minor memory leaks.
Martijn van Duren
2020-09-29
Fix 3 bugs:
Martijn van Duren
2020-09-16
Apparently some time ago I moved the timeout argument to the final position
Martijn van Duren
2020-09-16
simple mdoc(7) fixes:
Ingo Schwarze
2020-09-16
Import libagentx.
Martijn van Duren