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
2023-10-29
Add a test to the end of agentx_varbind_finalize(), after completing the
Martijn van Duren
2023-10-24
According to RFC2741 section 6.1.1 an agentx-response-pdu shouldn't have
Martijn van Duren
2023-10-24
Make sure that unpacking of an AgentX OID doesn't contain more than 128
Martijn van Duren
2022-12-27
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-02
When checking if we're implied we must also check if we're working on a
Martijn van Duren
2022-11-01
On endOfMibView reset OID back to the original requested OID as per RFC3416
Martijn van Duren
2022-10-14
space required between macro and punctuation;
Jason McIntyre
2022-10-14
Add an agentx_retry call.
Martijn van Duren
2022-10-14
Don't call agentx_reset on errors returned by the AgentX master.
Martijn van Duren
2022-09-13
When a connection is reset while we still have an outstanding request,
Martijn van Duren
2022-08-29
Fix a case where EndOfMibView wasn't honoured.
Martijn van Duren
2022-07-19
Objects are only set to ready if both their parent region and their
Martijn van Duren
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2021-10-24
Even though AgentX supports null-oids and incidentally has a valid usecase
Martijn van Duren
2021-10-24
Initialize OID print buffer, even when oidlen is 0.
Martijn van Duren
2021-10-23
Rename a couple of variables overlooked in the conversion from subagentx to
Martijn van Duren
2021-10-23
Add a glossary of variable names.
Martijn van Duren
2021-10-23
Move libagentx to a new freeing strategy, where we check all objects when
Martijn van Duren
2021-06-02
agentx_context_object_nfind had its ax_oid_cmp arguments swapped.
Martijn van Duren
2021-05-01
Refactor varbind OID parsing into their indices. Simplifies the code by
Martijn van Duren
2021-03-12
spelling
Jonathan Gray
2021-02-02
article fixes; from eddie youseph
Jason McIntyre
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