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

ChangeLog « System.Security.Policy « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 854800264775a7d3c7f6b5d672d4f06482ee3503 (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
62
63
64
2002-06-10  Duncan Mak  <duncan@ximian.com>

	* IMembershipCondition.cs (Equals): Add missing methods.

2002-03-17  Nick Drochak  <ndrochak@gol.com>

	* ApplicationDirectoryMembershipCondition.cs: New file (stub)

2002-02-14  Nick Drochak  <ndrochak@gol.com>

	* FileCodeGroup.cs: Finish Equals()

2002-02-13  Dan Lewis	<dihlewis@yahoo.co.uk>

	* PolicyStatement: New file (stub)

2002-02-09  Nick Drochak  <ndrochak@gol.com>

	* FileCodeGroup.cs: New file. All done except for GetHashCode and 
	Resolve.
	* CodeGroup.cs: Fix small bug in ToXml()
	* Evidence.cs: Added method stub needed by FileCodeGroup.cs.  Added 
	MonoTODO's too.

2002-02-07  Nick Drochak  <ndrochak@gol.com>

	* CodeGroup.cs: Went as far as I can for now.  Need to look at
	the (To|From)XML methods when I understand PolicyLevels better.

2002-02-02  Nick Drochak  <ndrochak@gol.com>

	* CodeGroup.cs: Not done, but checking in now just in case

2002-01-30  Nick Drochak  <ndrochak@gol.com>

	* CodeGroup.cs: New file.  Not nearly done with this, but saving it
	in cvs just in case.
	* PolicyLevel.cs: Sarted just a bit on this then relized i need CodeGroup
	first (among others).  Checking in for disaster recovery.

2002-01-29  Nick Drochak  <ndrochak@gol.com>

	* PolicyStatementAttribute.cs: New file.
	* PolicyException.cs: Use correct namespace
	* PolicyLevel.cs: Add [Serializable] to class

2002-01-19  Duncan Mak  <duncan@ximian.com>

	* PolicyException.cs: New File.

2002-01-03  Nick Drochak  <ndrochak@gol.com>

	* IIdentityPermissionFactory.cs: New File
	* IMembershipCondition: New File

2001-12-29  Nick Drochak  <ndrochak@gol.com>

	* PolicyLevel.cs: New file

2001-12-21  Miguel de Icaza  <miguel@ximian.com>

	* SecurityElement.cs, CodeAccessPermission.cs IPermission.cs
	IStackWalk.cs SecurityElement.cs ISecurityEncodable.cs: New files.