Jump to letter: [
ABCFGIJKLMNOPQRSTUVX
]
net-snmp: A collection of SNMP protocol tools and libraries.
- Summary
- SNMP (Simple Network Management Protocol) is a protocol used for
network management. The NET-SNMP project includes various SNMP tools:
an extensible agent, an SNMP library, tools for requesting or setting
information from SNMP agents, tools for generating and handling SNMP
traps, a version of the netstat command which uses SNMP, and a Tk/Perl
mib browser. This package contains the snmpd and snmptrapd daemons,
documentation, etc.
You will probably also want to install the net-snmp-utils package,
which contains NET-SNMP utilities.
Building option:
--without tcp_wrappers : disable tcp_wrappers support
Changelog
- * Thu Oct 9 19:00:00 2008 Jan Safranek <jsafranek{%}redhat{*}com> 5.1.2-13.1
- fix IpAddress length on 64bit systems (#466216)
- * Wed Jun 4 19:00:00 2008 Jan Safranek <jsafranek{%}redhat{*}com> 5.1.2-13
- fix buffer overflow in perl module (CVE-2008-2292) (#449896)
- fix SNMPv3 authentication checks (unknown CVE) (#449896)
- * Mon Nov 5 18:00:00 2007 Jan Safranek <jsafranek{%}redhat{*}com> 5.1.2-11.EL4.12
- fix bulkwalk security flaw (#366611)
- fix hrDeviceStatus and hrDeviceErrors missing during walk
(#387091)
- fix crash when smux communication fails (#394591)
- store temporary files to /var/run/snmpd to prevent
users to modify them and to make selinux happy (#417921)
- fix disk statistics of mount points with spaces (#325881)
- fix race condition when reading /proc/*/cmdline (#311241)
- fix linking with libcrypto on x86_64 (#409821)
- allow extensions to return INTEGER as int, not only long
(#329631)
- fix 'authfail' config option (#426497)
- fix documentation of 'exec' statement - it does not cache results
(#172984)
- correctly cut values to 32bits in UCD-DISKIO-MIB, preventing
"truncating unsigned value to 32 bits (11)" to appear (#428948)
- fix override config option (#432182)
- fix snmpd.conf man page to mention ignoredisk working only in
hrDiskStorageTable and hrDeviceTable (#430069)
- fix net-snmp package dependencies (#434564)