ChangeLog 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  2. * FormsAuthenticationModule.cs: remove debug lines.
  3. 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
  4. * FormsAuthentication.cs: return a null ticket when an exception is
  5. thrown creating it. Implemented RenewTicketIfOld.
  6. * FormsAuthenticationModule.cs: implemented event handlers for
  7. AuthenticateRequest and EndRequest.
  8. * FormsAuthenticationTicket.cs: implemented SetDates and Clone methods.
  9. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  10. * FormsAuthentication.cs: implemented GetAuthCookie, SetAuthCookie,
  11. SignOut, FormsCookieName and FormsCookiePath.
  12. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  13. * FormsAuthentication.cs: implemented Authenticate, unencrypted Encrypt
  14. and Decrypt, HashPasswordForStoringInConfigFile and Initialize.
  15. * FormsAuthenticationTicket.cs: set cookiePath to the default when no
  16. other provided.
  17. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  18. * DefaultAuthenticationEventHandler.cs:
  19. * DefaultAuthenticationModule.cs:
  20. * FileAuthorizationModule.cs:
  21. * FormsAuthentication.cs:
  22. * FormsAuthenticationEventArgs.cs:
  23. * FormsAuthenticationEventHandler.cs:
  24. * FormsAuthenticationModule.cs:
  25. * FormsAuthenticationTicket.cs:
  26. * FormsIdentity.cs:
  27. * PassportAuthenticationEventArgs.cs:
  28. * PassportAuthenticationEventHandler.cs:
  29. * PassportAuthenticationModule.cs:
  30. * PassportIdentity.cs:
  31. * UrlAuthorizationModule.cs:
  32. * WindowsAuthenticationEventArgs.cs:
  33. * WindowsAuthenticationEventHandler.cs:
  34. * WindowsAuthenticationModule.cs: new files. Some of them implemented,
  35. some others stubbed out.
  36. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  37. * DefaultAuthenticationEventArgs.cs: added file.