Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Novell.Directory.Ldap « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a379cf9181a84eaa440ddda15298178136a4d1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
2005-27-09 Palaniappan N <npalaniappan@novell.com>
	* The folder is made in synch. with the Novell Forge's C# LDAP SDK with the following updates:
		- Changes in Connection.cs regarding appropriate handling
	          in method ServerCertificateValidation.
		- Added support for error code 113 SSL_HANDSHAKE_FAILED.
		- Added two files ResultCodeMessages.txt and ExceptionMessages.txt in              
                  Novell.Directory.Ldap.Utilclass
		- Added support for subordinate subtree scope.
		- Removed hard coded dependency on Mono Security
		- Fix for a race condition in Connection.cs
		- Updated with support for Interactiveness of SSL Handshake, 
		  Ldap Events, Edir Events, Intermediate Response
		- Connection.cs class is modified by synchronizing the stream 
                  threads so as to avoid the memory consumption and handle consumption.
		- Changed version from 2.1.1 to 2.1.4 in Connection.cs.
		- Updated ChangeLog so that latest changes are on the top.

2005-26-09  Boris Kirzner <borisk@mainsoft.com>
	* Novell.Directory.Ldap.dll.sources: added reference to Consts.cs.in
	
2005-15-09  Boris Kirzner <borisk@mainsoft.com>
	* Novell.Directory.Ldap.vmwcsproj: added reference to Consts.cs.in

2005-14-08  Boris Kirzner <borisk@mainsoft.com>
	* LdapConnection.cs: 
		- Values from app settings are not stored anymore in app domain.
		- Exchange tokens until negotiatin is complete.
		- Added new property for authentication mech, stored in app settings.

2005-28-07  Boris Kirzner <borisk@mainsoft.com>
	* Novell.Directory.Ldap.Security.jvm: added new directory containing 
	TARGET_JVM specific classes for kerberos authentication.
	* Novell.Directory.Ldap/AuthenticationTypes.cs: added new enum, 
	corresponding to System.DirectoryServices.AuthenticationTypes. Used in
	LdapConnection.Bind methods.
	* Novell.Directory.Ldap.dll.sources: updated sources files.
	* Novell.Directory.Ldap/LdapBindRequest.cs: added new constructor with 
	credentials parameter passed as sbyte.
	* Novell.Directory.Ldap/Connection.cs: added properties for accessing 
	private input and output streams. Added method for streams replacing.
	* Novell.Directory.Ldap/LdapConnection.cs: 
		- changed Bind api to receive AuthenticationTypes as parameter.
		- added TARGET_JVM-specific BindSecure method.
		- added TARGET_JVM-specific support for creating bind requests
		with security credentials.
		- added TARGET_JVM-specific properties for security mechanism
		and application section name in configuration.
	* Novell.Directory.Ldap.vmwcsproj: updated TARGET_JVM project file.

2005-27-07  Boris Kirzner <borisk@mainsoft.com>
	* Novell.Directory.Ldap.Asn1/Asn1Enumerated.cs,
	Novell.Directory.Ldap.Asn1/Asn1Choice.cs,
	Novell.Directory.Ldap.Asn1/Asn1Set.cs,
	Novell.Directory.Ldap.Asn1/Asn1Tagged.cs,
	Novell.Directory.Ldap.Asn1/Asn1SequenceOf.cs,
	Novell.Directory.Ldap.Asn1/Asn1Integer.cs,
	Novell.Directory.Ldap.Asn1/LBEREncoder.cs,
	Novell.Directory.Ldap.Asn1/Asn1Numeric.cs,
	Novell.Directory.Ldap.Asn1/Asn1Structured.cs,
	Novell.Directory.Ldap.Asn1/Asn1OctetString.cs,
	Novell.Directory.Ldap.Asn1/Asn1Object.cs,
	Novell.Directory.Ldap.Asn1/Asn1Sequence.cs,
	Novell.Directory.Ldap.Asn1/Asn1Null.cs,
	Novell.Directory.Ldap.Asn1/Asn1Encoder.cs,
	Novell.Directory.Ldap.Asn1/Asn1Boolean.cs,
	Novell.Directory.Ldap.Asn1/Asn1SetOf.cs,
	Novell.Directory.Ldap.Asn1/Asn1Length.cs,
	Novell.Directory.Ldap.Asn1/Asn1Identifier.cs,
	Novell.Directory.Ldap.Asn1/LBERDecoder.cs: removed unnecessary attribute
	CLSCompliantAttribute(true), since it is already defined 
	in Novell.Directory.Ldap/AssemblyInfo.cs
	
