2004-01-03 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mcs / class / corlib / System.Security / ChangeLog
1 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
2
3         * SecurityManager.cs: Added some basic stuff to make some security unit
4         tests works (mostly when using PolicyHierarchy).
5
6 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
7
8         * AllowPartiallyTrustedCallersAttribute.cs: Fixed AttributeUsage using
9         1.2 documentation (AllowMultiple=false, Inherited=false)
10         * NamedPermissionSet.cs: Changes to match unit tests.
11         * PermissionSet.cs: Implemented Copy, Intersect, IsSubsetOf and Union 
12         methods. Corrected FromXml.
13         * PolicyLevelType.cs: Added missing [Serializable].
14         * SecurityElement.cs: Fixed constructor to match unit tests.
15         * SecurityException.cs: Added support for GrantedSet and RefusedSet 
16         properties (since 1.1). Set HResult to 0x8013150A.
17         * SecurityZone.cs: Added missing [Serializable].
18         * SuppressUnmanagedCodeSecurityAttribute.cs: Fixed AttributeUsage using
19         1.2 documentation (AllowMultiple=true, Inherited=false)
20         * UnverifiableCodeAttribute.cs: Fixed AttributeUsage using 1.2 
21         documentation (AllowMultiple=true, Inherited=false)
22
23 2003-06-29  Sebastien Pouliot  <spouliot@videotron.ca>
24
25         * PermissionSet.cs: Added missing "virtual" to Count, IsSynchronized 
26         and SyncRoot.
27
28 2003-06-29  Nick Drochak  <ndrochak@gol.com>
29
30         * NamedPermissionSet.cs : Fix buglet/typo/thinko. Thank you unit tests.
31
32 2003-06-28  Sebastien Pouliot  <spouliot@videotron.ca>
33
34         * CodeAccessPermission.cs: Added missing methods. Removed old XML
35         documentation (present in monodoc). Added missing MonoTODO attrs.
36         * NamedPermissionSet.cs : Changed some code from result of unit 
37         tests. Updated MonoTODO attributes.
38         * PermissionSet.cs: Added missing methods. Removed old XML
39         documentation (present in monodoc). Added missing MonoTODO attrs.
40         Added code to some methods.
41         * SecurityManager.cs: Added missing MonoTODO attributes.
42
43 2003-05-09  Sebastien Pouliot  <spouliot@videotron.ca>
44
45         * AllowPartiallyTrustedCallersAttribute.cs: New. Class was missing
46         from original 1.0 documentation (but inclufed in framework 1.0)
47
48 2002-06-10  Duncan Mak  <duncan@ximian.com>
49
50         * IEvidenceFactory.cs (Evidence): Added missing method.
51         
52         * SuppressUnmanagedCodeSecurityAttribute.cs:
53         * UnverifiableCodeAttribute.cs: Added missing
54         AttributeUsage attribute.
55
56 2002-06-05  Nick Drochak  <ndrochak@gol.com>
57
58         * SecurityElement.cs: Fixed couple of hard to spot typos which were
59         causing valid names and keys to be rejected.
60
61 2002-04-28  Lawrence Pit <loz@cable.a2000.nl>
62
63         * CodeAccessPermission.cs : implemented ToString method
64
65 2002-04-27  Lawrence Pit <loz@cable.a2000.nl>
66
67         * SecurityElement.cs: fixed bugs, implemented several methods
68
69 2002-03-12  Duncan Mak  <duncan@ximian.com>
70
71         * SecurityException.cs: Inherit from SystemException, not Exception.
72
73 2002-02-23  Nick Drochak  <ndrochak@gol.com>
74
75         * SecurityElement.cs: fixed typo
76
77 2002-02-13  Dan Lewis <dihlewis@yahoo.co.uk>
78         
79         * NamedPermissionSet.cs: New file (stub)
80
81 2002-02-07  Duncan Mak  <duncan@ximian.com>
82
83         * SecurityException.cs: Reformatted to fit the form of other
84         Exceptions. Added serialization bits.
85
86 2002-01-05  Ravi Pratap  <ravi@ximian.com>
87
88         * SecurityElement.cs : Insert MonoTODO attribute.
89
90 2002-01-02  Nick Drochak  <ndrochak@gol.com>
91
92         * CodeAccessPermission.cs: Fix syntax error hidden by exclusion in .build file
93
94 2001-12-30  Nick Drochak  <ndrochak@gol.com>
95
96         * PermissionSet.cs SecurityManager.cs: New Files
97         * CodeAccessPermission.cs: Add Skeleton code
98         * IPermission.cs: Make public and inherit from ISecurityEncodable 
99         * ISecurityEncodable.cs: Make interface public
100         * ISecurityPolicyEncodable.cs: Ditto
101         * IStackWalk.cs: Ditto
102
103 2001-12-29  Nick Drochak  <ndrochak@gol.com>
104
105         * ISecurityPolicyEncodable.cs, PolicyLevelType.cs, 
106         SecurityZone.cs, SecurityException.cs, UnverifiableCodeAttribute.cs,
107         SuppressUnmanagedCodeSecurityAttribute.cs,
108         VerificationException.cs, XmlSyntaxException.cs: New files
109
110 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
111
112         * SecurityElement.cs, CodeAccessPermission.cs IPermission.cs
113         IStackWalk.cs SecurityElement.cs ISecurityEncodable.cs: New files.
114