summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt3
-rw-r--r--TODO.txt7
2 files changed, 3 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 87bd9ba0..7858290e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -30,6 +30,9 @@ Revision 4.1.7a
- Notification type PDU proxy code fixed to produce symmetrical
convertion.
- Various SNMP engine-internal caches expiration implemented.
+- SMI-level access control now takes effect only if AC object is
+ passed to MIB instrumentation API.
+- LCD management code now uses generic MIB instrumentation features.
- A handful of minor fixes applied (SourceForge tracker IDs #1537592,
#1537600, #1537659, #1548208, #1560939, #1563715).
diff --git a/TODO.txt b/TODO.txt
index c04fb8e5..aab9e9e3 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,4 +1,3 @@
-
Sparse notes on major existing problems/plans
* SMI issues remained include:
@@ -30,18 +29,12 @@ Sparse notes on major existing problems/plans
* Re-work ACL to get rid of linear search there
-* Implement SNMP trap app
-
* Implement SNMP proxy example & app
* Check for memory leaks esp. on failed requests
* Implement partial context name match at isAccessAllowed()
-* Should managed objects be accessed through some dedicated,
- non-SNMP-based API? A sort of backdoor which is basically
- intrum minus transactions and AC.
-
* Clean up cache management code at MsgAndPduDsp and MP
* Sort out whether pyasn1 objects should probably have either clone() or