summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* Fix InetAddress-to-InetAddressIPv{4,6} index cast (#97)Eugene M. Kim2017-10-181-3/+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
* 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
* fixed Bits.clone()/subtype()Ilya Etingof2017-10-061-9/+11
* NotificationReceiver reports SNMPv1 TRAP community stringIlya Etingof2017-10-052-4/+11
* pycryptodome replaced with pycryptodomexIlya Etingof2017-10-053-3/+3
* Catch and pass exceptions to Twisted deferredIlya Etingof2017-10-052-22/+49
* 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-181-2/+2
* better partial SNMP message decodingIlya Etingof2017-08-251-2/+4
* fixed indices rendering for InetAddressIPv6 typeIlya Etingof2017-08-134-14/+15
* fix to .setFromName() to preserve its arg typeIlya Etingof2017-08-121-1/+0
* unnecessary OctetString.prettyOut override removedIlya Etingof2017-08-111-13/+0
* fail gracefully when sha2 suite is not availableIlya Etingof2017-08-031-15/+19
* 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-032-1/+38
* add support for USM SHA-2 algorithms (RFC 7860) (#71)verrio2017-08-0315-72/+236
* backward compatible OctetString specializationIlya Etingof2017-07-231-2/+18
* better pyasn1 types specializationIlya Etingof2017-07-232-52/+8
* deprecated UsmUserData instantiation params removedIlya Etingof2017-07-181-14/+1
* 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-134-27/+14
* renamed "OIDs are not increasing" message for clarityIlya Etingof2017-07-131-1/+1
* Fixed issue on windows with engine-boots not properly being written. (#64)rwallen2017-07-081-1/+2
* 4.3.9Ilya Etingof2017-06-141-1/+1
* fix to msgAuthoritativeEngineTime objectv4.3.8Ilya Etingof2017-06-141-1/+1
* 4.3.8Ilya Etingof2017-05-301-1/+1
* import error fixIlya Etingof2017-05-292-2/+2
* Added instrumentation hooks to catch SNMP auth/crypto failures (#59)Ilya Etingof2017-05-276-35/+106
* minor pep8 improvementsIlya Etingof2017-05-2715-133/+130
* embedded MIBs rebuilt with newer pysmi addingIlya Etingof2017-04-1821-1948/+1402
* minor refactoring in part of rfc4001/4002Ilya Etingof2017-04-172-3/+5
* turn InetAddress* types into variable length encodingIlya Etingof2017-04-161-4/+0
* fix to index conversionIlya Etingof2017-04-161-3/+2
* table index resolution hardened not to crash on malformed indicesIlya Etingof2017-04-161-1/+12
* added support for correlated SNMP table indiciesIlya Etingof2017-04-162-11/+159
* do not bind to a specific event loop at import time (#53)James Brown2017-04-094-25/+12
* typo in class nameIlya Etingof2017-04-041-1/+1
* `ErrorIndication` is now based on `Exception`Ilya Etingof2017-04-042-49/+28
* typoIlya Etingof2017-04-031-1/+1
* unified `errorIndication` values to uniformly be `ErrorIndication` instancesIlya Etingof2017-04-032-2/+4
* typoIlya Etingof2017-03-301-1/+1
* disambiguation of the *lexicographicMode* optionIlya Etingof2017-03-283-26/+34
* more concise unknown PDU event handlingIlya Etingof2017-03-231-10/+7