summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd/tools
Commit message (Expand)AuthorAgeFilesLines
* MFC r314659,r314676:ngie2017-05-291-3/+3
* DIRDEPS_BUILD: Update dependencies.bdrewery2017-05-091-5/+0
* MFC r311174:ngie2017-02-043-3/+9
* MFC r310892,r310894,r310989:ngie2017-01-131-12/+26
* MFC r310497:ngie2017-01-073-42/+36
* MFC r310954,r310987,r311222:ngie2017-01-072-11/+26
* MFC r311175:ngie2017-01-061-4/+3
* MFC r310986:ngie2017-01-031-2/+2
* MFC r310668:ngie2016-12-311-0/+1
* MFC r310648:ngie2016-12-315-16/+16
* MFC r310203:ngie2016-12-261-3/+3
* 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
* 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
* MFH r289384-r293170gjb2016-01-041-1/+0
|\
| * META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-251-1/+0
* | Merge from headbapt2015-06-152-0/+42
|\ \ | |/
| * Add META_MODE support.sjg2015-06-132-0/+42
| |\
| | * dirdeps.mk now sets DEP_RELDIRsjg2015-06-082-4/+0
| | * Merge sync of headsjg2015-05-271-8/+1
| | |\ | | |/ | |/|
| | * Merge head from 7/28sjg2014-08-191-1/+1
| | |\
| | * | Updated dependenciessjg2014-05-162-0/+3
| | * | Merge from headsjg2014-05-081-1/+1
| | |\ \
OpenPOWER on IntegriCloud