summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* fix to initialize errorIndex & errorStatus components of the resulting PDUelie2014-03-171-1/+9
* handle the case of deactivated sys.stderrelie2014-03-151-1/+1
* Fix to .clone() method of rfc1902.Bits class to make its signatureelie2014-03-151-3/+6
* fix to rfc1902.OctetString & Bits to base them on OctetString class toelie2014-03-151-8/+8
* * fix to OctetString.clone()'ingelie2014-03-151-0/+12
* amended the case of null debug writerelie2014-03-151-4/+3
* handle the case of absent stderr stream at Debug printerelie2014-03-141-1/+4
* 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-291-2/+7
* observer call added to processIncomingMsg()elie2014-01-251-3/+14
* fix to key localization loop termination conditionelie2014-01-102-4/+4
* critical error fixed in key localization procedure for AES192/AES256/3DESelie2014-01-094-54/+52
* passing request details to access control callback made simplerelie2014-01-081-11/+17
* new public DgramSocketTransport.getLocalAddress() returns local endpointelie2014-01-081-3/+3
* oneliner transport object now supports setLocalAddress() method toelie2013-12-191-1/+6
* * broadcast socket option can now be enabled with the .enableBroadcast()elie2013-12-122-7/+16
* _verifyComponent() in newer pyasn1 takes keyword parameterselie2013-12-021-1/+1
* fix to BULK CommandGenerator to use the same nonRepeaters OIDs acrosselie2013-11-231-0/+4
* fix to rfc1902.Bits type to make it accepting hex and binary initializers,elie2013-11-231-5/+4
* - Internal oneliner apps configuration cache moved from respectiveelie2013-11-173-149/+309
* Internal oneliner apps configuration cache moved from respectiveelie2013-11-102-55/+61
* initial revisionelie2013-11-101-0/+58
* Execution Observer facility implemented to give app an inside viewelie2013-11-094-41/+319
* sendRequestHandle made persistent across multiple iterationselie2013-10-101-24/+20
* fix to sendNotification() error handlingelie2013-10-052-5/+9
* typoelie2013-09-291-1/+1
* fix to pass stateReference to registered app on unconfirmed notificationselie2013-09-291-3/+6
* fixes to normalizeAddress()elie2013-09-252-2/+2
* IPv6 address normalization moved into UDP6 transportelie2013-09-242-10/+15
* forcibly zero ZoneID, FlowID and ScopeID components to make itelie2013-09-241-0/+10
* sometimes missing inet_ntop()/inet_pton() reimplemented in pure structelie2013-09-241-67/+105
* cosmeticselie2013-09-231-1/+2
* added ctypes dependency for old Pythons on Windowselie2013-09-231-1/+5
* SNMP Engine object now has a snmpEngineID attribute exposedelie2013-09-151-1/+2
* gracefully handle malformed SnmpEngineID coming from SNMPv3 headerelie2013-09-141-0/+14
* minor changes to transport dispatcher's recvId logicelie2013-09-082-14/+12
* no default data routing function anymoreelie2013-09-071-5/+7
* * A single instance of transport dispatcher can now serve multipleelie2013-09-072-24/+47
* sockets now configured with SO_REUSEADDR option to fix possibleelie2013-09-021-0/+1
* fix to message processing module which used to refer to a boguselie2013-08-241-5/+9
* fix to SnmpAdminString, SnmpTagList, SnmpTagValue types to make themelie2013-08-032-0/+3
* pretty print contextEngineId in debugelie2013-08-011-4/+4
* fixes to inet_ntop()/inet_pton()elie2013-07-311-14/+14
* fix to inet_ntop()/inet_pton() support on Windowselie2013-07-311-9/+65
* fix to asyncore-based transport to work only with AsynsockDispatcher'selie2013-07-031-6/+21
* whenever addTransport() automatically instantiates transportDispatcher,elie2013-06-301-1/+11
* overload closeTransport() to get a chance to close UNIX pipe on transportelie2013-06-301-0/+5
* fix: do not close transport whenever unregistering it at dispatcherelie2013-06-301-1/+0
* move common methods to AbstractTransportelie2013-06-303-19/+16