ChangeLog 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. 2005-05-21 Sebastien Pouliot <[email protected]>
  2. * FormsAuthentication.cs: Hash the UTF8 representation of the password
  3. strings (to be compatible with Microsoft implementation).
  4. 2005-04-20 Gonzalo Paniagua Javier <[email protected]>
  5. * FormsAuthentication.cs:
  6. * PassportAuthenticationModule.cs:
  7. * WindowsAuthenticationModule.cs: removed warnings.
  8. 2005-03-11 Gonzalo Paniagua Javier <[email protected]>
  9. * FormsAuthenticationModule.cs: fix for bug 73545, which caused
  10. authentication not to work when the cookie was not persistent.
  11. Patch by Ilya Kharmatsky (Mainsoft).
  12. 2005-02-23 Gonzalo Paniagua Javier <[email protected]>
  13. * FormsAuthentication.cs: make the string to be stored in a config.
  14. file uppercase... See bug #72557.
  15. 2005-02-06 Gonzalo Paniagua Javier <[email protected]>
  16. * FormsAuthentication.cs: fixed typo when getting the hash for the
  17. password in SHA1 and MD5. Thanks to Tadas Dailyda.
  18. Lock on a static object instead of typeof(FormsAuthentication).
  19. 2004-11-18 Lluis Sanchez Gual <[email protected]>
  20. * RoleProvider.cs, Roles.cs, SqlRoleProvider.cs, RoleProviderCollection.cs,
  21. AccessRoleProvider.cs: IRoleProvider has been renamed to ProviderBase.
  22. * IMembershipProvider.cs: Deleted.
  23. * MembershipProvider.cs, AccessMembershipProvider.cs, MembershipUser.cs,
  24. Membership.cs, ADMembershipProvider.cs, SqlMembershipProvider.cs
  25. MembershipProviderCollection.cs: MembershipProvider has been deleted
  26. and replaced by the abstract class MembershipProvider.
  27. * MembershipProviderCollection.cs: Minor fixes.
  28. * ADMembershipProvider.cs: Renamed to ActiveDirectoryMembershipProvider.cs.
  29. 2004-11-15 Lluis Sanchez Gual <[email protected]>
  30. * RoleProviderCollection.cs, MembershipProviderCollection.cs:
  31. Fixed warnings.
  32. 2004-08-23 Gonzalo Paniagua Javier <[email protected]>
  33. * FormsAuthentication.cs: patch by Jim Pease to fix the date on renewal.
  34. 2004-08-22 Gonzalo Paniagua Javier <[email protected]>
  35. * FormsAuthenticationModule.cs: don't renew expired cookies. Only renew
  36. the cookie if SlidingExpiration is set. Thanks to Jim Pease.
  37. 2004-08-03 Sanjay Gupta <[email protected]>
  38. * MembershipSortOptions.cs:
  39. * MembershipPasswordFormat.cs:
  40. * MembershipOnlineStatus.cs:
  41. * MembershipCreateStatus.cs:
  42. * CookieProtection.cs: minor modifications.
  43. 2004-06-12 Pedro Martínez Juliá <[email protected]>
  44. * FormsAuthentication.cs: Undo last change.
  45. 2004-06-12 Pedro Martínez Juliá <[email protected]>
  46. * FormsAuthentication.cs: go to loginUrl from web.config settings
  47. before try with the default ones.
  48. 2004-06-11 Gonzalo Paniagua Javier <[email protected]>
  49. * DefaultAuthenticationModule.cs: set the IPrincipal for this thread
  50. once we have a user. Fixes bug #59683.
  51. 2004-04-21 Gonzalo Paniagua Javier <[email protected]>
  52. * FormsAuthenticationModule.cs: re-read configuration files if needed
  53. when determining if forms auth. is used.
  54. 2004-01-23 Gonzalo Paniagua Javier <[email protected]>
  55. * FormsAuthentication.cs: added RequireSSL and SlidingExpiration.
  56. 2004-01-11 Andreas Nahr <[email protected]>
  57. * PassportIdentity.cs: Added v 1.1 members
  58. 2003-11-25 Ben Maurer <[email protected]>
  59. * AccessMembershipProvider.cs: New v2 file
  60. * AccessRoleProvider.cs: New v2 file
  61. * ADMembershipProvider.cs: New v2 file
  62. * AnonymousIdentificationEventArgs.cs: New v2 file
  63. * AnonymousIdentificationEventHandler.cs: New v2 file
  64. * AnonymousIdentificationModule.cs: New v2 file
  65. * CookieProtection.cs: New v2 file
  66. * IMembershipProvider.cs: New v2 file
  67. * IRoleProvider.cs: New v2 file
  68. * Membership.cs: New v2 file
  69. * MembershipCreateStatus.cs: New v2 file
  70. * MembershipCreateUserException.cs: New v2 file
  71. * MembershipOnlineStatus.cs: New v2 file
  72. * MembershipPasswordException.cs: New v2 file
  73. * MembershipPasswordFormat.cs: New v2 file
  74. * MembershipProviderCollection.cs: New v2 file
  75. * MembershipSortOptions.cs: New v2 file
  76. * MembershipUser.cs: New v2 file
  77. * MembershipUserCollection.cs: New v2 file
  78. * RoleManagerEventArgs.cs: New v2 file
  79. * RoleManagerEventHandler.cs: New v2 file
  80. * RoleManagerModule.cs: New v2 file
  81. * RolePrincipal.cs: New v2 file
  82. * RoleProviderCollection.cs: New v2 file
  83. * Roles.cs: New v2 file
  84. * SqlMembershipProvider.cs: New v2 file
  85. * SqlRoleProvider.cs: New v2 file
  86. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  87. * FormsAuthentication.cs: encoding updates.
  88. 2003-10-04 Gonzalo Paniagua Javier <[email protected]>
  89. * FormsAuthenticationModule.cs: fixed for applications other than /.
  90. 2003-08-27 Gonzalo Paniagua Javier <[email protected]>
  91. * UrlAuthorizationModule.cs: fixed description for status code.
  92. 2003-07-31 Gonzalo Paniagua Javier <[email protected]>
  93. * FormsAuthenticationModule.cs: really renew the ticket. Thanks to
  94. Jens Thiel <[email protected]>.
  95. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  96. * UrlAuthorizationModule.cs: tell the application not to run any other
  97. step apart from EndRequest.
  98. 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
  99. * FormsAuthentication.cs: implemented RedirectFromLoginPage and
  100. GetRedirectUrl.
  101. * FormsAuthenticationModule.cs: redirect to the login page when a 401
  102. error happens.
  103. * UrlAuthorizationModule.cs: check for valid user or render error page.
  104. 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
  105. * DefaultAuthenticationModule.cs: implemented. It just create a default
  106. unauthenticated user when no one else provided one.
  107. * FormsAuthenticationModule.cs: removed debug output.
  108. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  109. * FormsAuthenticationModule.cs: remove debug lines.
  110. 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
  111. * FormsAuthentication.cs: return a null ticket when an exception is
  112. thrown creating it. Implemented RenewTicketIfOld.
  113. * FormsAuthenticationModule.cs: implemented event handlers for
  114. AuthenticateRequest and EndRequest.
  115. * FormsAuthenticationTicket.cs: implemented SetDates and Clone methods.
  116. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  117. * FormsAuthentication.cs: implemented GetAuthCookie, SetAuthCookie,
  118. SignOut, FormsCookieName and FormsCookiePath.
  119. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  120. * FormsAuthentication.cs: implemented Authenticate, unencrypted Encrypt
  121. and Decrypt, HashPasswordForStoringInConfigFile and Initialize.
  122. * FormsAuthenticationTicket.cs: set cookiePath to the default when no
  123. other provided.
  124. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  125. * DefaultAuthenticationEventHandler.cs:
  126. * DefaultAuthenticationModule.cs:
  127. * FileAuthorizationModule.cs:
  128. * FormsAuthentication.cs:
  129. * FormsAuthenticationEventArgs.cs:
  130. * FormsAuthenticationEventHandler.cs:
  131. * FormsAuthenticationModule.cs:
  132. * FormsAuthenticationTicket.cs:
  133. * FormsIdentity.cs:
  134. * PassportAuthenticationEventArgs.cs:
  135. * PassportAuthenticationEventHandler.cs:
  136. * PassportAuthenticationModule.cs:
  137. * PassportIdentity.cs:
  138. * UrlAuthorizationModule.cs:
  139. * WindowsAuthenticationEventArgs.cs:
  140. * WindowsAuthenticationEventHandler.cs:
  141. * WindowsAuthenticationModule.cs: new files. Some of them implemented,
  142. some others stubbed out.
  143. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  144. * DefaultAuthenticationEventArgs.cs: added file.