summaryrefslogtreecommitdiff
path: root/pysnmp/entity/config.py
Commit message (Expand)AuthorAgeFilesLines
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-1/+1
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-311-7/+18
* make config.delTransport() returning detached transport objectelie2015-03-071-0/+2
* - The asyncore-based transport subsystem extended to support POSIXelie2015-01-201-5/+14
* - Internal oneliner apps configuration cache moved from respectiveelie2013-11-171-0/+8
* 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-041-3/+0
* 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
* delV3User() function improved to drop all rows from USM table thatelie2013-04-171-9/+24
* cast contextEngineId into proper typeelie2012-11-241-2/+5
* use vanilla tagList as passed to addTargetAddress(), do not attempt toelie2012-07-141-2/+1
* typoelie2012-07-031-1/+1
* the condition of missing UNIX domain sockets is now handled in the same wayelie2012-07-031-6/+2
* define snmpLocalDomain symbol (to empty tuple) even if UNIX domainelie2012-06-301-1/+1
* fix to avoid extra delimiters in tagListelie2012-04-041-1/+1
* minor editingelie2011-12-061-3/+1
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-10/+10
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-2/+2
* extended Security Options (3DESEDE, AES192, AES256) privacy protocolselie2011-01-161-35/+31
* Multiple instances of the same transport domain now supported.elie2010-09-171-2/+2
* default SNMPv1/2c context is an empty string at addV1System()elie2010-06-011-1/+1
* Fix to communityName processing at _cookV1SystemInfo() -- typo renderedelie2010-05-211-3/+4
* UDP over IPv6 transport implementedelie2010-01-121-1/+5
* fix to addV1System to allow multiple systems to co-exist in LCDelie2008-06-231-4/+1
* added support for AES cipher (rfc3826)elie2007-07-091-1/+4
* build groupName from hashed securityName to always fit constraintselie2007-04-031-2/+2
* merge per-view VACM shortcuts into a universal add/delVacmUser() toelie2007-04-021-64/+64
* fixes to snmpNotifyFilterEntry manglingelie2007-01-221-9/+19
* LCD cleanup funcs for VACM simplicity wrappers addedelie2007-01-221-9/+58
* LCD unconfiguration functions addedelie2007-01-181-108/+214
* create access mode specific VACM group names in shortcut functions.elie2007-01-131-9/+9
* at addSocketTransport(), create transport dispatcher if does not exist.elie2006-10-301-1/+2
* do not automatically release possibly existing transportDispatcherelie2006-10-301-2/+0
* LCD management code converted into MIB instrumentation facilityelie2006-10-011-352/+111
* use symbolic RowStatus state names for clarityelie2006-09-201-11/+11
* destroy possibly existing table row before row creation to avoidelie2006-09-201-9/+50
* manually initialize snmpCommunityStorageType as it's not done by MIBelie2006-05-211-0/+5
* setInitialVacmParameters() implementedelie2006-04-051-0/+26
* work with Managed Objects instances rather than with theirelie2005-10-261-2/+2
* addV3User() now takes contextEngineId parameter which is used byelie2005-10-121-12/+17
* addTrapUser() addedelie2005-10-081-0/+15
* bugfix to unset privProtocol verificationelie2005-09-301-1/+1
* handle usmNoAuthProtocol:& usmNoPrivProtocol:in addV3User()elie2005-08-151-4/+12
* addV3User() parameters order changed; protocol OIDs now usedelie2005-08-151-60/+32
* in addV3User():elie2005-08-051-35/+65