summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/oneliner/ntforg.py
Commit message (Expand)AuthorAgeFilesLines
* asynchronous notification originator documented + fixes here and thereelie2015-09-171-1/+117
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-141-62/+29
* synchronous oneliner apps redesigned to offer Python generator-basedelie2015-07-061-26/+52
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-311-32/+54
* * unnecessary inheritance of AsyncNotificationOriginator() andelie2014-06-171-19/+32
* fix to auth objects cleanup codeelie2014-06-151-1/+1
* sendNotification() API correctionelie2014-06-091-6/+7
* ContextData container introduced to the newest (async) APIelie2014-06-091-6/+6
* Major rewrite of native SNMPv3 CommandGenerator and NotificationOriginatorelie2014-04-041-5/+7
* - Internal oneliner apps configuration cache moved from respectiveelie2013-11-171-52/+117
* Internal oneliner apps configuration cache moved from respectiveelie2013-11-101-19/+21
* credential caching improved to allow unbalanced add/del configurationelie2013-06-121-17/+29
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-1/+0
* SNMP credentials management reworked to allow multiple securityNames's inelie2013-05-181-17/+19
* AsynCommandGenerator.makeReadVarBinds() generalized into a newelie2013-05-091-22/+3
* * AsynCommandGenerator.uncfgCmdGen() & AsynNotificationOriginator.uncfgCmdGen()elie2013-05-091-16/+27
* fix to bool(ErrorIndicationReturn())elie2013-01-051-1/+1
* typoelie2012-12-291-1/+1
* make sure user callback object is supplied before calling itelie2012-12-291-0/+2
* at AsynNotificationOriginator.sendNotification()elie2012-12-281-21/+21
* * The missing functionality of passing Response PDU contents of INFORMelie2012-12-151-18/+55
* additionalVarBinds made really optionalelie2012-09-291-21/+18
* moved the implicit auth & transport objects tagging from sync into asyncelie2012-09-041-7/+8
* auth & transport configuration objects made non-hashable forelie2012-08-271-1/+2
* make a default for notificationName param of sendNotification()elie2012-08-121-2/+2
* auth & target configuration containers moved to separate moduleselie2012-08-121-18/+12
* converted to MibVariable-based parameters passingelie2012-08-111-21/+22
* autogenerate missing transport tag from both auth & transport infoelie2012-07-201-2/+5
* community\transport tag processing changed:elie2012-07-191-20/+23
* IPv6/UDP and Local Domain Socket transport interfaces added to theelie2012-07-061-1/+3
* major rework of oneliner LCD configuration routine.elie2011-12-031-7/+14
* exlicit repr() calls replaced with '%r'elie2011-11-081-1/+1
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-4/+5
* sync versions of oneliner apps split off async implementation for clarityelie2011-02-111-4/+14
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-3/+4
* extended Security Options (3DESEDE, AES192, AES256) privacy protocolselie2011-01-161-0/+3
* fix to INFORM sendingelie2010-07-071-3/+1
* fix to proper tagList format (still needs a look)elie2008-11-121-2/+2
* Bind tagList to targetAddress to prevent sending dups to list memberselie2008-11-091-14/+22
* added support for AES cipher (rfc3826)elie2007-07-091-0/+1
* allow plain Python values in var-binds (invokes MIB lookup)elie2007-05-281-0/+13
* use notificationName whenever given, use default SNMPv2-MIB::snmpTrapOIDelie2007-05-281-0/+5
* to make sure LCD keys will never clash somewhere, add semantic-sensitiveelie2007-04-031-1/+1
* build LCD tables keys from a hased mix of input parameters to makeelie2007-04-031-1/+1
* invoke unconfiguration method from __del__()elie2007-03-221-0/+2
* LCD config/unconfig methods renamed and made publicelie2007-01-231-26/+29
* use authData at flushConfig for LCD destructionelie2007-01-221-1/+1
* fluchConfig() LCD cleanup function addedelie2007-01-221-3/+17
* asyncSendNotification() now accepts a tuple (cbFun, cbCtx) for theelie2006-05-211-2/+2
* varBinds made varargelie2005-11-041-1/+1