ChangeLog 4.8 KB

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