ChangeLog 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  2. * FormsAuthentication.cs: encoding updates.
  3. 2003-10-04 Gonzalo Paniagua Javier <[email protected]>
  4. * FormsAuthenticationModule.cs: fixed for applications other than /.
  5. 2003-08-27 Gonzalo Paniagua Javier <[email protected]>
  6. * UrlAuthorizationModule.cs: fixed description for status code.
  7. 2003-07-31 Gonzalo Paniagua Javier <[email protected]>
  8. * FormsAuthenticationModule.cs: really renew the ticket. Thanks to
  9. Jens Thiel <[email protected]>.
  10. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  11. * UrlAuthorizationModule.cs: tell the application not to run any other
  12. step apart from EndRequest.
  13. 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
  14. * FormsAuthentication.cs: implemented RedirectFromLoginPage and
  15. GetRedirectUrl.
  16. * FormsAuthenticationModule.cs: redirect to the login page when a 401
  17. error happens.
  18. * UrlAuthorizationModule.cs: check for valid user or render error page.
  19. 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
  20. * DefaultAuthenticationModule.cs: implemented. It just create a default
  21. unauthenticated user when no one else provided one.
  22. * FormsAuthenticationModule.cs: removed debug output.
  23. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  24. * FormsAuthenticationModule.cs: remove debug lines.
  25. 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
  26. * FormsAuthentication.cs: return a null ticket when an exception is
  27. thrown creating it. Implemented RenewTicketIfOld.
  28. * FormsAuthenticationModule.cs: implemented event handlers for
  29. AuthenticateRequest and EndRequest.
  30. * FormsAuthenticationTicket.cs: implemented SetDates and Clone methods.
  31. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  32. * FormsAuthentication.cs: implemented GetAuthCookie, SetAuthCookie,
  33. SignOut, FormsCookieName and FormsCookiePath.
  34. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  35. * FormsAuthentication.cs: implemented Authenticate, unencrypted Encrypt
  36. and Decrypt, HashPasswordForStoringInConfigFile and Initialize.
  37. * FormsAuthenticationTicket.cs: set cookiePath to the default when no
  38. other provided.
  39. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  40. * DefaultAuthenticationEventHandler.cs:
  41. * DefaultAuthenticationModule.cs:
  42. * FileAuthorizationModule.cs:
  43. * FormsAuthentication.cs:
  44. * FormsAuthenticationEventArgs.cs:
  45. * FormsAuthenticationEventHandler.cs:
  46. * FormsAuthenticationModule.cs:
  47. * FormsAuthenticationTicket.cs:
  48. * FormsIdentity.cs:
  49. * PassportAuthenticationEventArgs.cs:
  50. * PassportAuthenticationEventHandler.cs:
  51. * PassportAuthenticationModule.cs:
  52. * PassportIdentity.cs:
  53. * UrlAuthorizationModule.cs:
  54. * WindowsAuthenticationEventArgs.cs:
  55. * WindowsAuthenticationEventHandler.cs:
  56. * WindowsAuthenticationModule.cs: new files. Some of them implemented,
  57. some others stubbed out.
  58. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  59. * DefaultAuthenticationEventArgs.cs: added file.