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:
authorZoltan Varga <vargaz@gmail.com>2015-02-03 02:20:45 +0300
committerZoltan Varga <vargaz@gmail.com>2015-02-03 02:20:45 +0300
commitd504f17272dd8b52b00b33fde8f23f7805239ee7 (patch)
tree9f8ea19cb8fdbdb042a82e78631be6ea11c530c7 /mcs/class/System.Web.ApplicationServices
parente2193970c93cbf045a615901c77b6b8213a4dd58 (diff)
Revert "Switch System.Web.ApplicationServices to referencesource"
This reverts commit ea88432e494b578a6f67a5b8d0a259f85fab166f. Revert this as it breaks the System.Web tests.
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, 51 insertions, 23 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
new file mode 100644
index 00000000000..367108c0433
--- /dev/null
+++ b/mcs/class/System.Web.ApplicationServices/System.Web.Configuration/MembershipPasswordCompatibilityMode.cs
@@ -0,0 +1,37 @@
+//
+// 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 d06db874162..d18510145a6 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,29 +4,20 @@ 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
-../../../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
-
+../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