summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Collapse)AuthorAgeFilesLines
* * SNMP table row consistency check added. This change may breakelie2015-11-223-39/+57
| | | | | valid SNMP SET operations on tables if RowStatus column is not passed at the very end of var-binds.
* missing doc strings on MIB loading addedelie2015-11-201-0/+202
|
* copyright notice added to source codeelie2015-11-20135-106/+803
|
* pass ObjectIdentity.tagSet to inner OIDelie2015-11-071-2/+2
|
* fix to OID->label map build in presence of multiple first-layer OID tree nodeselie2015-11-071-10/+12
|
* some more pep8'ingelie2015-11-047-92/+75
|
* fix to MIB builder to fail gracefully on corrupted MIB package encounterelie2015-11-041-1/+4
|
* cosmeticselie2015-10-253-3/+3
|
* fixed OID resolution issues that roots at node 0 and 2elie2015-10-251-6/+8
|
* unused variables droppedelie2015-10-185-7/+4
|
* some more random linter warnings fixedelie2015-10-178-41/+44
|
* linted for bad-whitespace and some other issueselie2015-10-1748-808/+428
|
* linted the bad-continuation issue as well as some otherselie2015-10-1735-1969/+1095
|
* multiple-statements-in-one-line linted outelie2015-10-1728-203/+483
|
* linted for trailing whitespaceselie2015-10-1789-1223/+1203
|
* public API moved to AbstractTransportelie2015-10-163-12/+13
|
* fix to referencing exceptionelie2015-10-162-3/+5
|
* explicitly check for proper Python versionelie2015-10-161-5/+4
|
* a couple of misnamed symbols fixedelie2015-10-161-2/+2
|
* missing symbol error fixedelie2015-10-161-1/+1
|
* missing module addedelie2015-10-141-0/+1
|
* when pretty printing indices at rfc1902.ObjectType, quote only stringselie2015-10-101-1/+3
|
* fixed crash at oneliner compatibility code on EOM responseelie2015-10-102-22/+40
|
* fix to ObjectIdentity->ObjectIdentifier attributes handoverelie2015-10-101-2/+3
|
* - added recursive resolution of ObjectIdentifier values at ObjectTypeelie2015-10-072-1/+28
| | | | | | by converting it to ObjectIdentity - a bunch of convenience shortcuts to rfc1902.ObjectIdentity added from rfc1902.ObjectType and rfc1902.NotificationType
* stray debug removedelie2015-09-281-1/+0
|
* fix to infinite loop at delV3User()elie2015-09-281-0/+4
|
* fix to RowStatus instantiation in case if uninitialized value is passedelie2015-09-281-1/+2
|
* missing compatibility modules revivedelie2015-09-273-0/+405
|
* var-bindings passing in asyncore API aligned with otherselie2015-09-273-99/+104
|
* spaceelie2015-09-271-1/+1
|
* pysnmp.hlapi.asyncore._sync renamedelie2015-09-272-5/+5
|
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-2722-762/+2184
| | | | | | * Asyncio and Twisted API moved entirely into high-level domain to be aligned with other high-level APIs. This WILL BREAK backward compatibility for those apps that use Twisted API.
* * fix to wrong callback being called on SNMP engine errorelie2015-09-271-31/+24
| | | | * removed cbCtx overriding when unwrapping, that is a source of errors
* * getNextVarBinds() signature changedelie2015-09-271-60/+37
| | | | | | * possible fix to callback context unwrappping causing wrong callback being called * removed cbCtx overriding when unwrapping, that is a source of errors
* post-move documentation and code fixeselie2015-09-2111-102/+106
|
* more adjustments followed layout changeselie2015-09-214-7/+11
|
* major revamp:elie2015-09-2017-758/+457
| | | | | | | | | * oneliner API moved to pysnmp.hlapi.asyncore location * all hlapi components now pulled from inner modules to into pysnmp.hlapi.asyncore. * LCD configuration moved from SNMP apps classes to be stand-alone * var-binds MIB<->protocol representation code moved from SNMP apps classes to be stand-alone
* core MIBs rebuilt with pysmielie2015-09-1919-993/+753
|
* - Constraints assignment shortcut added to some base rfc1902 types (Integer,elie2015-09-191-34/+429
| | | | | Integer32, OctetString, Bits). That formally constitutes ASN.1 sub-typing. - Base SNMP types documented
* sidebar menu rearrangement + typo fixeselie2015-09-191-2/+2
|
* started documenting base typeselie2015-09-181-0/+66
|
* asynchronous notification originator documented + fixes here and thereelie2015-09-173-6/+123
|
* async command generator documented + fixeselie2015-09-173-24/+306
|
* * documenting async command generatorelie2015-09-174-11/+115
| | | | * minor fixes to markup
* Sphinxedelie2015-09-161-0/+32
|
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-1412-356/+1781
| | | | | API along with a more comprehensive set of accepted parameters. * massively documented (in Sphinx, NumPy style)
* missing .isFullyResolved() recoveredelie2015-07-141-1/+10
|
* synchronous oneliner apps redesigned to offer Python generator-basedelie2015-07-062-284/+347
| | | | API along with more comprehensive set of accepted parameters
* try original MIB name when borrowingelie2015-07-061-1/+1
|