| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't explicitly build tcp wrappers support into bsnmpd; make it conditional | Enji Cooper | 2016-12-28 | 1 | -2/+6 |
* | Fix the build by moving the initializers for len/nswapdev down below the | Enji Cooper | 2016-12-28 | 1 | -2/+5 |
* | style(9): clean up whitespace | Enji Cooper | 2016-12-28 | 1 | -8/+8 |
* | style(9) fixes: clean up leading whitespace | Enji Cooper | 2016-12-28 | 1 | -0/+1 |
* | style(9) fixes: clean up leading whitespace | Enji Cooper | 2016-12-28 | 1 | -1/+1 |
* | style(9) fixes | Enji Cooper | 2016-12-28 | 7 | -20/+20 |
* | Only build/install usr.sbin/bsnmpd/modules/snmp_hast if MK_HAST != no | Enji Cooper | 2016-12-28 | 1 | -1/+4 |
* | Only build/install usr.sbin/bsnmpd/modules/snmp_wlan if MK_WIRELESS != no | Enji Cooper | 2016-12-28 | 1 | -1/+4 |
* | Install snmpmod.3 as all of the bsnmpd APIs it documents | Enji Cooper | 2016-12-28 | 1 | -0/+99 |
* | style(9): clean up trailing whitespace | Enji Cooper | 2016-12-27 | 24 | -70/+70 |
* | Warning message cleanup | Enji Cooper | 2016-12-24 | 3 | -42/+36 |
* | Clean up parse_ip(..) | Enji Cooper | 2016-12-18 | 1 | -3/+3 |
* | Fix some minor typos with begemotBridgeTpLearnedEntryDiscards and | Enji Cooper | 2016-12-18 | 1 | -3/+6 |
* | Correct spelling in syslog: getttimeofday -> gettimeofday | Gavin Atkinson | 2016-11-11 | 1 | -1/+1 |
* | Fix improper use of "its". | Bryan Drewery | 2016-11-08 | 1 | -1/+1 |
* | When MAKEOBJDIRPREFIX points to a case-insensitive file system, the | Marcel Moolenaar | 2016-09-24 | 1 | -1/+1 |
* | WITH_META_MODE: Don't expect meta files for side-effect generated files. | Bryan Drewery | 2016-06-03 | 1 | -0/+1 |
* | Revert r299830, it has couple of fatal errors. | Gleb Smirnoff | 2016-05-18 | 1 | -0/+1 |
* | Remove NO_WERROR and add WARNS?= 6 | Enji Cooper | 2016-05-15 | 1 | -1/+2 |
* | Remove NO_WERROR.clang from this Makefile | Enji Cooper | 2016-05-15 | 1 | -2/+0 |
* | 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 |
* | Replace QUADFMT with %ju and QUADXFMT with %jx and cast values with uintmax_t | Enji Cooper | 2016-05-15 | 1 | -1/+1 |
* | 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 |