This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / corlib / System.Security.Principal / ChangeLog
1 2004-04-25  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
2
3         * WindowsPrincipal.cs: Call invariant ToUpper
4
5 2004-04-14  Sebastien Pouliot  <sebastien@ximian.com>
6
7         * WindowsIdentity.cs: Implemented IDeserializationCallback and 
8         ISerializable interfaces.
9
10 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * WindowsIdentity.cs: Implemented for both Windows and Linux. Fix bug
13         #52532. Class is only missing serialization bits.
14         * WindowsImpersonationContext.cs: Implemented for both Windows and 
15         Linux. Fix bug #52532.
16         * WindowsPrincipal.cs: Implemented for both Windows and Linux.  Fix 
17         bug #52532.
18
19 2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>
20
21         * PrincipalPolicy.cs: Added missing [Serializable] to enum.
22         * WindowsAccountType.cs: Added missing [Serializable] to enum.
23         * WindowsBuiltInRole.cs: Added missing [Serializable] to enum.
24         * WindowsIdentity.cs: Updated to match the unit tests.
25         * WindowsPrincipal.cs: Return false for a null role.
26
27 2003-12-25  Sebastien Pouliot  <spouliot@videotron.ca>
28
29         * WindowsIdentity.cs: Added ISerializable (for 1.1+) and default 
30         implementation for constructors/properties.
31         * WindowsImpersonationContext.cs: Added MonoTODO on class and 
32         NotImplementedException in constructor.
33         * WindowsPrincipal.cs: New. Basic implementation (mostly a stub).
34
35 2003-07-01  Sebastien Pouliot  <spouliot@videotron.ca>
36
37         * ChangeLog: Sorry it seems that I couldn't find the right combinaison
38         just to commit the change to changelog (probably due to convertion to
39         windows).
40         * GenericPrincipal.cs: Fixed issues found during unit testing.
41
42 2002-12-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
43
44         * GenericIdentity.cs: check arguments and fixed IsAuthenticated.
45
46 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
47
48         * WindowsIdentity.cs:
49         * WindowsImpersonationContext.cs: stubbed.
50
51 2002/07/10  Nick Drochak <ndrochak@gol.com>
52
53         * WindowsAccountType.cs:
54         * WindowsBuiltInRole.cs:
55                 Make these enums public instead of internal.
56
57 2002-01-07  Nick Drochak  <ndrochak@gol.com>
58
59         * PrincipalPolicy.cs: made enum public like it should be to get _AppDomain to compile.