X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.DirectoryServices%2FChangeLog;h=05fd4cf2f83eda0263a940f7f95a09b87d7172b3;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=feaa42d94935c1da1d43d0bd1a3062bd301e725d;hpb=74c2e813151ef52866b58da63aeeed698b5e67dd;p=mono.git diff --git a/mcs/class/System.DirectoryServices/ChangeLog b/mcs/class/System.DirectoryServices/ChangeLog index feaa42d9493..05fd4cf2f83 100644 --- a/mcs/class/System.DirectoryServices/ChangeLog +++ b/mcs/class/System.DirectoryServices/ChangeLog @@ -1,36 +1,105 @@ -2005-06-21 Boris Kirzner - * System.DirectoryServices.sln, System.DirectoryServices.vmwcsproj: - Added solution and project files fo rTARGET_JVM. - -2005-06-19 Boris Kirzner - * System.DirectoryServices_test.dll.sources: - - added DirectoryServices/DirectoryServicesDirectoryEntryTest.cs - - added DirectoryServices/DirectoryServicesDirectorySearcherTest.cs - - added DirectoryServices/DirectoryServicesSearchResultTest.cs - * App.config - added new file, contaning an example of specifying - default LDAP server information in app config. - -2005-02-14 Anil Bhatia - * 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 - - * Makefile: Activate unit tests. - * System.DirectoryServices_test.dll.sources: New. Source list for unit - tests. - -2004-05-14 Raja R Harinath - - * System.DirectoryServices.dll.sources: Add - DirectoryServicesPermission{,Attribute,Entry,EntryCollection}.cs - and TODOAttribute.cs. - -2004-01-15 Andreas Nahr - - * System.DirectoryServices.dll.sources: Added lots of files, sorted existing - +2007-07-25 Yaacov Akiba Slama + + * Test/krb5.conf.example, + Test/System.DirectoryServices/DirectoryServicesDirectoryEntryTest.cs, + App.config, Secure.config: run-tests.bat succeeds again with a + kerberos/openldap/sasl server configured with the realm EXAMPLE.COM. + +2006-10-03 Boris Kirzner + + * run-tests.bat: enable secure tests for TARGET_JVM. + +2006-09-26 Boris Kirzner + + * run-tests.bat,run-tests.test.bat: log files naming fix. + +2006-13-09 Boris Kirzner + + * run-tests.test.bat: small fixes for TARGET_JVM test scripts. + +2006-11-09 Boris Kirzner + + * run-tests.test.bat: added timestamp to log file namies. + +2006-05-16 Vladimir Krasnov + + * run-tests.test.bat: skip nunit build if already done + +2006-16-05 Boris Kirzner + * run-tests.test.bat: pass java security parameters as jvm options. + +2006-16-05 Boris Kirzner + * run-tests.bat: disable running secure mode tests by default. + +2006-03-06 Boris Kirzner + * run-tests.bat,run-tests.test.bat,Secure.config,App.config: + files for automated testing. + +2005-12-06 Konstantin Triger + + * System.DirectoryServices.vmwcsproj: fixing conditional compilation constants. + +2005-11-15 Vlad Spivak + * Added TARGET_JVM related source includes and excludes + +2005-09-26 Boris Kirzner + * System.DirectoryServices.dll.sources: changed reference to Consts.cs.in. + +2005-09-07 Boris Kirzner + * System.DirectoryServices.vmwcsproj: changed reference to Consts.cs.in. + +2005-22-08 Boris Kirzner + * System.DirectoryServices.vmwcsproj: changed reference to Consts.cs. + +2005-14-08 Boris Kirzner + * App.config: added "authenticationmech" supported key example. + +2005-28-07 Boris Kirzner + * System.DirectoryServices.vmwcsproj: updated TARGET_JVM project file. + * App.config: added addition supported key examples. + +2005-05-07 Boris Kirzner + * System.DirectoryServices.vmwcsproj: Project file converted + to Developer Edition format. Removed ClearCase references. + * System.DirectoryServices.sln: Removed ClearCase references. + +2005-07-03 Boris Kirzner + * System.DirectoryServices.vmwcsproj: Reflecting changes in location of + Locale.cs and MonoTODOAttribute.cs + +2005-06-21 Boris Kirzner + * System.DirectoryServices.sln, System.DirectoryServices.vmwcsproj: + Added solution and project files fo rTARGET_JVM. + +2005-06-19 Boris Kirzner + * System.DirectoryServices_test.dll.sources: + - added DirectoryServices/DirectoryServicesDirectoryEntryTest.cs + - added DirectoryServices/DirectoryServicesDirectorySearcherTest.cs + - added DirectoryServices/DirectoryServicesSearchResultTest.cs + * App.config - added new file, contaning an example of specifying + default LDAP server information in app config. + +2005-02-14 Anil Bhatia + * 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 + + * Makefile: Activate unit tests. + * System.DirectoryServices_test.dll.sources: New. Source list for unit + tests. + +2004-05-14 Raja R Harinath + + * System.DirectoryServices.dll.sources: Add + DirectoryServicesPermission{,Attribute,Entry,EntryCollection}.cs + and TODOAttribute.cs. + +2004-01-15 Andreas Nahr + + * System.DirectoryServices.dll.sources: Added lots of files, sorted existing + 2003-07-02 Gonzalo Paniagua Javier * System.DirectoryServices.build: New file.