| Commit message (Expand) | Author | Age | Files | Lines |
| * | libbsnmp: make binding of client UNIX socket optional and configurable | Gleb Smirnoff | 2025-07-25 | 1 | -3/+2 |
| * | libbsnmp: define SNMP_DEFAULT_LOCAL that matches default server config | Gleb Smirnoff | 2025-07-17 | 2 | -10/+0 |
| * | libbsnmptools: avoid uninitialized snmptoolctx->passwd with empty password | Gleb Smirnoff | 2025-01-11 | 1 | -2/+1 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 2 | -2/+0 |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 6 | -12/+0 |
| * | libbsnmptools: Fully comment out set but unused count variable. | John Baldwin | 2023-06-27 | 1 | -12/+12 |
| * | bsnmpd/tools/libbsnmptools: Fix typos | Elyes Haouas | 2023-06-02 | 3 | -5/+5 |
| * | Replace literal uses of /usr/local in C sources with _PATH_LOCALBASE | Stefan Eßer | 2020-10-27 | 1 | -1/+2 |
| * | bsnmptools: make it print protocol errors to stderr instead of stdout | Eugene Grosbein | 2020-08-05 | 1 | -4/+4 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-05-09 | 1 | -5/+0 |
| * | Fix logical inversion when checking result from calloc | Enji Cooper | 2017-01-04 | 1 | -1/+1 |
| * | Make /usr/lib/libbsnmptools.so.0 into an INTERRNALLIB | Enji Cooper | 2017-01-03 | 1 | -2/+2 |
| * | snmp_output_err_resp, snmp_output_resp: allocate `object` using calloc, not | Enji Cooper | 2016-12-31 | 1 | -8/+23 |
| * | snmp_output_resp: style(9): sort variables by alignment | Enji Cooper | 2016-12-31 | 1 | -2/+2 |
| * | Set value->v.octetstring.len to a correct value on malloc success/failure | Enji Cooper | 2016-12-31 | 1 | -3/+3 |
| * | style(9) fixes: clean up leading whitespace | Enji Cooper | 2016-12-28 | 1 | -0/+1 |
| * | style(9): clean up trailing whitespace | Enji Cooper | 2016-12-27 | 4 | -14/+14 |
| * | Warning message cleanup | Enji Cooper | 2016-12-24 | 2 | -28/+23 |
| * | Replace malloc + memset(.., 0, ..) with calloc calls | Enji Cooper | 2016-05-15 | 1 | -5/+2 |
| * | Use strdup instead of malloc + strlcpy | Enji Cooper | 2016-05-15 | 1 | -4/+3 |
| * | Correct function names that failed in error messages | Enji Cooper | 2016-05-15 | 2 | -4/+4 |
| * | Fix up r299769 | Enji Cooper | 2016-05-15 | 1 | -4/+2 |
| * | Replace malloc + memset(.., 0, ..) with calloc calls | Enji Cooper | 2016-05-15 | 1 | -5/+2 |
| * | Fix up both r299764 and r299770 | Enji Cooper | 2016-05-15 | 1 | -2/+1 |
| * | Convert tok from enum tok to int32_t in function calls | Enji Cooper | 2016-05-14 | 1 | -10/+9 |
| * | Use a consistent errno save/restore pattern before running strtoul | Enji Cooper | 2016-05-14 | 1 | -4/+17 |
| * | Do minimal work necessary to cure a -Wunused-but-set-variable warning from gcc | Enji Cooper | 2016-05-14 | 1 | -4/+4 |
| * | Fix up r299764 | Enji Cooper | 2016-05-14 | 1 | -1/+1 |
| * | Use the size of the destination buffer instead of the malloc size, repeated, ... | Enji Cooper | 2016-05-14 | 1 | -2/+2 |
| * | Fix logically dead code pointed out by clang/Coverity | Enji Cooper | 2016-05-14 | 1 | -3/+3 |
| * | Fix theoretical buffer overflow issues in snmp_oid2asn_oid | Enji Cooper | 2016-05-14 | 1 | -2/+1 |
| * | Use the size of the destination buffer, not the source buffer. | Enji Cooper | 2016-05-14 | 1 | -1/+1 |
| * | Mute -Wstrlcpy-strlcat-size warning by using nitems with the size of the buffer | Enji Cooper | 2016-05-14 | 1 | -1/+1 |
| * | Mark snmptoolctx unused in parse_authentication(..), parse_privacy(..), | Enji Cooper | 2016-05-14 | 1 | -4/+4 |
| * | parse_ascii: make count size_t to mute a -Wsign-compare issue | Enji Cooper | 2016-05-14 | 1 | -1/+2 |
| * | Sort variables in parse_ascii(..) per style(9) | Enji Cooper | 2016-05-14 | 1 | -2/+2 |
| * | Use calloc instead of memset(.., 0, ..) + malloc | Enji Cooper | 2016-05-14 | 1 | -5/+2 |
| * | Fix some trivial clang/gcc warnings in bsnmptc.c | Enji Cooper | 2016-05-14 | 1 | -10/+8 |
| * | Fold two malloc + memset(.., 0, ..) calls into equivalent calloc calls | Enji Cooper | 2016-05-14 | 1 | -4/+2 |
| * | Staticize global variables only used in bsnmpimport.c to fix | Enji Cooper | 2016-05-14 | 1 | -9/+9 |
| * | Move _bsnmptools_debug extern from bsnmpmap.c to bsnmptools.h | Enji Cooper | 2016-05-13 | 2 | -2/+1 |
| * | Properly compute the size argument to pass to malloc(). | Don Lewis | 2016-05-13 | 1 | -1/+1 |
| * | Use a better idiom for finding UTC prefixed timezones | Enji Cooper | 2016-04-28 | 1 | -3/+4 |
| * | Fix looking for "UTC" at start of ptr by using strnmp instead of improperly | Enji Cooper | 2016-04-23 | 1 | -2/+2 |
| * | Don't try to free `string` (stack allocated char[]) | Enji Cooper | 2016-04-22 | 1 | -2/+1 |
| * | Don't use `entry` after free in the "already in lists" case | Enji Cooper | 2016-04-22 | 1 | -0/+1 |
| * | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | Bryan Drewery | 2015-11-25 | 1 | -1/+0 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+21 |
| |\ |
|
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -0/+2 |