summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* OIDs modifiedelie2015-01-011-2/+2
|
* oneliner GETBULK Command Generator now strips possible excessive OIDselie2015-01-013-41/+39
| | | | off the bottom of returned var-binds table
* * fix ignore impossible errorStatuselie2014-12-192-5/+9
| | | | * fix to reset ErrorStatus==noSuchName on proxying
* updatedelie2014-12-161-1/+1
|
* CommandGeneratorBase symbol added for compatibilityelie2014-12-151-0/+3
|
* Trollius first mentionedelie2014-12-151-1/+2
|
* SET example addedelie2014-12-151-0/+99
|
* trollius examples addedelie2014-12-157-0/+794
|
* code formatting improvedelie2014-12-153-101/+101
|
* * asyncio transport made compatible with trolliuselie2014-12-156-26/+46
| | | | * check futures for their cancellation status
* note on python version addedelie2014-11-167-0/+14
|
* asyncio-backed SNMP Applications APIs redesigned for better usability inelie2014-11-167-289/+217
| | | | form of coroutines
* getNextVarBinds() will always cast passed var-binds into pyasn1elie2014-11-161-1/+1
|
* fix to observer removalelie2014-11-161-2/+2
|
* missing exception fixelie2014-11-051-1/+1
|
* initial support for asyncio network transport addedelie2014-11-0419-1/+1213
|
* fixes to debug messageselie2014-11-041-2/+2
|
* nonRepeaters & maxRepetitions position fixelie2014-11-043-11/+11
|
* * added support for logging into parent application's loggerelie2014-10-271-7/+10
| | | | * use logging framework for timestamps generation
* built-in debugging is now based on Python logging moduleelie2014-10-262-7/+28
|
* fix to file descriptor leak at MibBuilderelie2014-10-262-1/+5
|
* CommandGenerator.getNext() & .getBulk() methods now support theelie2014-08-183-29/+53
| | | | | maxCalls kwarg to limit the maximum number of request-response iterations to perform
* make NotificationOriginator using MibInstrumentationController when expandingelie2014-06-272-1/+7
| | | | Notification OBJECTS into Managed Objects Instances
* TRAP PDU agent address evaluation made lazy to improve startup timeelie2014-06-212-6/+10
|
* fixes to suite the latest AsyncCommandGenerator APIelie2014-06-173-6/+6
|
* require pyasn1 0.1.8+ just to push package maintainers to upgrade - thereelie2014-06-171-2/+2
| | | | is no actual technical requirement for that
* * unnecessary inheritance of AsyncNotificationOriginator() andelie2014-06-171-19/+32
| | | | | | AsynNotificationOriginator() tranformed into a referenced object relationship * made use of AsyncCommandGenerator.getMibViewController()
* .getMibViewController() impementedelie2014-06-171-15/+13
|
* pylint'edelie2014-06-1711-31/+27
|
* converted to the latest API that supports more data to be usedelie2014-06-1742-227/+360
|
* use sendPduHandle term for clarity and unificationelie2014-06-161-38/+38
|
* BULK API correctionelie2014-06-161-4/+4
|
* converted to the latest APIelie2014-06-165-44/+66
|
* major re-write aiming at:elie2014-06-162-98/+169
| | | | | | * base Twisted layer upon the latest native SNMPv3 apps API * introduce new, improved API which is in-line with native SNMPv3 apps API * avoid unnecessary and confusing inheritance
* cosmetic fixelie2014-06-161-24/+24
|
* contextEngineId & contextName values updatedelie2014-06-161-5/+6
|
* configuration fixelie2014-06-161-4/+3
|
* converted to the latest PDU-level APIelie2014-06-154-105/+93
|
* fix to auth objects cleanup codeelie2014-06-151-1/+1
|
* echo back an OCTET STRING, not request valueselie2014-06-151-2/+2
|
* fix to test OIDselie2014-06-151-3/+3
|
* fix to asyncore-based transport not to use asyncore's cheap inheritanceelie2014-06-142-0/+4
| | | | from socket object what caused warnings.
* fix to bulk command optionselie2014-06-091-1/+2
|
* fix to CB stack unwindingelie2014-06-091-0/+1
|
* sendNotification() API correctionelie2014-06-095-14/+15
|
* API visual unification:elie2014-06-091-16/+21
| | | | | sendRsp() renamed into sendVarBinds() sendRspPdu() -> sendPdu()
* ContextData container introduced to the newest (async) APIelie2014-06-099-35/+54
|
* fix to authoritative engine side snmpEngineID discovery procedure:elie2014-04-232-8/+14
| | | | | respond with notInTimeWindows rather then with unsupportedSecurityLevel at time synchronization phase
* _sendRspPdu() method introduced to tap onto PDU processingelie2014-04-041-4/+19
| | | | this is likely to be reworked
* receive callback function adjusted to match latest AsyncNotificationOriginatorelie2014-04-042-2/+2
|