summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* add support for USM SHA-2 algorithms (RFC 7860) (#71)verrio2017-08-0320-77/+253
* 4.3.9 releasev4.3.9Ilya Etingof2017-07-261-1/+2
* backward compatible OctetString specializationIlya Etingof2017-07-231-2/+18
* better pyasn1 types specializationIlya Etingof2017-07-232-52/+8
* better explanation of the SNMP contextIlya Etingof2017-07-231-6/+18
* deprecated UsmUserData instantiation params removedIlya Etingof2017-07-182-15/+3
* better ContextData docstringIlya Etingof2017-07-172-10/+13
* better CommunityData tags docstringIlya Etingof2017-07-171-8/+27
* document CommunityName quirksIlya Etingof2017-07-151-12/+18
* fixed a crash happening on incomplete inbound SNMP messageIlya Etingof2017-07-135-27/+15
* more FAQ editsIlya Etingof2017-07-131-7/+7