aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsnmpd/tools/libbsnmptools
Commit message (Expand)AuthorAgeFilesLines
* libbsnmp: make binding of client UNIX socket optional and configurableGleb Smirnoff2025-07-251-3/+2
* libbsnmp: define SNMP_DEFAULT_LOCAL that matches default server configGleb Smirnoff2025-07-172-10/+0
* libbsnmptools: avoid uninitialized snmptoolctx->passwd with empty passwordGleb Smirnoff2025-01-111-2/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-166-12/+0
* libbsnmptools: Fully comment out set but unused count variable.John Baldwin2023-06-271-12/+12
* bsnmpd/tools/libbsnmptools: Fix typosElyes Haouas2023-06-023-5/+5
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-271-1/+2
* bsnmptools: make it print protocol errors to stderr instead of stdoutEugene Grosbein2020-08-051-4/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-5/+0
* Fix logical inversion when checking result from callocEnji Cooper2017-01-041-1/+1
* Make /usr/lib/libbsnmptools.so.0 into an INTERRNALLIBEnji Cooper2017-01-031-2/+2
* snmp_output_err_resp, snmp_output_resp: allocate `object` using calloc, notEnji Cooper2016-12-311-8/+23
* snmp_output_resp: style(9): sort variables by alignmentEnji Cooper2016-12-311-2/+2
* Set value->v.octetstring.len to a correct value on malloc success/failureEnji Cooper2016-12-311-3/+3
* style(9) fixes: clean up leading whitespaceEnji Cooper2016-12-281-0/+1
* style(9): clean up trailing whitespaceEnji Cooper2016-12-274-14/+14
* Warning message cleanupEnji Cooper2016-12-242-28/+23
* Replace malloc + memset(.., 0, ..) with calloc callsEnji Cooper2016-05-151-5/+2
* Use strdup instead of malloc + strlcpyEnji Cooper2016-05-151-4/+3
* Correct function names that failed in error messagesEnji Cooper2016-05-152-4/+4
* Fix up r299769Enji Cooper2016-05-151-4/+2
* Replace malloc + memset(.., 0, ..) with calloc callsEnji Cooper2016-05-151-5/+2
* Fix up both r299764 and r299770Enji Cooper2016-05-151-2/+1
* Convert tok from enum tok to int32_t in function callsEnji Cooper2016-05-141-10/+9
* Use a consistent errno save/restore pattern before running strtoulEnji Cooper2016-05-141-4/+17
* Do minimal work necessary to cure a -Wunused-but-set-variable warning from gccEnji Cooper2016-05-141-4/+4
* Fix up r299764Enji Cooper2016-05-141-1/+1
* Use the size of the destination buffer instead of the malloc size, repeated, ...Enji Cooper2016-05-141-2/+2
* Fix logically dead code pointed out by clang/CoverityEnji Cooper2016-05-141-3/+3
* Fix theoretical buffer overflow issues in snmp_oid2asn_oidEnji Cooper2016-05-141-2/+1
* Use the size of the destination buffer, not the source buffer.Enji Cooper2016-05-141-1/+1
* Mute -Wstrlcpy-strlcat-size warning by using nitems with the size of the bufferEnji Cooper2016-05-141-1/+1
* Mark snmptoolctx unused in parse_authentication(..), parse_privacy(..),Enji Cooper2016-05-141-4/+4
* parse_ascii: make count size_t to mute a -Wsign-compare issueEnji Cooper2016-05-141-1/+2
* Sort variables in parse_ascii(..) per style(9)Enji Cooper2016-05-141-2/+2
* Use calloc instead of memset(.., 0, ..) + mallocEnji Cooper2016-05-141-5/+2
* Fix some trivial clang/gcc warnings in bsnmptc.cEnji Cooper2016-05-141-10/+8
* Fold two malloc + memset(.., 0, ..) calls into equivalent calloc callsEnji Cooper2016-05-141-4/+2
* Staticize global variables only used in bsnmpimport.c to fixEnji Cooper2016-05-141-9/+9
* Move _bsnmptools_debug extern from bsnmpmap.c to bsnmptools.hEnji Cooper2016-05-132-2/+1
* Properly compute the size argument to pass to malloc().Don Lewis2016-05-131-1/+1
* Use a better idiom for finding UTC prefixed timezonesEnji Cooper2016-04-281-3/+4
* Fix looking for "UTC" at start of ptr by using strnmp instead of improperlyEnji Cooper2016-04-231-2/+2
* Don't try to free `string` (stack allocated char[])Enji Cooper2016-04-221-2/+1
* Don't use `entry` after free in the "already in lists" caseEnji Cooper2016-04-221-0/+1
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-0/+2