Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.1 KiB

  1. Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
  2. ========================================
  3. TO DO LIST
  4. ==========
  5. 2. Make the interfaces DLDAPCache::GetClass() and EnumerateClasses() uniform. One
  6. returns a list of class names, other returns CLDAPClass object. As a result change the
  7. GetObjectAsync() and CreateClassEnum() functions too.
  8. 3. Implement caching for properties, and remove initializiation overhead.
  9. 5. Remove unnecessary functions from all classes
  10. 6. Remove unnecessary literals from all classes and move them to attribute.h
  11. 7. Add stuff about mapping auxiliary classes to Func. Spec.
  12. 10. Make all association members strong object refs (both class and instance provider)
  13. 11. Query Fails for special characters.
  14. 12. Indicate part by part in large sets
  15. 13. Remove duplication in association.
  16. 14. Associators query doesnt work.
  17. 15. Error objects.
  18. 16. Optimize mapping of Auxiliary classes.
  19. 1. Optimize ExecQuery implementation in instace provider?
  20. 2> Merge DLLs.
  21. 4. New ADS Types
  22. 5. ADS_UTC_TIME is no longer a string. It is SYSTEMTIME now
  23. 6. CHeck associations for class / instance provider
  24. 7. Range_Upper and Range_Lower not being mapped?