pysnmp-sky/TODO.txt

55 lines
1.7 KiB
Plaintext
Raw Normal View History

2005-06-28 22:22:35 +02:00
Sparse notes on major existing problems/plans
2005-10-26 22:41:27 +02:00
* SMI issues remained include:
2005-06-28 22:22:35 +02:00
2005-10-26 22:41:27 +02:00
1) multiple OID registration should be posible for
customizing Managed Objects classes
2) in MIBVIEW object model: MIB module name, MIB object
name and object instance should be clearly separated.
Dedicated, simple API for table cells mangling should be
provided.
2005-07-27 17:55:42 +02:00
2006-05-21 13:26:38 +02:00
* Walking over VACM shadowed OIDs is painfully slow
2005-10-12 18:12:01 +02:00
* Notification filtering (RFC3413) not implemented.
2005-07-27 17:55:42 +02:00
2005-10-09 20:08:47 +02:00
* MsgAndPduDispatcher should use TransportDispatcher jobs interface
to handle SNMPv3 handshake
2006-05-21 13:26:38 +02:00
* Implement 'oneliner' API for v1arch, possibly compatible with v3arch API
2005-06-28 22:22:35 +02:00
* Implement prettyIn value format parser at TC
* Disallow SNMP access to USM objects
* Make sure objects shutdown methods work alright
* Maybe MibInstrumentationController should be async what
implies callback function interface.
* Re-work ACL to get rid of linear search there
2005-10-26 22:41:27 +02:00
* Implement SNMP proxy example & app
2005-06-28 22:22:35 +02:00
* Check for memory leaks esp. on failed requests
* Implement partial context name match at isAccessAllowed()
* Clean up cache management code at MsgAndPduDsp and MP
2006-09-20 18:48:26 +02:00
* Sort out whether pyasn1 objects should probably have either clone() or
2005-06-28 22:22:35 +02:00
subtype() methods.
2005-10-14 15:15:39 +02:00
* Convert symbolic constants (keys, SNMP errors) into singular, hashable
objects for performance and typing reliablity
2005-06-28 22:22:35 +02:00
* Implement by-transportTag search at secmod/rfc2576
2005-07-27 22:08:19 +02:00
* Review PDU components coercion code at proxy/rfc2576
* TextualConvention subclassing order now depends upon DisplayHint
clause presense in MIB definition (for useful prettyIn/Out()). Maybe
2005-10-09 20:08:47 +02:00
this should be re-worked.
2006-03-07 18:19:41 +01:00
2006-05-21 13:26:38 +02:00
* exclude SNMP-COMMUNITY-MIB from view for better security