summaryrefslogtreecommitdiffstats
path: root/lib/libagentx
AgeCommit message (Expand)AuthorFilesLines
2021-03-12spellingjsg1-3/+3
2021-02-02article fixes; from eddie yousephjmc1-3/+3
2021-01-02Whitespace.rob2-39/+39
2020-12-29Allocate new buffer space based on requested need.rob1-3/+3
2020-12-29Remove unnecessary assignment.rob1-2/+1
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc1-3/+3
2020-10-27Add agentx_varbind_unsigned32 as a wrapper around agentx_varbind_gauge32 tomartijn4-3/+16
2020-10-27Adjust manpage to uint32_t->int32_t change.martijn1-9/+9
2020-10-27According to SMI (RFC 2578) an integer is signed. Somehow I managed tomartijn4-48/+83
2020-10-26Set ax_rbsize before calling malloc and use it in malloc.martijn1-3/+3
2020-10-26The agentx API will first appear in 6.9.tb1-2/+2
2020-10-26Add missing RCS tagstb6-0/+6
2020-10-26use installed include filederaadt2-3/+3
2020-10-26make includes should be more verbosederaadt1-5/+8
2020-10-26s/agentx_/ax_/g and s/subagentx_/agentx_/gmartijn15-6551/+6551
2020-10-26Initialize srl to NULL to silence gcc. There is no case where this ismartijn1-1/+1
2020-10-26Remove trailing spaces & tabsdenis2-18/+17
2020-10-18Fix typo in reference, period that should be comma.bentley1-3/+3
2020-09-30Fix two minor memory leaks.martijn1-3/+7
2020-09-29Fix 3 bugs:martijn1-5/+11
2020-09-16Apparently some time ago I moved the timeout argument to the final positionmartijn1-10/+6
2020-09-16simple mdoc(7) fixes:schwarze1-20/+19
2020-09-16Import libagentx.martijn10-0/+6916