summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
Commit message (Expand)AuthorAgeFilesLines
* WITH_META_MODE: Don't expect meta files for side-effect generated files.bdrewery2016-06-031-0/+1
* Revert r299830, it has couple of fatal errors.glebius2016-05-181-0/+1
* Remove NO_WERROR and add WARNS?= 6ngie2016-05-151-1/+2
* Remove NO_WERROR.clang from this Makefilengie2016-05-151-2/+0
* Replace malloc + memset(.., 0, ..) with calloc callsngie2016-05-151-5/+2
* Use strdup instead of malloc + strlcpyngie2016-05-151-4/+3
* Correct function names that failed in error messagesngie2016-05-152-4/+4
* Replace QUADFMT with %ju and QUADXFMT with %jx and cast values with uintmax_tngie2016-05-151-1/+1
* Bump WARNS to 6ngie2016-05-151-0/+2
* Fix up r299769ngie2016-05-151-4/+2
* Replace malloc + memset(.., 0, ..) with calloc callsngie2016-05-151-5/+2
* Fix up both r299764 and r299770ngie2016-05-151-2/+1
* Convert tok from enum tok to int32_t in function callsngie2016-05-141-10/+9
* Use a consistent errno save/restore pattern before running strtoulngie2016-05-141-4/+17
* Do minimal work necessary to cure a -Wunused-but-set-variable warning from gccngie2016-05-141-4/+4
* Fix up r299764ngie2016-05-141-1/+1
* Use the size of the destination buffer instead of the malloc size, repeated, ...ngie2016-05-141-2/+2
* Mute sign compare warning by casting rc to u_int to match nbindings' typengie2016-05-141-1/+1
* Fix logically dead code pointed out by clang/Coverityngie2016-05-141-3/+3
* Fix theoretical buffer overflow issues in snmp_oid2asn_oidngie2016-05-141-2/+1
* Use the size of the destination buffer, not the source buffer.ngie2016-05-141-1/+1
* Mute -Wstrlcpy-strlcat-size warning by using nitems with the size of the bufferngie2016-05-141-1/+1
* Mark snmptoolctx unused in parse_authentication(..), parse_privacy(..),ngie2016-05-141-4/+4
* parse_ascii: make count size_t to mute a -Wsign-compare issuengie2016-05-141-1/+2
* Sort variables in parse_ascii(..) per style(9)ngie2016-05-141-2/+2
* Use calloc instead of memset(.., 0, ..) + mallocngie2016-05-141-5/+2
* Fix some trivial clang/gcc warnings in bsnmptc.cngie2016-05-141-10/+8
* Fold two malloc + memset(.., 0, ..) calls into equivalent calloc callsngie2016-05-141-4/+2
* Staticize global variables only used in bsnmpimport.c to fixngie2016-05-141-9/+9
* Move _bsnmptools_debug extern from bsnmpmap.c to bsnmptools.hngie2016-05-132-2/+1
* Properly compute the size argument to pass to malloc().truckman2016-05-131-1/+1
* Use a better idiom for finding UTC prefixed timezonesngie2016-04-281-3/+4
* Fix looking for "UTC" at start of ptr by using strnmp instead of improperlyngie2016-04-231-2/+2
* Don't try to free `string` (stack allocated char[])ngie2016-04-221-2/+1
* Don't use `entry` after free in the "already in lists" casengie2016-04-221-0/+1
* MFHgjb2016-03-0213-238/+0
|\
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-2413-238/+0
* | MFHgjb2016-02-101-1/+1
|\ \ | |/
| * Rename P_KTHREAD struct proc p_flag to P_KPROC.kib2016-02-091-1/+1
* | MFH r289384-r293170gjb2016-01-0413-12/+2
|\ \ | |/
| * META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+2
| * META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-2512-12/+0
* | Merge from headbapt2015-10-011-2/+0
|\ \ | |/
| * META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
* | Merge from headbapt2015-09-121-1/+1
|\ \ | |/
| * snmp_hostres(3): Fix buffer overflow.pfg2015-07-201-1/+1
* | Merge from head @274131bapt2015-06-2011-11/+0
|\ \ | |/
| * new dependssjg2015-06-1611-11/+0
* | Merge from headbapt2015-06-1517-0/+605
|\ \ | |/
| * Add META_MODE support.sjg2015-06-1317-0/+605
| |\
OpenPOWER on IntegriCloud