ChangeLog 1.0 KB

123456789101112131415161718192021222324252627282930
  1. 2005-02-14 Anil Bhatia <[email protected]>
  2. * Fixed DoSearch() in DirectorySearcher.cs: Search scope was hardcoded
  3. as LdapConnection.SCOPE_SUB. Chnaged to the value contained by
  4. _SearchScope.
  5. 2004-09-10 Sebastien Pouliot <[email protected]>
  6. * Makefile: Activate unit tests.
  7. * System.DirectoryServices_test.dll.sources: New. Source list for unit
  8. tests.
  9. 2004-05-14 Raja R Harinath <[email protected]>
  10. * System.DirectoryServices.dll.sources: Add
  11. DirectoryServicesPermission{,Attribute,Entry,EntryCollection}.cs
  12. and TODOAttribute.cs.
  13. 2004-01-15 Andreas Nahr <[email protected]>
  14. * System.DirectoryServices.dll.sources: Added lots of files, sorted existing
  15. 2003-07-02 Gonzalo Paniagua Javier <[email protected]>
  16. * System.DirectoryServices.build: New file.
  17. 2003-02-23 Rafael Teixeira <[email protected]>
  18. * added just files enough to compile a dummy DLL for now
  19. 2003-11-24 Sunil Kumar <[email protected]>
  20. * Added class files implementing System.DirectoryServices namespace