summaryrefslogtreecommitdiff
path: root/pysnmp/smi/mibs
Commit message (Expand)AuthorAgeFilesLines
* core MIBs rebuilt with pysmielie2015-09-1919-993/+753
* removed RowStatus default value as it may collide with possible subclasselie2015-06-061-4/+3
* .setSyntax() addedelie2015-06-041-0/+3
* Parts of SMIv1 remnant MIBs added to provide complete compatibility withelie2015-04-272-0/+66
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-202-1/+46
* pylint'edelie2014-06-171-1/+1
* typoelie2013-09-291-1/+1
* sometimes missing inet_ntop()/inet_pton() reimplemented in pure structelie2013-09-241-67/+105
* added ctypes dependency for old Pythons on Windowselie2013-09-231-1/+5
* fix to SnmpAdminString, SnmpTagList, SnmpTagValue types to make themelie2013-08-032-0/+3
* fixes to inet_ntop()/inet_pton()elie2013-07-311-14/+14
* fix to inet_ntop()/inet_pton() support on Windowselie2013-07-311-9/+65
* use format_exception()elie2013-06-111-1/+1
* Fix to usmUserSecurityName table column implementation -- automatic valueelie2013-06-101-27/+1
* undefined variableelie2013-06-101-1/+1
* do not re-raise exceptions with original traceback as it breakselie2013-06-101-4/+5
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-043-7/+9
* delV3User() function improved to drop all rows from USM table thatelie2013-04-171-1/+1
* remove \r\n from sysDescr.0elie2013-01-051-1/+1
* * probe setValue() rather than instrumClone() at terminal node value objectelie2012-12-051-4/+8
* do not catch uninitialized-value exceptions at getValue()elie2012-12-041-8/+4
* * Fix a couple of bugs at MibTable* logic involved for table instanceselie2012-12-021-12/+26
* also check socket.has_ipv6 to see if IPv6 is availableelie2012-09-041-2/+5
* TestAndIncr.setValue()elie2012-08-021-2/+2
* * MibScalarInstance() now supports getValue()/setValue() methods that areelie2012-07-312-17/+30
* RowStatus code refactoredelie2012-07-231-15/+19
* explicitly override tree walking methods of MibTree derivativeselie2012-07-201-12/+24
* the NoSuchInstanceError exception class is no more inherits fromelie2012-07-201-26/+61
* MibTable.Column.getNextNodeWithValue() droppedelie2012-07-161-44/+3
* MibTree and derivatives now maintain branchVersionId scalar which modifieselie2012-07-141-7/+12
* use socket.inet_aton()\inet_ntoa() whenever socket.inet_pton()\inet_ntop()elie2012-07-122-8/+26
* fix to IPv6 address handling to prevent system from crashing whilstelie2012-07-052-16/+25
* __init__.py's made non-empty as they may be optimized out by packageelie2012-07-042-0/+2
* obsolete __init__.MajorVersionId replaced with __init__.__version__elie2012-07-041-2/+2
* SnmpEngineId autogeneration does not call DNS resolver but useselie2012-07-011-8/+6
* typo fixedelie2012-06-011-1/+1
* fix to inconsistent use of tab and spaces in textelie2012-05-142-18/+18
* Mib Instrumentation subsystem re-worked to get rid of an excessiveelie2012-05-022-38/+44
* * fix to MibTree class to properly report noSuchObject & noSuchInstanceelie2012-05-011-13/+21
* MibTree.readTest[Get]Next() reworked to be called uniformely soelie2012-05-011-111/+137
* catch malformed SnmpTag values and SnmpTagList delimiterselie2012-04-041-1/+20
* rebuilt with the latest libsmi2pysnmp toolelie2012-04-0314-117/+110
* experimental mibdata module removedelie2011-12-132-13/+40
* SnmpEngineID inheritance order changedelie2011-12-031-1/+1
* fixes to TextualConvention pretty printerelie2011-12-031-3/+3
* fix to SnmpEngineID value autogeneration (used to fail on Mac).elie2011-11-191-2/+2
* - The pyasn1 constraint and enumeration objects put into ASN1-* MIBelie2011-11-1920-173/+182
* SNMPv2-SMI.MibNode class moved to a separate module, all MibNode-basedelie2011-11-102-39/+14
* minor a/c optimizationelie2011-11-091-33/+27
* exlicit repr() calls replaced with '%r'elie2011-11-081-14/+14