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