summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorelie <elie>2009-07-31 20:06:10 +0000
committerelie <elie>2009-07-31 20:06:10 +0000
commitb3362bbf33afa787c63ee80033fa36c535c165f2 (patch)
tree3d12086ffb14464e87a23764a6f5ee2cc20bab21 /TODO
parentdc5997a5d22714b8fff039a58ef378809c2bd0f3 (diff)
downloadpysnmp-b3362bbf33afa787c63ee80033fa36c535c165f2.tar.gz
updated
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index b34bd9c..a54e3f1 100644
--- a/TODO
+++ b/TODO
@@ -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