summaryrefslogtreecommitdiff
path: root/pysnmp/proto/secmod
Commit message (Expand)AuthorAgeFilesLines
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-1/+1
* pylint'edelie2014-06-171-1/+0
* fix to authoritative engine side snmpEngineID discovery procedure:elie2014-04-231-7/+10
* missing check for null scopedPDU addedelie2014-03-211-0/+5
* fixes to verify pyasn1 decoder.decode() return to withstandelie2014-03-211-2/+7
* observer call added to processIncomingMsg()elie2014-01-251-3/+14
* fix to key localization loop termination conditionelie2014-01-102-4/+4
* critical error fixed in key localization procedure for AES192/AES256/3DESelie2014-01-094-54/+52
* gracefully handle malformed SnmpEngineID coming from SNMPv3 headerelie2013-09-141-0/+14
* cache and uncache usmUserSecurityName for debugging purposeselie2013-06-261-0/+5
* fix to octet string typing (used to throw an exception)elie2013-06-261-2/+2
* Fix to SnmpUSMSecurityModel._sec2usr() - raise NoSuchInstance errorelie2013-06-101-3/+6
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-18/+18
* missing imports, non-existing variables as suggested by linterelie2013-06-032-0/+2
* the userName parameter is now fully separated from securityName atelie2013-05-251-45/+99
* SNMP credentials management reworked to allow multiple securityNames's inelie2013-05-181-7/+16
* min(key=key) is not supported by older Pythonselie2013-05-121-1/+2
* Fix and significant logic rework of snmpCommunityTable to make it workingelie2013-05-051-22/+23
* the snmpCommunityTable row selection improved to follow RFC2576, clause 5.2.1elie2013-05-041-5/+16
* delV3User() function improved to drop all rows from USM table thatelie2013-04-171-17/+26
* catch possible exceptions on pyasn1 encoder invocationelie2012-12-042-19/+51
* maxSizeResponseScopedPDU must not be a [constrained] instance of maxMessageSizeelie2012-08-281-1/+1
* fix to com2sec routine to always select securityName based onelie2012-07-271-7/+5
* hexdump() addedelie2012-07-231-1/+1
* cast transportDispatcher's timing values into ints to match incrementingelie2012-07-221-3/+3
* local timeouts made dependant on system timer resolutionelie2012-07-211-2/+2
* com2sec() logic change:elie2012-07-191-10/+15
* typo fixedelie2012-07-161-4/+4
* community2security & security2community caching maps implementedelie2012-07-141-183/+289
* fix to processIncomingMessage() to take SecurityModel into accountelie2012-07-131-6/+38
* __init__.py's made non-empty as they may be optimized out by packageelie2012-07-047-0/+7
* support snmpLocalDomain taggingelie2012-07-031-1/+3
* do not try to pass local endpoint address to secmod as transportDomainelie2012-07-021-4/+4
* perform securityLevel verification for authoritative SNMP engine onlyelie2012-06-261-31/+33
* hex dumps of binary parts of the protocol added to ease systemelie2012-06-251-2/+8
* SECURITY FIX: USM subsystem did not verify securityLevel of inboundelie2012-06-251-17/+31
* added pyasn1 decoder failures diagnistics in debug modeelie2012-04-201-5/+6
* fix to non-MT-safe class attributes at SNMPv3 MP & SEC moduleselie2012-04-171-3/+3
* fix to UDP6 transport handling at rfc2576 security moduleelie2012-01-261-1/+1
* make debug doing repr against hardly printable objectselie2011-12-031-4/+4
* exlicit repr() calls replaced with '%r'elie2011-11-081-11/+11
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-068-157/+124
* missing module import fixedelie2011-08-142-2/+2
* internal cache split off security modules to facilitate code reuseelie2011-02-114-28/+32
* * pre-compute some more ASN.1 constantselie2011-01-212-12/+36
* re-use some of ASN.1 structures used in message processing for efficiencyelie2011-01-211-1/+1
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-203-30/+43
* extended Security Options (3DESEDE, AES192, AES256) privacy protocolselie2011-01-1614-25/+319
* The error-indication codes moved from literals to objectselie2010-12-259-50/+50
* fix to dummy encryptData()/decryptData() APIelie2010-12-012-2/+2