ChangeLog 4.1 KB

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