summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* multiple fixed to NotificationTypeIlya Etingof2016-03-071-4/+14
* bumped to 4.3.3 and minor fixeselie2016-02-202-6/+5
* fix to missing next() in Python 2.5 at pysnmp.hlapielie2016-02-132-0/+14
* better reporting of missing pysmielie2016-02-131-3/+7
* fix to OctetString.prettyOut() to pretty-print Python 3 bytes withoutelie2015-12-311-0/+14
* TEXTUAL-CONVENTION's DISPLAY-HINT text formatting reworked for betterelie2015-12-301-16/+18
* copyright updatedelie2015-12-29134-134/+134
* two more execution observer points added: rfc2576.processIncomingMsgelie2015-12-192-26/+58
* fix to NotificationOriginator to cope with unspecified user callableelie2015-12-191-3/+4
* fix to USM: extra user entry clone removed on incoming messageelie2015-12-191-62/+48
* typoselie2015-12-191-2/+2
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-128-20/+20