2005-03-31  Boris Kirzner <borisk@mainsoft.com>
	* DirectoryEntry.cs :
		- Implemented UsePropertyCache.
		- Refresh entry after Rename and MoveTo.
		- CommitChanges : do not send request to server if no properties changed. Drop new flag after committing newly created entry.
		- Disconnect only if connected in Close(). Clean up Dispose().
		- Removed unnecessary console output.
	* PropertyCollection.cs : Hold reference to parent DirectoryEntry.
	* PropertyValueCollection.cs : Hold reference to parent DirectoryEntry. Call parent's CommitDeferred on collection changes. 

2005-03-31  Boris Kirzner <borisk@mainsoft.com>

	* DirectorySearcher.cs :
		- Use common TimeSpan object to initialize properties default values.
		- DoSearch uses SizeLimit and ServerTimeLimit. Do not throw if sie limit or time limit occurs on the server.
		- Construct ADsPath property from resulting entry path.
		- Implemented Dispose method.

2005-03-28  Boris Kirzner <borisk@mainsoft.com>

	* DirectoryEntries.cs : 
		- Removed unnecessary console output.
	* SearchResult.cs :
		- Initialize Path property in constructor.
		- Removed unnecessary console output.

2005-03-22  Boris Kirzner <borisk@mainsoft.com>

	* DirectorySearcher.cs : 
		- ClientTimeout and ServerPageTimeLimit initialized to 1 second.
		- SizeLimit initialized to 0.
		- Setting SizeLimit to negative value throws an exception.
		- Added private variable for ServerTime Limit.
		- Avoid infinite loop in CacheResults.
		- Removed emptycol, search result lazy evaluated intead of this.
		- If the search did not return results, FindOne() should returns null.
		- ADsPath property always loaded, or created from DN.

2005-03-22  Boris Kirzner <borisk@mainsoft.com>

	* DirectoryEntries.cs : When adding new entry, do not set "objectclass" 
	property to include schemaClassName value.

2005-03-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* DirectoryEntry.cs: username and password are now initialized to null.
	Patch by Boris Kirzner (Mainsoft).

2005-03-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* PropertyValueCollection.cs: the Value property for an empty collection
	is now null and setting Value to null clears the collection. Patch by
	Boris Kirzner (Mainsoft).

2005-01-26  Atsushi Enomoto  <atsushi@ximian.com>

	* DirectoryEntry.cs, DirectoryEntries.cs :
	  eliminate "throw new Exception".

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

	* DirectoryServicesPermission.cs: Completed TODO.
	* DirectoryServicesPermissionAttribute.cs: Added path validation and
	enable the creation of unrestricted permissions.
	* DirectoryServicesPermissionEntry.cs: Add internal method to return 
	an ResourcePermissionBaseEntry instance.
	* DirectoryServicesPermissionEntryCollection.cs: Allow synchronization
	of elements with the base permission class (required to enable Copy).

2004-06-15  Gert Driesen <drieseng@users.sourceforge.net>

	* DirectoryServicesPermission.cs: renamed field to match MS.NET
	* DirectoryServicesPermissionEntry.cs: fixed serialization 
	compatibility with MS.NET
	* DirectoryServicesPermissionEntryCollection.cs: marked serializable,
	added TODO for serialization compatibility
	* ReferralChasingOption.cs: changed enum field values to match MS.NET

2004-06-03  Gert Driesen <drieseng@users.sourceforge.net>

	* DirectoryEntries.cs: flagged field private to fix public API
	* DirectoryEntry.cs: added protected override for Dispose, marked
	properties TODO
	* DirectoryServicesPermissionEntryCollection.cs: added stubs for
	missing protected methods
	* PropertyCollection.cs: flagged field private to fix public API
	* PropertyValueCollection.cs: removed empty extra methods, added
	stub for missing methods to fix public API
	* SearchResult.cs: removed unused local variable
	* SearchResultCollection.cs: flagged field private to fix public
	API, added missing property Dispose method and finalizer

2004-05-16  Gert Driesen <drieseng@users.sourceforge.net>

	* DirectoryServicesPermission.cs: marked sealed, added
	Serializable attribute
	* SearchResultCollection: made Handle public

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

	* SearchResultCollection.cs: Add a few more stubs.
	* SchemaNameCollection.cs: Likewise.

	* DirectoryServicesPermission.cs: Fix typo.
	* SchemaNameCollection.cs: Revert.  Add MonoTODO attributes.

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

	* DirectoryEntries.cs (SchemaFilter): New stub.
	* DirectoryEntry.cs: Add missing [MonoTODO] to NotImplemented
	classes.  Remove DesignerCategory attribute.
	* DirectorySearcher.cs: Likewise.
	* PropertyValueCollection.cs (AddRange([object[]): Don't go into
	an infinite loop.
	(AddRange(PropertyValueCollection)): New.
	(CopyTo): New.
	* ResultPropertyCollection.cs (ResultPropertyCollection): Make
	internal.
	(CopyTo): New.
	* SchemaNameCollection.cs: Implement.
	* SortOption.cs (PropertyName, Direction): Add DSDescription and
	DefaultValue attributes.
	* DirectoryServicesPermission.cs: New file.
	* DirectoryServicesPermissionAttribute.cs: Likewise.
	* DirectoryServicesPermissionEntry.cs: Likewise.
	* DirectoryServicesPermissionEntryCollection.cs: Likewise.
	* TODOAttribute.cs: Likewise.

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

	* ChangeLog: Added
	* AssemblyInfo.cs: Removed
	* DirectoryEntry.cs: Added attributes, fixed warning, stubbed missing
	* DirectorySearcher.cs: Added attributes, stubbed missing
	* DirectoryServicesPermissionAccess.cs: Added, implemented
	* DSDescriptionAttribute.cs: Added, implemented
	* DSDescriptionAttribute.cs, Added implemented
