| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace literal uses of /usr/local in C sources with _PATH_LOCALBASE | Stefan Eßer | 2020-10-27 | 1 | -1/+2 |
* | Fix a few mandoc issues | Gordon Bergling | 2020-10-09 | 1 | -1/+2 |
* | Do a sweep and remove most WARNS=6 settings | Kyle Evans | 2020-10-01 | 1 | -2/+0 |
* | 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-10-31 | 1 | -1/+0 |
* | These values already set by src.libnames.mk. | Bryan Drewery | 2017-10-31 | 1 | -7/+0 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-05-09 | 1 | -5/+0 |
* | usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible | Enji Cooper | 2017-03-04 | 1 | -3/+3 |
* | Fix logical inversion when checking result from calloc | Enji Cooper | 2017-01-04 | 1 | -1/+1 |
* | Swap parameters around with parse_syntax_strval(..) for consistency with | Enji Cooper | 2017-01-03 | 1 | -4/+3 |
* | Make /usr/lib/libbsnmptools.so.0 into an INTERRNALLIB | Enji Cooper | 2017-01-03 | 3 | -3/+9 |
* | Call snmp_pdu_free on req/resp with a consistent, correct pattern | Enji Cooper | 2017-01-01 | 1 | -11/+21 |
* | 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 |
* | snmp_pdu_free the right object at the right time in snmptool_walk | Enji Cooper | 2016-12-31 | 1 | -2/+7 |
* | Don't call snmp_pdu_free(..) until finished with the pdu and when ready to | Enji Cooper | 2016-12-31 | 1 | -3/+2 |
* | 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 | 5 | -16/+16 |
* | Warning message cleanup | Enji Cooper | 2016-12-24 | 3 | -42/+36 |
* | Clean up parse_ip(..) | Enji Cooper | 2016-12-18 | 1 | -3/+3 |
* | 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 |
* | Bump WARNS to 6 | Enji Cooper | 2016-05-15 | 1 | -0/+2 |
* | 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 |
* | Mute sign compare warning by casting rc to u_int to match nbindings' type | Enji Cooper | 2016-05-14 | 1 | -1/+1 |
* | 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 |