summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
...
* oneliner GETBULK Command Generator now strips possible excessive OIDselie2015-01-011-39/+35
* * fix ignore impossible errorStatuselie2014-12-191-5/+7
* CommandGeneratorBase symbol added for compatibilityelie2014-12-151-0/+3
* * asyncio transport made compatible with trolliuselie2014-12-156-26/+46
* asyncio-backed SNMP Applications APIs redesigned for better usability inelie2014-11-162-96/+10
* 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-049-0/+498
* fixes to debug messageselie2014-11-041-2/+2
* nonRepeaters & maxRepetitions position fixelie2014-11-041-9/+9
* * added support for logging into parent application's loggerelie2014-10-271-7/+10
* built-in debugging is now based on Python logging moduleelie2014-10-261-7/+27
* 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