New test.
[mono.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap / ChangeLog
1 2006-02-26  Konstantin Triger <kostat@mainsoft.com>
2
3         * SupportClass.cs, Message.cs, MessageAgent.cs, MessageVector.cs: increase compliancy with jldap making
4                 the MessageVector a synchronized collection. Based on Mike Glenn <mglenn@zoominternet.net> and 
5                 JD Conley <jd.conley@coversant.net> patches.
6
7 2006-01-26 Konstantin Triger <kostat@mainsoft.com>
8
9         * Connection.cs: TARGET_JVM: catch ObjectDisposedException in addition 
10                 to ThreadAbortException
11         * SupportClass.cs: TARGET_JVM: optimizing byte[] <-> sbyte[] conversion
12
13 2005-11-06 Konstantin Triger <kostat@mainsoft.com>
14
15         * LdapConnection.cs: TARGET_JVM: create GSSCredential only once, cleanup
16
17 2005-11-03 Konstantin Triger <kostat@mainsoft.com>
18
19         * LdapConnection.cs: TARGET_JVM: throw an exception if failed during
20                 secure binding.
21
22 2005-11-03 Konstantin Triger <kostat@mainsoft.com>
23
24         * Connection.cs: TARGET_JVM: ifdef the unsupported method
25
26 2005-10-30 Konstantin Triger <kostat@mainsoft.com>
27
28         * LdapConnection.cs: TARGET_JVM: if no credentials supplied, 
29           try to login with current user credentials.