summaryrefslogtreecommitdiffstats
path: root/lib/libagentx (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-121-3/+3
* article fixes; from eddie yousephjmc2021-02-021-3/+3
* Whitespace.rob2021-01-022-39/+39
* Allocate new buffer space based on requested need.rob2020-12-291-3/+3
* Remove unnecessary assignment.rob2020-12-291-2/+1
* grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc2020-12-031-3/+3
* Add agentx_varbind_unsigned32 as a wrapper around agentx_varbind_gauge32 tomartijn2020-10-274-3/+16
* Adjust manpage to uint32_t->int32_t change.martijn2020-10-271-9/+9
* According to SMI (RFC 2578) an integer is signed. Somehow I managed tomartijn2020-10-274-48/+83
* Set ax_rbsize before calling malloc and use it in malloc.martijn2020-10-261-3/+3
* The agentx API will first appear in 6.9.tb2020-10-261-2/+2
* Add missing RCS tagstb2020-10-266-0/+6
* use installed include filederaadt2020-10-262-3/+3
* make includes should be more verbosederaadt2020-10-261-5/+8
* s/agentx_/ax_/g and s/subagentx_/agentx_/gmartijn2020-10-2615-6580/+6580
* Initialize srl to NULL to silence gcc. There is no case where this ismartijn2020-10-261-1/+1
* Remove trailing spaces & tabsdenis2020-10-262-18/+17
* Fix typo in reference, period that should be comma.bentley2020-10-181-3/+3
* Fix two minor memory leaks.martijn2020-09-301-3/+7
* Fix 3 bugs:martijn2020-09-291-5/+11
* Apparently some time ago I moved the timeout argument to the final positionmartijn2020-09-161-10/+6
* simple mdoc(7) fixes:schwarze2020-09-161-20/+19
* Import libagentx.martijn2020-09-1610-0/+6916