Apply patch for 436775 from Jeroen Asselman + test case
[mono.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap / ChangeLog
1 2008-12-20  Jeroen Asselman <jeroen-novel@asselman.com>
2
3         * Connection.cs: Apply patch from #436775, there is no need to
4         free the semaphores both in the catch clauses as well as the
5         finally clause.
6
7 2006-12-28  Jon Larimer <jlarimer@gmail.com>
8
9         * Connection.cs: Add a try/finally section to release the
10         semId semaphore in case the connection fails.  
11
12         Fixes #80102
13
14 2006-02-26  Konstantin Triger <kostat@mainsoft.com>
15
16         * SupportClass.cs, Message.cs, MessageAgent.cs, MessageVector.cs: increase compliancy with jldap making
17                 the MessageVector a synchronized collection. Based on Mike Glenn <mglenn@zoominternet.net> and 
18                 JD Conley <jd.conley@coversant.net> patches.
19
20 2006-01-26 Konstantin Triger <kostat@mainsoft.com>
21
22         * Connection.cs: TARGET_JVM: catch ObjectDisposedException in addition 
23                 to ThreadAbortException
24         * SupportClass.cs: TARGET_JVM: optimizing byte[] <-> sbyte[] conversion
25
26 2005-11-06 Konstantin Triger <kostat@mainsoft.com>
27
28         * LdapConnection.cs: TARGET_JVM: create GSSCredential only once, cleanup
29
30 2005-11-03 Konstantin Triger <kostat@mainsoft.com>
31
32         * LdapConnection.cs: TARGET_JVM: throw an exception if failed during
33                 secure binding.
34
35 2005-11-03 Konstantin Triger <kostat@mainsoft.com>
36
37         * Connection.cs: TARGET_JVM: ifdef the unsupported method
38
39 2005-10-30 Konstantin Triger <kostat@mainsoft.com>
40
41         * LdapConnection.cs: TARGET_JVM: if no credentials supplied, 
42           try to login with current user credentials.