X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Security%2FChangeLog;h=1a0ca21ab6532f9f055357810146523a9e9fe7b6;hb=a5e40870bd3bb18e1681afed6c71e7edfdb80534;hp=589ab7330ff444a91bbceecb05daa37e7673a6a6;hpb=c7166273ee53fb2f1751e6714fb60b66aa579e2d;p=mono.git diff --git a/mcs/class/System.Web/System.Web.Security/ChangeLog b/mcs/class/System.Web/System.Web.Security/ChangeLog index 589ab7330ff..1a0ca21ab65 100644 --- a/mcs/class/System.Web/System.Web.Security/ChangeLog +++ b/mcs/class/System.Web/System.Web.Security/ChangeLog @@ -1,3 +1,44 @@ +2008-08-20 Marek Habersack + + * Membership.cs: implemented the HashAlgorithmType property. Fixes + bug #418458 + +2008-06-30 Marek Habersack + + * SqliteMembershipProvider.cs, SqliteRoleProvider.cs: remove + unused method + + * SqlRoleProvider.cs, AspNetDBSchemaChecker.cs: hush the warnings + +2008-05-30 Marek Habersack + + * AnonymousIdentificationModule.cs, FormsAuthenticationModule.cs, + DefaultAuthenticationModule.cs, MembershipProvider.cs, + WindowsAuthenticationModule.cs, PassportAuthenticationModule.cs, + RoleManagerModule.cs: do not use synthetized event accessors (to + avoid locks). + +2008-05-07 Marek Habersack + + * RolePrincipal.cs: fix: + - Reloading the roles cache from the provider when expired + - Update issue & expiry date for expired tickets + - Incrementing the cookie expiry date + - Obey Roles.MaxCachedResults + Fixes bug #385877. Patch from Ivan Hamilton + , thanks! + +2008-03-10 Marek Habersack + + * RoleManagerModule.cs: initialize _config before adding event + handlers and account for the fact that _config might still be null + in the methods that use it. + +2007-12-30 Vladimir Krasnov + + * SqliteMembershipProvider.cs, SqlRoleProvider.cs: added chema checking + * added AspNetDBSchemaChecker.cs: schema checker helper class + 2007-12-11 Vladimir Krasnov * Roles.cs: fixed Providers property to be thread safe