summaryrefslogtreecommitdiff
path: root/pysnmp/entity
Commit message (Expand)AuthorAgeFilesLines
...
* Major rewrite of native SNMPv3 CommandGenerator and NotificationOriginatorelie2014-04-043-585/+649
* missing wrongLength and wrongEncoding SMI errors addedelie2014-03-251-0/+4
* do not cache snmpEngineId & snmpAdminString at CommandGenerator to let itelie2014-03-211-5/+3
* passing request details to access control callback made simplerelie2014-01-081-11/+17
* oneliner transport object now supports setLocalAddress() method toelie2013-12-191-1/+6
* fix to BULK CommandGenerator to use the same nonRepeaters OIDs acrosselie2013-11-231-0/+4
* - Internal oneliner apps configuration cache moved from respectiveelie2013-11-173-149/+309
* Internal oneliner apps configuration cache moved from respectiveelie2013-11-102-55/+61
* initial revisionelie2013-11-101-0/+58
* Execution Observer facility implemented to give app an inside viewelie2013-11-091-2/+5
* sendRequestHandle made persistent across multiple iterationselie2013-10-101-24/+20
* fix to sendNotification() error handlingelie2013-10-051-4/+8
* cosmeticselie2013-09-231-1/+2
* SNMP Engine object now has a snmpEngineID attribute exposedelie2013-09-151-1/+2
* minor changes to transport dispatcher's recvId logicelie2013-09-081-9/+10
* * A single instance of transport dispatcher can now serve multipleelie2013-09-071-5/+6
* pretty print contextEngineId in debugelie2013-08-011-4/+4
* whenever addTransport() automatically instantiates transportDispatcher,elie2013-06-301-1/+11
* disptacher vs transport compatibiilty verification moved intoelie2013-06-213-2/+6
* 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-049-11/+8
* missing imports, non-existing variables as suggested by linterelie2013-06-032-1/+2
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-012-11/+17
* 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
* removed securityName parameter from delV3User()elie2013-05-251-3/+0
* the userName parameter is now fully separated from securityName atelie2013-05-253-19/+33
* replace contextEngineId with securityEngineId as addV3User()elie2013-05-251-3/+8
* 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-184-93/+128
* break cyclic references at CommandResponder and NotificationReceiver appselie2013-05-132-2/+4
* AsynCommandGenerator.makeReadVarBinds() generalized into a newelie2013-05-092-48/+30
* * AsynCommandGenerator.uncfgCmdGen() & AsynNotificationOriginator.uncfgCmdGen()elie2013-05-092-37/+76
* Multi-lingual capabilities of all CommandGenerator & NotificationOriginator ...elie2013-05-052-106/+85
* delV3User() function improved to drop all rows from USM table thatelie2013-04-171-9/+24
* fix to Twisted-based NotificationOriginator to make it serving INFORMs againelie2013-03-161-9/+5
* timing reporting in debug mode improvedelie2013-03-151-1/+1
* typos fixedelie2013-02-091-2/+2
* missing import addedelie2013-02-091-0/+1
* Standard SNMP Apps and built-in proxy now ignores malformed errorIndexelie2013-02-072-4/+4
* fix to MibVariable handling of the MIB, <empty-symbol> initializerselie2013-01-051-4/+3
* VACM modules converted from a function into an object to let it keepelie2013-01-051-11/+11
* fix to bool(ErrorIndicationReturn())elie2013-01-051-1/+1
* cast non-default contextName into pyasn1 object to avoid Py3K comparationelie2013-01-051-0/+4
* 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