History log of /freebsd-10.1-release/usr.sbin/bsnmpd/bsnmpd/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


216594 20-Dec-2010 syrinx

Bring in a SNMP module that allows configuration of SNMPv3 Notification targets.

Sponsored by: The FreeBSD Foundation
Reviewed by: philip
Approved by: philip


216485 16-Dec-2010 syrinx

Pass proper -Wl,-export-dynamic to ld. Thus bsnmpd(1) compiled with clang
properly exports its symbols to the modules.

Submitted by: dim


216294 08-Dec-2010 syrinx

In bsnmpd(1) add support for SNMPv3 message processing model, including message authentication, packet encryption & view-based access control (RFC 3412, 3414, 3415).

Sponsored by: The FreeBSD Foundation
Reviewed by: philip@ (mostly)
Approved by: philip@


201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


164092 08-Nov-2006 harti

Make the generated oid.h dependend on the Makefile. The Makefile defines
the symbols to be extracted from the MIB and if that list of symbols is
changed, oid.h should be re-generated.


163840 31-Oct-2006 glebius

Fix buildworld.


157721 13-Apr-2006 ru

Add missing library dependencies.


156675 13-Mar-2006 harti

Silence some warnings by defining configuration preprocessor symbols.


150928 04-Oct-2005 harti

Catch up with the import of bsnmp-1.11. Add a couple of new
configuration flags to CFLAGS.


145560 26-Apr-2005 harti

Enable tcp-wrapper support in the SNMP daemon.

Submitted by: glebius


136910 24-Oct-2004 ru

For variables that are only checked with defined(), don't provide
any fake value.


135771 24-Sep-2004 trhodes

Fix build in the !NOATM case by using the begemot library in place of
using libisc which was a part of BIND8.

Discussed with: des, re, dougb
Submitted by: harti (one part)
Reviewed by: harti (previous version)


128279 15-Apr-2004 harti

Install the MIBs and the definition file to the new location under
/usr/share/snmp.

Noted by: bmah


128242 14-Apr-2004 harti

Use a MANFILTER to patch the man pages to point to the right path.

Noted by: phk


126643 05-Mar-2004 markm

Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)
that this provokes. "Wherever possible" means "In the kernel OR NOT
C++" (implying C).

There are places where (void *) pointers are not valid, such as for
function pointers, but in the special case of (void *)0, agreement
settles on it being OK.

Most of the fixes were NULL where an integer zero was needed; many
of the fixes were NULL where ascii <nul> ('\0') was needed, and a
few were just "other".

Tested on: i386 sparc64


124927 24-Jan-2004 harti

Rename the makefile variable MIBS to BMIBS so that it does not
conflict with the environment variable MIBS that is used by net-snmp.


124873 23-Jan-2004 harti

Create the OID and tree files while building the modules and the daemon
instead of creating them by hand and storing them in the CVS tree. Add
gensnmptree to the bootstrap tools (it is used to generated these files).
This simplifies the update procedure.

Submitted by: ru


124868 23-Jan-2004 harti

Update generated files.


124867 23-Jan-2004 harti

Catch up with import of version 1.5a of bsnmp.


124866 23-Jan-2004 harti

Catch up with the import of version 1.5a of bsnmp.

Fix the script to insert $FreeBSD$ into the generated file instead
of the script's FreeBSD id.


122420 10-Nov-2003 harti

Correct the include path so that the include files are found
with include "...".


122407 10-Nov-2003 harti

Add the build infrastructure for the SNMP daemon that is the base
for the NgATM ILMI daemon and for the tree parsing helper program.