ChangeLog 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  2. * FormsAuthentication.cs: implemented Authenticate, unencrypted Encrypt
  3. and Decrypt, HashPasswordForStoringInConfigFile and Initialize.
  4. * FormsAuthenticationTicket.cs: set cookiePath to the default when no
  5. other provided.
  6. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  7. * DefaultAuthenticationEventHandler.cs:
  8. * DefaultAuthenticationModule.cs:
  9. * FileAuthorizationModule.cs:
  10. * FormsAuthentication.cs:
  11. * FormsAuthenticationEventArgs.cs:
  12. * FormsAuthenticationEventHandler.cs:
  13. * FormsAuthenticationModule.cs:
  14. * FormsAuthenticationTicket.cs:
  15. * FormsIdentity.cs:
  16. * PassportAuthenticationEventArgs.cs:
  17. * PassportAuthenticationEventHandler.cs:
  18. * PassportAuthenticationModule.cs:
  19. * PassportIdentity.cs:
  20. * UrlAuthorizationModule.cs:
  21. * WindowsAuthenticationEventArgs.cs:
  22. * WindowsAuthenticationEventHandler.cs:
  23. * WindowsAuthenticationModule.cs: new files. Some of them implemented,
  24. some others stubbed out.
  25. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  26. * DefaultAuthenticationEventArgs.cs: added file.