Revert "Switch System.Web.ApplicationServices to referencesource"
authorZoltan Varga <vargaz@gmail.com>
Mon, 2 Feb 2015 23:20:45 +0000 (18:20 -0500)
committerZoltan Varga <vargaz@gmail.com>
Mon, 2 Feb 2015 23:20:45 +0000 (18:20 -0500)
This reverts commit ea88432e494b578a6f67a5b8d0a259f85fab166f.

Revert this as it breaks the System.Web tests.

mcs/class/System.Web.ApplicationServices/System.Web.Configuration/MembershipPasswordCompatibilityMode.cs [new file with mode: 0644]
mcs/class/System.Web.ApplicationServices/net_4_0_System.Web.ApplicationServices.dll.sources

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 (file)
index 0000000..367108c
--- /dev/null
@@ -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
+       }
+}
index d06db87416288335b486d622070ab8a03824f3cd..d18510145a68ae7e73e4a26e83b30b38da0fda1e 100644 (file)
@@ -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