summaryrefslogtreecommitdiff
path: root/net/net-snmp
AgeCommit message (Collapse)AuthorFilesLines
2003-09-14Mark this package as operating system specific under NetBSD.tron1-1/+5
2003-09-14Fix build problem under NetBSD-1.6Y and newer. This patch was contributedtron2-1/+239
by Jun-ichiro itojun Hagino.
2003-09-12Update to 5.0.9. PR19939 by Greg A. Woods.uebayasi6-27/+52
Changes from NEWS file: --------8<--------8<--------8<--------8<--------8<--------8<--------8< *5.0.9* SECURITY: - An existing user/community could get access to data in MIB objects that were explicitly excluded from their view. Fixes: - Perl build environment should better under Windows - Misc kerberos support fixes. - Improvements on various manual pages. - A annoying bug with SETs being passed to pass scripts was fixed. - The often talked about VACM optimization improvement was fixed again. - mib2c handles augmentation tables better now. - Various 64 bit issues have been addressed. *5.0.8* New: - No new features will be added to the 5.0.x line. Ports: - Update libtool to version 1.4.3, for the benefit of Darwin - diskio support for Darwin - Updates for OpenBSD 3. - Updates to solaris README Fixes: - find libwrap w/nsl on RedHat - fix for openssl 0.9.7 - Fix some AgentX memory leaks - use macro for inline function prototypes - Attempt to find unused port before running tests - Use SNMP_SLEEP environment variable when running tests - calculate a proper ifSpeed under linux when possible - better daemonization of snmpd - close and reopen snmptrapd log files on HUP - support for 16 bit reuqest ids - Recognize new 't' code in display hints - misc other fixes *5.0.7* New: - VACM (access control) optimizations which will greatly benefit people who wish to exclude large portions of the MIB tree from some people. Previously this was a large resource drain. - Add command line option to snmpd to set syslog facility - Reverse DISPLAY-HINT processing, i.e. it allows you to input data formatted like a DISPLAY-HINT prescribes - Support setting of sysDescr and sysObjectID via snmpd.conf configuration directives - New output option to force display of strings as hex - Persistent directory can be specified at runtime - Add support for Linux virtual interfaces in the ipAddressTable. - implemented the mteEventTable and the mteEventNotificationTable form the DISMAN-EVENT-MIB. Fixes: - AgentX no longer flagged as experimental - A few memory leak fixes for the table_iterator agent API. - Processed flag cleared before each pass of a set request - Remove snmpd pid file on exit - Restore default behaviour of building shared libraries - misc other fixes --------8<--------8<--------8<--------8<--------8<--------8<--------8<
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-1/+3
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06remove some unneeded parens, quote a conditionalgrant1-3/+3
2003-05-06net-snmp doesn't have working IPv6 support on Solaris, so deal withgrant2-5/+9
the two header files which are not installed as a result.
2003-04-02Make sure configure is executable after patching for Solarisjmc1-1/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-5/+5
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-12-29Remove tab's at the end of an .endif. noticed by pkglint.veego1-2/+2
2002-12-16Whitespace fix.cjep1-3/+3
2002-11-04Fix USE_UCD_SNMP behaviour: previously net-snmp package was never consideredseb1-5/+10
even with USE_UCD_SNMP not defined. Include bsd.prefs.mk so PKG_INFO is defined.
2002-10-24If a package uses the UCD-SNMP interface to Net-SNMP, then first checkjlam1-1/+14
if ucd-snmp is installed. If it is, then use it, otherwise, use the net-snmp package with the ucd-snmp-compatibility headers and libraries. A package signals that it wants to use the UCD-SNMP interface by defining USE_UCD_SNMP in the package Makefile.
2002-10-24Install the UCD-SNMP look-alike headers and libraries to ease porting ofjlam3-4/+58
older software to use net-snmp.
2002-10-24Initial import of net-snmp-5.0.6 as net/net-snmp. This package is basedjlam11-0/+1078
on net/net-snmp-current and on the FreeBSD net-snmp port, and may be considered as an update to ucd-snmp. Changes since ucd-snmp include: * complete rewrite of the agent internals * new agent module API * SNMPv3 * improved AgentX subagent handling * many, many bugfixes in plugged memory leaks * prevent DoS attacks from authenticated users