summaryrefslogtreecommitdiff
path: root/pysnmp/proto/secmod/rfc3414/service.py
Commit message (Expand)AuthorAgeFilesLines
* Introduce "wildcard" SNMP engine IDwildcard-engine-idIlya Etingof2019-08-111-25/+58
* Move most of SNMP engine discovery code to security moduleIlya Etingof2019-08-061-7/+39
* Fix crashing VACM debuggingIlya Etingof2019-08-051-6/+6
* Do not store incomplete USM keys and improve USM debuggingIlya Etingof2019-08-041-9/+72
* Extend copyright notice to year 2019Ilya Etingof2018-12-291-1/+1
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* refactor digest size getter into property, handle the case of unavailable cryptoIlya Etingof2017-08-031-1/+1
* add support for USM SHA-2 algorithms (RFC 7860) (#71)verrio2017-08-031-2/+8
* 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-271-8/+25
* minor pep8 improvementsIlya Etingof2017-05-271-17/+17
* required pyasn1 version is now 0.2.3Ilya Etingof2017-02-141-9/+9
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* Reeder key localization refactoredIlya Etingof2016-08-211-4/+4
* Reeder key localization for AES192/256 encryption implementedIlya Etingof2016-08-211-0/+2
* work even if transport dispatcher is not availableIlya Etingof2016-04-171-2/+5
* pep8 reformattedIlya Etingof2016-04-031-98/+180
* copyright updatedelie2015-12-291-1/+1
* two more execution observer points added: rfc2576.processIncomingMsgelie2015-12-191-26/+42
* 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-121-8/+8
* copyright notice added to source codeelie2015-11-201-1/+6
* linted for bad-whitespace and some other issueselie2015-10-171-5/+5
* linted the bad-continuation issue as well as some otherselie2015-10-171-350/+224
* linted for trailing whitespaceselie2015-10-171-34/+34
* 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
* 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 SnmpUSMSecurityModel._sec2usr() - raise NoSuchInstance errorelie2013-06-101-3/+6
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-18/+18
* 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
* delV3User() function improved to drop all rows from USM table thatelie2013-04-171-17/+26
* catch possible exceptions on pyasn1 encoder invocationelie2012-12-041-10/+35
* maxSizeResponseScopedPDU must not be a [constrained] instance of maxMessageSizeelie2012-08-281-1/+1
* 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
* 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
* exlicit repr() calls replaced with '%r'elie2011-11-081-11/+11
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-12/+13
* internal cache split off security modules to facilitate code reuseelie2011-02-111-4/+4