TODO 992 B

12345678910111213141516171819202122232425262728
  1. *** List of things to-do in no particular order ***
  2. General:
  3. - Define common Python style license for all modules
  4. - Support Python 3.2+
  5. Modules/
  6. - Specific support for more controls
  7. - VLV control
  8. - server-side sorting control
  9. - Wrap libldif as faster drop-in replacement for module ldif?
  10. - Attach response controls to LDAPError instances to deliver the
  11. controls to the calling application in case of an error
  12. Lib/
  13. - Unicode support for DNs, filter strings, etc. but not entry attributes!
  14. (Everybody asking for the latter should check the mailing list archive first.)
  15. - Caching of search requests for each LDAPObject instance
  16. - LDIF parser for replication logs and change records
  17. - DSMLv2 support
  18. Tests/
  19. - Clean up and finish the mess of small test scripts started.
  20. - Create a test script that exercises everything with a server
  21. holding the BLITS test data set
  22. ------------------------------------------------------------------
  23. $Id: TODO,v 1.37 2011/11/23 17:36:53 stroeder Exp $