Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Security.Permissions « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eeed85c77fd63d72741b6d78a78b1177911351d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
2005-11-22  Sebastien Pouliot  <sebastien@ximian.com>

	* StorePermission.cs: Fix a few bugs (flags/union) and a strange 
	behaviour where Copy can return null (reported as FDBK40928).

2005-09-26  Sebastien Pouliot  <sebastien@ximian.com>

	* Store*.cs: Moved from System.Security.dll

2005-05-31  Sebastien Pouliot  <sebastien@ximian.com>

	* ResourcePermissionBase.cs: Added more parameter checking for 2.0
	* PermissionHelper.cs: Identity permissions can be unrestricted in 2.0

2005-05-18  Jordi Mas i Hernandez <jordi@ximian.com>

	* StorePermissionAttribute.cs: fixes flag cleaning logical operation

2005-05-17  Sebastien Pouliot  <sebastien@ximian.com>

	* ResourcePermissionBase.cs: PermissionAccessType "could" be null. Fix
	regression in unit tests. 

2005-05-16  Sebastien Pouliot  <sebastien@ximian.com>

	* ResourcePermissionBase.cs: Added "access" attribute in ToXml. Made 
	FromXml a little better (simple cases) but not perfect (need samples).

2005-04-23  Sebastien Pouliot  <sebastien@ximian.com> 

	* StorePermission.cs: New. CAS permission to access certificate stores.
	* StorePermissionAttribute.cs: New. CAS permission attribute for
	StorePermission.

2005-01-19  Sebastien Pouliot  <sebastien@ximian.com>

	* ResourcePermissionBase.cs: IsSubset(null) returns false in 1.1 while
	it returns true in 2.0.

2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>

	* PermissionHelper.cs: New. Static methods to help implementation of
	permission classes.
	* ResourcePermissionBase.cs: Implemented all TODO (except FromXml 
	which isn't complete).
	* ResourcePermissionBaseEntry.cs: Minor cleanup (namespaces, style).

2004-07-08  Sebastien Pouliot  <sebastien@ximian.com>

	* StorePermissionFlags.cs: Fixed flags values. Added [Serializable]
	attribute.

2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>

	* StorePermissionFlags.cs: New. CAS-related enum for StorePermission.
	Adding it "creates" the namespace for corcompare.

2003-07-15  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* ChangeLog: Added
	* ResourcePermissionBaseEntry.cs: Implemented