2005-26-07  Boris Kirzner <borisk@mainsoft.com>
	* Novell.Directory.Ldap/LdapException.cs: propagate root cause exception
	to base. Use InnerException instead of private member.

2005-26-07  Boris Kirzner <borisk@mainsoft.com>
	* Novell.Directory.Ldap/AssemblyInfo.cs, 
	Novell.Directory.Ldap.Asn1/Asn1Enumerated.cs,
	Novell.Directory.Ldap.Asn1/Asn1Choice.cs,
	Novell.Directory.Ldap.Asn1/Asn1Set.cs,
	Novell.Directory.Ldap.Asn1/Asn1Tagged.cs,
	Novell.Directory.Ldap.Asn1/Asn1SequenceOf.cs,
	Novell.Directory.Ldap.Asn1/Asn1Integer.cs,
	Novell.Directory.Ldap.Asn1/LBEREncoder.cs,
	Novell.Directory.Ldap.Asn1/Asn1Numeric.cs,
	Novell.Directory.Ldap.Asn1/Asn1Structured.cs,
	Novell.Directory.Ldap.Asn1/Asn1OctetString.cs,
	Novell.Directory.Ldap.Asn1/Asn1Object.cs,
	Novell.Directory.Ldap.Asn1/Asn1Sequence.cs,
	Novell.Directory.Ldap.Asn1/Asn1Null.cs,
	Novell.Directory.Ldap.Asn1/Asn1Encoder.cs,
	Novell.Directory.Ldap.Asn1/Asn1Boolean.cs,
	Novell.Directory.Ldap.Asn1/Asn1SetOf.cs,
	Novell.Directory.Ldap.Asn1/Asn1Length.cs,
	Novell.Directory.Ldap.Asn1/Asn1Identifier.cs,
	Novell.Directory.Ldap.Asn1/LBERDecoder.cs: added ifdef for TARGET_JVM.

2005-05-07  Boris Kirzner <borisk@mainsoft.com>
	* Novell.Directory.Ldap.vmwcsproj: Project file converted 
	to Developer Edition format. Removed ClearCase references.

2005-21-06  Boris Kirzner <borisk@mainsoft.com>
	* Novell.Directory.Ldap.vmwcsproj: Added project file for TARGET_JVM.

2005-19-06  Boris Kirzner <borisk@mainsoft.com>
	* Novell.Directory.Ldap/AssemblyInfo.cs, 
	Novell.Directory.Ldap/Connection.cs, 
	Novell.Directory.Ldap/LdapConnection.cs: 
	added ifdef to exclude the code not used in TARGET_JVM.

2005-04-05  Boris Kirzner <borisk@mainsoft.com>
	* Added Novell.Directory.Ldap.Rfc2251/RfcLdapSuperDN.cs to sources.

2004-12-07  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : csc wanted ".dll" for Mono.Security

2004-12-06 Anil Bhatia <banil@novell.com>
	
	* Updated with support for SSL, 
	Ldap Events, Edir Events, Intermediate Response

	* Updated ChangeLog so that latest changes are
	on the top.

2003-12-14  Sunil Kumar  <sunilk@novell.com>

	* Updated with XML Doc. Support

2003-12-09  Sunil Kumar  <sunilk@novell.com>

	* Updated with Schema Support

2003-11-21  Sunil Kumar  <sunilk@novell.com>

	* Changed the linux build script to replace corlib.dll
	  with mscorlib.dll

2003-11-16  Sunil Kumar  <sunilk@novell.com>

	* Added LDAP controls in Novell.Directory.Ldap.Controls
	
	* Added Samples for LDAP controls

2003-11-15  Sunil Kumar  <sunilk@novell.com>
	
	* Changed the LdapConnection public Method name as per MS naming convention

	* Added the Authors description	
	
2003-11-14  Sunil Kumar  <sunilk@novell.com>

	* Changed the Directory structure and Class file names as per the Microsoft Standards.
	
	* Changed the build scripts accordingly