ChangeLog 4.2 KB

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