summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* copyright notice extendedv4.4.4Ilya Etingof2018-01-03145-150/+151
* fixed 3DES key localization bugIlya Etingof2017-12-303-1/+14
* minor fixes to the docsv4.4.3Ilya Etingof2017-12-222-5/+3
* cosmetic code fixesIlya Etingof2017-12-212-2/+12
* minor docs editsIlya Etingof2017-12-171-9/+9
* preserve SNMPv1 error-status when proxying to SNMPv2cIlya Etingof2017-12-172-7/+8
* fixed missing SmiError class at proto.frc1155Ilya Etingof2017-12-142-0/+2
* added missing SHA2 support for Blumenthal key localizationIlya Etingof2017-12-032-8/+15
* skip printing out non-initialized MIB objects in example MIB walkIlya Etingof2017-12-031-3/+3
* named bits fix at rfc1902.BitsIlya Etingof2017-12-032-29/+9
* migrated references from SourceForge (#110)Ilya Etingof2017-11-17159-199/+206
* fixed typo in the changelogv4.4.2Ilya Etingof2017-11-111-1/+2
* 4.4.2 releaseIlya Etingof2017-11-111-1/+1
* missing get/setReference() added to SNMPv2-SMI::NotificationTypeIlya Etingof2017-11-112-8/+31
* fixed SNMPv3 retries algorithm inconsistencies (#106)Ilya Etingof2017-11-113-21/+35
* encode IPv6 requirement into example scripts names (#102)Ilya Etingof2017-11-0621-34/+37
* added support for some more fields of SMIv2 MACRO typesIlya Etingof2017-11-063-19/+80
* fix to pysnmp version type at MibBuilderIlya Etingof2017-11-061-1/+1
* make pysnmp version available at MibBuilderIlya Etingof2017-11-052-1/+9
* the `append` option added to .setObjects()Ilya Etingof2017-11-053-10/+25
* updates to Alabaster theme optionsIlya Etingof2017-11-051-1/+1
* fixes to travisIlya Etingof2017-10-261-1/+1
* fixes to Alabaster theme optionsIlya Etingof2017-10-267-204/+119
* Alabaster theme optionsIlya Etingof2017-10-231-1/+7
* CHANGELOG updatedIlya Etingof2017-10-231-1/+1
* Fix non-implied-OID-to-index conversion (#98)Eugene M. Kim2017-10-231-1/+1
* 4.4.2Ilya Etingof2017-10-232-1/+6
* 4.4.1v4.4.1Ilya Etingof2017-10-231-3/+3
* make sure to pass an initializer to ASN.1 Null()-based objectsIlya Etingof2017-10-191-3/+3
* fixed non-translated PDU version retries at CommandGeneratorIlya Etingof2017-10-182-1/+14
* make sure not to pass `None` to SMI .setValue()Ilya Etingof2017-10-182-0/+15
* make sure to pass an initializer to ASN.1 Null()Ilya Etingof2017-10-189-13/+12
* fixed TestAndIncr implementationIlya Etingof2017-10-181-1/+1
* thanks to astralblueIlya Etingof2017-10-181-0/+1
* note fixed errorIlya Etingof2017-10-181-0/+2
* Fix InetAddress-to-InetAddressIPv{4,6} index cast (#97)Eugene M. Kim2017-10-181-3/+1
* documentation typo fixIlya Etingof2017-10-171-1/+1
* note NetworkAddress in SNMP table indices fixIlya Etingof2017-10-141-0/+1
* Let NetworkAddress be cloned from another NetworkAddress (#93)Eugene M. Kim2017-10-141-3/+5
* Do not cache indices with a mutable index value (#94)Eugene M. Kim2017-10-141-2/+7
* Improve documentation of varBindTable returned by bulkCmd() (#91)Eugene M. Kim2017-10-123-21/+74
* note a fix in changelogIlya Etingof2017-10-101-1/+3
* Fix OID type matching in ObjectType.resolveWithMib (#90)Eugene M. Kim2017-10-101-1/+1
* Render NetworkAddress indices (#87)Eugene M. Kim2017-10-092-1/+53
* Sphinx theme changed to Alabaster, minor documentation tweaksIlya Etingof2017-10-067-167/+40
* fixed Bits.clone()/subtype()Ilya Etingof2017-10-062-9/+12
* NotificationReceiver reports SNMPv1 TRAP community stringIlya Etingof2017-10-054-5/+13
* pycryptodome replaced with pycryptodomexIlya Etingof2017-10-059-10/+13
* Catch and pass exceptions to Twisted deferredIlya Etingof2017-10-053-25/+53
* Catch and pass exceptions to asyncio futures (#82)Eugene M. Kim2017-10-052-17/+49