Certificate/wireless plugins; major refactoring

Migrate much of BI to Services.
Added Wireless Profile Provider plugin feature.
Added Certificate Authority Provider plugin feature.
Modified Certificate Provider plugin feature.
Database migration v17, for Device Profiles.
Enrolment Client Updated to support CA Certificates, Wireless Profiles
and Hardware Info.
New Client Enrolment Protocol to support new features.
Plugin Manifest Generator added to main solution.
Improved AD search performance.
This commit is contained in:
Gary Sharp
2016-09-28 20:16:25 +10:00
parent 489a5df7cc
commit 27c21175d7
210 changed files with 9822 additions and 6675 deletions
+22 -9
View File
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Disco.ClientBootstrapper", "Disco.ClientBootstrapper\Disco.ClientBootstrapper.csproj", "{15BD9561-A3C7-4608-9F7E-F1A1CFB60055}"
EndProject
@@ -19,14 +19,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Disco.Web", "Disco.Web\Disc
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Disco.Client", "Disco.Client\Disco.Client.csproj", "{D6B85A86-0FAA-4B04-BC9E-D01A08C03387}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Disco.Services.Plugins.ManifestGenerator", "Disco.Services.Plugins.ManifestGenerator\Disco.Services.Plugins.ManifestGenerator.csproj", "{35E90902-D5A6-4C14-BA6B-2DF976E4B96A}"
EndProject
Global
GlobalSection(AutomaticVersions) = postSolution
UpdateAssemblyVersion = True
UpdateAssemblyFileVersion = True
UpdateAssemblyInfoVersion = False
AssemblyVersionSettings = None.None.DateStamp.TimeStamp
AssemblyFileVersionSettings = None.None.DateStamp.TimeStamp
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
@@ -118,8 +113,26 @@ Global
{D6B85A86-0FAA-4B04-BC9E-D01A08C03387}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{D6B85A86-0FAA-4B04-BC9E-D01A08C03387}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{D6B85A86-0FAA-4B04-BC9E-D01A08C03387}.Release|x86.ActiveCfg = Release|Any CPU
{35E90902-D5A6-4C14-BA6B-2DF976E4B96A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35E90902-D5A6-4C14-BA6B-2DF976E4B96A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35E90902-D5A6-4C14-BA6B-2DF976E4B96A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{35E90902-D5A6-4C14-BA6B-2DF976E4B96A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{35E90902-D5A6-4C14-BA6B-2DF976E4B96A}.Debug|x86.ActiveCfg = Debug|Any CPU
{35E90902-D5A6-4C14-BA6B-2DF976E4B96A}.Debug|x86.Build.0 = Debug|Any CPU
{35E90902-D5A6-4C14-BA6B-2DF976E4B96A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35E90902-D5A6-4C14-BA6B-2DF976E4B96A}.Release|Any CPU.Build.0 = Release|Any CPU
{35E90902-D5A6-4C14-BA6B-2DF976E4B96A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{35E90902-D5A6-4C14-BA6B-2DF976E4B96A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{35E90902-D5A6-4C14-BA6B-2DF976E4B96A}.Release|x86.ActiveCfg = Release|Any CPU
{35E90902-D5A6-4C14-BA6B-2DF976E4B96A}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(AutomaticVersions) = postSolution
PrimaryVersionType = AssemblyVersionAttribute
UpdateAssemblyVersion = False
UpdateAssemblyFileVersion = False
UpdateAssemblyInfoVersion = False
EndGlobalSection
EndGlobal