summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix to changed MIB templateelie2015-06-041-1/+1
|
* tools removedelie2015-06-042-4/+1
|
* obsolete libsmi-based scripts removed in favor of pysmielie2015-06-043-749/+3
|
* updatedelie2015-06-041-17/+17
|
* .setSyntax() addedelie2015-06-041-0/+3
|
* use @mib@ placeholder instead of <mib> at pysmielie2015-06-041-1/+1
|
* use MibBuilder.loadTexts flag for initializing pysmi's genTexts oneelie2015-06-042-2/+3
|
* fix to pysmi status interpretationelie2015-06-031-1/+1
|
* implementation of the multiple targets functionality moved from .sendPdu()elie2015-06-031-68/+66
| | | | to sendVarBinds()
* ignore send notification ID when sending trapelie2015-06-031-2/+2
|
* initial revisionelie2015-06-011-0/+84
|
* catch and report possible MIB compilation errorselie2015-05-311-2/+5
|
* missing example addedelie2015-05-311-0/+64
|
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-3154-813/+1052
| | | | | | | | | API redesign: * MibVariable becomes ObjectIdentity and moves to pysnmp.smi.rfc1902 * ObjectType and NotificationType classes resempling corresponding MIB MACROs implemented * SNMP Standard Applications and examples modified to support ObjectType and NotificationType parameters
* fix to missing REVISIONS MIB clause handlingelie2015-05-311-2/+2
|
* * read any of 'PYSNMP_MIB_PKGS', 'PYSNMP_MIB_DIRS', 'PYSNMP_MIB_DIR'elie2015-05-311-15/+13
| | | | | | | and append their contents to MIB search path instead of overriding existing path * on MIB file access error, raise more concise exceptions than just SmiError
* reverse previous changeelie2015-05-311-0/+3
|
* alias Null to Unspecified symbol for convenienceelie2015-05-311-1/+4
|
* export ObjectIdentifier from pyasn1elie2015-05-311-0/+2
|
* fix to v2c->v1 trap OID translation: do not require trap OID to beelie2015-05-261-4/+1
| | | | the default one
* fix to function prototypeelie2015-05-181-3/+3
|
* - Initial PySMI integration. Original ASN.1 MIBs could now be parsed, storedelie2015-05-177-65/+204
| | | | | | | | at a local pysnmp MIBs repository and loaded into SNMP Engine. - smi.MibBuilder will now raise more specific exceptions (MibLoadError, MibNotFoundError) on MIB loading problems rather than more generic SmiError. - MibBuilder.addMibSources() convenience method added.
* updatedelie2015-04-301-0/+2
|
* optional configuration/MIB directory added to MIB search pathelie2015-04-272-1/+13
| | | | (~/,pysnmp/mibs) at MibBuilder
* Parts of SMIv1 remnant MIBs added to provide complete compatibility withelie2015-04-273-0/+69
| | | | | SMIv1. Symbols defined in these MIBs only present in SMIv1 so they can't be substituted with their SMIv2 analogues.
* fix to smi.builder to explicitly fail on any MIB file access errorelie2015-04-272-10/+21
| | | | | (but ENOENT) and raise IOError uniformly on any directory/egg access failure
* catch unresolved OID type when building var-bindselie2015-03-181-1/+4
|
* UDP/IPv6 support added to asyncio-based transportelie2015-03-085-32/+169
|
* cosmeticselie2015-03-081-1/+0
|
* base addressType definedelie2015-03-081-0/+1
|
* make config.delTransport() returning detached transport objectelie2015-03-0716-13/+22
|
* shutdown transport from closeTransport()elie2015-03-071-0/+6
|
* fix to smi.builder to explicitly fail on any MIB file access error but ENOENTelie2015-03-072-5/+22
|
* version correctionelie2015-02-121-1/+1
|
* version bumpelie2015-02-121-1/+1
|
* secure boots file creationelie2015-02-011-4/+8
|
* ignore expired entries in expire()elie2015-01-301-1/+2
|
* possible memory leak fixelie2015-01-301-0/+1
|
* typoselie2015-01-282-2/+2
|
* no xrange in Python3elie2015-01-201-2/+2
|
* missing AbstractTransportAddress addedelie2015-01-203-0/+15
|
* fix to default/null AgentAddress initializationelie2015-01-201-1/+1
|
* fix to non-int slices (not supported in Python 2.4elie2015-01-201-2/+1
|
* fix to possible uninitialized snmpEngineIDelie2015-01-201-1/+3
|
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-2017-33/+659
| | | | | | | | | | | | 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.
* SnmpEngineBoots may wrap overelie2015-01-071-1/+4
|
* provide NullHandler for Python < 2.7elie2015-01-071-1/+9
|
* first attempt to make SNMP Engine settings persistent across rebootselie2015-01-072-1/+37
|
* updatedelie2015-01-011-1/+1
|
* test OIDs updatedelie2015-01-011-2/+2
|