summaryrefslogtreecommitdiff
path: root/pysnmp/proto/mpmod/rfc3412.py
Commit message (Expand)AuthorAgeFilesLines
* Fix broken SNMPv3 authoritative engine ID discoveryIlya Etingof2019-09-241-1/+1
* Move SNMP engine discovery code to security moduleIlya Etingof2019-08-101-26/+3
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-184/+258
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-5/+13
* Uppercase global constants (#238)Ilya Etingof2019-02-101-41/+42
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-091-2/+5
* Fix crash on wrong SNMPv3 security modelIlya Etingof2018-08-061-1/+4
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* fixed a crash happening on incomplete inbound SNMP messageIlya Etingof2017-07-131-8/+1
* Added instrumentation hooks to catch SNMP auth/crypto failures (#59)Ilya Etingof2017-05-271-1/+17
* minor pep8 improvementsIlya Etingof2017-05-271-13/+15
* `ErrorIndication` is now based on `Exception`Ilya Etingof2017-04-041-7/+7
* typoIlya Etingof2017-04-031-1/+1
* unified `errorIndication` values to uniformly be `ErrorIndication` instancesIlya Etingof2017-04-031-2/+1
* required pyasn1 version is now 0.2.3Ilya Etingof2017-02-141-15/+16
* fix to invalid-msg-counter incrementIlya Etingof2017-02-121-8/+4
* pyasn1 SEQUENCE iteration rules changeIlya Etingof2017-02-041-3/+8
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* pep8 reformattedIlya Etingof2016-04-021-58/+98
* copyright updatedelie2015-12-291-1/+1
* fix to SNMP counters importelie2015-12-121-5/+5
* copyright notice added to source codeelie2015-11-201-1/+6
* linted the bad-continuation issue as well as some otherselie2015-10-171-246/+124
* linted for trailing whitespaceselie2015-10-171-66/+61
* fixes to verify pyasn1 decoder.decode() return to withstandelie2014-03-211-1/+6
* Execution Observer facility implemented to give app an inside viewelie2013-11-091-3/+105
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-1/+0
* the SnmpV3MessageProcessingModel.getPeerEngineInfo() method is implementedelie2013-05-251-28/+37
* comment on the fact that maxSizeResponseScopedPDU is not actually usedelie2012-08-281-1/+1
* cast transportDispatcher's timing values into ints to match incrementingelie2012-07-221-2/+2
* local timeouts made dependant on system timer resolutionelie2012-07-211-1/+1
* typo fixedelie2012-07-211-1/+1
* some more debugging addedelie2012-07-211-1/+3
* added pyasn1 decoder failures diagnistics in debug modeelie2012-04-201-0/+1
* fix to SNMPv3 MP peer engine ID discovery not to learn and useelie2012-04-181-13/+16
* fix to non-MT-safe class attributes at SNMPv3 MP & SEC moduleselie2012-04-171-4/+4
* preserve original traceback on py3elie2011-12-241-2/+10
* exlicit repr() calls replaced with '%r'elie2011-11-081-4/+4
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-9/+11
* peel cache management code off base MP class to facilitate code reuseelie2011-02-111-9/+9
* snmpMsgSpec management re-arrangedelie2011-01-231-3/+3
* * pre-compute some more ASN.1 constantselie2011-01-211-19/+47
* re-use some of ASN.1 structures used in message processing for efficiencyelie2011-01-211-7/+8
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-31/+35
* The error-indication codes moved from literals to objectselie2010-12-251-13/+13
* typo fixedelie2010-09-201-2/+2
* fix: include ContentName in SNMP discovery messagingelie2010-06-231-1/+1
* SNMP message debugging printout improvedelie2010-06-231-3/+3
* MP cache expiration re-worked to be time-dependent what allows anelie2010-06-111-0/+3
* pass stateReference to NotificationReceiver app and let it browseelie2009-05-221-1/+5