2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Mono.Http / Mono.Http.Modules / ChangeLog
1 2004-06-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * AcceptEncodingModule.cs: don't cause nullref if there's no
4         <mono.aspnet> section and the module is loaded.
5
6 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7
8         * DigestAuthenticationModule.cs: introduces new overridable method
9         GetUserByName(), which by default works exactly like it used to, but
10         inherited classes can implement their own version. Patch by Tambet Ingo.
11 2003-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12
13         * AuthenticationModule.cs:
14         * BasicAuthenticationModule.cs:
15         * DigestAuthenticationModule.cs: new modules to do Basic and Digest
16         authentication.
17
18         * samples/auth.xml: sample user/password file for the modules.
19
20 2003-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21
22         * AcceptEncodingModule.cs: moved this file here.
23