summaryrefslogtreecommitdiff
path: root/docs/mibs
Commit message (Collapse)AuthorAgeFilesLines
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-201-0/+84
| | | | | | | | | | | | sendmsg()/recvmsg() based socket communication what could be used, among other things, in the context of a transparent SNMP proxy application. Technically, the following features were brought into pysnmp with this update: * Sending SNMP packets from a non-local IP address * Receiving IP packets for non-local IP addresses * Responding to SNMP requests from exactly the same IP address the query was sent to. This proves to be useful when listening on both primary and secondary IP interfaces.
* upper limit on plain-text secret auth & priv keys set to practicalelie2005-12-161-2/+2
| | | | | infinity (65535 octets). RFC sets no explicit limit but MIB syntax requires some.
* it looks like plain-text keys may be of whatever lengthelie2005-12-091-2/+2
|
* initial revisionelie2005-06-142-0/+243