* SiteMapNode.cs (GetExplicitResourceString): implement.
[mono.git] / mcs / class / System.Web / System.Web.Security / ChangeLog
1 2007-01-20  Miguel de Icaza  <miguel@novell.com>
2
3         * SqlRoleProvider.cs: comment out unused code.
4
5         * SqlMembershipProvider.cs: Removed unused variables.
6         Remove unused variable.
7
8         * AnonymousIdentificationModule.cs (ClearAnonymousIdentifier):
9         remove unused variable.   This might be a real bug.
10
11 2007-01-16 Vladimir Krasnov <vladimirk@mainsoft.com>
12
13         * RoleManagerModule.cs: fixed OnPostAuthenticateRequest,
14         CacheRolesInCookie not supported yet
15         * Roles.cs: fixed DeleteCookie, CacheRolesInCookie not supported yet
16
17 2007-01-11 Adar Wesley <adarw@mainsoft.com>
18
19         * MembershipProvider.cs: fixed EncryptPassword to use password buffer length
20
21 2007-01-04 Vladimir Krasnov <vladimirk@mainsoft.com>
22
23         * AnonymousIdentificationModule.cs: fixed OnEnter, fixed failure on
24         incorrect cookie value that browser may hold
25
26 2006-12-27 Vladimir Krasnov <vladimirk@mainsoft.com>
27
28         * FormsAuthentication.cs: added internal ReturnUrl property,
29         GetRedirectUrl added usage of ReturnUrl
30
31 2006-12-12 Vladimir Krasnov <vladimirk@mainsoft.com>
32
33         * FormsAuthentication.cs: TARGET_J2EE define for static members
34
35 2006-12-06 Vladimir Krasnov <vladimirk@mainsoft.com>
36
37         * FormsAuthenticationModule.cs: fixed OnAuthenticateRequest, suppress
38         exception on wrong ticket
39
40 2006-12-03 Igor Zelmanovich <igorz@mainsoft.com>
41
42         * FormsAuthenticationModule.cs: 
43         set SkipAuthorization=true for WebResource.axd
44
45 2006-11-27 Vladimir Krasnov <vladimirk@mainsoft.com>
46
47         * SqlMembershipProvider.cs: typo bug
48
49 2006-11-21 Vladimir Krasnov <vladimirk@mainsoft.com>
50
51         * SqlMembershipProvider.cs: fixed fixed exception type in GetPassword
52         checks user lockout
53
54 2006-11-20 Igor Zelmanovich <igorz@mainsoft.com>
55
56         * SqlMembershipProvider.cs: fixed: UpdateUser works properly.
57
58 2006-11-15 Igor Zelmanovich <igorz@mainsoft.com>
59
60         * SqlMembershipProvider.cs: fixed: name is used for ReturnValue parameter.
61
62 2006-11-05 Vladimir Krasnov <vladimirk@mainsoft.com>
63
64         * AnonymousIdentificationModule.cs: fixed anonymous id cookie
65
66 2006-11-05 Vladimir Krasnov <vladimirk@mainsoft.com>
67
68         * MembershipProvider.cs, SqlMembershipProvider.cs:
69         refactoring of DecryptPassword and EncryptPassword methods according
70         to documentation
71
72 2006-09-10 Konstantin Triger <kostat@mainsoft.com>
73
74         * SqlRoleProvider.cs: throw on empty connection string.
75
76 2006-09-26 Vladimir Krasnov <vladimirk@mainsoft.com>
77
78         * Membership.cs: fixed GetAllUsers, typo bug
79         * SqlRoleProvider.cs, SqlMembershipProvider.cs: refactored to use
80         aspnetdb built in stored procedures,
81         fixed application name and membership relation,
82         improved exception handling
83
84 2006-09-03 Igor Zelmanovich <igorz@mainsoft.com>
85
86         * RolePrincipal.cs: refactoring: instance can be serialized.
87
88 2006-09-03 Igor Zelmanovich <igorz@mainsoft.com>
89
90         * SqlMembershipProvider.cs: fixed GetUser,
91         when username is String.Empty methods returns null.
92
93 2006-08-31 Konstantin Triger <kostat@mainsoft.com>
94
95         * SqlRoleProvider.cs: fixed initialization.
96
97 2006-08-31 Igor Zelmanovich <igorz@mainsoft.com>
98
99         * SqlMembershipProvider.cs: fixed CreateUser,
100         password is checked, properties MinRequiredPasswordLength and 
101         MinRequiredNonAlphanumericCharacters are considered.
102
103 2006-08-29 Konstantin Triger <kostat@mainsoft.com>
104
105         * SqlMembershipProvider.cs: fix dispose order of reader vs connection.
106
107 2006-08-28 Igor Zelmanovich <igorz@mainsoft.com>
108
109         * SqlMembershipProvider.cs: fixed CreateUser, parameter isApproved is
110                 considered.
111
112 2006-08-28 Konstantin Triger <kostat@mainsoft.com>
113
114         * SqlMembershipProvider.cs: ensure GetUser() returns null if it cannot
115                 retrieve user information.
116
117 2006-08-28 Konstantin Triger <kostat@mainsoft.com>
118
119         * SqlRoleProvider.cs, SqlMembershipProvider.cs:
120                 "use SqlClientFactory in case the ProviderName is not specified.
121
122 2006-08-27 Konstantin Triger <kostat@mainsoft.com>
123
124         * SqlRoleProvider.cs: enable concurrent usage, refactoring.
125
126 2006-08-27 Konstantin Triger <kostat@mainsoft.com>
127
128         * SqlMembershipProvider.cs: enable concurrent usage, refactoring.
129
130 2006-08-27 Vladimir Krasnov <vladimirk@mainsoft.com>
131
132         * SqlMembershipProvider.cs: fixed ValidateUser, bug when user
133         not exists
134
135 2006-08-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
136
137         * FormsAuthentication.cs: set the Secure attribute of the authentication
138         cookie when required.
139
140 2006-07-06      Konstantin Triger <kostat@mainsoft.com>
141
142         * FormsAuthentication.cs: Ensure initialized, fix url mapping.
143
144 2006-05-03  Chris Toshok  <toshok@ximian.com>
145
146         * SqlMembershipProvider.cs (GetAlg): move this here for the time
147         being, as it's the only class that uses it.
148         (HashAndBase64Encode): nuke.
149         (EncryptAndBase64Encode): nuke.
150         (Base64DecodeAndDecrypt): nuke.
151         (DecryptPassword): new function.
152         (EncryptPassword): new function.
153         (ChangePassword): replace the switch with a call to
154         EncodePassword.
155         (ChangePasswordQuestionAndAnswer): same.
156         (CreateUser): same.
157         (ResetPassword): same.
158         (ValidateUsingPassword): same.
159         (ValidateUsingPasswordAnswer): same.
160         (GetPassword): same, and throw MembershipPasswordException if the
161         password answer is incorrect.
162
163         * MembershipProvider.cs (InitVector): nuke this.  it's actually
164         the salt from the database (for the sql provider, anyway).
165         (EncodePassword): based on the password format, password, and
166         salt, encode it.  Makes use of EncryptPassword.
167         (DecodePassword): likewise for decoding, makes use of
168         DecryptPassword.
169         (DecryptPassword): revert this to throwing
170         NotImplementedException, as the sql provideroverrides it to
171         perform the actual decryption.
172         (EncryptPassword): same.
173
174 2006-05-02  Chris Toshok  <toshok@ximian.com>
175
176         * SqlMembershipProvider.cs: 85% complete, maybe more.  The major
177         functionality should work.  Password retrieval (and encrypted
178         passwords in general) is untested.
179
180 2006-05-01  Chris Toshok  <toshok@ximian.com>
181
182         * Membership.cs (GeneratePassword): don't include quotes (',",`)
183         in the set of characters in the generated passwords.
184
185 2006-05-01  Chris Toshok  <toshok@ximian.com>
186
187         * MembershipProvider.cs (GetAlg): switch from Exception to
188         ProviderException to match MS behavior (and fix the unit test.)
189
190         * Membership.cs (GeneratePassword): implement.
191
192 2006-05-01  Chris Toshok  <toshok@ximian.com>
193
194         * SqlMembershipProvider.cs: lots more work.  checking this in in
195         its present state because I don't want to lose it.  It still needs
196         work.
197         
198         * Membership.cs (.cctor): remove the fallback.
199         (ValidatingPassword): remove the MonoTODO.
200
201         * MembershipProvider.cs (DecryptPassword): implement.
202         (EncryptPassword): implement.
203         (GetAlg): helper function for Decrypt/EncryptPassword.
204         (InitVector): same.
205
206 2006-04-27  Chris Toshok  <toshok@ximian.com>
207
208         * SqlMembershipProvider.cs (GeneratePassword): call
209         Membership.GeneratePassword with the configured minimum strength
210         requirements.
211
212 2006-04-27  Chris Toshok  <toshok@ximian.com>
213
214         * SqlMembershipProvider.cs (UnlockUser): fix sql query, and move
215         the CheckPararm call to the top of the method.
216
217 2006-04-12  Chris Toshok  <toshok@ximian.com>
218
219         * SqlMembershipProvider.cs: commit initial pass at
220         SqlMembershipProvider work.  lots of stuff untested in here.
221
222 2006-04-11  Chris Toshok  <toshok@ximian.com>
223
224         * MembershipUser.cs (.ctor): per Shackow's book, all DateTime's
225         are converted using ToUniversalTime when passed into this class.
226         (UpdateSelf): update ourselves from the passed in MembershipUser,
227         swallowing NotSupportedExceptions.
228         (UpdateUser): fetch a new MembershipUser from the db and call
229         UpdateSelf with it.
230         (ChangePassword): call UpdateUser after changing the password.
231         (ChangePasswordQuestionAndAnswer): same.
232         (ResetPassword): same.
233         (UnlockUser): same.  Also, don't explicitly set isLockedOut.
234         It'll be updated in UpdateSelf.
235         (CreationDate): getter calls ToLocalTime, setter calls
236         ToUniversalTime.
237         (LastActivityDate): same.
238         (LastLoginDate): same.
239         (LastPasswordChangedDate): same.
240         (LastLockoutDate): same.
241         
242         * Membership.cs (.cctor): use
243         ProvidersHelper.InstantitateProviders, and remove some unnecessary
244         #if NET_2_0's.
245
246 2006-03-29  Chris Toshok  <toshok@ximian.com>
247
248         * SqlRoleProvider.cs: do the LOWER's in SQL, not in C#.
249
250 2006-03-23  Chris Toshok  <toshok@ximian.com>
251
252         * Roles.cs: make this 2.0 configuration aware.
253
254         * SqlRoleProvider.cs: flesh out all the operations.  the only
255         things that need dealing with are the Initialize method's handling
256         of a few parameters, and the ApplicationName property.
257
258 2006-03-23  Chris Toshok  <toshok@ximian.com>
259
260         * DefaultAuthenticationModule.cs (OnDefaultAuthentication): always
261         set Thread.CurrentPrincipal, not just if we set it to the
262         GenericPrincipal.
263
264 2006-03-22  Chris Toshok  <toshok@ximian.com>
265
266         * RoleManagerModule.cs: implement using info in Shackow's book.
267
268         * RolePrincipal.cs: flesh this out a bit more.
269
270         * DefaultAuthenticationModule.cs (OnDefaultAuthentication):
271         according to Shackow's book, this sets Thread.CurrentPrincipal as
272         well as HttpContext.Current.User.
273
274 2006-02-28  Chris Toshok  <toshok@ximian.com>
275
276         * FormsAuthentication.cs: corcompare work.
277
278         * MembershipCreateUserException.cs: same.
279
280         * MembershipPasswordException.cs: same.
281
282         * AnonymousIdentificationModule.cs: same.
283
284 2006-02-01  Chris Toshok  <toshok@ximian.com>
285
286         * FormsAuthentication.cs, Membership.cs,
287         FormsAuthenticationModule.cs, UrlAuthorizationModule.cs: oops,
288         replace GetWebApplicationSection with GetSection.
289         
290 2006-02-01  Chris Toshok  <toshok@ximian.com>
291
292         * FormsAuthentication.cs: CONFIGURATION_2_0 => NET_2_0.
293         simplifies the ifdef mess quite a bit.
294
295         * Membership.cs: same.
296
297         * FormsAuthenticationModule.cs: same.
298
299         * UrlAuthorizationModule.cs: same.
300
301 2006-01-04  Chris Toshok  <toshok@ximian.com>
302
303         * FormsAuthentication.cs (Authenticate): add CONFIGURATION_2_0
304         code.
305         (Decrypt2): same.
306         (Decrypt): same.
307         (Encrypt): same.
308         (Initialize): same.
309
310 2006-01-04  Chris Toshok  <toshok@ximian.com>
311
312         * Membership.cs (.cctor): enable the code here under
313         CONFIGURATION_2_0.
314
315 2006-01-03  Chris Toshok  <toshok@ximian.com>
316
317         * UrlAuthorizationModule.cs (OnAuthorizeRequest): add
318         CONFIGURATION_2_0 code here.
319
320 2005-12-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
321
322         * FormsAuthentication.cs: don't end the request in
323         RedirectFromLoginPage.
324
325 2005-12-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
326
327         * FormsAuthenticationModule.cs: expire the cookie. Fixes bug #77043.
328         Patch by Cyrille Colin.
329
330 2005-12-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
331
332         * FormsAuthenticationModule.cs: ignore any exception thrown when mapping
333         the provided virtual path to the physical one. Patch by Cyrille Colin.
334
335 2005-11-28  Chris Toshok  <toshok@ximian.com>
336
337         * FormsAuthenticationModule.cs (OnAuthenticateRequest):
338         CONFIGURATION_2_0 work.
339         (OnEndRequest): same.
340
341 2005-09-09  Sebastien Pouliot  <sebastien@ximian.com>
342
343         * DefaultAuthenticationEventArgs.cs: Added LinkDemand for Minimal.
344         * DefaultAuthenticationModule.cs: Added LinkDemand for Minimal. Added
345         Demand for UnmanagedCode on constructor.
346         * FileAuthorizationModule.cs: Added LinkDemand for Minimal. Added 
347         Demand for UnmanagedCode on constructor.
348         * FormsAuthentication.cs: Added LinkDemand for Minimal.
349         * FormsAuthenticationEventArgs.cs: Added LinkDemand for Minimal.
350         * FormsAuthenticationModule.cs: Added LinkDemand for Minimal. Added 
351         Demand for UnmanagedCode on constructor.
352         * FormsAuthenticationTicket.cs: Added LinkDemand for Minimal.
353         * FormsIdentity.cs: Added LinkDemand for Minimal.
354         * PassportAuthenticationEventArgs.cs: Added LinkDemand for Minimal.
355         * PassportAuthenticationModule.cs: Added LinkDemand for Minimal. Added
356         Demand for UnmanagedCode on constructor.
357         * PassportIdentity.cs: Added LinkDemand for Minimal. Added Demand for
358         UnmanagedCode on constructor.
359         * UrlAuthorizationModule.cs: Added LinkDemand for Minimal. Added 
360         Demand for UnmanagedCode on constructor.
361         * WindowsAuthenticationEventArgs.cs: Added LinkDemand for Minimal.
362         * WindowsAuthenticationModule.cs: Added LinkDemand for Minimal. Added
363         Demand for UnmanagedCode on constructor.
364
365 2005-09-01  Sebastien Pouliot  <sebastien@ximian.com>
366
367         * FormsAuthenticationEventArgs.cs: Ensure the setter for User is 
368         protected by a demand for ControlPrincipal.
369         * PassportAuthenticationEventArgs.cs: Ensure the setter for User is
370         protected by a demand for ControlPrincipal.
371         * WindowsAuthenticationEventArgs.cs: Ensure the setter for User is 
372         protected by a demand for ControlPrincipal.
373
374 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com> 
375  
376         * FormsAuthentication.cs: With 2.0 we can get the default properties 
377         and call Initialize without a NRE.
378
379 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com>
380
381         * ActiveDirectoryConnectionProtection.cs: New (2.0) enum.
382         * ActiveDirectoryMembershipProvider.cs: Fixed 2.0 API.
383         * AnonymousIdentificationEventArgs.cs: Fixed AnonymousID property case.
384         * AnonymousIdentificationModule.cs: Fixed 2.0 API.
385         * FileAuthorizationModule.cs: Added static CheckFileAccessForUser in 
386         2.0 profile (TODO).
387         * FormsAuthentication.cs: Added missing 2.0 properties with their 
388         default values.
389         * MembershipCreateStatus.cs: Fixed enum values/names.
390         * MembershipProvider.cs: Added stub for [Decrypt|Encrypt]Password. Both
391         methods don't seems to work without an active provider.
392         * PassportIdentity.cs: Added IDispose for 2.0 profile.
393         * Roles.cs: Added missing beta2 bits and default values (which are the
394         only things working without a role provider (web.config).
395         * RolePrincipal.cs: Fixed 2.0 API. Implemented a few bits.
396         * SqlRoleProvider.cs: Fixed 2.0 API.
397         * UrlAuthorizationModule.cs: Added static CheckUrlAccessForPrincipal in
398         2.0 profile (TODO).
399
400 2005-08-24  Sebastien Pouliot  <sebastien@ximian.com>
401
402         * MembershipUserCollection.cs: Fix exceptions.
403
404 2005-08-22  Sebastien Pouliot  <sebastien@ximian.com>
405
406         * FormsAuthentication.cs: Add some 2.0 stuff required for Login* 
407         controls to compile.
408
409 2005-08-18  Sebastien Pouliot  <sebastien@ximian.com>
410
411         * Membership.cs: Commented unworking parts of the .cctor to allow 
412         testing the Login control.
413         * MembershipProviderCollection.cs: Fixed exception handling.
414         * SqlMembershipProvider.cs: Don't throw NotImplementedException 
415         everywhere so Membership's .cctor (somewhat) works. Removed 
416         Description property (not in beta2).
417
418 2005-07-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
419
420         * FormsAuthentication.cs: allow hardware acceleration support if
421         available. Sebastien dixit.
422
423 2005-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
424
425         * FormsAuthentication.cs: the init_vector must be the same accross
426         restarts, otherwise the cookie does not work even when a decryption
427         key is provided. Initialize it to the bytes of the cookie name. Fixes
428         bug #75635.
429
430 2005-07-25  Eyal Alaluf <eyala@mainsoft.com>
431
432         * FormsAuthenticationModule.cs: Check for null config
433
434 2005-07-25  Miguel de Icaza  <miguel@novell.com>
435
436         * FormsAuthentication.cs (SignOut): Force the cookie to have it
437         expire in the past.
438
439 2005-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
440
441         * FormsAuthentication.cs: my previous patch missed a "small" detail: it
442         didn't include the verification key when computing/checking the
443         validation hash. Now this is really a MAC or HMAC or...
444
445 2005-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
446
447         * FormsAuthentication.cs:
448         * FormsAuthenticationTicket.cs: added support for validation and
449         encryption of the auth. cookie and improved serialization of the ticket.
450
451 2005-07-01  Lluis Sanchez Gual <lluis@novell.com>
452
453         * Membership.cs: Read provider info from the config file.
454
455 2005-06-10 Lluis Sanchez Gual <lluis@novell.com>
456
457         * MembershipUserCollection.cs:
458         * MembershipPasswordException.cs:
459         * RoleProviderCollection.cs:
460         * ActiveDirectoryMembershipProvider.cs:
461         * SqlMembershipProvider.cs:
462         * MembershipProvider.cs:
463         * SqlRoleProvider.cs:
464         * Membership.cs:
465         * MembershipUser.cs:
466         * MembershipProviderCollection.cs:
467         * Roles.cs:.
468         * RoleProvider.cs: Track api changes in ASP.NET 2.0. Implemented
469         some missing methods.
470         
471         * AccessRoleProvider.cs:
472         * AccessMembershipProvider.cs: Removed.
473         
474         * MembershipCreateUserException.cs:
475         * MembershipValidatePasswordEventHandler.cs:
476         * ValidatePasswordEventArgs.cs: Implemented.
477
478 2005-05-21  Sebastien Pouliot  <sebastien@ximian.com>
479
480         * FormsAuthentication.cs: Hash the UTF8 representation of the password
481         strings (to be compatible with Microsoft implementation).
482
483 2005-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
484
485         * FormsAuthentication.cs:
486         * PassportAuthenticationModule.cs:
487         * WindowsAuthenticationModule.cs: removed warnings.
488
489 2005-03-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
490
491         * FormsAuthenticationModule.cs: fix for bug 73545, which caused
492         authentication not to work when the cookie was not persistent.
493         Patch by Ilya Kharmatsky (Mainsoft).
494
495 2005-02-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
496
497         * FormsAuthentication.cs: make the string to be stored in a config.
498         file uppercase... See bug #72557.
499
500 2005-02-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
501
502         * FormsAuthentication.cs: fixed typo when getting the hash for the 
503         password in SHA1 and MD5. Thanks to Tadas Dailyda.
504         Lock on a static object instead of typeof(FormsAuthentication).
505
506 2004-11-18 Lluis Sanchez Gual <lluis@novell.com>
507
508         * RoleProvider.cs, Roles.cs, SqlRoleProvider.cs, RoleProviderCollection.cs,
509         AccessRoleProvider.cs: IRoleProvider has been renamed to ProviderBase.
510         * IMembershipProvider.cs: Deleted.
511         * MembershipProvider.cs, AccessMembershipProvider.cs, MembershipUser.cs,
512         Membership.cs, ADMembershipProvider.cs, SqlMembershipProvider.cs
513         MembershipProviderCollection.cs: MembershipProvider has been deleted
514         and replaced by the abstract class MembershipProvider.
515         * MembershipProviderCollection.cs: Minor fixes.
516         * ADMembershipProvider.cs: Renamed to ActiveDirectoryMembershipProvider.cs.
517
518 2004-11-15 Lluis Sanchez Gual <lluis@novell.com>
519
520         * RoleProviderCollection.cs, MembershipProviderCollection.cs: 
521         Fixed warnings.
522
523 2004-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
524
525         * FormsAuthentication.cs: patch by Jim Pease to fix the date on renewal.
526
527 2004-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
528
529         * FormsAuthenticationModule.cs: don't renew expired cookies. Only renew
530         the cookie if SlidingExpiration is set. Thanks to Jim Pease.
531
532 2004-08-03  Sanjay Gupta <gsanjay@novell.com>
533
534         * MembershipSortOptions.cs:
535         * MembershipPasswordFormat.cs:
536         * MembershipOnlineStatus.cs:
537         * MembershipCreateStatus.cs:
538         * CookieProtection.cs: minor modifications.
539
540 2004-06-12  Pedro Martnez Juli  <yoros@wanadoo.es>
541
542         * FormsAuthentication.cs: Undo last change.
543
544 2004-06-12  Pedro Martnez Juli  <yoros@wanadoo.es>
545
546         * FormsAuthentication.cs: go to loginUrl from web.config settings
547         before try with the default ones.
548
549 2004-06-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
550
551         * DefaultAuthenticationModule.cs: set the IPrincipal for this thread
552         once we have a user. Fixes bug #59683.
553
554 2004-04-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
555
556         * FormsAuthenticationModule.cs: re-read configuration files if needed
557         when determining if forms auth. is used.
558
559 2004-01-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
560
561         * FormsAuthentication.cs: added RequireSSL and SlidingExpiration.
562
563 2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
564
565         * PassportIdentity.cs: Added v 1.1 members
566
567 2003-11-25 Ben Maurer  <bmaurer@users.sourceforge.net>
568         
569         * AccessMembershipProvider.cs: New v2 file
570         * AccessRoleProvider.cs: New v2 file
571         * ADMembershipProvider.cs: New v2 file
572         * AnonymousIdentificationEventArgs.cs: New v2 file
573         * AnonymousIdentificationEventHandler.cs: New v2 file
574         * AnonymousIdentificationModule.cs: New v2 file
575         * CookieProtection.cs: New v2 file
576         * IMembershipProvider.cs: New v2 file
577         * IRoleProvider.cs: New v2 file
578         * Membership.cs: New v2 file
579         * MembershipCreateStatus.cs: New v2 file
580         * MembershipCreateUserException.cs: New v2 file
581         * MembershipOnlineStatus.cs: New v2 file
582         * MembershipPasswordException.cs: New v2 file
583         * MembershipPasswordFormat.cs: New v2 file
584         * MembershipProviderCollection.cs: New v2 file
585         * MembershipSortOptions.cs: New v2 file
586         * MembershipUser.cs: New v2 file
587         * MembershipUserCollection.cs: New v2 file
588         * RoleManagerEventArgs.cs: New v2 file
589         * RoleManagerEventHandler.cs: New v2 file
590         * RoleManagerModule.cs: New v2 file
591         * RolePrincipal.cs: New v2 file
592         * RoleProviderCollection.cs: New v2 file
593         * Roles.cs: New v2 file
594         * SqlMembershipProvider.cs: New v2 file
595         * SqlRoleProvider.cs: New v2 file
596
597 2003-11-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
598
599         * FormsAuthentication.cs: encoding updates.
600
601 2003-10-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
602
603         * FormsAuthenticationModule.cs: fixed for applications other than /.
604
605 2003-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
606
607         * UrlAuthorizationModule.cs: fixed description for status code.
608
609 2003-07-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
610
611         * FormsAuthenticationModule.cs: really renew the ticket. Thanks to
612         Jens Thiel <Jens@Thiel.DE>.
613
614 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
615
616         * UrlAuthorizationModule.cs: tell the application not to run any other
617         step apart from EndRequest.
618
619 2003-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
620
621         * FormsAuthentication.cs: implemented RedirectFromLoginPage and
622         GetRedirectUrl.
623         
624         * FormsAuthenticationModule.cs: redirect to the login page when a 401
625         error happens.
626
627         * UrlAuthorizationModule.cs: check for valid user or render error page.
628
629 2003-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
630
631         * DefaultAuthenticationModule.cs: implemented. It just create a default 
632         unauthenticated user when no one else provided one.
633
634         * FormsAuthenticationModule.cs: removed debug output.
635
636 2002-12-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
637
638         * FormsAuthenticationModule.cs: remove debug lines.
639
640 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
641
642         * FormsAuthentication.cs: return a null ticket when an exception is
643         thrown creating it. Implemented RenewTicketIfOld.
644
645         * FormsAuthenticationModule.cs: implemented event handlers for
646         AuthenticateRequest and EndRequest.
647
648         * FormsAuthenticationTicket.cs: implemented SetDates and Clone methods.
649
650 2002-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
651
652         * FormsAuthentication.cs: implemented GetAuthCookie, SetAuthCookie,
653         SignOut, FormsCookieName and FormsCookiePath.
654
655 2002-12-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
656
657         * FormsAuthentication.cs: implemented Authenticate, unencrypted Encrypt
658         and Decrypt, HashPasswordForStoringInConfigFile and Initialize.
659
660         * FormsAuthenticationTicket.cs: set cookiePath to the default when no
661         other provided.
662
663 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
664
665         * DefaultAuthenticationEventHandler.cs:
666         * DefaultAuthenticationModule.cs:
667         * FileAuthorizationModule.cs:
668         * FormsAuthentication.cs:
669         * FormsAuthenticationEventArgs.cs:
670         * FormsAuthenticationEventHandler.cs:
671         * FormsAuthenticationModule.cs:
672         * FormsAuthenticationTicket.cs:
673         * FormsIdentity.cs:
674         * PassportAuthenticationEventArgs.cs:
675         * PassportAuthenticationEventHandler.cs:
676         * PassportAuthenticationModule.cs:
677         * PassportIdentity.cs:
678         * UrlAuthorizationModule.cs:
679         * WindowsAuthenticationEventArgs.cs:
680         * WindowsAuthenticationEventHandler.cs:
681         * WindowsAuthenticationModule.cs: new files. Some of them implemented,
682         some others stubbed out.
683
684 2002-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
685
686         * DefaultAuthenticationEventArgs.cs: added file.
687