Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <jo.shields@xamarin.com>2015-01-30 15:12:51 +0300
committerJo Shields <jo.shields@xamarin.com>2015-01-30 15:44:47 +0300
commitea88432e494b578a6f67a5b8d0a259f85fab166f (patch)
tree62325c86fc951a625593b88455f0b3e6ca7ea968 /mcs/class/System.Web.ApplicationServices
parent2436f4c0597a17aa9ee499c71d387ba8a59e4d36 (diff)
Switch System.Web.ApplicationServices to referencesource
Due to the removal of the net_2_0 profile, the files in ../System.Web/System.Web.Security aren't included in make dist anymore since they aren't used in System.Web (the classes got moved to System.Web.ApplicationServices.dll in .NET 4). This breaks the tarball builds, as System.Web.ApplicationServices relies on those files, so we now include the ReferenceSource equivalents instead.
Diffstat (limited to 'mcs/class/System.Web.ApplicationServices')
-rw-r--r--mcs/class/System.Web.ApplicationServices/System.Web.Configuration/MembershipPasswordCompatibilityMode.cs37
-rw-r--r--mcs/class/System.Web.ApplicationServices/net_4_0_System.Web.ApplicationServices.dll.sources37
2 files changed, 23 insertions, 51 deletions
diff --git a/mcs/class/System.Web.ApplicationServices/System.Web.Configuration/MembershipPasswordCompatibilityMode.cs b/mcs/class/System.Web.ApplicationServices/System.Web.Configuration/MembershipPasswordCompatibilityMode.cs
deleted file mode 100644
index 367108c0433..00000000000
--- a/mcs/class/System.Web.ApplicationServices/System.Web.Configuration/MembershipPasswordCompatibilityMode.cs
+++ /dev/null
@@ -1,37 +0,0 @@
-//
-// System.Web.Security.MembershipPasswordCompatibilityMode
-//
-// Authors:
-// Marek Habersack <mhabersack@novell.com>
-//
-// Copyright (C) 2010 Novell, Inc (http://novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-//
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-using System;
-
-namespace System.Web.Configuration
-{
- public enum MembershipPasswordCompatibilityMode
- {
- Framework20,
- Framework40
- }
-}
diff --git a/mcs/class/System.Web.ApplicationServices/net_4_0_System.Web.ApplicationServices.dll.sources b/mcs/class/System.Web.ApplicationServices/net_4_0_System.Web.ApplicationServices.dll.sources
index d18510145a6..d06db874162 100644
--- a/mcs/class/System.Web.ApplicationServices/net_4_0_System.Web.ApplicationServices.dll.sources
+++ b/mcs/class/System.Web.ApplicationServices/net_4_0_System.Web.ApplicationServices.dll.sources
@@ -4,20 +4,29 @@ Assembly/AssemblyInfo.cs
../../build/common/Consts.cs
../../build/common/Locale.cs
../../build/common/MonoTODOAttribute.cs
+../../build/common/SR.cs
-System.Web.Configuration/MembershipPasswordCompatibilityMode.cs
System.Web.Security/IMembershipHelper.cs
-../System.Web/System.Web.UI/KeyedList.cs
-../System.Web/System.Web.UI/KeyedListEnumerator.cs
-../System.Web/System.Web.Security/MembershipCreateStatus.cs
-../System.Web/System.Web.Security/MembershipCreateUserException.cs
-../System.Web/System.Web.Security/MembershipPasswordException.cs
-../System.Web/System.Web.Security/MembershipPasswordFormat.cs
-../System.Web/System.Web.Security/MembershipProviderCollection.cs
-../System.Web/System.Web.Security/MembershipProvider.cs
-../System.Web/System.Web.Security/MembershipUserCollection.cs
-../System.Web/System.Web.Security/MembershipUser.cs
-../System.Web/System.Web.Security/MembershipValidatePasswordEventHandler.cs
-../System.Web/System.Web.Security/RoleProvider.cs
-../System.Web/System.Web.Security/ValidatePasswordEventArgs.cs
+../../../external/referencesource/System.Web.ApplicationServices/Hosting/CustomLoaderAttribute.cs
+../../../external/referencesource/System.Web.ApplicationServices/Hosting/ICustomLoaderHelperFunctions.cs
+../../../external/referencesource/System.Web.ApplicationServices/Hosting/CustomLoaderHelper.cs
+../../../external/referencesource/System.Web.ApplicationServices/Configuration/MembershipPasswordCompatibilityMode.cs
+../../../external/referencesource/System.Web.ApplicationServices/Util/SecurityServices.cs
+../../../external/referencesource/System.Web.ApplicationServices/Util/SystemWebProxy.cs
+../../../external/referencesource/System.Web.ApplicationServices/Security/IMembershipAdapter.cs
+../../../external/referencesource/System.Web.ApplicationServices/Security/MembershipProvider.cs
+../../../external/referencesource/System.Web.ApplicationServices/Security/RoleProvider.cs
+../../../external/referencesource/System.Web.ApplicationServices/Security/MembershipCreateStatus.cs
+../../../external/referencesource/System.Web.ApplicationServices/Security/MembershipCreateUserException.cs
+../../../external/referencesource/System.Web.ApplicationServices/Security/MembershipProviderCollection.cs
+../../../external/referencesource/System.Web.ApplicationServices/Security/DefaultMembershipAdapter.cs
+../../../external/referencesource/System.Web.ApplicationServices/Security/ValidatePasswordEventArgs.cs
+../../../external/referencesource/System.Web.ApplicationServices/Security/MembershipValidatePasswordEventHandler.cs
+../../../external/referencesource/System.Web.ApplicationServices/Security/MembershipPasswordException.cs
+../../../external/referencesource/System.Web.ApplicationServices/Security/MembershipPasswordFormat.cs
+../../../external/referencesource/System.Web.ApplicationServices/Security/MembershipUserCollection.cs
+../../../external/referencesource/System.Web.ApplicationServices/Security/MembershipUser.cs
+../../../external/referencesource/System.Web.ApplicationServices/Properties/AssemblyInfo.cs
+../../../external/referencesource/System.Web.ApplicationServices/ApplicationServicesStrings.Designer.cs
+