2005-07-01 Lluis Sanchez Gual <lluis@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.Security / ChangeLog
1 2005-07-01  Lluis Sanchez Gual <lluis@novell.com>
2
3         * Membership.cs: Read provider info from the config file.
4
5 2005-06-10 Lluis Sanchez Gual <lluis@novell.com>
6
7         * MembershipUserCollection.cs:
8         * MembershipPasswordException.cs:
9         * RoleProviderCollection.cs:
10         * ActiveDirectoryMembershipProvider.cs:
11         * SqlMembershipProvider.cs:
12         * MembershipProvider.cs:
13         * SqlRoleProvider.cs:
14         * Membership.cs:
15         * MembershipUser.cs:
16         * MembershipProviderCollection.cs:
17         * Roles.cs:.
18         * RoleProvider.cs: Track api changes in ASP.NET 2.0. Implemented
19         some missing methods.
20         
21         * AccessRoleProvider.cs:
22         * AccessMembershipProvider.cs: Removed.
23         
24         * MembershipCreateUserException.cs:
25         * MembershipValidatePasswordEventHandler.cs:
26         * ValidatePasswordEventArgs.cs: Implemented.
27
28 2005-05-21  Sebastien Pouliot  <sebastien@ximian.com>
29
30         * FormsAuthentication.cs: Hash the UTF8 representation of the password
31         strings (to be compatible with Microsoft implementation).
32
33 2005-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
34
35         * FormsAuthentication.cs:
36         * PassportAuthenticationModule.cs:
37         * WindowsAuthenticationModule.cs: removed warnings.
38
39 2005-03-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
40
41         * FormsAuthenticationModule.cs: fix for bug 73545, which caused
42         authentication not to work when the cookie was not persistent.
43         Patch by Ilya Kharmatsky (Mainsoft).
44
45 2005-02-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
46
47         * FormsAuthentication.cs: make the string to be stored in a config.
48         file uppercase... See bug #72557.
49
50 2005-02-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
51
52         * FormsAuthentication.cs: fixed typo when getting the hash for the 
53         password in SHA1 and MD5. Thanks to Tadas Dailyda.
54         Lock on a static object instead of typeof(FormsAuthentication).
55
56 2004-11-18 Lluis Sanchez Gual <lluis@novell.com>
57
58         * RoleProvider.cs, Roles.cs, SqlRoleProvider.cs, RoleProviderCollection.cs,
59         AccessRoleProvider.cs: IRoleProvider has been renamed to ProviderBase.
60         * IMembershipProvider.cs: Deleted.
61         * MembershipProvider.cs, AccessMembershipProvider.cs, MembershipUser.cs,
62         Membership.cs, ADMembershipProvider.cs, SqlMembershipProvider.cs
63         MembershipProviderCollection.cs: MembershipProvider has been deleted
64         and replaced by the abstract class MembershipProvider.
65         * MembershipProviderCollection.cs: Minor fixes.
66         * ADMembershipProvider.cs: Renamed to ActiveDirectoryMembershipProvider.cs.
67
68 2004-11-15 Lluis Sanchez Gual <lluis@novell.com>
69
70         * RoleProviderCollection.cs, MembershipProviderCollection.cs: 
71         Fixed warnings.
72
73 2004-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
74
75         * FormsAuthentication.cs: patch by Jim Pease to fix the date on renewal.
76
77 2004-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
78
79         * FormsAuthenticationModule.cs: don't renew expired cookies. Only renew
80         the cookie if SlidingExpiration is set. Thanks to Jim Pease.
81
82 2004-08-03  Sanjay Gupta <gsanjay@novell.com>
83
84         * MembershipSortOptions.cs:
85         * MembershipPasswordFormat.cs:
86         * MembershipOnlineStatus.cs:
87         * MembershipCreateStatus.cs:
88         * CookieProtection.cs: minor modifications.
89
90 2004-06-12  Pedro Martnez Juli  <yoros@wanadoo.es>
91
92         * FormsAuthentication.cs: Undo last change.
93
94 2004-06-12  Pedro Martnez Juli  <yoros@wanadoo.es>
95
96         * FormsAuthentication.cs: go to loginUrl from web.config settings
97         before try with the default ones.
98
99 2004-06-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
100
101         * DefaultAuthenticationModule.cs: set the IPrincipal for this thread
102         once we have a user. Fixes bug #59683.
103
104 2004-04-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
105
106         * FormsAuthenticationModule.cs: re-read configuration files if needed
107         when determining if forms auth. is used.
108
109 2004-01-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
110
111         * FormsAuthentication.cs: added RequireSSL and SlidingExpiration.
112
113 2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
114
115         * PassportIdentity.cs: Added v 1.1 members
116
117 2003-11-25 Ben Maurer  <bmaurer@users.sourceforge.net>
118         
119         * AccessMembershipProvider.cs: New v2 file
120         * AccessRoleProvider.cs: New v2 file
121         * ADMembershipProvider.cs: New v2 file
122         * AnonymousIdentificationEventArgs.cs: New v2 file
123         * AnonymousIdentificationEventHandler.cs: New v2 file
124         * AnonymousIdentificationModule.cs: New v2 file
125         * CookieProtection.cs: New v2 file
126         * IMembershipProvider.cs: New v2 file
127         * IRoleProvider.cs: New v2 file
128         * Membership.cs: New v2 file
129         * MembershipCreateStatus.cs: New v2 file
130         * MembershipCreateUserException.cs: New v2 file
131         * MembershipOnlineStatus.cs: New v2 file
132         * MembershipPasswordException.cs: New v2 file
133         * MembershipPasswordFormat.cs: New v2 file
134         * MembershipProviderCollection.cs: New v2 file
135         * MembershipSortOptions.cs: New v2 file
136         * MembershipUser.cs: New v2 file
137         * MembershipUserCollection.cs: New v2 file
138         * RoleManagerEventArgs.cs: New v2 file
139         * RoleManagerEventHandler.cs: New v2 file
140         * RoleManagerModule.cs: New v2 file
141         * RolePrincipal.cs: New v2 file
142         * RoleProviderCollection.cs: New v2 file
143         * Roles.cs: New v2 file
144         * SqlMembershipProvider.cs: New v2 file
145         * SqlRoleProvider.cs: New v2 file
146
147 2003-11-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
148
149         * FormsAuthentication.cs: encoding updates.
150
151 2003-10-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
152
153         * FormsAuthenticationModule.cs: fixed for applications other than /.
154
155 2003-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
156
157         * UrlAuthorizationModule.cs: fixed description for status code.
158
159 2003-07-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
160
161         * FormsAuthenticationModule.cs: really renew the ticket. Thanks to
162         Jens Thiel <Jens@Thiel.DE>.
163
164 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
165
166         * UrlAuthorizationModule.cs: tell the application not to run any other
167         step apart from EndRequest.
168
169 2003-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
170
171         * FormsAuthentication.cs: implemented RedirectFromLoginPage and
172         GetRedirectUrl.
173         
174         * FormsAuthenticationModule.cs: redirect to the login page when a 401
175         error happens.
176
177         * UrlAuthorizationModule.cs: check for valid user or render error page.
178
179 2003-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
180
181         * DefaultAuthenticationModule.cs: implemented. It just create a default 
182         unauthenticated user when no one else provided one.
183
184         * FormsAuthenticationModule.cs: removed debug output.
185
186 2002-12-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
187
188         * FormsAuthenticationModule.cs: remove debug lines.
189
190 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
191
192         * FormsAuthentication.cs: return a null ticket when an exception is
193         thrown creating it. Implemented RenewTicketIfOld.
194
195         * FormsAuthenticationModule.cs: implemented event handlers for
196         AuthenticateRequest and EndRequest.
197
198         * FormsAuthenticationTicket.cs: implemented SetDates and Clone methods.
199
200 2002-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
201
202         * FormsAuthentication.cs: implemented GetAuthCookie, SetAuthCookie,
203         SignOut, FormsCookieName and FormsCookiePath.
204
205 2002-12-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
206
207         * FormsAuthentication.cs: implemented Authenticate, unencrypted Encrypt
208         and Decrypt, HashPasswordForStoringInConfigFile and Initialize.
209
210         * FormsAuthenticationTicket.cs: set cookiePath to the default when no
211         other provided.
212
213 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
214
215         * DefaultAuthenticationEventHandler.cs:
216         * DefaultAuthenticationModule.cs:
217         * FileAuthorizationModule.cs:
218         * FormsAuthentication.cs:
219         * FormsAuthenticationEventArgs.cs:
220         * FormsAuthenticationEventHandler.cs:
221         * FormsAuthenticationModule.cs:
222         * FormsAuthenticationTicket.cs:
223         * FormsIdentity.cs:
224         * PassportAuthenticationEventArgs.cs:
225         * PassportAuthenticationEventHandler.cs:
226         * PassportAuthenticationModule.cs:
227         * PassportIdentity.cs:
228         * UrlAuthorizationModule.cs:
229         * WindowsAuthenticationEventArgs.cs:
230         * WindowsAuthenticationEventHandler.cs:
231         * WindowsAuthenticationModule.cs: new files. Some of them implemented,
232         some others stubbed out.
233
234 2002-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
235
236         * DefaultAuthenticationEventArgs.cs: added file.
237