TODO 955 B

1234567891011121314151617181920212223242526272829
  1. *** List of things to-do in no particular order ***
  2. General:
  3. - Define common Python style license for all modules
  4. Modules/
  5. - Validating server's certificate when calling start_tls_s() or
  6. ldap.initialize('ldaps://..')
  7. - General support for controls
  8. - VLV control
  9. - server-side sorting control
  10. - Binding in DSA control mode (rewrite necessary)
  11. - Persistent search control
  12. - Support for Win32 (and other platforms?)
  13. - Support LDAP Extended Operations by wrapping
  14. ldap_extended_operation() and ldap_parse_extended_result()
  15. Lib/
  16. - Caching of search requests for each LDAPObject instance
  17. - LDIF parser for replication logs and change records
  18. - DSMLv2 support
  19. Tests/
  20. - Clean up and finish the mess of small test scripts started.
  21. - Create a test script that exercises everything with a server
  22. holding the BLITS test data set
  23. ------------------------------------------------------------------
  24. $Id: TODO,v 1.27 2007/07/16 10:57:01 stroeder Exp $