24 lines
820 B
Plaintext
24 lines
820 B
Plaintext
|
2004-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||
|
|
||
|
* AcceptEncodingModule.cs: don't cause nullref if there's no
|
||
|
<mono.aspnet> section and the module is loaded.
|
||
|
|
||
|
2004-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||
|
|
||
|
* DigestAuthenticationModule.cs: introduces new overridable method
|
||
|
GetUserByName(), which by default works exactly like it used to, but
|
||
|
inherited classes can implement their own version. Patch by Tambet Ingo.
|
||
|
2003-12-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||
|
|
||
|
* AuthenticationModule.cs:
|
||
|
* BasicAuthenticationModule.cs:
|
||
|
* DigestAuthenticationModule.cs: new modules to do Basic and Digest
|
||
|
authentication.
|
||
|
|
||
|
* samples/auth.xml: sample user/password file for the modules.
|
||
|
|
||
|
2003-12-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||
|
|
||
|
* AcceptEncodingModule.cs: moved this file here.
|
||
|
|