2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.Http / Mono.Http.Modules / ChangeLog
blob59bab3d153737052fbc1e12bd492f5f9f894107c
1 2004-06-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3         * AcceptEncodingModule.cs: don't cause nullref if there's no
4         <mono.aspnet> section and the module is loaded.
6 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
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>
13         * AuthenticationModule.cs:
14         * BasicAuthenticationModule.cs:
15         * DigestAuthenticationModule.cs: new modules to do Basic and Digest
16         authentication.
18         * samples/auth.xml: sample user/password file for the modules.
20 2003-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22         * AcceptEncodingModule.cs: moved this file here.