| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r314659,r314676: | ngie | 2017-05-29 | 1 | -3/+3 |
* | DIRDEPS_BUILD: Update dependencies. | bdrewery | 2017-05-09 | 1 | -5/+0 |
* | MFC r311174: | ngie | 2017-02-04 | 3 | -3/+9 |
* | MFC r310892,r310894,r310989: | ngie | 2017-01-13 | 1 | -12/+26 |
* | MFC r310497: | ngie | 2017-01-07 | 3 | -42/+36 |
* | MFC r310954,r310987,r311222: | ngie | 2017-01-07 | 2 | -11/+26 |
* | MFC r311175: | ngie | 2017-01-06 | 1 | -4/+3 |
* | MFC r310986: | ngie | 2017-01-03 | 1 | -2/+2 |
* | MFC r310668: | ngie | 2016-12-31 | 1 | -0/+1 |
* | MFC r310648: | ngie | 2016-12-31 | 5 | -16/+16 |
* | MFC r310203: | ngie | 2016-12-26 | 1 | -3/+3 |
* | Replace malloc + memset(.., 0, ..) with calloc calls | ngie | 2016-05-15 | 1 | -5/+2 |
* | Use strdup instead of malloc + strlcpy | ngie | 2016-05-15 | 1 | -4/+3 |
* | Correct function names that failed in error messages | ngie | 2016-05-15 | 2 | -4/+4 |
* | Bump WARNS to 6 | ngie | 2016-05-15 | 1 | -0/+2 |
* | Fix up r299769 | ngie | 2016-05-15 | 1 | -4/+2 |
* | Replace malloc + memset(.., 0, ..) with calloc calls | ngie | 2016-05-15 | 1 | -5/+2 |
* | Fix up both r299764 and r299770 | ngie | 2016-05-15 | 1 | -2/+1 |
* | Convert tok from enum tok to int32_t in function calls | ngie | 2016-05-14 | 1 | -10/+9 |
* | Use a consistent errno save/restore pattern before running strtoul | ngie | 2016-05-14 | 1 | -4/+17 |
* | Do minimal work necessary to cure a -Wunused-but-set-variable warning from gcc | ngie | 2016-05-14 | 1 | -4/+4 |
* | Fix up r299764 | ngie | 2016-05-14 | 1 | -1/+1 |
* | Use the size of the destination buffer instead of the malloc size, repeated, ... | ngie | 2016-05-14 | 1 | -2/+2 |
* | Mute sign compare warning by casting rc to u_int to match nbindings' type | ngie | 2016-05-14 | 1 | -1/+1 |
* | Fix logically dead code pointed out by clang/Coverity | ngie | 2016-05-14 | 1 | -3/+3 |
* | Fix theoretical buffer overflow issues in snmp_oid2asn_oid | ngie | 2016-05-14 | 1 | -2/+1 |
* | Use the size of the destination buffer, not the source buffer. | ngie | 2016-05-14 | 1 | -1/+1 |
* | Mute -Wstrlcpy-strlcat-size warning by using nitems with the size of the buffer | ngie | 2016-05-14 | 1 | -1/+1 |
* | Mark snmptoolctx unused in parse_authentication(..), parse_privacy(..), | ngie | 2016-05-14 | 1 | -4/+4 |
* | parse_ascii: make count size_t to mute a -Wsign-compare issue | ngie | 2016-05-14 | 1 | -1/+2 |
* | Sort variables in parse_ascii(..) per style(9) | ngie | 2016-05-14 | 1 | -2/+2 |
* | Use calloc instead of memset(.., 0, ..) + malloc | ngie | 2016-05-14 | 1 | -5/+2 |
* | Fix some trivial clang/gcc warnings in bsnmptc.c | ngie | 2016-05-14 | 1 | -10/+8 |
* | Fold two malloc + memset(.., 0, ..) calls into equivalent calloc calls | ngie | 2016-05-14 | 1 | -4/+2 |
* | Staticize global variables only used in bsnmpimport.c to fix | ngie | 2016-05-14 | 1 | -9/+9 |
* | Move _bsnmptools_debug extern from bsnmpmap.c to bsnmptools.h | ngie | 2016-05-13 | 2 | -2/+1 |
* | Properly compute the size argument to pass to malloc(). | truckman | 2016-05-13 | 1 | -1/+1 |
* | Use a better idiom for finding UTC prefixed timezones | ngie | 2016-04-28 | 1 | -3/+4 |
* | Fix looking for "UTC" at start of ptr by using strnmp instead of improperly | ngie | 2016-04-23 | 1 | -2/+2 |
* | Don't try to free `string` (stack allocated char[]) | ngie | 2016-04-22 | 1 | -2/+1 |
* | Don't use `entry` after free in the "already in lists" case | ngie | 2016-04-22 | 1 | -0/+1 |
* | MFH r289384-r293170 | gjb | 2016-01-04 | 1 | -1/+0 |
|\ |
|
| * | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | bdrewery | 2015-11-25 | 1 | -1/+0 |
* | | Merge from head | bapt | 2015-06-15 | 2 | -0/+42 |
|\ \
| |/ |
|
| * | Add META_MODE support. | sjg | 2015-06-13 | 2 | -0/+42 |
| |\ |
|
| | * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 2 | -4/+0 |
| | * | Merge sync of head | sjg | 2015-05-27 | 1 | -8/+1 |
| | |\
| | |/
| |/| |
|
| | * | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -1/+1 |
| | |\ |
|
| | * | | Updated dependencies | sjg | 2014-05-16 | 2 | -0/+3 |
| | * | | Merge from head | sjg | 2014-05-08 | 1 | -1/+1 |
| | |\ \ |
|