summaryrefslogtreecommitdiff
path: root/pysnmp/proto/mpmod/rfc2576.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-67/+85
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-7/+10
* Uppercase global constants (#238)Ilya Etingof2019-02-101-24/+24
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-091-2/+2
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
* Fix crash on wrong SNMPv3 security modelIlya Etingof2018-08-061-1/+1
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* fixed a crash happening on incomplete inbound SNMP messageIlya Etingof2017-07-131-7/+1
* Added instrumentation hooks to catch SNMP auth/crypto failures (#59)Ilya Etingof2017-05-271-15/+38
* minor pep8 improvementsIlya Etingof2017-05-271-11/+11
* 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-141-2/+2
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* pep8 reformattedIlya Etingof2016-04-021-35/+56
* copyright updatedelie2015-12-291-1/+1
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-121-1/+1
* copyright notice added to source codeelie2015-11-201-1/+6
* linted the bad-continuation issue as well as some otherselie2015-10-171-187/+92
* linted for trailing whitespaceselie2015-10-171-28/+22
* 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-211-1/+6
* Execution Observer facility implemented to give app an inside viewelie2013-11-091-17/+108
* 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-041-1/+0
* 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-201-0/+2
* exlicit repr() calls replaced with '%r'elie2011-11-081-3/+3
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-6/+7
* cosmetic fix to msgID usageelie2011-02-111-3/+6
* peel cache management code off base MP class to facilitate code reuseelie2011-02-111-5/+5
* snmpMsgSpec management re-arrangedelie2011-01-231-2/+2
* * pre-compute some more ASN.1 constantselie2011-01-211-4/+8
* re-use some of ASN.1 structures used in message processing for efficiencyelie2011-01-211-5/+5
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-12/+18
* The error-indication codes moved from literals to objectselie2010-12-251-10/+10
* SNMP message debugging printout improvedelie2010-06-231-3/+3
* some more debugging addedelie2010-02-031-1/+1
* fix: msgID should only be used with confirmed-type PDUselie2008-11-131-3/+1
* improve msgID generation for Notificationselie2008-11-131-1/+1
* release SM state information properlyelie2007-11-261-1/+8
* debugging addedelie2006-09-061-1/+14
* work with Managed Objects instances rather than with theirelie2005-10-261-6/+6
* contextEngineID -> contextEngineIdelie2005-10-121-18/+18
* comments cleaned upelie2005-06-281-3/+0
* minor syntax fixes followed pychecker reportelie2005-06-271-4/+3
* cosmeticselie2005-06-231-1/+1