summaryrefslogtreecommitdiff
path: root/pysnmp/smi
Commit message (Expand)AuthorAgeFilesLines
* 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-112-2/+2
* FSM exception handling reworkedelie2013-06-111-2/+3
* 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-102-6/+8
* exception re-raising improved at MibInstrumController.flipFlopFsm() soelie2013-06-101-2/+2
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-043-7/+9
* traceback formatting improvedelie2013-06-041-3/+9
* debug issue fixedelie2013-05-041-1/+1
* delV3User() function improved to drop all rows from USM table thatelie2013-04-171-1/+1
* the $PYSNMP_MIB_DIR & $PYSNMP_MIB_DIRS & $PYSNMP_MIB_PKGS path separatorelie2013-03-131-4/+6
* remove \r\n from sysDescr.0elie2013-01-051-1/+1
* SMI exceptions are supposed to carry indices of failed var-bind componentelie2012-12-131-3/+3
* * probe setValue() rather than instrumClone() at terminal node value objectelie2012-12-052-6/+11
* 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
* - AbstractMibInstrumController class added as a base class for all possibleelie2012-12-021-2/+14
* unnecessary *MibSource explicit initialization calls removed at MibBuilderelie2012-11-241-5/+2
* Attempt to convert Windows style EOL into UNIX ones in MIB sourceelie2012-10-141-8/+2
* also check socket.has_ipv6 to see if IPv6 is availableelie2012-09-041-2/+5
* consider we are dealing with .egg if __loader__ is present (it iselie2012-08-291-1/+1
* for MIB modules loading, invoke __import__() likeelie2012-08-241-3/+1
* Py3K does not require newline indicator translation in text fileselie2012-08-231-2/+8
* fix to MIB data reading routine to make it working with possible Windowselie2012-08-221-2/+2
* handle missing dir at DirMibSource.getData()elie2012-08-121-2/+5
* TestAndIncr.setValue()elie2012-08-021-2/+2
* MibBuilder now distinguishes case of MIB modules filenames even ifelie2012-08-021-13/+16
* * 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-202-27/+62
* use %r for printing out [possibly uninitialized] pyasn1 objectselie2012-07-181-2/+2
* the obsolete and unpublished MibInstrumController.readVarsFast() methodelie2012-07-161-10/+0
* 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-043-1/+3
* 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