| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- 2003-07-31 Gonzalo Paniagua Javier <[email protected]>
- * FormsAuthenticationModule.cs: really renew the ticket. Thanks to
- Jens Thiel <[email protected]>.
- 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
- * UrlAuthorizationModule.cs: tell the application not to run any other
- step apart from EndRequest.
- 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
- * FormsAuthentication.cs: implemented RedirectFromLoginPage and
- GetRedirectUrl.
-
- * FormsAuthenticationModule.cs: redirect to the login page when a 401
- error happens.
- * UrlAuthorizationModule.cs: check for valid user or render error page.
- 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
- * DefaultAuthenticationModule.cs: implemented. It just create a default
- unauthenticated user when no one else provided one.
- * FormsAuthenticationModule.cs: removed debug output.
- 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
- * FormsAuthenticationModule.cs: remove debug lines.
- 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
- * FormsAuthentication.cs: return a null ticket when an exception is
- thrown creating it. Implemented RenewTicketIfOld.
- * FormsAuthenticationModule.cs: implemented event handlers for
- AuthenticateRequest and EndRequest.
- * FormsAuthenticationTicket.cs: implemented SetDates and Clone methods.
- 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
- * FormsAuthentication.cs: implemented GetAuthCookie, SetAuthCookie,
- SignOut, FormsCookieName and FormsCookiePath.
- 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * DefaultAuthenticationEventArgs.cs: added file.
|