ChangeLog 2.8 KB

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