summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* minor pep8 improvementsIlya Etingof2017-05-2720-143/+144
* embedded MIBs rebuilt with newer pysmi addingIlya Etingof2017-04-1822-1951/+1406
* pysnmp ASN.1 MIBs updatedIlya Etingof2017-04-173-26/+31
* minor refactoring in part of rfc4001/4002Ilya Etingof2017-04-172-3/+5
* turn InetAddress* types into variable length encodingIlya Etingof2017-04-161-4/+0
* fix to index conversionIlya Etingof2017-04-161-3/+2
* table index resolution hardened not to crash on malformed indicesIlya Etingof2017-04-162-1/+13
* added support for correlated SNMP table indiciesIlya Etingof2017-04-163-11/+161
* Revert "re-enable python 2.6 build"Ilya Etingof2017-04-131-1/+2
* re-enable python 2.6 buildIlya Etingof2017-04-131-2/+1
* do not bind to a specific event loop at import time (#53)James Brown2017-04-094-25/+12
* temporary disable python 2.6 buildIlya Etingof2017-04-041-1/+2
* typo in class nameIlya Etingof2017-04-041-1/+1
* `ErrorIndication` is now based on `Exception`Ilya Etingof2017-04-043-51/+33
* typoIlya Etingof2017-04-031-1/+1
* unified `errorIndication` values to uniformly be `ErrorIndication` instancesIlya Etingof2017-04-033-2/+6
* typoIlya Etingof2017-03-301-1/+1
* disambiguation of the *lexicographicMode* optionIlya Etingof2017-03-284-26/+39
* typov4.3.5v4.3.4Ilya Etingof2017-03-231-1/+1
* 4.3.5Ilya Etingof2017-03-231-6/+6
* more concise unknown PDU event handlingIlya Etingof2017-03-231-10/+7
* fixed crash when unknown PDU reporting is attemptedIlya Etingof2017-03-222-3/+3
* Fix to infinite recursion in TextualConvention.prettyIn() (#48)Ilya Etingof2017-03-192-4/+5
* More twisted examples (#47)Ilya Etingof2017-03-182-0/+54
* more efficient getOidValIlya Etingof2017-03-141-4/+1
* fix to accidentally reset error-status field in SNMPv1 PDUIlya Etingof2017-03-113-2/+4
* 4.3.5Ilya Etingof2017-03-102-1/+7
* Merge pull request #42 from ryban/twisted_non_increasing_oidIlya Etingof2017-03-101-0/+13
|\
| * Add ignoreNonIncreasingOid option for twisted nextCmd and bulkCmdRyan Van Gilder2017-03-091-0/+13
|/
* release 4.3.4v.4.3.4Ilya Etingof2017-02-282-2/+2
* fixes to pyasn1 OctetString inheritanceIlya Etingof2017-02-271-18/+12
* use pyasn1 from githubIlya Etingof2017-02-141-1/+1
* v2c.IpAddress is a bit more constrained than v1.IpAddressIlya Etingof2017-02-141-1/+1
* required pyasn1 version is now 0.2.3Ilya Etingof2017-02-149-52/+54
* fix to invalid-msg-counter incrementIlya Etingof2017-02-122-8/+5
* typoIlya Etingof2017-02-091-1/+1
* fix to v1arch example to accommodate pyasn1 changeIlya Etingof2017-02-094-4/+10
* add PyPI version badgeIlya Etingof2017-02-041-0/+1
* more updates to READMEv4.3.3Ilya Etingof2017-02-041-9/+8
* typos in CHANGESIlya Etingof2017-02-041-2/+2
* updates to READMEIlya Etingof2017-02-041-19/+11
* do not require dot in "d" spec of DISPLAY-HINTIlya Etingof2017-02-041-3/+3
* transport address objects made iterable to override pyasn1's __iter__Ilya Etingof2017-02-042-6/+24
* date fixIlya Etingof2017-02-041-1/+1
* pyasn1 SEQUENCE iteration rules changeIlya Etingof2017-02-042-7/+11
* added a note into TextualConvention docIlya Etingof2017-02-021-1/+4
* typo in exampleIlya Etingof2017-02-021-1/+1
* fix to TextualConvention initializer: trigger prettyIn parser by "text" inputIlya Etingof2017-02-021-2/+4
* fix to TextualConvention initializerIlya Etingof2017-02-021-1/+1
* TextualConvention.prettyIn() implementedIlya Etingof2017-02-012-60/+248