ChangeLog 5.0 KB

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