summaryrefslogtreecommitdiff
path: root/pysnmp/proto/proxy
Commit message (Expand)AuthorAgeFilesLines
* reverse previous changeelie2015-05-311-0/+3
* fix to v2c->v1 trap OID translation: do not require trap OID to beelie2015-05-261-4/+1
* fix to default/null AgentAddress initializationelie2015-01-201-1/+1
* * fix ignore impossible errorStatuselie2014-12-191-5/+7
* fix to initialize errorIndex & errorStatus components of the resulting PDUelie2014-03-171-1/+9
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-1/+1
* Change to rfc2576.v1tov2() logic: errorStatus = noSuchName is now translatedelie2013-03-161-6/+7
* Standard SNMP Apps and built-in proxy now ignores malformed errorIndexelie2013-02-071-2/+2
* __init__.py's made non-empty as they may be optimized out by packageelie2012-07-041-0/+1
* 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
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-061-1/+1
* better fix to the v1 Trap PDU initialization issueelie2011-09-211-6/+0
* reverted PDU initalization as it breaks TRAPs otherwiseelie2011-09-101-0/+6
* avoid setting PDU defaults to save on unnecessary initialization.elie2011-01-211-8/+8
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-13/+13
* * send [an empty] snmpTrapCommunity at v1ToV2()elie2010-12-051-6/+9
* comment addedelie2010-12-051-1/+1
* fix to non-response var-binds translation at rfc2576.v2ToV1()elie2010-12-051-1/+2
* SNMP exception values moved to rfc1905elie2010-11-141-7/+4
* fix to protocol translator code to handle Counter64 type in v2c-to-v1elie2010-09-231-2/+7
* Fix to SNMPv1->SNMPv2c error status handling at proxy module. Thiselie2010-05-041-3/+3
* * missing SNMPTrap PDU API implemented at proto.api.v2c, RFC2576 proxyelie2009-12-031-23/+13
* fix to IpAddress translation to match it with setVarBinds() APIelie2008-01-141-8/+1
* fixes to TRAP PDU translation from v1 to v2c and vice versaelie2007-10-051-18/+28
* handle noSuchName error on v1 -> v2c PDU convertionelie2007-08-151-7/+15
* make use of snmpTrapEnterpriseelie2006-10-011-3/+7
* incomplete TRAP convertion completedelie2006-09-291-4/+14
* proxy debug category addedelie2006-09-291-0/+9
* a fix to snmpTrapOID constructionelie2006-06-051-1/+1
* initialize Null() with empty ''elie2006-04-241-1/+1
* handle NetworkAddress in translationelie2005-11-031-3/+11
* unused requestID retrieval expression removedelie2005-10-141-4/+3
* bugfix: preserve Request-ID on v2->v1 PDU translationelie2005-10-141-0/+4
* strip two leading var-binds from v2 trap PDUelie2005-10-121-2/+7
* v1->v2c trap translation fixeselie2005-10-111-2/+6
* * use Trap API for v1 trap PDU managementelie2005-10-091-7/+14
* comments cleaned upelie2005-06-281-4/+0
* convert PDU components as wellelie2005-06-281-13/+9
* minor syntax fixes followed pychecker reportelie2005-06-271-1/+1
* converted to changed pyasn1 behaviour -- asn1 objects now hashes to theirelie2005-06-271-6/+6
* cosmeticselie2005-06-231-4/+3
* v2ToV1() debuggedelie2005-06-221-9/+13
* initial revisionelie2005-06-212-0/+243