summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/cmdrsp.py
Commit message (Expand)AuthorAgeFilesLines
* API visual unification:elie2014-06-091-16/+21
* _sendRspPdu() method introduced to tap onto PDU processingelie2014-04-041-4/+19
* missing wrongLength and wrongEncoding SMI errors addedelie2014-03-251-0/+4
* passing request details to access control callback made simplerelie2014-01-081-11/+17
* cosmeticselie2013-09-231-1/+2
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-1/+1
* break cyclic references at CommandResponder and NotificationReceiver appselie2013-05-131-0/+1
* typos fixedelie2013-02-091-2/+2
* typoselie2012-12-161-1/+1
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-41/+47
* * state information handling improvedelie2011-03-251-14/+25
* fix to MIB operation failure handling at CommandResponderBase.processPduelie2011-03-241-2/+4
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-3/+3
* The error-indication codes moved from literals to objectselie2010-12-251-7/+7
* allow standard SNMP apps to choose access control method to useelie2010-12-011-3/+2
* typoelie2010-11-301-1/+1
* CommandResponder API now supports async mode of operationelie2010-11-291-33/+48
* fix to GETBULK handler to do a by-column MIB walk, not by-rowelie2010-11-131-15/+17
* another fix to genErr errorIndex generationelie2010-11-121-2/+2
* fix to CommandResponder not to return out-of-range errorIndex along with genErrelie2010-11-121-2/+2
* catch possible empty Counter64 syntax values at SNMPv1 translation codeelie2010-09-241-0/+1
* fix to CommandResponder app to skip Counter64 SMI values when respondingelie2010-09-231-4/+13
* unused variable droppedelie2010-09-231-5/+2
* fix to SNMPv1 PDU handlingelie2010-09-231-1/+6
* some more 'app' debugging addedrelease_4_1_14a_tagelie2010-07-141-4/+15
* fix to unknown contextName exception handlingelie2010-06-231-3/+3
* fix to processPdu code - SmiError type exceptions are not a mapping kindelie2009-05-091-1/+1
* sequence index must be integer (in Python < 2.5)elie2007-08-291-1/+1
* errorIndex should be a one-based valueelie2007-08-141-12/+13
* fix to SET CommandResponder according to RFC1905 4.2.5elie2007-08-111-4/+10
* work with Managed Objects instances rather than with theirelie2005-10-261-2/+2
* SetCommandResponder addedelie2005-10-141-0/+13
* contextEngineID -> contextEngineIdelie2005-10-121-4/+4
* top-level application classes renamed for clarityelie2005-07-121-4/+4
* separate snmpContext from CmdRspBase to re-use it in notification originator appelie2005-07-121-23/+5
* comments cleaned upelie2005-06-281-8/+0
* minor syntax fixes followed pychecker reportelie2005-06-271-6/+5
* use v2c objects at agentelie2005-06-231-23/+19
* adjusted to recent APIelie2005-06-221-6/+7
* make use of multi-lingual proxyelie2005-06-221-1/+10
* concise app library objects namingelie2005-06-171-2/+2
* app library objects renamed to a more concise nameselie2005-06-171-1/+1
* initial revisionelie2005-06-141-0/+290