summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* fixed crash on unknown PDU reportingtextual-convention-recursion-fixIlya Etingof2017-03-221-3/+1
* another fix to TextualConversion infinite recursionIlya Etingof2017-03-181-1/+1
* fix to infinite recursion in TextualConvention.prettyIn()Ilya Etingof2017-03-181-3/+2
* 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
* pep8 reformattedIlya Etingof2016-04-051-31/+57
* pep8 reformattedIlya Etingof2016-04-0328-840/+2182
* pep8 reformattedIlya Etingof2016-04-0322-281/+635
* pep8 reformattedIlya Etingof2016-04-0268-541/+1029
* pep8 reformattedIlya Etingof2016-04-014-7/+18
* pep8 fixesIlya Etingof2016-03-303-2/+20