summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/ntforg.py
Commit message (Expand)AuthorAgeFilesLines
* implementation of the multiple targets functionality moved from .sendPdu()elie2015-06-031-68/+66
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-311-61/+68
* fixes to debug messageselie2014-11-041-2/+2
* make NotificationOriginator using MibInstrumentationController when expandingelie2014-06-271-1/+5
* pylint'edelie2014-06-171-15/+13
* use sendPduHandle term for clarity and unificationelie2014-06-161-38/+38
* sendNotification() API correctionelie2014-06-091-2/+2
* Major rewrite of native SNMPv3 CommandGenerator and NotificationOriginatorelie2014-04-041-174/+239
* fix to sendNotification() error handlingelie2013-10-051-4/+8
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-1/+1
* Multi-lingual capabilities of all CommandGenerator & NotificationOriginator ...elie2013-05-051-13/+23
* Standard SNMP Apps and built-in proxy now ignores malformed errorIndexelie2013-02-071-1/+1
* cast non-default contextName into pyasn1 object to avoid Py3K comparationelie2013-01-051-0/+4
* * The missing functionality of passing Response PDU contents of INFORMelie2012-12-151-10/+25
* standard SNMPv3 Apps hardened to catch protocol-related exceptions andelie2012-12-141-47/+86
* the missing functionality of NOTIFICATION-TYPE objects being looked upelie2012-11-281-15/+18
* use system uptime and trap OID values from SNMP engine's instrumentationelie2012-11-261-6/+2
* cast additionalVarBinds into ObjectIdentifier typeelie2012-11-251-2/+4
* fix to isAccessAllowed() error handling at NotificationOriginator. Systemelie2012-11-251-4/+4
* __context -> snmpContext for clarityelie2012-11-241-7/+5
* defaulted value for additionalVarBinds changed from None to ()elie2012-09-291-6/+5
* catch wrong stateMduHandle conditionelie2012-07-211-0/+4
* fix to Notification Originator to make it communicating a singleelie2012-07-201-19/+37
* fix to sendNotification() to make it actually sending manyelie2012-07-191-2/+4
* use sysUpTime value whenever it is included in Notification PDU, otheriweseelie2012-07-071-7/+15
* transport dispatcher now provides its own time expressed inelie2011-11-271-5/+11
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-5/+6
* MsgAndPduDsp expectResponse parameters passing reworked.elie2011-02-121-4/+8
* python < 2.2 specific code removedelie2011-01-201-6/+0
* allow standard SNMP apps to choose access control method to useelie2010-12-011-3/+2
* debug category 'app' addedelie2010-07-101-0/+11
* refactor NotificationOriginator to allow receiption methodelie2009-07-311-4/+16
* both fix and a re-work of sysUptime value managementelie2008-11-121-2/+7
* make use of nextid.py for unique IDs generationelie2008-04-271-2/+4
* fix to response timeout roundup codeelie2007-11-231-3/+3
* use notificationName whenever given, use default SNMPv2-MIB::snmpTrapOIDelie2007-05-281-1/+4
* SMI/dispatcher timeout multiplier fixed to 0.01 secelie2007-02-241-2/+2
* partial fix to trap PDU buildelie2007-01-301-17/+15
* fix to notification objects resolution code atelie2007-01-291-2/+3
* fix to sysUpTime OIDelie2006-10-011-1/+1
* python1.5 compatibility fix: [].extend() expects a list, not tupleelie2006-05-251-0/+6
* work with Managed Objects instances rather than with theirelie2005-10-261-1/+1
* NotificationOriginator now supports cbFun (used for Informs)elie2005-10-121-5/+15
* many fixes to NotificationOriginator codeelie2005-10-121-20/+47
* no context to pass back to cbelie2005-10-101-6/+4
* * use Transport jobs interface for multicast trackingelie2005-10-091-56/+33
* many fixes, sendNotification() nearly workselie2005-10-081-21/+38
* require snmpContextelie2005-10-071-11/+9
* initial revisionelie2005-10-071-0/+220