This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / System.Web / System.Web.Security / ChangeLog
1 2004-06-12  Pedro Martínez Juliá  <yoros@wanadoo.es>
2
3         * FormsAuthentication.cs: Undo last change.
4
5 2004-06-12  Pedro Martínez Juliá  <yoros@wanadoo.es>
6
7         * FormsAuthentication.cs: go to loginUrl from web.config settings
8         before try with the default ones.
9
10 2004-06-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11
12         * DefaultAuthenticationModule.cs: set the IPrincipal for this thread
13         once we have a user. Fixes bug #59683.
14
15 2004-04-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16
17         * FormsAuthenticationModule.cs: re-read configuration files if needed
18         when determining if forms auth. is used.
19
20 2004-01-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21
22         * FormsAuthentication.cs: added RequireSSL and SlidingExpiration.
23
24 2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
25
26         * PassportIdentity.cs: Added v 1.1 members
27
28 2003-11-25 Ben Maurer  <bmaurer@users.sourceforge.net>
29         
30         * AccessMembershipProvider.cs: New v2 file
31         * AccessRoleProvider.cs: New v2 file
32         * ADMembershipProvider.cs: New v2 file
33         * AnonymousIdentificationEventArgs.cs: New v2 file
34         * AnonymousIdentificationEventHandler.cs: New v2 file
35         * AnonymousIdentificationModule.cs: New v2 file
36         * CookieProtection.cs: New v2 file
37         * IMembershipProvider.cs: New v2 file
38         * IRoleProvider.cs: New v2 file
39         * Membership.cs: New v2 file
40         * MembershipCreateStatus.cs: New v2 file
41         * MembershipCreateUserException.cs: New v2 file
42         * MembershipOnlineStatus.cs: New v2 file
43         * MembershipPasswordException.cs: New v2 file
44         * MembershipPasswordFormat.cs: New v2 file
45         * MembershipProviderCollection.cs: New v2 file
46         * MembershipSortOptions.cs: New v2 file
47         * MembershipUser.cs: New v2 file
48         * MembershipUserCollection.cs: New v2 file
49         * RoleManagerEventArgs.cs: New v2 file
50         * RoleManagerEventHandler.cs: New v2 file
51         * RoleManagerModule.cs: New v2 file
52         * RolePrincipal.cs: New v2 file
53         * RoleProviderCollection.cs: New v2 file
54         * Roles.cs: New v2 file
55         * SqlMembershipProvider.cs: New v2 file
56         * SqlRoleProvider.cs: New v2 file
57
58 2003-11-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
59
60         * FormsAuthentication.cs: encoding updates.
61
62 2003-10-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
63
64         * FormsAuthenticationModule.cs: fixed for applications other than /.
65
66 2003-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
67
68         * UrlAuthorizationModule.cs: fixed description for status code.
69
70 2003-07-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
71
72         * FormsAuthenticationModule.cs: really renew the ticket. Thanks to
73         Jens Thiel <Jens@Thiel.DE>.
74
75 2003-02-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
76
77         * UrlAuthorizationModule.cs: tell the application not to run any other
78         step apart from EndRequest.
79
80 2003-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
81
82         * FormsAuthentication.cs: implemented RedirectFromLoginPage and
83         GetRedirectUrl.
84         
85         * FormsAuthenticationModule.cs: redirect to the login page when a 401
86         error happens.
87
88         * UrlAuthorizationModule.cs: check for valid user or render error page.
89
90 2003-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
91
92         * DefaultAuthenticationModule.cs: implemented. It just create a default 
93         unauthenticated user when no one else provided one.
94
95         * FormsAuthenticationModule.cs: removed debug output.
96
97 2002-12-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
98
99         * FormsAuthenticationModule.cs: remove debug lines.
100
101 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
102
103         * FormsAuthentication.cs: return a null ticket when an exception is
104         thrown creating it. Implemented RenewTicketIfOld.
105
106         * FormsAuthenticationModule.cs: implemented event handlers for
107         AuthenticateRequest and EndRequest.
108
109         * FormsAuthenticationTicket.cs: implemented SetDates and Clone methods.
110
111 2002-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
112
113         * FormsAuthentication.cs: implemented GetAuthCookie, SetAuthCookie,
114         SignOut, FormsCookieName and FormsCookiePath.
115
116 2002-12-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
117
118         * FormsAuthentication.cs: implemented Authenticate, unencrypted Encrypt
119         and Decrypt, HashPasswordForStoringInConfigFile and Initialize.
120
121         * FormsAuthenticationTicket.cs: set cookiePath to the default when no
122         other provided.
123
124 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
125
126         * DefaultAuthenticationEventHandler.cs:
127         * DefaultAuthenticationModule.cs:
128         * FileAuthorizationModule.cs:
129         * FormsAuthentication.cs:
130         * FormsAuthenticationEventArgs.cs:
131         * FormsAuthenticationEventHandler.cs:
132         * FormsAuthenticationModule.cs:
133         * FormsAuthenticationTicket.cs:
134         * FormsIdentity.cs:
135         * PassportAuthenticationEventArgs.cs:
136         * PassportAuthenticationEventHandler.cs:
137         * PassportAuthenticationModule.cs:
138         * PassportIdentity.cs:
139         * UrlAuthorizationModule.cs:
140         * WindowsAuthenticationEventArgs.cs:
141         * WindowsAuthenticationEventHandler.cs:
142         * WindowsAuthenticationModule.cs: new files. Some of them implemented,
143         some others stubbed out.
144
145 2002-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
146
147         * DefaultAuthenticationEventArgs.cs: added file.
148