summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Major rewrite of native SNMPv3 CommandGenerator and NotificationOriginatorelie2014-04-044-585/+660
* missing wrongLength and wrongEncoding SMI errors addedelie2014-03-253-0/+7
* This program is free software; you can redistribute it and/or modifyelie2014-03-243-5/+6
* some more debugging addedelie2014-03-241-0/+2
* Fix to SNMPv1/v2c message processing subsystem to make it servingelie2014-03-242-8/+36
* clean up request queue on pysnmp-level processing failure, not justelie2014-03-242-3/+4
* missing check for null scopedPDU addedelie2014-03-211-0/+5
* do not cache snmpEngineId & snmpAdminString at CommandGenerator to let itelie2014-03-212-5/+5
* fixes to verify pyasn1 decoder.decode() return to withstandelie2014-03-214-5/+21
* fix to initialize errorIndex & errorStatus components of the resulting PDUelie2014-03-172-1/+11
* handle the case of deactivated sys.stderrelie2014-03-151-1/+1
* Fix to .clone() method of rfc1902.Bits class to make its signatureelie2014-03-152-3/+9
* fix to rfc1902.OctetString & Bits to base them on OctetString class toelie2014-03-152-8/+12
* * fix to OctetString.clone()'ingelie2014-03-151-0/+12
* amended the case of null debug writerelie2014-03-152-5/+4
* handle the case of absent stderr stream at Debug printerelie2014-03-142-1/+5
* check for end-of-octets in versionelie2014-02-011-1/+3
* missing module reference addedelie2014-01-291-1/+1
* fix to decodeMessageVersion() to withstand broken messageselie2014-01-292-2/+8
* updatedelie2014-01-252-1/+10
* example script explaining incoming message's communityName re-writing addedelie2014-01-252-0/+78
* observer call added to processIncomingMsg()elie2014-01-251-3/+14
* updated to include agent-side table populationelie2014-01-251-15/+41
* MIB instrumentation example improved to cover table index building facilityelie2014-01-242-7/+19
* fix to key localization loop termination conditionelie2014-01-102-4/+4
* critical error fixed in key localization procedure for AES192/AES256/3DESelie2014-01-095-54/+54
* license extendedelie2014-01-091-1/+1
* updatedelie2014-01-081-0/+3
* passing request details to access control callback made simplerelie2014-01-081-11/+17
* new public DgramSocketTransport.getLocalAddress() returns local endpointelie2014-01-082-3/+5
* oneliner transport object now supports setLocalAddress() method toelie2013-12-192-1/+8
* example script on SNMP Agents UDP broadcast-based discovery addedelie2013-12-122-0/+78
* * broadcast socket option can now be enabled with the .enableBroadcast()elie2013-12-123-7/+21
* _verifyComponent() in newer pyasn1 takes keyword parameterselie2013-12-021-1/+1
* comments improvedelie2013-11-251-4/+4
* example script on transport timeout & retries manipulation addedelie2013-11-252-0/+48
* some more examples on MIB lookup and use at oneliner CommandGenerator addedelie2013-11-243-0/+97
* fix to BULK CommandGenerator to use the same nonRepeaters OIDs acrosselie2013-11-232-0/+7
* fix to rfc1902.Bits type to make it accepting hex and binary initializers,elie2013-11-232-6/+7
* - Internal oneliner apps configuration cache moved from respectiveelie2013-11-1710-164/+541
* typo fixelie2013-11-171-1/+1
* Internal oneliner apps configuration cache moved from respectiveelie2013-11-103-55/+65
* minor fixeselie2013-11-102-1/+8
* initial revisionelie2013-11-101-0/+58
* Execution Observer facility implemented to give app an inside viewelie2013-11-0915-91/+710
* memory leak fixedelie2013-10-255-0/+9
* sendRequestHandle made persistent across multiple iterationselie2013-10-102-25/+22
* fix to sendNotification() error handlingelie2013-10-053-6/+15
* updatedrelease_4_2_5_tagelie2013-09-301-4/+4
* examples adjusted to work with fixed-EngineID SNMP simulatorelie2013-09-305-13/+17