2
0

ChangeLog 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. 2003-11-25 Ben Maurer <[email protected]>
  2. * AccessMembershipProvider.cs: New v2 file
  3. * AccessRoleProvider.cs: New v2 file
  4. * ADMembershipProvider.cs: New v2 file
  5. * AnonymousIdentificationEventArgs.cs: New v2 file
  6. * AnonymousIdentificationEventHandler.cs: New v2 file
  7. * AnonymousIdentificationModule.cs: New v2 file
  8. * CookieProtection.cs: New v2 file
  9. * IMembershipProvider.cs: New v2 file
  10. * IRoleProvider.cs: New v2 file
  11. * Membership.cs: New v2 file
  12. * MembershipCreateStatus.cs: New v2 file
  13. * MembershipCreateUserException.cs: New v2 file
  14. * MembershipOnlineStatus.cs: New v2 file
  15. * MembershipPasswordException.cs: New v2 file
  16. * MembershipPasswordFormat.cs: New v2 file
  17. * MembershipProviderCollection.cs: New v2 file
  18. * MembershipSortOptions.cs: New v2 file
  19. * MembershipUser.cs: New v2 file
  20. * MembershipUserCollection.cs: New v2 file
  21. * RoleManagerEventArgs.cs: New v2 file
  22. * RoleManagerEventHandler.cs: New v2 file
  23. * RoleManagerModule.cs: New v2 file
  24. * RolePrincipal.cs: New v2 file
  25. * RoleProviderCollection.cs: New v2 file
  26. * Roles.cs: New v2 file
  27. * SqlMembershipProvider.cs: New v2 file
  28. * SqlRoleProvider.cs: New v2 file
  29. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  30. * FormsAuthentication.cs: encoding updates.
  31. 2003-10-04 Gonzalo Paniagua Javier <[email protected]>
  32. * FormsAuthenticationModule.cs: fixed for applications other than /.
  33. 2003-08-27 Gonzalo Paniagua Javier <[email protected]>
  34. * UrlAuthorizationModule.cs: fixed description for status code.
  35. 2003-07-31 Gonzalo Paniagua Javier <[email protected]>
  36. * FormsAuthenticationModule.cs: really renew the ticket. Thanks to
  37. Jens Thiel <[email protected]>.
  38. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  39. * UrlAuthorizationModule.cs: tell the application not to run any other
  40. step apart from EndRequest.
  41. 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
  42. * FormsAuthentication.cs: implemented RedirectFromLoginPage and
  43. GetRedirectUrl.
  44. * FormsAuthenticationModule.cs: redirect to the login page when a 401
  45. error happens.
  46. * UrlAuthorizationModule.cs: check for valid user or render error page.
  47. 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
  48. * DefaultAuthenticationModule.cs: implemented. It just create a default
  49. unauthenticated user when no one else provided one.
  50. * FormsAuthenticationModule.cs: removed debug output.
  51. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  52. * FormsAuthenticationModule.cs: remove debug lines.
  53. 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
  54. * FormsAuthentication.cs: return a null ticket when an exception is
  55. thrown creating it. Implemented RenewTicketIfOld.
  56. * FormsAuthenticationModule.cs: implemented event handlers for
  57. AuthenticateRequest and EndRequest.
  58. * FormsAuthenticationTicket.cs: implemented SetDates and Clone methods.
  59. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  60. * FormsAuthentication.cs: implemented GetAuthCookie, SetAuthCookie,
  61. SignOut, FormsCookieName and FormsCookiePath.
  62. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  63. * FormsAuthentication.cs: implemented Authenticate, unencrypted Encrypt
  64. and Decrypt, HashPasswordForStoringInConfigFile and Initialize.
  65. * FormsAuthenticationTicket.cs: set cookiePath to the default when no
  66. other provided.
  67. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  68. * DefaultAuthenticationEventHandler.cs:
  69. * DefaultAuthenticationModule.cs:
  70. * FileAuthorizationModule.cs:
  71. * FormsAuthentication.cs:
  72. * FormsAuthenticationEventArgs.cs:
  73. * FormsAuthenticationEventHandler.cs:
  74. * FormsAuthenticationModule.cs:
  75. * FormsAuthenticationTicket.cs:
  76. * FormsIdentity.cs:
  77. * PassportAuthenticationEventArgs.cs:
  78. * PassportAuthenticationEventHandler.cs:
  79. * PassportAuthenticationModule.cs:
  80. * PassportIdentity.cs:
  81. * UrlAuthorizationModule.cs:
  82. * WindowsAuthenticationEventArgs.cs:
  83. * WindowsAuthenticationEventHandler.cs:
  84. * WindowsAuthenticationModule.cs: new files. Some of them implemented,
  85. some others stubbed out.
  86. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  87. * DefaultAuthenticationEventArgs.cs: added file.