2004-04-25  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* WindowsPrincipal.cs: Call invariant ToUpper

2004-04-14  Sebastien Pouliot  <sebastien@ximian.com>

	* WindowsIdentity.cs: Implemented IDeserializationCallback and 
	ISerializable interfaces.

2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>

	* WindowsIdentity.cs: Implemented for both Windows and Linux. Fix bug
	#52532. Class is only missing serialization bits.
	* WindowsImpersonationContext.cs: Implemented for both Windows and 
	Linux. Fix bug #52532.
	* WindowsPrincipal.cs: Implemented for both Windows and Linux.  Fix 
	bug #52532.

2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>

	* PrincipalPolicy.cs: Added missing [Serializable] to enum.
	* WindowsAccountType.cs: Added missing [Serializable] to enum.
	* WindowsBuiltInRole.cs: Added missing [Serializable] to enum.
	* WindowsIdentity.cs: Updated to match the unit tests.
	* WindowsPrincipal.cs: Return false for a null role.

2003-12-25  Sebastien Pouliot  <spouliot@videotron.ca>

	* WindowsIdentity.cs: Added ISerializable (for 1.1+) and default 
	implementation for constructors/properties.
	* WindowsImpersonationContext.cs: Added MonoTODO on class and 
	NotImplementedException in constructor.
	* WindowsPrincipal.cs: New. Basic implementation (mostly a stub).

2003-07-01  Sebastien Pouliot  <spouliot@videotron.ca>

	* ChangeLog: Sorry it seems that I couldn't find the right combinaison
	just to commit the change to changelog (probably due to convertion to
	windows).
	* GenericPrincipal.cs: Fixed issues found during unit testing.

2002-12-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* GenericIdentity.cs: check arguments and fixed IsAuthenticated.

2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* WindowsIdentity.cs:
	* WindowsImpersonationContext.cs: stubbed.

2002/07/10  Nick Drochak <ndrochak@gol.com>

	* WindowsAccountType.cs:
	* WindowsBuiltInRole.cs:
		Make these enums public instead of internal.

2002-01-07  Nick Drochak  <ndrochak@gol.com>

	* PrincipalPolicy.cs: made enum public like it should be to get _AppDomain to compile.
