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

ChangeLog « System.DirectoryServices « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49ec548818da449b51c16048dc9833a3e06491b6 (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
2005-12-06 Konstantin Triger <kostat@mainsoft.com>

	* System.DirectoryServices.vmwcsproj: fixing conditional compilation constants.

2005-11-15 Vlad Spivak <spivak@mainsoft.com>
	* Added TARGET_JVM related source includes and excludes

2005-09-26 Boris Kirzner <borisk@mainsoft.com>
	* System.DirectoryServices.dll.sources: changed reference to Consts.cs.in.

2005-09-07 Boris Kirzner <borisk@mainsoft.com>
	* System.DirectoryServices.vmwcsproj: changed reference to Consts.cs.in.

2005-22-08  Boris Kirzner <borisk@mainsoft.com>
	* System.DirectoryServices.vmwcsproj: changed reference to Consts.cs.

2005-14-08  Boris Kirzner <borisk@mainsoft.com>
	* App.config: added "authenticationmech" supported key example.

2005-28-07  Boris Kirzner <borisk@mainsoft.com>
	* System.DirectoryServices.vmwcsproj: updated TARGET_JVM project file.
	* App.config: added addition supported key examples.

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

2005-07-03 Boris Kirzner <borisk@mainsoft.com>
	* System.DirectoryServices.vmwcsproj: Reflecting changes in location of 
	Locale.cs and MonoTODOAttribute.cs

2005-06-21 Boris Kirzner <borisk@mainsoft.coim>
	* System.DirectoryServices.sln, System.DirectoryServices.vmwcsproj:
	Added solution and project files fo rTARGET_JVM.

2005-06-19 Boris Kirzner <borisk@mainsoft.coim>
	* System.DirectoryServices_test.dll.sources: 
		- added DirectoryServices/DirectoryServicesDirectoryEntryTest.cs
		- added DirectoryServices/DirectoryServicesDirectorySearcherTest.cs
		- added DirectoryServices/DirectoryServicesSearchResultTest.cs
	* App.config - added new file, contaning an example of specifying 
	default LDAP server information in app config.

2005-02-14  Anil Bhatia  <banil@novell.com>
	* Fixed DoSearch() in DirectorySearcher.cs: Search scope was hardcoded
	as LdapConnection.SCOPE_SUB. Chnaged to the value contained by
	_SearchScope.

2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

	* Makefile: Activate unit tests.
	* System.DirectoryServices_test.dll.sources: New. Source list for unit
	tests.

2004-05-14  Raja R Harinath  <rharinath@novell.com>

	* System.DirectoryServices.dll.sources: Add
	DirectoryServicesPermission{,Attribute,Entry,EntryCollection}.cs
	and TODOAttribute.cs.

2004-01-15  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* System.DirectoryServices.dll.sources: Added lots of files, sorted existing

2003-07-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.DirectoryServices.build: New file.

2003-02-23  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
	* added just files enough to compile a dummy DLL for now

2003-11-24  Sunil Kumar  <sunilk@novell.com>
        * Added class files implementing System.DirectoryServices namespace