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