summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413
Commit message (Expand)AuthorAgeFilesLines
...
* fix to ContextName handling in bytes form whilst running Python3. Dataelie2012-04-141-6/+14
* transport dispatcher now provides its own time expressed inelie2011-11-272-7/+17
* fix to error processing at GETNEXT & GETBULK apps response handlerselie2011-11-091-4/+4
* exlicit repr() calls replaced with '%r'elie2011-11-081-1/+1
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-067-75/+99
* * state information handling improvedelie2011-03-251-14/+25
* fix to MIB operation failure handling at CommandResponderBase.processPduelie2011-03-241-2/+4
* GetNext/GetBulk response processing logic moved to getNextVarBinds()elie2011-02-121-30/+33
* MsgAndPduDsp expectResponse parameters passing reworked.elie2011-02-122-5/+12
* unused getVersionSpecifics() droppedelie2011-01-211-2/+0
* introduce the MibInstrumControlle.readVarsFast() method (which skipselie2011-01-201-4/+4
* python < 2.2 specific code removedelie2011-01-201-6/+0
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-203-8/+8
* The error-indication codes moved from literals to objectselie2010-12-252-12/+12
* 'self' shadowing in lambda fixeselie2010-12-121-2/+2
* allow standard SNMP apps to choose access control method to useelie2010-12-012-6/+4
* typoelie2010-11-301-1/+1
* CommandResponder API now supports async mode of operationelie2010-11-291-33/+48
* * getVarBindTable() does not filter SNMP exception values anymoreelie2010-11-141-11/+25
* OIDs carrying SNMP exception values may not be increasingelie2010-11-141-2/+2
* catch potential empty response condition at GETNEXT/GETBULK receiverelie2010-11-141-2/+7
* 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
* fix to wrong exceptions usedelie2010-11-061-5/+3
* typo to non-increasing OIDs catcher fixedelie2010-10-081-1/+1
* catch a non-increasing OID condition in Next/Bulk commands responseselie2010-10-081-2/+22
* 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-232-2/+10
* Multiple instances of the same transport domain now supported.elie2010-09-171-2/+2
* some more 'app' debugging addedelie2010-07-143-8/+27
* retryCount semantic changed to include solely retries and do not includeelie2010-07-121-3/+3
* typoelie2010-07-101-2/+2
* fix to mismatched response PDU handlingelie2010-07-101-0/+2
* debug category 'app' addedelie2010-07-102-0/+20
* repr() potentially uninitialized pyasn1 values in debug printoutelie2010-06-251-1/+1
* fix to unknown contextName exception handlingelie2010-06-231-3/+3
* add debugging for context operationselie2010-06-231-0/+6
* fix to snmpTargetAddrTagList values separatorelie2010-02-051-1/+1
* UDP over IPv6 transport implementedelie2010-01-121-0/+5
* refactor NotificationOriginator to allow receiption methodelie2009-07-311-4/+16
* pass stateReference to NotificationReceiver app and let it browseelie2009-05-221-3/+19
* fix to processPdu code - SmiError type exceptions are not a mapping kindelie2009-05-091-1/+1
* fix to proper tagList format (still needs a look)elie2008-11-121-1/+1
* both fix and a re-work of sysUptime value managementelie2008-11-121-2/+7
* catch access to non-configured entries and raise an exceptionelie2008-10-061-1/+15
* make use of nextid.py for unique IDs generationelie2008-04-272-22/+22
* fix to response timeout roundup codeelie2007-11-232-4/+4