| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- 2003-01-05 Sebastien Pouliot <[email protected]>
- * Hash.cs: Added [Serializable] and ISerializable to class declaration.
- Changed how the hash algorithm are created (now use system default
- implementation). Added some exception handling.
- 2002-12-20 Jackson Harper <[email protected]>
- * Evidence.cs: Copy constructor does not attempt to merge if it recieves a null ref
- 2002-12-16 Sebastien Pouliot <[email protected]>
- * StrongName.cs: New. Implemented.
- 2002-12-15 Sebastien Pouliot <[email protected]>
- * Publisher.cs: New. Implemented.
- * PublisherMembershipCondition.cs: New. X509 related stuff implemented.
- 2002-11-28 Jackson Harper <[email protected]>
- * NetCodeGroup.cs: Added file
- 2002-11-17 Jackson Harper <[email protected]>
- * FirstMatchCodeGroup.cs: Added Copyright
-
- 2002-11-17 Jackson Harper <[email protected]>
- * HashMembershipCondition.cs: Added file
- 2002-11-14 Jackson Harper <[email protected]>
- * Hash.cs: ToString now uses the SecurityElement class, Assembly byte data is cached after the first load
- 2002-11-11 Jackson Harper <[email protected]>
- * FirstMatchCodeGroup.cs: Made class sealed
- 2002-11-5 Jackson Harper <[email protected]>
- * ApplicationDirectory.cs: Fixed (C) in file header
-
- 2002-10-29 Nick Drochak <[email protected]>
- * Hash.cs: Fix build issues. Add some using statements mostly.
- 2002-10-28 Jackson Harper <[email protected]>
- * FirstMatchCodeGroup.cs, Hash.cs: New classes, somewhat finished
-
- 2002-10-28 Jackson Harper <[email protected]>
- * ApplicationDirectoryMembershipCondition.cs: Implemented most methods
- 2002-10-28 Jackson Harper <[email protected]>
- * ApplicationDirectory.cs: Added class
- 2002-10-28 Jackson Harper <[email protected]>
- * AllMembershipCondition.cs: Made GetHashCode act more like
- MS version. All AllMembershipCondition instance's will return
- the same hashcode but this hashcode should still be unique to
- AllMembership Condition's.
- 2002-08-03 Gonzalo Paniagua Javier <[email protected]>
- * IBuiltInEvidence.cs: New file.
- * Zone.cs: New file. Implemented.
- 2002-06-10 Duncan Mak <[email protected]>
- * IMembershipCondition.cs (Equals): Add missing methods.
- 2002-03-17 Nick Drochak <[email protected]>
- * ApplicationDirectoryMembershipCondition.cs: New file (stub)
- 2002-02-14 Nick Drochak <[email protected]>
- * FileCodeGroup.cs: Finish Equals()
- 2002-02-13 Dan Lewis <[email protected]>
- * PolicyStatement: New file (stub)
- 2002-02-09 Nick Drochak <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * CodeGroup.cs: Not done, but checking in now just in case
- 2002-01-30 Nick Drochak <[email protected]>
- * 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 <[email protected]>
- * PolicyStatementAttribute.cs: New file.
- * PolicyException.cs: Use correct namespace
- * PolicyLevel.cs: Add [Serializable] to class
- 2002-01-19 Duncan Mak <[email protected]>
- * PolicyException.cs: New File.
- 2002-01-03 Nick Drochak <[email protected]>
- * IIdentityPermissionFactory.cs: New File
- * IMembershipCondition: New File
- 2001-12-29 Nick Drochak <[email protected]>
- * PolicyLevel.cs: New file
- 2001-12-21 Miguel de Icaza <[email protected]>
- * SecurityElement.cs, CodeAccessPermission.cs IPermission.cs
- IStackWalk.cs SecurityElement.cs ISecurityEncodable.cs: New files.
-
|