[Mono-bugs] [Bug 52606][Wis] Changed - Code access security implementation

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 15 Sep 2004 10:58:12 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52606

--- shadow/52606	2004-08-18 15:14:40.000000000 -0400
+++ shadow/52606.tmp.15254	2004-09-15 10:58:12.000000000 -0400
@@ -12,17 +12,25 @@
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Code access security implementation
-BugsThisDependsOn: 52693, 53548[FIXED]
+BugsThisDependsOn: 52693, 53548[FIXED], 62358
 
 Bug to keep track of the code access security implementation in the runtime,
 currently assigned to Ben <benjaminwootton@hotpop.com>.
 
 ------- Additional Comments From benjaminwootton@hotpop.com  2004-01-20 15:08 -------
 Now working actively on this - 20 Jan 04
 
 ------- Additional Comments From sebastien@ximian.com  2004-08-18 15:14 -------
 A first (limited) sample is working using CVS (HEAD).
 http://pages.infinit.net/ctech/20040817-0932.html
+
+------- Additional Comments From sebastien@ximian.com  2004-09-15 10:58 -------
+* Most *Permission and *PermissionAttribute classes are now
+implemented. Most MSDN library samples are now working correctly
+(unless they use non-implemented features). 
+
+* Added dependency on #62358 "MCS doesn't encode SecurityAttributes
+properly"