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