summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix implied string index rendering (#84)Eugene M. Kim2017-10-051-1/+1
* fixed Bits.prettyPrint() crashIlya Etingof2017-09-182-4/+5
* better partial SNMP message decodingIlya Etingof2017-08-252-2/+6
* fixed indices rendering for InetAddressIPv6 typeIlya Etingof2017-08-135-14/+17
* fix to .setFromName() to preserve its arg typeIlya Etingof2017-08-122-1/+8
* unnecessary OctetString.prettyOut override removedIlya Etingof2017-08-111-13/+0
* fail gracefully when sha2 suite is not availableIlya Etingof2017-08-033-15/+146
* added SHA2 auth protocol into the list of available onesIlya Etingof2017-08-031-0/+4
* refactor digest size getter into property, handle the case of unavailable cryptoIlya Etingof2017-08-039-54/+69
* sha2 followup: SNMP-USM-HMAC-SHA2-MIB addedIlya Etingof2017-08-034-1/+44