ChangeLog 1.9 KB

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