ChangeLog 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. 2003-01-05 Sebastien Pouliot <[email protected]>
  2. * Hash.cs: Added [Serializable] and ISerializable to class declaration.
  3. Changed how the hash algorithm are created (now use system default
  4. implementation). Added some exception handling.
  5. 2002-12-20 Jackson Harper <[email protected]>
  6. * Evidence.cs: Copy constructor does not attempt to merge if it recieves a null ref
  7. 2002-12-16 Sebastien Pouliot <[email protected]>
  8. * StrongName.cs: New. Implemented.
  9. 2002-12-15 Sebastien Pouliot <[email protected]>
  10. * Publisher.cs: New. Implemented.
  11. * PublisherMembershipCondition.cs: New. X509 related stuff implemented.
  12. 2002-11-28 Jackson Harper <[email protected]>
  13. * NetCodeGroup.cs: Added file
  14. 2002-11-17 Jackson Harper <[email protected]>
  15. * FirstMatchCodeGroup.cs: Added Copyright
  16. 2002-11-17 Jackson Harper <[email protected]>
  17. * HashMembershipCondition.cs: Added file
  18. 2002-11-14 Jackson Harper <[email protected]>
  19. * Hash.cs: ToString now uses the SecurityElement class, Assembly byte data is cached after the first load
  20. 2002-11-11 Jackson Harper <[email protected]>
  21. * FirstMatchCodeGroup.cs: Made class sealed
  22. 2002-11-5 Jackson Harper <[email protected]>
  23. * ApplicationDirectory.cs: Fixed (C) in file header
  24. 2002-10-29 Nick Drochak <[email protected]>
  25. * Hash.cs: Fix build issues. Add some using statements mostly.
  26. 2002-10-28 Jackson Harper <[email protected]>
  27. * FirstMatchCodeGroup.cs, Hash.cs: New classes, somewhat finished
  28. 2002-10-28 Jackson Harper <[email protected]>
  29. * ApplicationDirectoryMembershipCondition.cs: Implemented most methods
  30. 2002-10-28 Jackson Harper <[email protected]>
  31. * ApplicationDirectory.cs: Added class
  32. 2002-10-28 Jackson Harper <[email protected]>
  33. * AllMembershipCondition.cs: Made GetHashCode act more like
  34. MS version. All AllMembershipCondition instance's will return
  35. the same hashcode but this hashcode should still be unique to
  36. AllMembership Condition's.
  37. 2002-08-03 Gonzalo Paniagua Javier <[email protected]>
  38. * IBuiltInEvidence.cs: New file.
  39. * Zone.cs: New file. Implemented.
  40. 2002-06-10 Duncan Mak <[email protected]>
  41. * IMembershipCondition.cs (Equals): Add missing methods.
  42. 2002-03-17 Nick Drochak <[email protected]>
  43. * ApplicationDirectoryMembershipCondition.cs: New file (stub)
  44. 2002-02-14 Nick Drochak <[email protected]>
  45. * FileCodeGroup.cs: Finish Equals()
  46. 2002-02-13 Dan Lewis <[email protected]>
  47. * PolicyStatement: New file (stub)
  48. 2002-02-09 Nick Drochak <[email protected]>
  49. * FileCodeGroup.cs: New file. All done except for GetHashCode and
  50. Resolve.
  51. * CodeGroup.cs: Fix small bug in ToXml()
  52. * Evidence.cs: Added method stub needed by FileCodeGroup.cs. Added
  53. MonoTODO's too.
  54. 2002-02-07 Nick Drochak <[email protected]>
  55. * CodeGroup.cs: Went as far as I can for now. Need to look at
  56. the (To|From)XML methods when I understand PolicyLevels better.
  57. 2002-02-02 Nick Drochak <[email protected]>
  58. * CodeGroup.cs: Not done, but checking in now just in case
  59. 2002-01-30 Nick Drochak <[email protected]>
  60. * CodeGroup.cs: New file. Not nearly done with this, but saving it
  61. in cvs just in case.
  62. * PolicyLevel.cs: Sarted just a bit on this then relized i need CodeGroup
  63. first (among others). Checking in for disaster recovery.
  64. 2002-01-29 Nick Drochak <[email protected]>
  65. * PolicyStatementAttribute.cs: New file.
  66. * PolicyException.cs: Use correct namespace
  67. * PolicyLevel.cs: Add [Serializable] to class
  68. 2002-01-19 Duncan Mak <[email protected]>
  69. * PolicyException.cs: New File.
  70. 2002-01-03 Nick Drochak <[email protected]>
  71. * IIdentityPermissionFactory.cs: New File
  72. * IMembershipCondition: New File
  73. 2001-12-29 Nick Drochak <[email protected]>
  74. * PolicyLevel.cs: New file
  75. 2001-12-21 Miguel de Icaza <[email protected]>
  76. * SecurityElement.cs, CodeAccessPermission.cs IPermission.cs
  77. IStackWalk.cs SecurityElement.cs ISecurityEncodable.cs: New files.