summaryrefslogtreecommitdiff
path: root/lib/libagentx
AgeCommit message (Expand)Author
2023-10-29Add a test to the end of agentx_varbind_finalize(), after completing theMartijn van Duren
2023-10-24According to RFC2741 section 6.1.1 an agentx-response-pdu shouldn't haveMartijn van Duren
2023-10-24Make sure that unpacking of an AgentX OID doesn't contain more than 128Martijn van Duren
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-12-02When checking if we're implied we must also check if we're working on aMartijn van Duren
2022-11-01On endOfMibView reset OID back to the original requested OID as per RFC3416Martijn van Duren
2022-10-14space required between macro and punctuation;Jason McIntyre
2022-10-14Add an agentx_retry call.Martijn van Duren
2022-10-14Don't call agentx_reset on errors returned by the AgentX master.Martijn van Duren
2022-09-13When a connection is reset while we still have an outstanding request,Martijn van Duren
2022-08-29Fix a case where EndOfMibView wasn't honoured.Martijn van Duren
2022-07-19Objects are only set to ready if both their parent region and theirMartijn van Duren
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-10-24Even though AgentX supports null-oids and incidentally has a valid usecaseMartijn van Duren
2021-10-24Initialize OID print buffer, even when oidlen is 0.Martijn van Duren
2021-10-23Rename a couple of variables overlooked in the conversion from subagentx toMartijn van Duren
2021-10-23Add a glossary of variable names.Martijn van Duren
2021-10-23Move libagentx to a new freeing strategy, where we check all objects whenMartijn van Duren
2021-06-02agentx_context_object_nfind had its ax_oid_cmp arguments swapped.Martijn van Duren
2021-05-01Refactor varbind OID parsing into their indices. Simplifies the code byMartijn van Duren
2021-03-12spellingJonathan Gray
2021-02-02article fixes; from eddie yousephJason McIntyre
2021-01-02Whitespace.rob
2020-12-29Allocate new buffer space based on requested need.rob
2020-12-29Remove unnecessary assignment.rob
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;Jason McIntyre
2020-10-27Add agentx_varbind_unsigned32 as a wrapper around agentx_varbind_gauge32 toMartijn van Duren
2020-10-27Adjust manpage to uint32_t->int32_t change.Martijn van Duren
2020-10-27According to SMI (RFC 2578) an integer is signed. Somehow I managed toMartijn van Duren
2020-10-26Set ax_rbsize before calling malloc and use it in malloc.Martijn van Duren
2020-10-26The agentx API will first appear in 6.9.Theo Buehler
2020-10-26Add missing RCS tagsTheo Buehler
2020-10-26use installed include fileTheo de Raadt
2020-10-26make includes should be more verboseTheo de Raadt
2020-10-26s/agentx_/ax_/g and s/subagentx_/agentx_/gMartijn van Duren
2020-10-26Initialize srl to NULL to silence gcc. There is no case where this isMartijn van Duren
2020-10-26Remove trailing spaces & tabsdenis
2020-10-18Fix typo in reference, period that should be comma.Anthony J. Bentley
2020-09-30Fix two minor memory leaks.Martijn van Duren
2020-09-29Fix 3 bugs:Martijn van Duren
2020-09-16Apparently some time ago I moved the timeout argument to the final positionMartijn van Duren
2020-09-16simple mdoc(7) fixes:Ingo Schwarze
2020-09-16Import libagentx.Martijn van Duren