summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* drop 'rc' suffix in versionelie2012-08-281-1/+1
* comment on the fact that maxSizeResponseScopedPDU is not actually usedelie2012-08-281-1/+1
* maxSizeResponseScopedPDU must not be a [constrained] instance of maxMessageSizeelie2012-08-282-1/+2
* auth & transport configuration objects made non-hashable forelie2012-08-274-23/+8
* minor cleanupselie2012-08-271-32/+18
* consider MIB symbol is fully resolved ONLY if the resultant MIB nodeelie2012-08-271-2/+1
* updatedelie2012-08-272-125/+206
* for MIB modules loading, invoke __import__() likeelie2012-08-242-3/+2
* Py3K does not require newline indicator translation in text fileselie2012-08-231-2/+8
* missing importelie2012-08-231-0/+1
* updatedelie2012-08-231-2/+2
* fix to MIB data reading routine to make it working with possible Windowselie2012-08-222-2/+3
* better formattingelie2012-08-161-1/+1
* pre-process head var names to make them useable for further comparitionelie2012-08-131-1/+2
* notes on MIB resolution args at AsynCommandGeneratorelie2012-08-131-4/+5
* __str__ fixelie2012-08-131-1/+1
* reverse MIB resolution features moved to AsyncCommandGeneratorelie2012-08-131-110/+166
* make use of MibVariable and built-in MIB resolution featureselie2012-08-131-11/+8
* have to have our own built-in methodselie2012-08-131-7/+81
* handle missing dir at DirMibSource.getData()elie2012-08-121-2/+5
* Py3 wants object to have __getitem__ to consider it iterable.elie2012-08-121-4/+11
* typoelie2012-08-121-1/+1
* make use of MibVariable.addMibSource()elie2012-08-121-2/+3
* MibVariable.addMibSources() addedelie2012-08-121-3/+19
* make a default for notificationName param of sendNotification()elie2012-08-122-2/+4
* converted to MibVariable parameters passingelie2012-08-125-115/+115
* since MibVariable can handle incomplete MIB info, more rows is nowelie2012-08-121-2/+2
* obsolete warningelie2012-08-121-0/+4
* use __getattr__ for handing over some operations to OID objectelie2012-08-121-100/+14
* updatedelie2012-08-121-0/+3
* auth & target configuration containers moved to separate moduleselie2012-08-126-198/+203
* converted to MibVariable-based parameters passingelie2012-08-118-89/+362
* all options made dedicatedelie2012-08-101-12/+26
* better input check for IpAddresselie2012-08-091-2/+3
* TestAndIncr.setValue()elie2012-08-021-2/+2
* updatedelie2012-08-021-0/+2
* MibBuilder now distinguishes case of MIB modules filenames even ifelie2012-08-022-13/+18
* * MibScalarInstance() now supports getValue()/setValue() methods that areelie2012-07-313-19/+33
* fix to com2sec routine to always select securityName based onelie2012-07-271-7/+5
* more info to exceptionelie2012-07-261-1/+1
* visually separate table indices in printoutelie2012-07-263-3/+3
* make mib lookup exception more prettyelie2012-07-261-2/+1
* typo fixedelie2012-07-231-5/+24
* hexdump() addedelie2012-07-231-1/+1
* RowStatus code refactoredelie2012-07-231-15/+19
* use UdpTwistedTransport rather than UdpTransport classeselie2012-07-235-5/+5
* built-in debugger now supports negating debugging categorieselie2012-07-233-4/+13
* net-snmpd.conf to use with example scripts addedelie2012-07-232-1/+30
* examples updated and lined-up with non-twisted oneselie2012-07-227-171/+591
* proxy/1to3.py addedelie2012-07-222-1/+142