ChangeLog 4.4 KB

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