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