summaryrefslogtreecommitdiff
path: root/pysnmp/proto
Commit message (Expand)AuthorAgeFilesLines
...
* timing reporting in debug mode improvedelie2013-03-151-2/+2
* Standard SNMP Apps and built-in proxy now ignores malformed errorIndexelie2013-02-071-2/+2
* Packet-level SNMP API (pysnmp.proto.api) getErrorIndex() method can nowelie2013-02-071-1/+3
* VACM modules converted from a function into an object to let it keepelie2013-01-052-103/+101
* catch possible exceptions on pyasn1 encoder invocationelie2012-12-043-20/+58
* comment on the fact that maxSizeResponseScopedPDU is not actually usedelie2012-08-281-1/+1
* maxSizeResponseScopedPDU must not be a [constrained] instance of maxMessageSizeelie2012-08-281-1/+1
* better formattingelie2012-08-161-1/+1
* better input check for IpAddresselie2012-08-091-2/+3
* fix to com2sec routine to always select securityName based onelie2012-07-271-7/+5
* hexdump() addedelie2012-07-231-1/+1
* comment addedelie2012-07-221-1/+1
* cast transportDispatcher's timing values into ints to match incrementingelie2012-07-222-5/+5
* local timeouts made dependant on system timer resolutionelie2012-07-212-3/+3
* hugely increase cache autoexpiration timeout (is it needed at all?)elie2012-07-211-2/+2
* typo fixedelie2012-07-211-1/+1
* some more debugging addedelie2012-07-211-1/+3
* the NoSuchInstanceError exception class is no more inherits fromelie2012-07-201-4/+4
* unused symbolelie2012-07-201-1/+0
* com2sec() logic change:elie2012-07-191-10/+15
* some more loggingelie2012-07-171-1/+1
* 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
* SNMPv2c Message is now defined in rfc1901.py what matches standard definitionelie2012-07-111-0/+11
* * Types defined within SNMPv1/v2c data structures (rfc1157.py/rfc1905.py)elie2012-07-114-29/+49
* __init__.py's made non-empty as they may be optimized out by packageelie2012-07-0411-7/+11
* support snmpLocalDomain taggingelie2012-07-031-1/+3
* do not try to pass local endpoint address to secmod as transportDomainelie2012-07-022-7/+7
* typo to engineIDMismatch fixedelie2012-07-021-1/+1
* perform securityLevel verification for authoritative SNMP engine onlyelie2012-06-261-31/+33
* typo fix to errind.EngineIdMismatch class and its instanceelie2012-06-261-2/+2
* 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
* fix to GenericTrap type processing at rfc2576:v1Tov2c()elie2012-06-251-1/+1
* fix to v2c exception values into v1 PDU translationelie2012-05-251-1/+3
* v2c exception objects now visibleelie2012-05-251-0/+4
* typo fix to snmpInASNParseErrs MIB variableelie2012-05-151-2/+2
* replace pyasn1 exceptions with pysnmp oneelie2012-05-151-3/+8
* fix to exception handling at decodeMessageVersion() caller to preventelie2012-05-141-1/+1
* added pyasn1 decoder failures diagnistics in debug modeelie2012-04-203-5/+9
* fix to SNMPv3 MP peer engine ID discovery not to learn and useelie2012-04-181-13/+16
* fix to non-MT-safe class attributes at SNMPv3 MP & SEC moduleselie2012-04-172-7/+7
* fix to api.v2c.getVarBindTable() to ignore possible non-rectangularelie2012-04-041-1/+3
* use errorIndex at setEndOfMibError()elie2012-04-021-0/+1
* fix to UDP6 transport handling at rfc2576 security moduleelie2012-01-261-1/+1
* preserve original traceback on py3elie2011-12-241-2/+10
* make debug doing repr against hardly printable objectselie2011-12-031-4/+4
* transport dispatcher now provides its own time expressed inelie2011-11-271-4/+7
* exlicit repr() calls replaced with '%r'elie2011-11-085-22/+21