New test.
[mono.git] / mcs / class / Novell.Directory.Ldap / ChangeLog
1 2005-12-06 Konstantin Triger <kostat@mainsoft.com>
2
3         * Novell.Directory.Ldap.vmwcsproj: fixing conditional compilation constants.
4
5 2005-11-30  Wade Berrier <wberrier@novell.com>
6         * Makefile: Add EXTRA_DISTFILES to include all missing files from 'make dist'
7         * Cleanup: Remove CVS dirs
8
9 2005-16-11  Eyal Alaluf <eyala@mainsoft.com>
10         * Makefile: Ignore ClsCompliant warnings for java profile
11         
12 2005-27-09  Boris Kirzner <borisk@mainsoft.com>
13         * Novell.Directory.Ldap.vmwcsproj: added reference to resx files.
14         
15 2005-27-09 Palaniappan N <npalaniappan@novell.com>
16         * The folder is made in synch. with the Novell Forge's C# LDAP SDK with the following updates:
17                 - Changes in Connection.cs regarding appropriate handling
18                   in method ServerCertificateValidation.
19                 - Added support for error code 113 SSL_HANDSHAKE_FAILED.
20                 - Added two files ResultCodeMessages.txt and ExceptionMessages.txt in              
21                   Novell.Directory.Ldap.Utilclass
22                 - Added support for subordinate subtree scope.
23                 - Removed hard coded dependency on Mono Security
24                 - Fix for a race condition in Connection.cs
25                 - Updated with support for Interactiveness of SSL Handshake, 
26                   Ldap Events, Edir Events, Intermediate Response
27                 - Connection.cs class is modified by synchronizing the stream 
28                   threads so as to avoid the memory consumption and handle consumption.
29                 - Changed version from 2.1.1 to 2.1.4 in Connection.cs.
30                 - Updated ChangeLog so that latest changes are on the top.
31
32 2005-26-09  Boris Kirzner <borisk@mainsoft.com>
33         * Novell.Directory.Ldap.dll.sources: added reference to Consts.cs.in
34         
35 2005-15-09  Boris Kirzner <borisk@mainsoft.com>
36         * Novell.Directory.Ldap.vmwcsproj: added reference to Consts.cs.in
37
38 2005-14-08  Boris Kirzner <borisk@mainsoft.com>
39         * LdapConnection.cs: 
40                 - Values from app settings are not stored anymore in app domain.
41                 - Exchange tokens until negotiatin is complete.
42                 - Added new property for authentication mech, stored in app settings.
43
44 2005-28-07  Boris Kirzner <borisk@mainsoft.com>
45         * Novell.Directory.Ldap.Security.jvm: added new directory containing 
46         TARGET_JVM specific classes for kerberos authentication.
47         * Novell.Directory.Ldap/AuthenticationTypes.cs: added new enum, 
48         corresponding to System.DirectoryServices.AuthenticationTypes. Used in
49         LdapConnection.Bind methods.
50         * Novell.Directory.Ldap.dll.sources: updated sources files.
51         * Novell.Directory.Ldap/LdapBindRequest.cs: added new constructor with 
52         credentials parameter passed as sbyte.
53         * Novell.Directory.Ldap/Connection.cs: added properties for accessing 
54         private input and output streams. Added method for streams replacing.
55         * Novell.Directory.Ldap/LdapConnection.cs: 
56                 - changed Bind api to receive AuthenticationTypes as parameter.
57                 - added TARGET_JVM-specific BindSecure method.
58                 - added TARGET_JVM-specific support for creating bind requests
59                 with security credentials.
60                 - added TARGET_JVM-specific properties for security mechanism
61                 and application section name in configuration.
62         * Novell.Directory.Ldap.vmwcsproj: updated TARGET_JVM project file.
63
64 2005-27-07  Boris Kirzner <borisk@mainsoft.com>
65         * Novell.Directory.Ldap.Asn1/Asn1Enumerated.cs,
66         Novell.Directory.Ldap.Asn1/Asn1Choice.cs,
67         Novell.Directory.Ldap.Asn1/Asn1Set.cs,
68         Novell.Directory.Ldap.Asn1/Asn1Tagged.cs,
69         Novell.Directory.Ldap.Asn1/Asn1SequenceOf.cs,
70         Novell.Directory.Ldap.Asn1/Asn1Integer.cs,
71         Novell.Directory.Ldap.Asn1/LBEREncoder.cs,
72         Novell.Directory.Ldap.Asn1/Asn1Numeric.cs,
73         Novell.Directory.Ldap.Asn1/Asn1Structured.cs,
74         Novell.Directory.Ldap.Asn1/Asn1OctetString.cs,
75         Novell.Directory.Ldap.Asn1/Asn1Object.cs,
76         Novell.Directory.Ldap.Asn1/Asn1Sequence.cs,
77         Novell.Directory.Ldap.Asn1/Asn1Null.cs,
78         Novell.Directory.Ldap.Asn1/Asn1Encoder.cs,
79         Novell.Directory.Ldap.Asn1/Asn1Boolean.cs,
80         Novell.Directory.Ldap.Asn1/Asn1SetOf.cs,
81         Novell.Directory.Ldap.Asn1/Asn1Length.cs,
82         Novell.Directory.Ldap.Asn1/Asn1Identifier.cs,
83         Novell.Directory.Ldap.Asn1/LBERDecoder.cs: removed unnecessary attribute
84         CLSCompliantAttribute(true), since it is already defined 
85         in Novell.Directory.Ldap/AssemblyInfo.cs
86         
87 2005-26-07  Boris Kirzner <borisk@mainsoft.com>
88         * Novell.Directory.Ldap/LdapException.cs: propagate root cause exception
89         to base. Use InnerException instead of private member.
90
91 2005-26-07  Boris Kirzner <borisk@mainsoft.com>
92         * Novell.Directory.Ldap/AssemblyInfo.cs, 
93         Novell.Directory.Ldap.Asn1/Asn1Enumerated.cs,
94         Novell.Directory.Ldap.Asn1/Asn1Choice.cs,
95         Novell.Directory.Ldap.Asn1/Asn1Set.cs,
96         Novell.Directory.Ldap.Asn1/Asn1Tagged.cs,
97         Novell.Directory.Ldap.Asn1/Asn1SequenceOf.cs,
98         Novell.Directory.Ldap.Asn1/Asn1Integer.cs,
99         Novell.Directory.Ldap.Asn1/LBEREncoder.cs,
100         Novell.Directory.Ldap.Asn1/Asn1Numeric.cs,
101         Novell.Directory.Ldap.Asn1/Asn1Structured.cs,
102         Novell.Directory.Ldap.Asn1/Asn1OctetString.cs,
103         Novell.Directory.Ldap.Asn1/Asn1Object.cs,
104         Novell.Directory.Ldap.Asn1/Asn1Sequence.cs,
105         Novell.Directory.Ldap.Asn1/Asn1Null.cs,
106         Novell.Directory.Ldap.Asn1/Asn1Encoder.cs,
107         Novell.Directory.Ldap.Asn1/Asn1Boolean.cs,
108         Novell.Directory.Ldap.Asn1/Asn1SetOf.cs,
109         Novell.Directory.Ldap.Asn1/Asn1Length.cs,
110         Novell.Directory.Ldap.Asn1/Asn1Identifier.cs,
111         Novell.Directory.Ldap.Asn1/LBERDecoder.cs: added ifdef for TARGET_JVM.
112
113 2005-05-07  Boris Kirzner <borisk@mainsoft.com>
114         * Novell.Directory.Ldap.vmwcsproj: Project file converted 
115         to Developer Edition format. Removed ClearCase references.
116
117 2005-21-06  Boris Kirzner <borisk@mainsoft.com>
118         * Novell.Directory.Ldap.vmwcsproj: Added project file for TARGET_JVM.
119
120 2005-19-06  Boris Kirzner <borisk@mainsoft.com>
121         * Novell.Directory.Ldap/AssemblyInfo.cs, 
122         Novell.Directory.Ldap/Connection.cs, 
123         Novell.Directory.Ldap/LdapConnection.cs: 
124         added ifdef to exclude the code not used in TARGET_JVM.
125
126 2005-04-05  Boris Kirzner <borisk@mainsoft.com>
127         * Added Novell.Directory.Ldap.Rfc2251/RfcLdapSuperDN.cs to sources.
128
129 2004-12-07  Atsushi Enomoto  <atsushi@ximian.com>
130
131         * Makefile : csc wanted ".dll" for Mono.Security
132
133 2004-12-06 Anil Bhatia <banil@novell.com>
134         
135         * Updated with support for SSL, 
136         Ldap Events, Edir Events, Intermediate Response
137
138         * Updated ChangeLog so that latest changes are
139         on the top.
140
141 2003-12-14  Sunil Kumar  <sunilk@novell.com>
142
143         * Updated with XML Doc. Support
144
145 2003-12-09  Sunil Kumar  <sunilk@novell.com>
146
147         * Updated with Schema Support
148
149 2003-11-21  Sunil Kumar  <sunilk@novell.com>
150
151         * Changed the linux build script to replace corlib.dll
152           with mscorlib.dll
153
154 2003-11-16  Sunil Kumar  <sunilk@novell.com>
155
156         * Added LDAP controls in Novell.Directory.Ldap.Controls
157         
158         * Added Samples for LDAP controls
159
160 2003-11-15  Sunil Kumar  <sunilk@novell.com>
161         
162         * Changed the LdapConnection public Method name as per MS naming convention
163
164         * Added the Authors description 
165         
166 2003-11-14  Sunil Kumar  <sunilk@novell.com>
167
168         * Changed the Directory structure and Class file names as per the Microsoft Standards.
169         
170         * Changed the build scripts accordingly
171
172
173
174
175