summaryrefslogtreecommitdiff
path: root/pysnmp/proto/mpmod
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-264-257/+377
* PEP8 optimize imports (#242)Ilya Etingof2019-02-124-14/+25
* Uppercase global constants (#238)Ilya Etingof2019-02-103-67/+68
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-092-4/+7
* Extend copyright notice to year 2019Ilya Etingof2018-12-303-3/+3
* Fix crash on wrong SNMPv3 security modelIlya Etingof2018-08-062-2/+5
* copyright notice extendedv4.4.4Ilya Etingof2018-01-033-3/+3
* migrated references from SourceForge (#110)Ilya Etingof2017-11-174-4/+4
* fixed a crash happening on incomplete inbound SNMP messageIlya Etingof2017-07-132-15/+2
* Added instrumentation hooks to catch SNMP auth/crypto failures (#59)Ilya Etingof2017-05-272-16/+55
* minor pep8 improvementsIlya Etingof2017-05-272-24/+26
* `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
* fix to accidentally reset error-status field in SNMPv1 PDUIlya Etingof2017-03-111-1/+0
* required pyasn1 version is now 0.2.3Ilya Etingof2017-02-142-17/+18
* 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-124-4/+4
* converted to new-style classesIlya Etingof2016-06-122-2/+2
* pep8 reformattedIlya Etingof2016-04-024-96/+161
* copyright updatedelie2015-12-294-4/+4
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-121-1/+1
* fix to SNMP counters importelie2015-12-121-5/+5
* copyright notice added to source codeelie2015-11-204-3/+24
* linted the bad-continuation issue as well as some otherselie2015-10-173-446/+223
* multiple-statements-in-one-line linted outelie2015-10-171-2/+4
* linted for trailing whitespaceselie2015-10-174-140/+103
* some more debugging addedelie2014-03-241-0/+2
* Fix to SNMPv1/v2c message processing subsystem to make it servingelie2014-03-241-8/+32
* fixes to verify pyasn1 decoder.decode() return to withstandelie2014-03-212-2/+12
* Execution Observer facility implemented to give app an inside viewelie2013-11-092-20/+213
* fix to pass stateReference to registered app on unconfirmed notificationselie2013-09-291-3/+6
* fix to message processing module which used to refer to a boguselie2013-08-241-5/+9
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-043-2/+1
* missing imports, non-existing variables as suggested by linterelie2013-06-031-0/+1
* 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
* hugely increase cache autoexpiration timeout (is it needed at all?)elie2012-07-211-2/+2
* typo fixedelie2012-07-211-1/+1
* some more debugging addedelie2012-07-211-1/+3
* __init__.py's made non-empty as they may be optimized out by packageelie2012-07-041-0/+1
* do not try to pass local endpoint address to secmod as transportDomainelie2012-07-021-3/+3
* typo to engineIDMismatch fixedelie2012-07-021-1/+1
* added pyasn1 decoder failures diagnistics in debug modeelie2012-04-202-0/+3
* fix to SNMPv3 MP peer engine ID discovery not to learn and useelie2012-04-181-13/+16