Jump to letter: [
          
            49ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        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
        
            - * 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) 
            - * Thu Jul 19 19:00:00 2007 Jan Safranek <jsafranek{%}redhat{*}com> 5.1.2-11.EL4.11
- - decrease logging of incoming connections, which slows down syslog
  (#241581)
- reference to net-snmp-config removed from snmpd.conf man page
  (#202599)
- fix snmpusm man page to describe all options (#202745)
- check if port number is valid (#205154)
- fix ssRawCpu* counters to wrap correctly on overflow (#223775)
- add rpm-devel to BuildPreReq to enable hrSWInstalled OID
  (#235885)
- snmptrapd survives logrotate (#239663)
- output of exec statement can be longer than 1023 characters
  (#242775)
- fix -M option of net-snmp-utils (#199165)
- add diskio MIB (#245380)
- snmpconf should generate config files with proper selinux context
  (#192447)
- fix snmpwalk / bulkwalk on TCP scalars (#248196)