summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
...
* fix to file descriptor leak at MibBuilderelie2014-10-261-1/+4
* CommandGenerator.getNext() & .getBulk() methods now support theelie2014-08-181-27/+48
* make NotificationOriginator using MibInstrumentationController when expandingelie2014-06-271-1/+5
* TRAP PDU agent address evaluation made lazy to improve startup timeelie2014-06-211-6/+8
* * unnecessary inheritance of AsyncNotificationOriginator() andelie2014-06-171-19/+32
* .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-171-16/+63
* use sendPduHandle term for clarity and unificationelie2014-06-161-38/+38
* BULK API correctionelie2014-06-161-4/+4
* major re-write aiming at:elie2014-06-162-98/+169
* cosmetic fixelie2014-06-161-24/+24
* fix to auth objects cleanup codeelie2014-06-151-1/+1
* fix to asyncore-based transport not to use asyncore's cheap inheritanceelie2014-06-141-0/+2
* fix to bulk command optionselie2014-06-091-1/+2
* fix to CB stack unwindingelie2014-06-091-0/+1
* sendNotification() API correctionelie2014-06-092-8/+9
* API visual unification:elie2014-06-091-16/+21
* ContextData container introduced to the newest (async) APIelie2014-06-093-32/+48
* fix to authoritative engine side snmpEngineID discovery procedure:elie2014-04-231-7/+10
* _sendRspPdu() method introduced to tap onto PDU processingelie2014-04-041-4/+19
* Major rewrite of native SNMPv3 CommandGenerator and NotificationOriginatorelie2014-04-043-585/+649
* missing wrongLength and wrongEncoding SMI errors addedelie2014-03-252-0/+6
* This program is free software; you can redistribute it and/or modifyelie2014-03-242-5/+3
* some more debugging addedelie2014-03-241-0/+2
* Fix to SNMPv1/v2c message processing subsystem to make it servingelie2014-03-241-8/+32
* clean up request queue on pysnmp-level processing failure, not justelie2014-03-241-3/+2
* missing check for null scopedPDU addedelie2014-03-211-0/+5
* do not cache snmpEngineId & snmpAdminString at CommandGenerator to let itelie2014-03-211-5/+3
* fixes to verify pyasn1 decoder.decode() return to withstandelie2014-03-213-4/+19
* 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