summaryrefslogtreecommitdiff
path: root/net/ucd-snmp/patches
AgeCommit message (Collapse)AuthorFilesLines
2000-12-15Link against libcrypto. Previous versions did not require this, buthubertf1-9/+18
not doing so results in application code needing change, e.g. pchar. With this change, pchar now builds with ucd-snmp 4.0.1.12 and 4.1.2 without a change.
2000-10-13Missed one...kim1-5/+21
2000-10-13Update to 4.1.2:kim8-202/+142
*4.1.2* Fixes: - Host resources fixes for FreeBSD and NetBSD - ucd-snmp memory/vmstat fixes for FreeBSD-3 - configure --enable-ipv6 fixes - AIX fix (use knlist) - fix init_master_agent calling exit - bad free in subagent.c - dont let a agentx subagent be a smux master - ucd-snmp/loadave fix for AIX - fix doing a set on a pass variable - snmptable fixes - snmpnetstat fixes for v2c exceptions - man page fixes Features: - Some UnixWare 5 configuration support - configure --enable-mini-agent --without-openssl - snmptrapd -n - snmp_log callbacks - noTokenWarnings and noRangeCheck in snmp.conf - using a counter type in snmpset/snmptrap *4.1.1* Fixes: - Better agent handling of unauthorized requests. - Better "make test" support. - Misc bug fixes. *4.1* New: - Many new command line flags have been added for input/output flexibility. (see the snmpcmd(1) manual page on the -O flag and -I flag) - The tools support regex matching of oids on the command line. (see the snmpcmd(1) manual page on the -Ib option) - A ucd-snmp usage tutorial has been placed on the main web page. (see http://ucd-snmp.ucdavis.edu/tutorial) - snmptable is much smarter and handles sparse tables better. - tkmib supports snmpv3. - New agent libraries to embed SNMP and AgentX agents into other programs. (see the snmp_agent_api(3) manual page and the tutorial) - SNMP over TCP is supported. (-T TCP on the command lines) - OpenSSL has replaced KMT for SHA authentication and DES encryption. (Get OpenSSL from http://www.openssl.org/). - Some easier-to-use access-control snmpd.conf directives for simple setups. (see the snmpd.conf(5) manual page) - Easier setup of SNMPv3 support for the agent. (see the README.snmpv3 file). - Command line argument parsing has been reworked for getopt() use. (currently backwards compatible; see the snmpcmd(1) manual page) - Table rows with embedded strings are dealt with for both input and output. (see the snmpcmd(1) manual on the -Ob flag) - Many more snmp.conf directives supported. (see the snmp.conf(5) manual page) - Many AgentX improvements. - All of our distributed mibs have been updated to be SMIv2 compliant. - Trap support in the agent has been cleaned up and an API created. Perl: - Joe Marzot's perl module is now included with the ucd-snmp source. (this should help people trying to synchronize the two packages) Fixes: - SMUX support has been reintegrated into the agent in a better way. - Many many others.
2000-01-24Be friendly with ELF-based netbsd systems.itojun1-2837/+1
(issue in ucd-snmp side - submitted diff to ucd-snmp-coders@ucdavis) depend on devel/autoconf, to simplify the build. ELF breakage reported from: "Michael L. Hitch" <mhitch@lightning.msu.montana.edu>
2000-01-23remove explicit PKGNAME (DISNAME == PKGNAME).itojun1-0/+1
include $NetBSD$ into patches.
2000-01-23upgrade ucd-snmp to 4.0.1.itojun8-215/+3017
include IPv6 MIB support patch into compilation.
1999-08-15Fix "ucd-snmpd" to return "mib-2.ip.ipAddrTable" and make sure "netbsd1"tron2-0/+75
preprocessor symbol gets defined on NetBSD systems. Patches supplied by Zdenek Salvet in PR pkg/7799.
1999-08-15Use package libtool to install "snmptrapd" because we will get a uselesstron1-4/+6
shell script otherwise.
1999-08-15Make this package build on ELF systems.tron4-4/+179
1999-06-14Now detecting the type of rtentry works (on my 1.3H) andkim1-3/+141
the software compiles. Hopefully this change does not break anything on 1.4 systems.
1999-05-04Build libsnmp as a shared object with libtool. Bump version to "...p1".tv2-67/+50
1999-04-21Previous workaround for dynamically linking against libwrap but not usingabs2-46/+78
any functions does not appear to work anymore. Modify config to only use libwrap in for the snmpd agent (which fixes it in a more 'clean' fashion.
1999-04-05rcsid policehubertf1-0/+2
1999-04-05Update to V3.6.1, as sent in in PR 7322 by Greg A. Woods <woods@planix.com>hubertf1-20/+44
Changes: - 3.6.1 is a bugfix release - This package uses NetBSD's libwrap
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-03Update ucd-snmp to 3.5, inspired by pr 5880 by Jeff Rizzo.frueauf1-24/+17
XXX The configure script sets KERNEL and _KERNEL before including XXX <sys/socket.h> for whatever reason. This breaks some little XXX programms which detect options for configure, one of those XXX should detect the rtentry style, on NetBSD-current where XXX <sys/socket.h> includes opt_compat_*.h files. patch-aa XXX workarounds this, but a clean solution should be found and XXX feedbacked to the author.
1998-05-24Add pkg for UCD SNMP implementation, based on FreeBSD port.hubertf1-0/+25