ChangeLog 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. 2009-08-29 Zoltan Varga <[email protected]>
  2. * ObjectSecurity_T.cs: New file, empty stub for new net 4.0 class.
  3. 2008-07-02 Andreas Nahr <[email protected]>
  4. * MutexAccessRule.cs:
  5. * MutexAuditRule.cs: Fix parameter names
  6. 2008-04-02 Andreas Nahr <[email protected]>
  7. * CompoundAce.cs: Fix parameter names
  8. 2007-09-21 Atsushi Enomoto <[email protected]>
  9. * AccessRule.cs AceEnumerator.cs AuditRule.cs AuthorizationRule.cs
  10. AuthorizationRuleCollection.cs CommonAce.cs CommonAcl.cs
  11. CommonObjectSecurity.cs CompoundAce.cs CryptoKeyAccessRule.cs
  12. CryptoKeyAuditRule.cs CryptoKeySecurity.cs CustomAce.cs
  13. DirectoryObjectSecurity.cs DirectorySecurity.cs
  14. DiscretionaryAcl.cs EventWaitHandleAccessRule.cs
  15. EventWaitHandleAuditRule.cs EventWaitHandleSecurity.cs
  16. FileSecurity.cs FileSystemAccessRule.cs FileSystemAuditRule.cs
  17. FileSystemSecurity.cs GenericAce.cs GenericAcl.cs KnownAce.cs
  18. MutexAccessRule.cs MutexAuditRule.cs MutexSecurity.cs
  19. NativeObjectSecurity.cs ObjectAccessRule.cs ObjectAce.cs
  20. ObjectAuditRule.cs ObjectSecurity.cs QualifiedAce.cs
  21. RawAcl.cs RegistryAccessRule.cs RegistryAuditRule.cs
  22. RegistrySecurity.cs SystemAcl.cs :
  23. they are not still functional, but being implemented.
  24. 2006-10-31 Sebastien Pouliot <[email protected]>
  25. * AccessRule.cs, AceEnumerator.cs, AuditRule.cs,
  26. AuthorizationRuleCollection.cs, AuthorizationRule.cs, CommonAcl.cs,
  27. CommonObjectSecurity.cs, FileSystemSecurity.cs, GenericAce.cs,
  28. KnownAce.cs, NativeObjectSecurity.cs, ObjectSecurity.cs,
  29. QualifiedAce.cs: Hide extraneous public empty .ctor.
  30. 2006-10-30 Sebastien Pouliot <[email protected]>
  31. * PrivilegeNotHeldException.cs: Fix namespace.
  32. 2006-07-06 Dick Porter <[email protected]>
  33. * Completely stubbed the System.Security.AccessControl namespace
  34. for the 2.0 profile.
  35. 2005-12-23 Dick Porter <[email protected]>
  36. * MutexRights.cs: New for 2.0 profile
  37. 2005-12-17 Dick Porter <[email protected]>
  38. * EventWaitHandleRights.cs: New for 2.0 profile
  39. * MutexSecurity.cs:
  40. * EventWaitHandleSecurity.cs:
  41. * CommonObjectSecurity.cs:
  42. * NativeObjectSecurity.cs:
  43. * ObjectSecurity.cs: New partial stub for 2.0 profile
  44. 2005-12-14 Sebastien Pouliot <[email protected]>
  45. * AccessControlSections.cs: New (2.0). Enum required for DirectoryInfo
  46. * DirectorySecurity.cs: New (2.0). Partial stub for DirectoryInfo
  47. 2005-04-22 Sebastien Pouliot <[email protected]>
  48. * AccessControlActions.cs: Removed [ComVisible] and [Serializable] to
  49. match beta2.
  50. 2005-01-10 Sebastien Pouliot <[email protected]>
  51. * CryptoKeySecurity.cs: Class declaration to complete CspParameters
  52. and CspKeyContainerInfo in System.Security.Cryptography.
  53. 2004-07-08 Sebastien Pouliot <[email protected]>
  54. * AccessControlActions.cs: Fixed enum values. Added missing attributes.
  55. 2004-07-07 Sebastien Pouliot <[email protected]>
  56. * AccessControlActions.cs: New enum in Fx 2.0. Required for new stuff
  57. in System.Security.Permissions. Will also "creates" the namespace for
  58. "corcompare".