summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* some more missing fileselie2015-09-1414-0/+805
* unwanted fileselie2015-09-143-31/+0
* documentation reworked and converted to Sphinx (in NumPy style)elie2015-09-1437-3807/+1604
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-14158-2343/+10158
* wheel distribution format now supportedelie2015-08-172-0/+4
* missing .isFullyResolved() recoveredelie2015-07-141-1/+10
* synchronous oneliner apps redesigned to offer Python generator-basedelie2015-07-0639-284/+1969
* try original MIB name when borrowingelie2015-07-061-1/+1
* handle the case of ObjectIdentity initialization with ObjectIdentity instanceelie2015-07-061-1/+4
* use named enumerarion for clarityelie2015-07-051-1/+1
* RowStatus needs initializationelie2015-07-051-1/+1
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-0572-86/+1488
* text ext addedelie2015-07-051-1/+1
* * default /usr/share/mibs MIB source addedelie2015-07-045-25/+39
* enough changes for version bump - 4.3.0elie2015-06-293-4/+4
* provide public attributes even if pysmi not availableelie2015-06-291-9/+10
* ObjectIdentity class additionally supports just a MIB module nameelie2015-06-214-18/+73
* - a few additional MIB tree management methods added to MibViewControllerelie2015-06-203-9/+39
* removed RowStatus default value as it may collide with possible subclasselie2015-06-062-4/+5
* 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
* 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
* 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
* 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
* fix to function prototypeelie2015-05-181-3/+3
* - Initial PySMI integration. Original ASN.1 MIBs could now be parsed, storedelie2015-05-177-65/+204
* updatedelie2015-04-301-0/+2
* optional configuration/MIB directory added to MIB search pathelie2015-04-272-1/+13
* Parts of SMIv1 remnant MIBs added to provide complete compatibility withelie2015-04-273-0/+69
* fix to smi.builder to explicitly fail on any MIB file access errorelie2015-04-272-10/+21
* 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