summaryrefslogtreecommitdiff
path: root/net/net-snmp/patches
AgeCommit message (Collapse)AuthorFilesLines
2004-08-13Changes 5.1.2:adam6-321/+15
* Minor improvements to snmpdelta * Minor improvements to snmpnetstat (IPv6 output) * Fixes
2004-07-10In snmp_vars.h, use in_addr_t rather than uint32_t for ipaddr_return; thethorpej1-0/+13
former is provided by system or private header files, and the latter may not be.
2004-05-14Changes 5.1.1:adam8-86/+49
New: - test suite supports testing over other transports (tcp, udp6, unix, ...) (see the -P switch to the testing/RUNTESTS script) - Solaris supports the use of it's PKCS#11 library for supporting cryptographic functions (OpenSSL isn't required if PKCS#11 is available) (see configure's --with-pkcs flag) Fixes: - Improvements on 64 bit architectures. - A few minor memory leaks fixed. - An extremely large number of minor bug fixes. - Many perl module specific bug fixes. - snmpd will safely handle more signals. Ports: - Many many significant Windows improvements. - A win32 build script in win32/build.pl - Support for the MinGW compiler - (see the README.win32 file for details on new ports) - Various helpful win32/*.bat files for installation, etc. - Some linux 2.6 support improvements
2004-04-26Make this build under NetBSD 2.0D and above with statvfs(2).tron2-0/+49
2004-04-22Fix configure to look for des_cbc_encrypt in -ldes.christos1-0/+71
I did not commit all 7K lines of diff that autoconf produced because of the changed line numbers, just the relevant ones.
2004-04-14Make this build on Darwin. pkg/23325danw2-31/+129
2004-02-25Argh! Who tested this? vm and memory stats did not work.christos1-0/+15
2003-12-30Include <sys/param.h> to get __NetBSD_Version__ defined.kim1-3/+12
Also undefine TOTAL_MEMORY_SYMBOL, since we don't have it (or at least there is no "total" or "_total").
2003-12-30- account for in_ifaddr -> in_ifaddrbase in 1.6ZD (I think).christos1-0/+16
- XXX: whoever ported this needs to revisit it and fix issues such as utmp support etc.
2003-09-14Fix build problem under NetBSD-1.6Y and newer. This patch was contributedtron1-0/+237
by Jun-ichiro itojun Hagino.
2003-09-12Update to 5.0.9. PR19939 by Greg A. Woods.uebayasi1-6/+6
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<
2002-10-24Initial import of net-snmp-5.0.6 as net/net-snmp. This package is basedjlam1-0/+15
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