summaryrefslogtreecommitdiff
path: root/lib/libagentx
AgeCommit message (Expand)Author
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