summaryrefslogtreecommitdiff
path: root/pysnmp/proto/secmod
Commit message (Expand)AuthorAgeFilesLines
* fixed a crash happening on incomplete inbound SNMP messageIlya Etingof2017-07-131-12/+4
* Added instrumentation hooks to catch SNMP auth/crypto failures (#59)Ilya Etingof2017-05-272-9/+29
* minor pep8 improvementsIlya Etingof2017-05-274-26/+26
* required pyasn1 version is now 0.2.3Ilya Etingof2017-02-142-11/+11
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-1218-18/+18
* Fixes to key localization code for AES192/256Ilya Etingof2016-08-211-5/+5
* Reeder key localization refactoredIlya Etingof2016-08-214-13/+15
* Reeder key localization for AES192/256 encryption implementedIlya Etingof2016-08-214-2/+72
* cosmetic fixes to 3DES fixesIlya Etingof2016-08-211-4/+3
* Cleaned up code as per Illya's comments.Bob Reese2016-08-151-7/+6
* This fixes two errors SNMPV3 des3 privacy support.Bob Reese2016-08-081-22/+11
* fix to 3DES key localization procedureIlya Etingof2016-07-305-11/+16
* converted to new-style classesIlya Etingof2016-06-124-4/+4
* work even if transport dispatcher is not availableIlya Etingof2016-04-171-2/+5
* pep8 reformattedIlya Etingof2016-04-0313-207/+369
* pep8 reformattedIlya Etingof2016-04-025-35/+51
* copyright updatedelie2015-12-2917-17/+17
* two more execution observer points added: rfc2576.processIncomingMsgelie2015-12-192-26/+58
* fix to USM: extra user entry clone removed on incoming messageelie2015-12-191-62/+48
* typoselie2015-12-191-2/+2
* all SNMP counters now incremented via '+= 1' rather than 'x = x + 1'elie2015-12-122-9/+9
* copyright notice added to source codeelie2015-11-2017-11/+114
* linted for bad-whitespace and some other issueselie2015-10-176-24/+24
* linted the bad-continuation issue as well as some otherselie2015-10-179-643/+390
* linted for trailing whitespaceselie2015-10-1715-104/+103
* - 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