]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/bsnmpd
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / usr.sbin / bsnmpd /
2019-03-04 avosMFC r344245:
2018-03-05 eadlerMFC r326276:
2017-11-04 pfgMFC r325067:
2017-05-29 ngieMFC r314659,r314676:
2017-05-09 bdreweryDIRDEPS_BUILD: Update dependencies.
2017-04-17 araujoMFC r314987-r314989, r314993-r314994, r315046-r315049...
2017-02-04 ngieMFC r311174:
2017-02-04 ngieMFC r311744,r312328,r312329,r312330:
2017-01-16 ngieMFC r311740:
2017-01-16 ngieMFC r311758:
2017-01-16 ngieMFC r311741,r311761:
2017-01-13 ngieMFC r311739:
2017-01-13 ngieMFC r310892,r310894,r310989:
2017-01-13 ngieMFC r311290,r311293,r311294:
2017-01-09 ngieMFC r311393:
2017-01-07 ngieMFC r311291:
2017-01-07 ngieMFC r310497:
2017-01-07 ngieMFC r310954,r310987,r311222:
2017-01-06 ngieMFC r311175:
2017-01-04 ngieMFC r310711:
2017-01-04 ngieMFC r310665:
2017-01-04 ngieMFC r310664:
2017-01-03 ngieMFC r310986:
2016-12-31 ngieMFC r310668:
2016-12-31 ngieMFC r310667:
2016-12-31 ngieMFC r310669:
2016-12-31 ngieMFC r310648:
2016-12-31 ngieMFC r310666,r310675:
2016-12-31 ngieMFC r310654:
2016-12-26 ngieMFC r310196:
2016-12-26 ngieMFC r310203:
2016-12-11 marcelMFC r305855, r306297, r306300, r306312-r306313
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 bdreweryWITH_META_MODE: Don't expect meta files for side-effect...
2016-06-03 delphijMFV r301238:
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-18 glebiusRevert r299830, it has couple of fatal errors.
2016-05-15 ngieRemove NO_WERROR and add WARNS?= 6
2016-05-15 ngieRemove NO_WERROR.clang from this Makefile
2016-05-15 ngieReplace malloc + memset(.., 0, ..) with calloc calls
2016-05-15 ngieUse strdup instead of malloc + strlcpy
2016-05-15 ngieCorrect function names that failed in error messages
2016-05-15 ngieReplace QUADFMT with %ju and QUADXFMT with %jx and...
2016-05-15 ngieBump WARNS to 6
2016-05-15 ngieFix up r299769
2016-05-15 ngieReplace malloc + memset(.., 0, ..) with calloc calls
2016-05-15 ngieFix up both r299764 and r299770
2016-05-14 ngieConvert tok from enum tok to int32_t in function calls
2016-05-14 ngieUse a consistent errno save/restore pattern before...
2016-05-14 ngieDo minimal work necessary to cure a -Wunused-but-set...
2016-05-14 ngieFix up r299764
2016-05-14 ngieUse the size of the destination buffer instead of the...
2016-05-14 ngieMute sign compare warning by casting rc to u_int to...
2016-05-14 ngieFix logically dead code pointed out by clang/Coverity
2016-05-14 ngieFix theoretical buffer overflow issues in snmp_oid2asn_oid
2016-05-14 ngieUse the size of the destination buffer, not the source...
2016-05-14 ngieMute -Wstrlcpy-strlcat-size warning by using nitems...
2016-05-14 ngieMark snmptoolctx unused in parse_authentication(.....
2016-05-14 ngieparse_ascii: make count size_t to mute a -Wsign-compare...
2016-05-14 ngieSort variables in parse_ascii(..) per style(9)
2016-05-14 ngieUse calloc instead of memset(.., 0, ..) + malloc
2016-05-14 ngieFix some trivial clang/gcc warnings in bsnmptc.c
2016-05-14 ngieFold two malloc + memset(.., 0, ..) calls into equivale...
2016-05-14 ngieStaticize global variables only used in bsnmpimport...
2016-05-13 ngieMove _bsnmptools_debug extern from bsnmpmap.c to bsnmpt...
2016-05-13 truckmanProperly compute the size argument to pass to malloc().
2016-05-12 mmMFV r299425:
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-04-28 ngieUse a better idiom for finding UTC prefixed timezones
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
2016-04-23 ngieFix looking for "UTC" at start of ptr by using strnmp...
2016-04-22 ngieDon't try to free `string` (stack allocated char[])
2016-04-22 ngieDon't use `entry` after free in the "already in lists...
2016-04-18 delphijMFV r298178:
2016-04-17 baptImport libucl 0.8.0
2016-04-17 baptImport sqlite3 3.12.1
2016-04-16 gjbMerge the projects/release-pkg branch to head.
2016-04-16 gjbMFH
2016-04-15 philImport to 0.6.1
2016-04-13 gjbMFH
2016-04-12 philMerge libxo 0.4.6
2016-04-11 gjbMFH
2016-04-04 gjbMFH
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-14 gjbMFH
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-10 gjbMFH
2016-03-07 gjbMFH
2016-03-06 gjbMFH
next