summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* comment on the fact that maxSizeResponseScopedPDU is not actually usedelie2012-08-281-1/+1
* maxSizeResponseScopedPDU must not be a [constrained] instance of maxMessageSizeelie2012-08-281-1/+1
* auth & transport configuration objects made non-hashable forelie2012-08-273-23/+5
* minor cleanupselie2012-08-271-32/+18
* consider MIB symbol is fully resolved ONLY if the resultant MIB nodeelie2012-08-271-2/+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
* missing importelie2012-08-231-0/+1
* fix to MIB data reading routine to make it working with possible Windowselie2012-08-221-2/+2
* better formattingelie2012-08-161-1/+1
* __str__ fixelie2012-08-131-1/+1
* reverse MIB resolution features moved to AsyncCommandGeneratorelie2012-08-131-110/+166
* 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
* MibVariable.addMibSources() addedelie2012-08-121-3/+19
* make a default for notificationName param of sendNotification()elie2012-08-121-2/+2
* obsolete warningelie2012-08-121-0/+4
* use __getattr__ for handing over some operations to OID objectelie2012-08-121-100/+14
* auth & target configuration containers moved to separate moduleselie2012-08-125-198/+201
* converted to MibVariable-based parameters passingelie2012-08-113-69/+346
* better input check for IpAddresselie2012-08-091-2/+3
* 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
* fix to com2sec routine to always select securityName based onelie2012-07-271-7/+5
* more info to exceptionelie2012-07-261-1/+1
* make mib lookup exception more prettyelie2012-07-261-2/+1
* hexdump() addedelie2012-07-231-1/+1
* RowStatus code refactoredelie2012-07-231-15/+19
* built-in debugger now supports negating debugging categorieselie2012-07-231-3/+11
* comment addedelie2012-07-221-1/+1
* fix to CommandGenerator's SNMPv3 engine autodiscovery algorithmelie2012-07-221-1/+8
* cast transportDispatcher's timing values into ints to match incrementingelie2012-07-222-5/+5
* Next&Bilk CommandGenerators split into single-run and iterative versionselie2012-07-221-58/+33
* local timeouts made dependant on system timer resolutionelie2012-07-212-3/+3
* hugely increase cache autoexpiration timeout (is it needed at all?)elie2012-07-211-2/+2
* typo fixedelie2012-07-211-1/+1
* some more debugging addedelie2012-07-211-1/+3
* catch wrong stateMduHandle conditionelie2012-07-212-0/+8
* explicitly override tree walking methods of MibTree derivativeselie2012-07-201-12/+24
* the NoSuchInstanceError exception class is no more inherits fromelie2012-07-204-33/+68
* fix to Notification Originator to make it communicating a singleelie2012-07-201-19/+37
* unused symbolelie2012-07-201-1/+0
* autogenerate missing transport tag from both auth & transport infoelie2012-07-201-2/+5
* catch missing tags at getTargetNames()elie2012-07-201-0/+3
* fix to sendNotification() to make it actually sending manyelie2012-07-191-2/+4
* community\transport tag processing changed:elie2012-07-191-20/+23
* community\transport tag processing changed:elie2012-07-191-19/+31
* com2sec() logic change:elie2012-07-191-10/+15