summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* fix to libsmi2pysnmp tool to make it working again in Python < 2.7elie2012-04-271-2/+2
* MIB parent types resolution code improvedelie2012-04-021-3/+8
* fix to support inheritance of MIB typeselie2012-04-021-2/+20
* libsmi2pysnmp attempts to support long (256+) params in func callelie2012-03-211-6/+6
* libsmi2pysnmp tool improved to handle incomplete SMI v1->v2 conversionelie2011-11-191-0/+27
* - The pyasn1 constraint and enumeration objects put into ASN1-* MIBelie2011-11-191-16/+19
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-147/+122
* * convert MODULE-COMPLIANCEelie2010-11-281-4/+51
* remove output file on convertion failureelie2010-11-281-1/+7
* * fix to groups & notifications sortelie2010-11-251-10/+18
* AgentCapabilities macro is now compiled but not yet implementedelie2010-11-221-0/+2
* fix to $SMIPATH guessworkelie2010-11-221-1/+1
* fix to build constraints of more than 256 items (Python has a limitelie2009-08-291-2/+16
* make use of mktemp whenever availableelie2009-07-051-1/+1
* find libsmi2pysnmp by the same path as build-pysnmp-mib iselie2009-07-051-1/+2
* no bashismselie2009-07-051-1/+1
* trying to distinguish the "default" keyword with possible "default"elie2009-03-261-1/+1
* print a warning on empty MIB module name in import statement coming from smidumpelie2009-03-101-0/+2
* * fix underscored object names in ObjectType & NotificationTypeelie2008-11-241-1/+7
* post bug #2122489 fixelie2008-09-291-3/+3
* do sanity checking on PYSNMP_MODULE_ID, Groups and Notificationselie2008-09-261-7/+5
* fix to distinguish ObjectIdentity from MibIndentifierelie2008-02-051-6/+17
* make use of smidump-generated "implied" flag for building indiceselie2008-02-051-4/+11
* * grep for SNMPv2-* inclusions to make sure MIB is indeed SMIv2elie2008-02-051-7/+10
* optional code generation for huge text fields addedelie2008-02-031-5/+22
* fixed-length octetstring objects re-worked to store the exact lengthelie2007-02-071-2/+2
* * fixed length OctetString property implementedelie2006-11-161-11/+28
* isFixedLength approach dropped as it's not generic enoughelie2006-11-031-19/+1
* attempt to set fixed-length property to OctetString-based itemselie2006-11-031-1/+19
* add InternationalDisplayString to the __kludgyStringTypes dictionaryelie2006-07-141-1/+2
* url to Randy Couey's patchelie2006-07-121-0/+3
* support future libsmi bugfix that would generate "ranges" subtreeelie2006-07-121-0/+22
* honor and apply DISPLAY-HINT specificationelie2006-06-201-0/+4
* 0.0.7aelie2006-06-201-1/+1
* check the parent row object to determine if column is createable. aselie2006-06-201-2/+16
* 0.0.6-alphaelie2006-04-061-1/+1
* install $SMIPATHelie2006-04-051-3/+6
* report errors to stderrelie2006-04-051-4/+4
* buildmibs.sh -> build-pysnmp-mibelie2006-04-051-0/+54
* Types/Notifications/Groups exportSymbols() call chunking implementedelie2006-03-061-1/+16
* exportSymbols() chunking code now based on divmod()elie2006-03-061-5/+3
* kludgy fix concerning NetworkAddress translation into SMIv2 toelie2005-11-031-0/+9
* generate REVISION information to ModuleIdentity whenever availableelie2005-11-021-0/+13
* do not generate STATUS information as it's useless at the momentelie2005-11-021-6/+0
* make use of STATUS clauseelie2005-10-281-0/+6
* MibTableColumn is now very similar to MibScalarelie2005-10-271-2/+2
* adjusted to re-worked SMI modelelie2005-10-261-6/+5
* typo fixed in helpelie2005-10-051-1/+1
* kludge: convert Range constraint into Size one for known string typeselie2005-06-281-4/+17
* * use subtype() method of pyasn1 object instead of clone()elie2005-06-271-4/+12