summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/oneliner
Commit message (Expand)AuthorAgeFilesLines
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-1411-342/+1338
* synchronous oneliner apps redesigned to offer Python generator-basedelie2015-07-062-284/+347
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-1/+1
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-313-397/+91
* - Initial PySMI integration. Original ASN.1 MIBs could now be parsed, storedelie2015-05-171-0/+13
* catch unresolved OID type when building var-bindselie2015-03-181-1/+4
* no xrange in Python3elie2015-01-201-2/+2
* oneliner GETBULK Command Generator now strips possible excessive OIDselie2015-01-011-39/+35
* CommandGenerator.getNext() & .getBulk() methods now support theelie2014-08-181-27/+48
* * unnecessary inheritance of AsyncNotificationOriginator() andelie2014-06-171-19/+32
* .getMibViewController() impementedelie2014-06-171-15/+13
* converted to the latest API that supports more data to be usedelie2014-06-171-16/+63
* fix to auth objects cleanup codeelie2014-06-151-1/+1
* fix to bulk command optionselie2014-06-091-1/+2
* sendNotification() API correctionelie2014-06-091-6/+7
* ContextData container introduced to the newest (async) APIelie2014-06-093-32/+48
* Major rewrite of native SNMPv3 CommandGenerator and NotificationOriginatorelie2014-04-041-5/+7
* oneliner transport object now supports setLocalAddress() method toelie2013-12-191-1/+6
* - Internal oneliner apps configuration cache moved from respectiveelie2013-11-172-149/+301
* Internal oneliner apps configuration cache moved from respectiveelie2013-11-102-55/+61
* disptacher vs transport compatibiilty verification moved intoelie2013-06-212-0/+5
* credential caching improved to allow unbalanced add/del configurationelie2013-06-122-41/+61
* fix to exception message formattingelie2013-06-101-1/+1
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-043-3/+4
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-011-3/+3
* Oneliner UsmUserData() and CommunityData() classes now support clone()'ingelie2013-06-011-9/+44
* fix to online dict keys removal at uncfg()elie2013-05-261-1/+1
* the userName parameter is now fully separated from securityName atelie2013-05-252-13/+21
* Oneliner transport target classes now support the getTransportInfo()elie2013-05-251-0/+3
* contextEngineId parameter of auth.UsmUserData() renamed intoelie2013-05-212-9/+16
* SNMP credentials management reworked to allow multiple securityNames's inelie2013-05-183-65/+92
* AsynCommandGenerator.makeReadVarBinds() generalized into a newelie2013-05-092-48/+30
* * AsynCommandGenerator.uncfgCmdGen() & AsynNotificationOriginator.uncfgCmdGen()elie2013-05-092-37/+76
* missing import addedelie2013-02-091-0/+1
* fix to MibVariable handling of the MIB, <empty-symbol> initializerselie2013-01-051-4/+3
* 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
* memory leak fixed at oneliner cache of already configured targetselie2012-12-221-1/+4
* * The missing functionality of passing Response PDU contents of INFORMelie2012-12-151-18/+55
* when calling for PDU generation, make use of contextName passedelie2012-12-141-13/+27
* commentedelie2012-12-141-2/+4
* major contextEngineId/contextName related reworkelie2012-12-141-13/+26
* additionalVarBinds made really optionalelie2012-09-291-21/+18
* moved the implicit auth & transport objects tagging from sync into asyncelie2012-09-041-7/+8
* typo fix: lookupNames should read as lookupValueselie2012-08-301-1/+1
* auth & transport configuration objects made non-hashable forelie2012-08-273-23/+5
* minor cleanupselie2012-08-271-32/+18
* consider MIB symbol is fully resolved ONLY if the resultant MIB nodeelie2012-08-271-2/+1