summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/config.py
Commit message (Expand)AuthorAgeFilesLines
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-311-16/+16
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-201-5/+17
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-1/+0
* missing imports, non-existing variables as suggested by linterelie2013-06-031-1/+1
* the NoSuchInstanceError exception class is no more inherits fromelie2012-07-201-2/+2
* catch missing tags at getTargetNames()elie2012-07-201-0/+3
* LCD configuration caching is implemented that improves performance ofelie2012-07-161-118/+217
* cast snmpLocalDomain-typed address object into a string to make itelie2012-06-301-0/+2
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-2/+1
* unused getVersionSpecifics() droppedelie2011-01-211-2/+0
* introduce the MibInstrumControlle.readVarsFast() method (which skipselie2011-01-201-4/+4
* Multiple instances of the same transport domain now supported.elie2010-09-171-2/+2
* fix to snmpTargetAddrTagList values separatorelie2010-02-051-1/+1
* UDP over IPv6 transport implementedelie2010-01-121-0/+5
* fix to proper tagList format (still needs a look)elie2008-11-121-1/+1
* catch access to non-configured entries and raise an exceptionelie2008-10-061-1/+15
* LCD management code converted into MIB instrumentation facilityelie2006-10-011-40/+77
* NoSuchInstanceError -> NoSuchObjectErrorelie2005-10-261-2/+2
* convert transportAddress from TC-form into domain-specific form rightelie2005-10-101-1/+1
* fixes to Notification wrapperselie2005-10-071-11/+11
* initial revisionelie2005-10-071-0/+105