Fixed search scope in DirectorySearcher DoSearch method.
[mono.git] / mcs / class / System.DirectoryServices / ChangeLog
index 3e9f9ed9f81656bebd810f2986052ac00fefc7aa..ce60b2abc71cc94810479a43ecfb2e1a0ec63be7 100644 (file)
@@ -1,3 +1,14 @@
+2005-02-14  Anil Bhatia  <banil@novell.com>
+       * Fixed DoSearch() in DirectorySearcher.cs: Search scope was hardcoded
+       as LdapConnection.SCOPE_SUB. Chnaged to the value contained by
+       _SearchScope.
+
+2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Makefile: Activate unit tests.
+       * System.DirectoryServices_test.dll.sources: New. Source list for unit
+       tests.
+
 2004-05-14  Raja R Harinath  <rharinath@novell.com>
 
        * System.DirectoryServices.dll.sources: Add