summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/ntforg.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-32/+75
* Fix PDU consistency check in notification originatorIlya Etingof2019-02-251-2/+2
* Ensure TRAP PDU consistency in v1archIlya Etingof2019-02-231-22/+40
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-7/+5
* Uppercase global constants (#238)Ilya Etingof2019-02-101-20/+20
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-091-4/+4
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
* many backward-compatibility aids droppedIlya Etingof2018-02-251-61/+0
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* fixed SNMPv3 retries algorithm inconsistencies (#106)Ilya Etingof2017-11-111-9/+19
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* converted to new-style classesIlya Etingof2016-06-121-1/+1
* pep8 reformattedIlya Etingof2016-04-021-24/+63
* copyright updatedelie2015-12-291-1/+1
* fix to NotificationOriginator to cope with unspecified user callableelie2015-12-191-3/+4
* copyright notice added to source codeelie2015-11-201-0/+6
* linted for bad-whitespace and some other issueselie2015-10-171-1/+1
* linted the bad-continuation issue as well as some otherselie2015-10-171-192/+78
* linted for trailing whitespaceselie2015-10-171-13/+13
* * fix to wrong callback being called on SNMP engine errorelie2015-09-271-31/+24
* 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