2004-06-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.Security / ChangeLog
index 0004d6ad02437000c7a41d5f751f7eef29e76b9f..815c41a8db94311f6f22357631628b330136b428 100644 (file)
@@ -1,3 +1,68 @@
+2004-06-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DefaultAuthenticationModule.cs: set the IPrincipal for this thread
+       once we have a user. Fixes bug #59683.
+
+2004-04-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * FormsAuthenticationModule.cs: re-read configuration files if needed
+       when determining if forms auth. is used.
+
+2004-01-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * FormsAuthentication.cs: added RequireSSL and SlidingExpiration.
+
+2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * PassportIdentity.cs: Added v 1.1 members
+
+2003-11-25 Ben Maurer  <bmaurer@users.sourceforge.net>
+       
+       * AccessMembershipProvider.cs: New v2 file
+       * AccessRoleProvider.cs: New v2 file
+       * ADMembershipProvider.cs: New v2 file
+       * AnonymousIdentificationEventArgs.cs: New v2 file
+       * AnonymousIdentificationEventHandler.cs: New v2 file
+       * AnonymousIdentificationModule.cs: New v2 file
+       * CookieProtection.cs: New v2 file
+       * IMembershipProvider.cs: New v2 file
+       * IRoleProvider.cs: New v2 file
+       * Membership.cs: New v2 file
+       * MembershipCreateStatus.cs: New v2 file
+       * MembershipCreateUserException.cs: New v2 file
+       * MembershipOnlineStatus.cs: New v2 file
+       * MembershipPasswordException.cs: New v2 file
+       * MembershipPasswordFormat.cs: New v2 file
+       * MembershipProviderCollection.cs: New v2 file
+       * MembershipSortOptions.cs: New v2 file
+       * MembershipUser.cs: New v2 file
+       * MembershipUserCollection.cs: New v2 file
+       * RoleManagerEventArgs.cs: New v2 file
+       * RoleManagerEventHandler.cs: New v2 file
+       * RoleManagerModule.cs: New v2 file
+       * RolePrincipal.cs: New v2 file
+       * RoleProviderCollection.cs: New v2 file
+       * Roles.cs: New v2 file
+       * SqlMembershipProvider.cs: New v2 file
+       * SqlRoleProvider.cs: New v2 file
+
+2003-11-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * FormsAuthentication.cs: encoding updates.
+
+2003-10-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * FormsAuthenticationModule.cs: fixed for applications other than /.
+
+2003-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlAuthorizationModule.cs: fixed description for status code.
+
+2003-07-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * FormsAuthenticationModule.cs: really renew the ticket. Thanks to
+       Jens Thiel <Jens@Thiel.DE>.
+
 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * UrlAuthorizationModule.cs: tell the application not to run any other