summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* typo in class nameIlya Etingof2017-04-041-1/+1
* `ErrorIndication` is now based on `Exception`Ilya Etingof2017-04-042-49/+28
* typoIlya Etingof2017-04-031-1/+1
* unified `errorIndication` values to uniformly be `ErrorIndication` instancesIlya Etingof2017-04-032-2/+4
* typoIlya Etingof2017-03-301-1/+1
* disambiguation of the *lexicographicMode* optionIlya Etingof2017-03-283-26/+34
* more concise unknown PDU event handlingIlya Etingof2017-03-231-10/+7
* fixed crash when unknown PDU reporting is attemptedIlya Etingof2017-03-221-3/+1
* Fix to infinite recursion in TextualConvention.prettyIn() (#48)Ilya Etingof2017-03-191-4/+3
* more efficient getOidValIlya Etingof2017-03-141-4/+1
* fix to accidentally reset error-status field in SNMPv1 PDUIlya Etingof2017-03-112-2/+2
* 4.3.5Ilya Etingof2017-03-101-1/+1
* Add ignoreNonIncreasingOid option for twisted nextCmd and bulkCmdRyan Van Gilder2017-03-091-0/+13
* fixes to pyasn1 OctetString inheritanceIlya Etingof2017-02-271-18/+12
* 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-146-49/+48
* fix to invalid-msg-counter incrementIlya Etingof2017-02-121-8/+4
* typoIlya Etingof2017-02-091-1/+1
* fix to v1arch example to accommodate pyasn1 changeIlya Etingof2017-02-092-2/+2
* 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
* pyasn1 SEQUENCE iteration rules changeIlya Etingof2017-02-041-3/+8
* 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-011-60/+246
* TextualConvention.prettyOut improved to be better compliant with SMIIlya Etingof2017-02-011-27/+10
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-12140-140/+140
* wrong superclass constructor callIlya Etingof2016-12-221-1/+1
* Fixed some typos in arguments with previous commitGerrat Rickert2016-12-211-2/+2
* Removed tuple unpacking in function signatures in twisted since removed in Py...Gerrat Rickert2016-12-213-6/+11
* document hlapi transport .setLocalAddress()Ilya Etingof2016-12-031-0/+13
* missing index added to bundled RFC1213::atEntry MIB tableIlya Etingof2016-11-301-4/+4
* Fixes to key localization code for AES192/256Ilya Etingof2016-08-211-5/+5
* Reeder key localization refactoredIlya Etingof2016-08-218-24/+32
* Reeder key localization for AES192/256 encryption implementedIlya Etingof2016-08-215-4/+78
* cosmetic fixes to 3DES fixesIlya Etingof2016-08-211-4/+3
* Cleaned up code as per Illya's comments.Bob Reese2016-08-151-7/+6
* This fixes two errors SNMPV3 des3 privacy support.Bob Reese2016-08-081-22/+11
* fix to 3DES key localization procedureIlya Etingof2016-07-305-11/+16
* fix to pythonnized MIB loading when only .pyc files are presentIlya Etingof2016-07-031-15/+16
* keep some classes old-style for a whileIlya Etingof2016-06-132-14/+16
* converted to new-style classesIlya Etingof2016-06-1237-55/+55
* pypi download badge addedIlya Etingof2016-06-121-1/+0
* fix to SNMP engine boot counter persistenceIlya Etingof2016-05-071-7/+2
* make sure to close/remove temporary filesIlya Etingof2016-05-071-0/+6
* work even if transport dispatcher is not availableIlya Etingof2016-04-171-2/+5
* fix to wrong import in docstring examplesIlya Etingof2016-04-082-5/+5
* pep8 reformattedIlya Etingof2016-04-059-65/+126