summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed crash when unknown PDU reporting is attemptedIlya Etingof2017-03-221-3/+1
* Fix to infinite recursion in TextualConvention.prettyIn() (#48)Ilya Etingof2017-03-191-4/+3
* more efficient getOidValIlya Etingof2017-03-141-4/+1
* fix to accidentally reset error-status field in SNMPv1 PDUIlya Etingof2017-03-112-2/+2
* 4.3.5Ilya Etingof2017-03-101-1/+1
* Add ignoreNonIncreasingOid option for twisted nextCmd and bulkCmdRyan Van Gilder2017-03-091-0/+13
* fixes to pyasn1 OctetString inheritanceIlya Etingof2017-02-271-18/+12
* v2c.IpAddress is a bit more constrained than v1.IpAddressIlya Etingof2017-02-141-1/+1
* required pyasn1 version is now 0.2.3Ilya Etingof2017-02-146-49/+48
* fix to invalid-msg-counter incrementIlya Etingof2017-02-121-8/+4
* typoIlya Etingof2017-02-091-1/+1
* fix to v1arch example to accommodate pyasn1 changeIlya Etingof2017-02-092-2/+2
* do not require dot in "d" spec of DISPLAY-HINTIlya Etingof2017-02-041-3/+3
* transport address objects made iterable to override pyasn1's __iter__Ilya Etingof2017-02-042-6/+24
* pyasn1 SEQUENCE iteration rules changeIlya Etingof2017-02-041-3/+8
* added a note into TextualConvention docIlya Etingof2017-02-021-1/+4
* typo in exampleIlya Etingof2017-02-021-1/+1
* fix to TextualConvention initializer: trigger prettyIn parser by "text" inputIlya Etingof2017-02-021-2/+4
* fix to TextualConvention initializerIlya Etingof2017-02-021-1/+1