summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* renamed "OIDs are not increasing" message for clarityIlya Etingof2017-07-132-5/+5
* updated the FAQ article on `ignoreNonIncreasingOid`Ilya Etingof2017-07-131-16/+33
* note on Windows file writing fixIlya Etingof2017-07-081-1/+1
* Fixed issue on windows with engine-boots not properly being written. (#64)rwallen2017-07-081-1/+2
* 4.3.9Ilya Etingof2017-06-142-1/+6
* fix to msgAuthoritativeEngineTime objectv4.3.8Ilya Etingof2017-06-142-3/+5
* 4.3.8Ilya Etingof2017-05-302-1/+6
* 4.3.7v4.3.7Ilya Etingof2017-05-291-1/+1
* import error fixIlya Etingof2017-05-293-2/+7
* 4.3.6v4.3.6Ilya Etingof2017-05-281-13/+18
* Added instrumentation hooks to catch SNMP auth/crypto failures (#59)Ilya Etingof2017-05-277-36/+110
* minor docs improvementsIlya Etingof2017-05-271-3/+4
* minor pep8 improvementsIlya Etingof2017-05-2720-143/+144
* embedded MIBs rebuilt with newer pysmi addingIlya Etingof2017-04-1822-1951/+1406
* pysnmp ASN.1 MIBs updatedIlya Etingof2017-04-173-26/+31
* 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-162-1/+13
* added support for correlated SNMP table indiciesIlya Etingof2017-04-163-11/+161
* Revert "re-enable python 2.6 build"Ilya Etingof2017-04-131-1/+2
* re-enable python 2.6 buildIlya Etingof2017-04-131-2/+1
* do not bind to a specific event loop at import time (#53)James Brown2017-04-094-25/+12
* temporary disable python 2.6 buildIlya Etingof2017-04-041-1/+2
* typo in class nameIlya Etingof2017-04-041-1/+1
* `ErrorIndication` is now based on `Exception`Ilya Etingof2017-04-043-51/+33
* typoIlya Etingof2017-04-031-1/+1
* unified `errorIndication` values to uniformly be `ErrorIndication` instancesIlya Etingof2017-04-033-2/+6
* typoIlya Etingof2017-03-301-1/+1
* disambiguation of the *lexicographicMode* optionIlya Etingof2017-03-284-26/+39
* typov4.3.5v4.3.4Ilya Etingof2017-03-231-1/+1