Move NTAuthentication/NegotiateStreamPal back to the mothership (#87887)
authorFilip Navara <filip.navara@gmail.com>
Thu, 22 Jun 2023 07:26:45 +0000 (09:26 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2023 07:26:45 +0000 (09:26 +0200)
commit524949f8ab37aa504a3b1caa4ca8e05e8983f74d
tree589c24e37b544f4294c5eac49c4323d356d7827a
parentd45c83ae4665b1217da7fd4864ce4a8d5118adf0
Move NTAuthentication/NegotiateStreamPal back to the mothership (#87887)
14 files changed:
src/libraries/Common/src/System/Net/Security/NegotiateStreamPal.Unix.cs [deleted file]
src/libraries/Common/src/System/Net/Security/NegotiateStreamPal.Windows.cs [deleted file]
src/libraries/System.Net.Mail/tests/Unit/System.Net.Mail.Unit.Tests.csproj
src/libraries/System.Net.Security/src/System.Net.Security.csproj
src/libraries/System.Net.Security/src/System/Net/ContextFlagsAdapterPal.Unix.cs [moved from src/libraries/Common/src/System/Net/ContextFlagsAdapterPal.Unix.cs with 100% similarity]
src/libraries/System.Net.Security/src/System/Net/ContextFlagsAdapterPal.Windows.cs [moved from src/libraries/Common/src/System/Net/ContextFlagsAdapterPal.Windows.cs with 100% similarity]
src/libraries/System.Net.Security/src/System/Net/ContextFlagsPal.cs [moved from src/libraries/Common/src/System/Net/ContextFlagsPal.cs with 100% similarity]
src/libraries/System.Net.Security/src/System/Net/NTAuthentication.Common.cs [moved from src/libraries/Common/src/System/Net/NTAuthentication.Common.cs with 100% similarity]
src/libraries/System.Net.Security/src/System/Net/NTAuthentication.Managed.cs [moved from src/libraries/Common/src/System/Net/NTAuthentication.Managed.cs with 100% similarity]
src/libraries/System.Net.Security/src/System/Net/Security/NegotiateStreamPal.Unix.cs
src/libraries/System.Net.Security/src/System/Net/Security/NegotiateStreamPal.Windows.cs
src/libraries/System.Net.Security/src/System/Net/SecurityStatusAdapterPal.Windows.cs [moved from src/libraries/Common/src/System/Net/SecurityStatusAdapterPal.Windows.cs with 100% similarity]
src/libraries/System.Net.Security/src/System/Net/SecurityStatusPal.cs [moved from src/libraries/Common/src/System/Net/SecurityStatusPal.cs with 100% similarity]
src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj