summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/oneliner/cmdgen.py
Commit message (Expand)AuthorAgeFilesLines
* synchronous oneliner apps redesigned to offer Python generator-basedelie2015-07-061-258/+295
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-311-54/+33
* 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
* .getMibViewController() impementedelie2014-06-171-15/+13
* converted to the latest API that supports more data to be usedelie2014-06-171-16/+63
* fix to bulk command optionselie2014-06-091-1/+2
* ContextData container introduced to the newest (async) APIelie2014-06-091-26/+31
* - Internal oneliner apps configuration cache moved from respectiveelie2013-11-171-97/+184
* Internal oneliner apps configuration cache moved from respectiveelie2013-11-101-36/+40
* disptacher vs transport compatibiilty verification moved intoelie2013-06-211-0/+1
* credential caching improved to allow unbalanced add/del configurationelie2013-06-121-24/+32
* fix to exception message formattingelie2013-06-101-1/+1
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-011-3/+3
* fix to online dict keys removal at uncfg()elie2013-05-261-1/+1
* the userName parameter is now fully separated from securityName atelie2013-05-251-6/+7
* contextEngineId parameter of auth.UsmUserData() renamed intoelie2013-05-211-4/+4
* SNMP credentials management reworked to allow multiple securityNames's inelie2013-05-181-37/+52
* AsynCommandGenerator.makeReadVarBinds() generalized into a newelie2013-05-091-26/+27
* * AsynCommandGenerator.uncfgCmdGen() & AsynNotificationOriginator.uncfgCmdGen()elie2013-05-091-21/+49
* memory leak fixed at oneliner cache of already configured targetselie2012-12-221-1/+4
* when calling for PDU generation, make use of contextName passedelie2012-12-141-13/+27
* major contextEngineId/contextName related reworkelie2012-12-141-13/+26
* typo fix: lookupNames should read as lookupValueselie2012-08-301-1/+1
* auth & transport configuration objects made non-hashable forelie2012-08-271-3/+3
* reverse MIB resolution features moved to AsyncCommandGeneratorelie2012-08-131-110/+166
* auth & target configuration containers moved to separate moduleselie2012-08-121-163/+3
* converted to MibVariable-based parameters passingelie2012-08-111-48/+32
* community\transport tag processing changed:elie2012-07-191-19/+31
* use **kwargs instead of keyword args past *args what makes it compatibleelie2012-07-121-12/+22
* CommandGenerator's class attributes lexicographicMode, maxRowselie2012-07-101-13/+36
* sync apps now support optional kwargs:elie2012-07-101-26/+75
* IPv6/UDP and Local Domain Socket transport interfaces added to theelie2012-07-061-9/+39
* proper support for ignoreNonIncreasingOIDs optionelie2012-04-061-8/+8
* fix to oneliner getnext/getbulk response table rectangulation procedureelie2012-04-021-3/+3
* oneliner CommandGenerator can now limit the number of SNMP tableelie2011-12-271-5/+21
* autogenerated securityName should depend of all CommunityData initializerselie2011-12-071-3/+7
* major rework of oneliner LCD configuration routine.elie2011-12-031-46/+43
* exlicit repr() calls replaced with '%r'elie2011-11-081-7/+5
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-32/+50
* fix to OidNotIncreasing error checkingelie2011-05-311-2/+3
* CommandGenerator.ignoreNonIncreasingOid can be used to control theelie2011-05-301-3/+9
* CommandGenerator should have access to mibViewController instanceelie2011-03-151-0/+4
* sync versions of oneliner apps split off async implementation for clarityelie2011-02-111-19/+43
* for read queries, do not lookup pure OID arguments at MIB for efficiencyelie2011-01-221-19/+17
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-3/+3
* extended Security Options (3DESEDE, AES192, AES256) privacy protocolselie2011-01-161-0/+3
* 'self' shadowing resolvedelie2010-12-121-6/+6