summaryrefslogtreecommitdiff
path: root/pysnmp/proto/mpmod
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-082-7/+7
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-063-18/+21
* cosmetic fix to msgID usageelie2011-02-111-3/+6
* peel cache management code off base MP class to facilitate code reuseelie2011-02-114-120/+117
* snmpMsgSpec management re-arrangedelie2011-01-233-6/+6
* * pre-compute some more ASN.1 constantselie2011-01-212-23/+55
* re-use some of ASN.1 structures used in message processing for efficiencyelie2011-01-213-12/+15
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-203-57/+69
* The error-indication codes moved from literals to objectselie2010-12-252-23/+23
* typo fixedelie2010-09-201-2/+2
* fix: include ContentName in SNMP discovery messagingelie2010-06-231-1/+1
* SNMP message debugging printout improvedelie2010-06-232-6/+6
* MP cache expiration re-worked to be time-dependent what allows anelie2010-06-112-5/+6
* Keep up to 1000 pending states in cache. so SNMP engine will now keep up toelie2010-06-091-2/+2
* some more debugging addedelie2010-02-031-1/+1
* pass stateReference to NotificationReceiver app and let it browseelie2009-05-221-1/+5
* 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 on response data mismatchelie2007-11-261-0/+2
* release SM state information properlyelie2007-11-261-1/+8
* security information is now released in most (not all!) cases,elie2007-11-251-1/+5
* report cached peer SNMP engine data on MP debuggingelie2007-05-181-0/+2
* a commentelie2007-03-231-1/+1
* some more debuggingelie2007-02-141-2/+6
* ugly hack coercing MIB value into SNMP message header value aselie2006-12-191-1/+2
* ugly hack: coerce MIB value as it has incompatible constraints setelie2006-11-221-2/+4
* missing __engineIDsExpQueue cleanup committedelie2006-09-201-1/+2
* SNMP engine info expiration mechanics improvedelie2006-09-201-10/+13