2002-08-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 27 Aug 2002 02:03:20 +0000 (02:03 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 27 Aug 2002 02:03:20 +0000 (02:03 -0000)
commit9e679a80e4f10afb334e458477fbc9d2f811be62
tree3ed1a61d47801606be7f01b6bcea541eccc92dd5
parentc87c2fda2b48e3047ec4042bcf661d914695e221
2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* list: added new files in System.Web.Security
* System.Web.Security/DefaultAuthenticationEventHandler.cs:
* System.Web.Security/DefaultAuthenticationModule.cs:
* System.Web.Security/FileAuthorizationModule.cs:
* System.Web.Security/FormsAuthentication.cs:
* System.Web.Security/FormsAuthenticationEventArgs.cs:
* System.Web.Security/FormsAuthenticationEventHandler.cs:
* System.Web.Security/FormsAuthenticationModule.cs:
* System.Web.Security/FormsAuthenticationTicket.cs:
* System.Web.Security/FormsIdentity.cs:
* System.Web.Security/PassportAuthenticationEventArgs.cs:
* System.Web.Security/PassportAuthenticationEventHandler.cs:
* System.Web.Security/PassportAuthenticationModule.cs:
* System.Web.Security/PassportIdentity.cs:
* System.Web.Security/UrlAuthorizationModule.cs:
* System.Web.Security/WindowsAuthenticationEventArgs.cs:
* System.Web.Security/WindowsAuthenticationEventHandler.cs:
* System.Web.Security/WindowsAuthenticationModule.cs: new files. Some
of them implemented, some others stubbed out.

svn path=/trunk/mcs/; revision=7073
20 files changed:
mcs/class/System.Web/ChangeLog
mcs/class/System.Web/System.Web.Security/ChangeLog
mcs/class/System.Web/System.Web.Security/DefaultAuthenticationEventHandler.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/DefaultAuthenticationModule.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/FileAuthorizationModule.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/FormsAuthentication.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/FormsAuthenticationEventArgs.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/FormsAuthenticationEventHandler.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/FormsAuthenticationModule.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/FormsAuthenticationTicket.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/FormsIdentity.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/PassportAuthenticationEventArgs.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/PassportAuthenticationEventHandler.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/PassportAuthenticationModule.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/PassportIdentity.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/UrlAuthorizationModule.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/WindowsAuthenticationEventArgs.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/WindowsAuthenticationEventHandler.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Security/WindowsAuthenticationModule.cs [new file with mode: 0644]
mcs/class/System.Web/list