ChangeLog 2.7 KB

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