summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorelie <elie>2011-03-17 18:07:12 +0000
committerelie <elie>2011-03-17 18:07:12 +0000
commitbc33eb82b3180a873c56ec88aa93b6229b8daa03 (patch)
tree731c2da7694e2f0951f82c7e06bcebb6527a5c2a /TODO
parent8972b9914e9476f0a34749f4105982b1db9efa65 (diff)
downloadpysnmp-bc33eb82b3180a873c56ec88aa93b6229b8daa03.tar.gz
updated
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index 9d96648..b34ab8c 100644
--- a/TODO
+++ b/TODO
@@ -27,16 +27,11 @@ Sparse notes on major existing problems/plans
* Re-work ACL to get rid of linear search there
-* Implement SNMP proxy example & app
-
* Implement partial context name match at isAccessAllowed()
* Sort out whether pyasn1 objects should probably have either clone() or
subtype() methods.
-* Convert symbolic constants (keys, SNMP errors) into singular, hashable
- objects for performance and typing reliablity
-
* Implement by-transportTag search at secmod/rfc2576
* Review PDU components coercion code at proxy/rfc2576
@@ -53,6 +48,4 @@ Sparse notes on major existing problems/plans
* Implement OID prefix to MIB module mapping then dynamic MIB modules
loading on OID to MIB symbol resolution
-* Implement IPv6 support
-
* Implement TCP transport support