summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorelie <elie>2009-07-31 20:06:10 +0000
committerelie <elie>2009-07-31 20:06:10 +0000
commit59f61813a41a62b248ae7d5d11854b2e815938ad (patch)
tree381c4858134b1fef5051c2fa40018d6cdc830add /TODO.txt
parentccc7fd4a70400bdea36137d3ae7c475763f7244c (diff)
downloadpysnmp-git-59f61813a41a62b248ae7d5d11854b2e815938ad.tar.gz
updated
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index b34bd9c6..a54e3f10 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -22,8 +22,6 @@ Sparse notes on major existing problems/plans
* Disallow SNMP access to USM objects
-* Make sure objects shutdown methods work alright
-
* Maybe MibInstrumentationController should be async what
implies callback function interface.
@@ -31,8 +29,6 @@ Sparse notes on major existing problems/plans
* Implement SNMP proxy example & app
-* Check for memory leaks esp. on failed requests
-
* Implement partial context name match at isAccessAllowed()
* Sort out whether pyasn1 objects should probably have either clone() or
@@ -56,3 +52,5 @@ 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 OID-to-MIB cache mapping for dynamic MIB loading