2002-12-17 Gonzalo Paniagua Javier * FormsAuthentication.cs: implemented Authenticate, unencrypted Encrypt and Decrypt, HashPasswordForStoringInConfigFile and Initialize. * FormsAuthenticationTicket.cs: set cookiePath to the default when no other provided. 2002-08-26 Gonzalo Paniagua Javier * DefaultAuthenticationEventHandler.cs: * DefaultAuthenticationModule.cs: * FileAuthorizationModule.cs: * FormsAuthentication.cs: * FormsAuthenticationEventArgs.cs: * FormsAuthenticationEventHandler.cs: * FormsAuthenticationModule.cs: * FormsAuthenticationTicket.cs: * FormsIdentity.cs: * PassportAuthenticationEventArgs.cs: * PassportAuthenticationEventHandler.cs: * PassportAuthenticationModule.cs: * PassportIdentity.cs: * UrlAuthorizationModule.cs: * WindowsAuthenticationEventArgs.cs: * WindowsAuthenticationEventHandler.cs: * WindowsAuthenticationModule.cs: new files. Some of them implemented, some others stubbed out. 2002-06-03 Gonzalo Paniagua Javier * DefaultAuthenticationEventArgs.cs: added file.