summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* another rearrangementHEADoriginmasterelie2015-09-276-16/+85
|
* pysnmp.hlapi.asyncore._sync renamedelie2015-09-273-7/+7
|
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-2743-0/+2864
| | | | | | * 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.
* * Asyncore and asyncio-based APIs reworked to become functions.elie2015-09-27108-1279/+3963
| | | | | | * 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-2113-105/+109
|
* more adjustments followed layout changeselie2015-09-2180-31/+3122
|
* major revamp:elie2015-09-2017-15/+2582
| | | | | | | | | * 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
* rewordingelie2015-09-201-2/+2
|
* core MIBs rebuilt with pysmielie2015-09-1920-993/+754
|
* - Constraints assignment shortcut added to some base rfc1902 types (Integer,elie2015-09-193-37/+503
| | | | | Integer32, OctetString, Bits). That formally constitutes ASN.1 sub-typing. - Base SNMP types documented
* sidebar menu rearrangement + typo fixeselie2015-09-1912-76/+48
|
* started documenting base typeselie2015-09-183-0/+88
|
* updatedelie2015-09-171-0/+2
|
* asynchronous notification originator documented + fixes here and thereelie2015-09-175-7/+146
|
* drop irrelevant sectionselie2015-09-172-71/+0
|
* make Sphinx performing source order method sortingelie2015-09-171-0/+2
|
* text and examples rearrangedelie2015-09-173-28/+42
|
* async command generator documented + fixeselie2015-09-175-35/+320
|
* proper markup and fixeselie2015-09-172-0/+198
|
* * documenting async command generatorelie2015-09-174-11/+115
| | | | * minor fixes to markup
* documenting async versionelie2015-09-174-8/+35
|
* Sphinxedelie2015-09-161-0/+32
|
* relinked to newer exampleselie2015-09-1617-83/+47
|
* relinked to newer exampleselie2015-09-1633-125/+203
|
* relinked to newer exampleselie2015-09-1629-324/+274
|
* relinked to new exampleselie2015-09-158-131/+110
|
* stray exampleelie2015-09-150-0/+0
|
* adding Sphinx stuffelie2015-09-141-0/+192
|
* missing examples harness addedelie2015-09-1475-0/+2511
|
* some more missing fileselie2015-09-1414-0/+805
|
* unwanted fileselie2015-09-143-31/+0
|
* documentation reworked and converted to Sphinx (in NumPy style)elie2015-09-1437-3807/+1604
|
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-14158-2343/+10158
| | | | | API along with a more comprehensive set of accepted parameters. * massively documented (in Sphinx, NumPy style)
* wheel distribution format now supportedelie2015-08-172-0/+4
|
* missing .isFullyResolved() recoveredelie2015-07-141-1/+10
|
* synchronous oneliner apps redesigned to offer Python generator-basedelie2015-07-0639-284/+1969
| | | | API along with more comprehensive set of accepted parameters
* try original MIB name when borrowingelie2015-07-061-1/+1
|
* handle the case of ObjectIdentity initialization with ObjectIdentity instanceelie2015-07-061-1/+4
|
* use named enumerarion for clarityelie2015-07-051-1/+1
|
* RowStatus needs initializationelie2015-07-051-1/+1
|
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-0572-86/+1488
| | | | | | asyncore and AsyncoreDispatcher respectively to provide better hint to fellow devs on the underlying transport being used - backward compatibility preserved through dummy asynsock symbols
* text ext addedelie2015-07-051-1/+1
|
* * default /usr/share/mibs MIB source addedelie2015-07-045-25/+39
| | | | | | | | * compiler.addMibCompiler() now supports ifAvailable and ifNotAdded flags * rfc1902.ObjectIdentity() now always tries to instantiate and attach MIB compiler to snmpEngine (if not done yet), also .addMibCompiler() renamed to .addAsn1MibSource() to signify the fact that MIB compiler is attached behind the scene
* enough changes for version bump - 4.3.0elie2015-06-293-4/+4
|
* provide public attributes even if pysmi not availableelie2015-06-291-9/+10
|
* ObjectIdentity class additionally supports just a MIB module nameelie2015-06-214-18/+73
| | | | | | initializer in which case if resolves into either first or last symbol in given MIB. Another new option is just a MIB symbol initializer without specifying MIB module.
* - a few additional MIB tree management methods added to MibViewControllerelie2015-06-203-9/+39
| | | | | | | to better address ordered nature of MIB tree nodes (namely, getFirst*, getLast* family of methods) - rfc1902.ObjectIdentity() now accepts 'last' keyword parameter to position on last (otherwise, first) object in given MIB module.
* removed RowStatus default value as it may collide with possible subclasselie2015-06-062-4/+5
| | | | constraints