summaryrefslogtreecommitdiff
path: root/pysnmp/entity
Commit message (Expand)AuthorAgeFilesLines
* CommandGeneratorBase symbol added for compatibilityelie2014-12-151-0/+3
* getNextVarBinds() will always cast passed var-binds into pyasn1elie2014-11-161-1/+1
* fix to observer removalelie2014-11-161-2/+2
* fixes to debug messageselie2014-11-041-2/+2
* make NotificationOriginator using MibInstrumentationController when expandingelie2014-06-271-1/+5
* pylint'edelie2014-06-173-17/+16
* use sendPduHandle term for clarity and unificationelie2014-06-161-38/+38
* BULK API correctionelie2014-06-161-4/+4
* cosmetic fixelie2014-06-161-24/+24
* fix to CB stack unwindingelie2014-06-091-0/+1
* sendNotification() API correctionelie2014-06-091-2/+2
* API visual unification:elie2014-06-091-16/+21
* _sendRspPdu() method introduced to tap onto PDU processingelie2014-04-041-4/+19
* Major rewrite of native SNMPv3 CommandGenerator and NotificationOriginatorelie2014-04-042-580/+642
* 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
* fix to BULK CommandGenerator to use the same nonRepeaters OIDs acrosselie2013-11-231-0/+4
* - Internal oneliner apps configuration cache moved from respectiveelie2013-11-171-0/+8
* 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-211-2/+1
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-045-7/+3
* missing imports, non-existing variables as suggested by linterelie2013-06-032-1/+2
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-011-8/+14
* removed securityName parameter from delV3User()elie2013-05-251-3/+0
* the userName parameter is now fully separated from securityName atelie2013-05-251-6/+12
* replace contextEngineId with securityEngineId as addV3User()elie2013-05-251-3/+8
* SNMP credentials management reworked to allow multiple securityNames's inelie2013-05-181-28/+36
* break cyclic references at CommandResponder and NotificationReceiver appselie2013-05-132-2/+4
* 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
* timing reporting in debug mode improvedelie2013-03-151-1/+1
* typos fixedelie2013-02-091-2/+2
* Standard SNMP Apps and built-in proxy now ignores malformed errorIndexelie2013-02-072-4/+4
* VACM modules converted from a function into an object to let it keepelie2013-01-051-11/+11
* cast non-default contextName into pyasn1 object to avoid Py3K comparationelie2013-01-051-0/+4
* typoselie2012-12-161-1/+1
* * 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-142-178/+264
* the contextName parameter of context.SnmpContext() made optionalelie2012-12-021-1/+1
* the missing functionality of NOTIFICATION-TYPE objects being looked upelie2012-11-281-15/+18