summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorelie <elie>2011-03-17 18:07:12 +0000
committerelie <elie>2011-03-17 18:07:12 +0000
commita8ae4f5983d756917c6955553c11b4544de64243 (patch)
tree448784c3983f7f2c71109eb8acbe51c0f9706b4e /TODO.txt
parent1413b4bacdb06dd842fe55f40fd287199806f523 (diff)
downloadpysnmp-git-a8ae4f5983d756917c6955553c11b4544de64243.tar.gz
updated
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO.txt b/TODO.txt
index 9d966485..b34ab8c7 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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