summaryrefslogtreecommitdiff
path: root/pysnmp/smi
Commit message (Expand)AuthorAgeFilesLines
* post-move documentation and code fixeselie2015-09-211-0/+2
* major revamp:elie2015-09-201-15/+0
* core MIBs rebuilt with pysmielie2015-09-1919-993/+753
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-141-14/+443
* missing .isFullyResolved() recoveredelie2015-07-141-1/+10
* try original MIB name when borrowingelie2015-07-061-1/+1
* handle the case of ObjectIdentity initialization with ObjectIdentity instanceelie2015-07-061-1/+4
* * default /usr/share/mibs MIB source addedelie2015-07-042-23/+33
* provide public attributes even if pysmi not availableelie2015-06-291-9/+10
* ObjectIdentity class additionally supports just a MIB module nameelie2015-06-211-17/+35
* - a few additional MIB tree management methods added to MibViewControllerelie2015-06-202-9/+36
* removed RowStatus default value as it may collide with possible subclasselie2015-06-061-4/+3
* .setSyntax() addedelie2015-06-041-0/+3
* use MibBuilder.loadTexts flag for initializing pysmi's genTexts oneelie2015-06-042-2/+3
* fix to pysmi status interpretationelie2015-06-031-1/+1
* catch and report possible MIB compilation errorselie2015-05-311-2/+5
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-312-1/+464
* fix to missing REVISIONS MIB clause handlingelie2015-05-311-2/+2
* * read any of 'PYSNMP_MIB_PKGS', 'PYSNMP_MIB_DIRS', 'PYSNMP_MIB_DIR'elie2015-05-311-15/+13
* fix to function prototypeelie2015-05-181-3/+3
* - Initial PySMI integration. Original ASN.1 MIBs could now be parsed, storedelie2015-05-173-54/+137
* optional configuration/MIB directory added to MIB search pathelie2015-04-271-1/+11
* Parts of SMIv1 remnant MIBs added to provide complete compatibility withelie2015-04-272-0/+66
* fix to smi.builder to explicitly fail on any MIB file access errorelie2015-04-271-9/+19
* fix to smi.builder to explicitly fail on any MIB file access error but ENOENTelie2015-03-071-5/+20
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-202-1/+46
* fix to file descriptor leak at MibBuilderelie2014-10-261-1/+4
* pylint'edelie2014-06-171-1/+1
* missing wrongLength and wrongEncoding SMI errors addedelie2014-03-251-0/+2
* 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