History log of /freebsd-10.1-release/usr.sbin/bsnmpd/modules/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-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

# 263086 12-Mar-2014 glebius

Bulk sync of pf changes from head, in attempt to fixup broken build I
made in r263029.

Merge r257186,257215,257349,259736,261797.

These changesets split pfvar.h into several smaller headers and make
userland utilities to include only some of them.


# 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


# 250564 12-May-2013 trociny

Revert r250394, which disabled snmp_hast due to libl dependency issue --
the dependency has been removed in r250503.


# 250394 08-May-2013 peter

Unbreak build - this can only build on i386 as-is due to use of libl in
a .so file, and we currently (intentionally) only build libl.a.


# 250379 08-May-2013 trociny

HAST module for bsnmpd(1).

Reviewed by: harti, pjd
MFC after: 2 weeks


# 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


# 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@


# 210504 26-Jul-2010 syrinx

Connect the snmp_wlan(3) module to the build.

Sponsored by: The FreeBSD Foundation


# 183548 02-Oct-2008 bms

Only build the bsnmpd netgraph module if MK_NETGRAPH_SUPPORT is set.


# 165643 29-Dec-2006 bz

Re-connect snmp_bridge to the build. It survived a make universe
(apart from powerpc where the build broke earlier).


# 165430 20-Dec-2006 bz

ia64 is nit-picking according to tinderbox so temporary disconnect
the bridge module from the build until this is fixed.


# 165418 20-Dec-2006 syrinx

Connect the snmp_bridge(3) module to the build.

Approved by: bz (mentor)


# 156813 17-Mar-2006 ru

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)


# 154871 26-Jan-2006 erwin

After changing hostres from libdisk to libgeom, it now compiles
and runs on amd64, so revert the stopgap from rev. 1.10

Approved by: harti
Hardware borrowed from: simon


# 154282 13-Jan-2006 obrien

Unbreak the AMD64 build by forgoing the 'snmp_hostres' functionality.

Approved by: harti


# 154134 09-Jan-2006 harti

Connect the HOSTRES MIB to the build.


# 143611 14-Mar-2005 philip

Add snmp_pf, a bsnmpd module for monitoring (not managing!) pf firewalls.
Currently implemented are most things related to states and interfaces, todo
are address tables and altq. I've tried to keep this roughly in sync with a
project implementing this for net-snmpd.

Reviewed by: harti, dhartmei
MFC after: 1 month


# 139105 21-Dec-2004 ru

NOATM -> NO_ATM


# 133508 11-Aug-2004 harti

Link to the build again. The problem was that we need a new
gensnmptree for the .def file to parse. This was fixed in
Makefile.inc1.


# 133503 11-Aug-2004 harti

Again something bad is happening so comment out the ATM module.


# 133496 11-Aug-2004 harti

Now, after the import of NgATM-1.1, re-enable the atm module.


# 133424 10-Aug-2004 scottl

Disable the snmp_atm module until the source gets fixed. This will unbreak
this portion of the build.


# 133393 09-Aug-2004 harti

Link the snmp_atm module to the build unless NOATM is defined.


# 122405 10-Nov-2003 harti

Add build infrastructure for libbsnmp and the modules. Add the
netgraph module for the SNMP daemon.