summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2006-05-21 11:26:38 +0000
committerelie <elie>2006-05-21 11:26:38 +0000
commit3032bd4fdc483168864932416d0346be5c6f043c (patch)
tree52317f86099e239d3f9d593d2bdfa4b0e75416c5
parent4859716077e639e844476db97881a385cdea6d35 (diff)
downloadpysnmp-3032bd4fdc483168864932416d0346be5c6f043c.tar.gz
updated
-rw-r--r--CHANGES8
-rw-r--r--TODO6
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 6b2e53a..87a5fdd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,13 +11,19 @@ Revision 4.1.6a
- MibBuilder.loadModules() now fails on missing MIB files.
- MibBuilder.exportSymbols() now accepts unnamed objects (likely Managed
Objects Instances)
-- initial VACM configuration implemented according to rfc3415 Appendix 1
+- SNMPv2-SMI.MibScalarInstance objects now support create*/destroy*
+ Management Instrumentation methods to pass Columnar Object creation and
+ removal events. MibTableColumn class invoke these methods accordingly.
+- Fix to AsynNotificationOriginator.asyncSendNotification() callback
+ formal parameters
+- Initial VACM configuration implemented according to rfc3415 Appendix 1
- tools/buildmibs.sh split-up and re-implemented as tools/build-pysnmp-mib
and pysnmp-mibs/tools/rebuild-pysnmp-mibs for better usability. These
and libsmi2pysnmp scripts made installable.
- Types/Notifications/Groups exportSymbols() call chunking implemented
in tools/libsmi2pysnmp
- Initial values specified to pyasn1 types to comply with latest pyasn1 API.
+- Documentation improved
- Minor fixes towards Python 1.5 compatibility
Revision 4.1.5a
diff --git a/TODO b/TODO
index 401389a..4d942dc 100644
--- a/TODO
+++ b/TODO
@@ -10,12 +10,14 @@ Sparse notes on major existing problems/plans
Dedicated, simple API for table cells mangling should be
provided.
+* Walking over VACM shadowed OIDs is painfully slow
+
* Notification filtering (RFC3413) not implemented.
* MsgAndPduDispatcher should use TransportDispatcher jobs interface
to handle SNMPv3 handshake
-* Implement 'oneliner' API for v1arch
+* Implement 'oneliner' API for v1arch, possibly compatible with v3arch API
* Implement prettyIn value format parser at TC
@@ -61,3 +63,5 @@ Sparse notes on major existing problems/plans
this should be re-worked.
* Implement snmptranslate tool
+
+* exclude SNMP-COMMUNITY-MIB from view for better security