summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* some more 'app' debugging addedrelease_4_1_14a_tagelie2010-07-144-9/+28
|
* updatedelie2010-07-121-0/+3
|
* retryCount semantic changed to include solely retries and do not includeelie2010-07-121-3/+3
| | | | original request
* typoelie2010-07-101-2/+2
|
* fix to mismatched response PDU handlingelie2010-07-102-1/+4
|
* debug category 'app' addedelie2010-07-104-1/+25
|
* log sendPdu() callback context in debug modeelie2010-07-101-1/+1
|
* fix to setuptools reporting conditionelie2010-07-091-1/+1
|
* fix to egg detectionelie2010-07-081-1/+2
|
* setup keywords updatedelie2010-07-081-8/+10
|
* MANIFEST -> MANIFEST.inelie2010-07-081-0/+4
|
* prettyPrint() valueselie2010-07-072-2/+2
|
* pretty print contextEngineIdelie2010-07-072-2/+2
|
* updatedelie2010-07-071-0/+1
|
* fix to INFORM sendingelie2010-07-071-3/+1
|
* updatedelie2010-06-281-0/+1
|
* * MibScalarInstance.createUndo() fixed to invoke writeUndo(), notelie2010-06-281-4/+10
| | | | | | writeCleanup * MibTableColumn.createUndo() now handles possible uninitialized pyasn1 values
* repr() potentially uninitialized pyasn1 values in debug printoutelie2010-06-253-13/+13
| | | | to avoid uninitialized value access exception
* salt value randomness improvedelie2010-06-241-2/+10
|
* updatedelie2010-06-241-0/+1
|
* * PyCrypto AES implementation seems to require plain/ciphertext paddingelie2010-06-241-15/+30
| | | | | | * set AES CFB mode segment size to 128 bit * fixed salt ordering in IV generation * salt value randomness improved
* updatedelie2010-06-241-1/+2
|
* when building ReportPDU, make sure scopedPduData is of plaintext typeelie2010-06-241-0/+6
|
* updatedelie2010-06-231-0/+2
|
* fix: include ContentName in SNMP discovery messagingelie2010-06-232-3/+7
|
* SNMP message debugging printout improvedelie2010-06-235-44/+47
|
* fix to unknown contextName exception handlingelie2010-06-231-3/+3
|
* add debugging for context operationselie2010-06-231-0/+6
|
* MP cache expiration re-worked to be time-dependent what allows anelie2010-06-113-7/+8
| | | | unlimited number of pending request/responses in SNMP engine
* updatedelie2010-06-091-0/+2
|
* Keep up to 1000 pending states in cache. so SNMP engine will now keep up toelie2010-06-091-2/+2
| | | | | 1000 pending requests/responses. Cache management is to be re-written.
* default SNMPv1/2c context is an empty string at addV1System()elie2010-06-011-1/+1
|
* updatedelie2010-05-211-0/+5
|
* Fix to communityName processing at _cookV1SystemInfo() -- typo renderedelie2010-05-211-3/+4
| | | | passed communityName not committed into LCD.
* stop table retrieval on noSuchName error at getNext callback handlerelie2010-05-061-3/+9
| | | | | to match fixed v1->v2c proxy behaviour. VS: ----------------------------------------------------------------------
* SNMPv1 response may contain noSuchName error *and* SNMPv2c exception,elie2010-05-041-1/+3
| | | | | so we ignore noSuchName errorStatus and process noSuchObject/noSuchInstance exception
* Fix to SNMPv1->SNMPv2c error status handling at proxy module. Thiselie2010-05-042-3/+6
| | | | | defect may have caused an infinite loop on a multiple var-bind SNMPv1 GetNext operation.
* updatedelie2010-04-201-0/+4
|
* Asynsock mainloop default idle period reduced to 0.5 sec for betterelie2010-04-201-1/+1
| | | | timer resolution.
* AbstractTransportDispatcher now allows user application registeringelie2010-04-201-10/+21
| | | | multiple timer callbacks each with dedicated call period.
* updatedelie2010-04-161-0/+2
|
* fix to runDispatcher() to make use of optional non-default timeout value.elie2010-04-161-1/+1
|
* fix to MIB loading logic that used to load same-name modules atelie2010-03-252-1/+3
| | | | disticts search paths on each loadModules() call
* initialize attrs used in desctuctor ASAPelie2010-03-251-3/+3
|
* updatedelie2010-02-242-1/+7
|
* fix to maxSizeResponseScopedPDU calculation - make it more accurate andelie2010-02-241-3/+4
| | | | catch possible exceptions on screwed values in input message.
* this project is already a decade oldelie2010-02-091-1/+1
|
* UDP6 example code addedrelease_4_1_13_a_tagelie2010-02-061-1/+9
|
* updatedelie2010-02-051-0/+2
|
* securityName selection by snmpCommunityTransportTag at processIncomingMsg()elie2010-02-051-19/+88
| | | | implemented