index
:
delta/python-packages/pysnmp-git.git
add-hlapi-unit-tests
add-usm-local-key-config
asyncio-dispatcher-fixes
master
release-4.4.10
release-4.4.11
release-4.4.12
release-4.4.13
textual-convention-recursion-fix
wildcard-engine-id
github.com: etingof/pysnmp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pysnmp
/
proto
/
proxy
/
rfc2576.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TRAP PDU proxy translation
Ilya Etingof
2019-07-20
1
-12
/
+12
*
Extend copyright notice to year 2019
Ilya Etingof
2018-12-29
1
-1
/
+1
*
copyright notice extended
v4.4.4
Ilya Etingof
2018-01-03
1
-1
/
+1
*
preserve SNMPv1 error-status when proxying to SNMPv2c
Ilya Etingof
2017-12-17
1
-7
/
+5
*
migrated references from SourceForge (#110)
Ilya Etingof
2017-11-17
1
-1
/
+1
*
make sure to pass an initializer to ASN.1 Null()
Ilya Etingof
2017-10-18
1
-2
/
+2
*
NotificationReceiver reports SNMPv1 TRAP community string
Ilya Etingof
2017-10-05
1
-3
/
+3
*
v2c.IpAddress is a bit more constrained than v1.IpAddress
Ilya Etingof
2017-02-14
1
-1
/
+1
*
email changed, copyright extended to the year 2017
Ilya Etingof
2017-01-12
1
-1
/
+1
*
pep8 reformatted
Ilya Etingof
2016-04-02
1
-27
/
+24
*
copyright updated
elie
2015-12-29
1
-1
/
+1
*
copyright notice added to source code
elie
2015-11-20
1
-1
/
+6
*
linted for bad-whitespace and some other issues
elie
2015-10-17
1
-12
/
+12
*
linted the bad-continuation issue as well as some others
elie
2015-10-17
1
-15
/
+13
*
linted for trailing whitespaces
elie
2015-10-17
1
-11
/
+11
*
reverse previous change
elie
2015-05-31
1
-0
/
+3
*
fix to v2c->v1 trap OID translation: do not require trap OID to be
elie
2015-05-26
1
-4
/
+1
*
fix to default/null AgentAddress initialization
elie
2015-01-20
1
-1
/
+1
*
* fix ignore impossible errorStatus
elie
2014-12-19
1
-5
/
+7
*
fix to initialize errorIndex & errorStatus components of the resulting PDU
elie
2014-03-17
1
-1
/
+9
*
unused variables, imports; wrong indentation; undefined prototype attribues
elie
2013-06-04
1
-1
/
+1
*
Change to rfc2576.v1tov2() logic: errorStatus = noSuchName is now translated
elie
2013-03-16
1
-6
/
+7
*
Standard SNMP Apps and built-in proxy now ignores malformed errorIndex
elie
2013-02-07
1
-2
/
+2
*
fix to GenericTrap type processing at rfc2576:v1Tov2c()
elie
2012-06-25
1
-1
/
+1
*
fix to v2c exception values into v1 PDU translation
elie
2012-05-25
1
-1
/
+3
*
major overhawl aimed at Python 2.4 through 3.2 compatibility
elie
2011-11-06
1
-1
/
+1
*
better fix to the v1 Trap PDU initialization issue
elie
2011-09-21
1
-6
/
+0
*
reverted PDU initalization as it breaks TRAPs otherwise
elie
2011-09-10
1
-0
/
+6
*
avoid setting PDU defaults to save on unnecessary initialization.
elie
2011-01-21
1
-8
/
+8
*
all dict.has_key() & dict.get() invocations replaced with modern syntax
elie
2011-01-20
1
-13
/
+13
*
* send [an empty] snmpTrapCommunity at v1ToV2()
elie
2010-12-05
1
-6
/
+9
*
comment added
elie
2010-12-05
1
-1
/
+1
*
fix to non-response var-binds translation at rfc2576.v2ToV1()
elie
2010-12-05
1
-1
/
+2
*
SNMP exception values moved to rfc1905
elie
2010-11-14
1
-7
/
+4
*
fix to protocol translator code to handle Counter64 type in v2c-to-v1
elie
2010-09-23
1
-2
/
+7
*
Fix to SNMPv1->SNMPv2c error status handling at proxy module. This
elie
2010-05-04
1
-3
/
+3
*
* missing SNMPTrap PDU API implemented at proto.api.v2c, RFC2576 proxy
elie
2009-12-03
1
-23
/
+13
*
fix to IpAddress translation to match it with setVarBinds() API
elie
2008-01-14
1
-8
/
+1
*
fixes to TRAP PDU translation from v1 to v2c and vice versa
elie
2007-10-05
1
-18
/
+28
*
handle noSuchName error on v1 -> v2c PDU convertion
elie
2007-08-15
1
-7
/
+15
*
make use of snmpTrapEnterprise
elie
2006-10-01
1
-3
/
+7
*
incomplete TRAP convertion completed
elie
2006-09-29
1
-4
/
+14
*
proxy debug category added
elie
2006-09-29
1
-0
/
+9
*
a fix to snmpTrapOID construction
elie
2006-06-05
1
-1
/
+1
*
initialize Null() with empty ''
elie
2006-04-24
1
-1
/
+1
*
handle NetworkAddress in translation
elie
2005-11-03
1
-3
/
+11
*
unused requestID retrieval expression removed
elie
2005-10-14
1
-4
/
+3
*
bugfix: preserve Request-ID on v2->v1 PDU translation
elie
2005-10-14
1
-0
/
+4
*
strip two leading var-binds from v2 trap PDU
elie
2005-10-12
1
-2
/
+7
*
v1->v2c trap translation fixes
elie
2005-10-11
1
-2
/
+6
[next]