summaryrefslogtreecommitdiff
path: root/pysnmp/proto/proxy
Commit message (Expand)AuthorAgeFilesLines
* Fix TRAP PDU proxy translationIlya Etingof2019-07-261-14/+12
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-261-18/+28
* Harden v2c->v1 TRAP PDU translation against incomplete var-bindsIlya Etingof2019-02-221-3/+26
* PEP8 optimize imports (#242)Ilya Etingof2019-02-121-2/+5
* Uppercase global constants (#238)Ilya Etingof2019-02-101-37/+37
* Extend copyright notice to year 2019Ilya Etingof2018-12-301-1/+1
* copyright notice extendedv4.4.4Ilya Etingof2018-01-031-1/+1
* preserve SNMPv1 error-status when proxying to SNMPv2cIlya Etingof2017-12-171-7/+5
* migrated references from SourceForge (#110)Ilya Etingof2017-11-171-1/+1
* make sure to pass an initializer to ASN.1 Null()Ilya Etingof2017-10-181-2/+2
* NotificationReceiver reports SNMPv1 TRAP community stringIlya Etingof2017-10-051-3/+3
* v2c.IpAddress is a bit more constrained than v1.IpAddressIlya Etingof2017-02-141-1/+1
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-121-1/+1
* pep8 reformattedIlya Etingof2016-04-021-27/+24
* copyright updatedelie2015-12-291-1/+1
* copyright notice added to source codeelie2015-11-201-1/+6
* linted for bad-whitespace and some other issueselie2015-10-171-12/+12
* linted the bad-continuation issue as well as some otherselie2015-10-171-15/+13
* linted for trailing whitespaceselie2015-10-171-11/+11
* 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