Changeset 4692

Show
Ignore:
Timestamp:
06/05/08 07:28:19 (6 months ago)
Author:
xmlhacker
Message:

updated to match the .NET 2.0 SecurityServices? code base

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Source/Dependencies/SharpSSH-1.1.1.13.src/Examples/Examples.csproj

    r4690 r4692  
    22  <PropertyGroup> 
    33    <ProjectType>Local</ProjectType> 
    4     <ProductVersion>8.0.30428</ProductVersion> 
     4    <ProductVersion>9.0.30428</ProductVersion> 
    55    <SchemaVersion>2.0</SchemaVersion> 
    66    <ProjectGuid>{327E25D4-D8DF-4704-ABA3-274F8E777847}</ProjectGuid> 
     
    2727    <UpgradeBackupLocation> 
    2828    </UpgradeBackupLocation> 
     29    <PublishUrl>http://localhost/sharpSshTest/</PublishUrl> 
     30    <Install>true</Install> 
     31    <InstallFrom>Web</InstallFrom> 
     32    <UpdateEnabled>true</UpdateEnabled> 
     33    <UpdateMode>Foreground</UpdateMode> 
     34    <UpdateInterval>7</UpdateInterval> 
     35    <UpdateIntervalUnits>Days</UpdateIntervalUnits> 
     36    <UpdatePeriodically>false</UpdatePeriodically> 
     37    <UpdateRequired>false</UpdateRequired> 
     38    <MapFileExtensions>true</MapFileExtensions> 
     39    <ApplicationRevision>0</ApplicationRevision> 
     40    <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 
     41    <IsWebBootstrapper>true</IsWebBootstrapper> 
     42    <UseApplicationTrust>false</UseApplicationTrust> 
     43    <BootstrapperEnabled>true</BootstrapperEnabled> 
    2944  </PropertyGroup> 
    3045  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
     
    90105      <Name>System.XML</Name> 
    91106    </Reference> 
    92     <ProjectReference Include="..\SharpSSH\SharpSSH.csproj"> 
    93       <Name>SharpSSH</Name> 
    94       <Project>{D27CF69D-4681-492A-BE4D-D3D209104423}</Project> 
    95       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> 
    96     </ProjectReference> 
    97107  </ItemGroup> 
    98108  <ItemGroup> 
     
    174184      <DependentUpon>InputForm.cs</DependentUpon> 
    175185    </EmbeddedResource> 
     186  </ItemGroup> 
     187  <ItemGroup> 
     188    <ProjectReference Include="..\SharpSSH\SharpSSH.csproj"> 
     189      <Project>{D27CF69D-4681-492A-BE4D-D3D209104423}</Project> 
     190      <Name>SharpSSH</Name> 
     191    </ProjectReference> 
     192  </ItemGroup> 
     193  <ItemGroup> 
     194    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> 
     195      <Visible>False</Visible> 
     196      <ProductName>.NET Framework 2.0 %28x86%29</ProductName> 
     197      <Install>true</Install> 
     198    </BootstrapperPackage> 
     199    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> 
     200      <Visible>False</Visible> 
     201      <ProductName>.NET Framework 3.0 %28x86%29</ProductName> 
     202      <Install>false</Install> 
     203    </BootstrapperPackage> 
     204    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> 
     205      <Visible>False</Visible> 
     206      <ProductName>.NET Framework 3.5</ProductName> 
     207      <Install>false</Install> 
     208    </BootstrapperPackage> 
    176209  </ItemGroup> 
    177210  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
  • trunk/nuxleus/Source/Dependencies/SharpSSH-1.1.1.13.src/Examples/Examples.csproj.user

    r4690 r4692  
    1313    <ProjectView>ProjectFiles</ProjectView> 
    1414    <ProjectTrust>0</ProjectTrust> 
     15    <PublishUrlHistory> 
     16    </PublishUrlHistory> 
     17    <InstallUrlHistory> 
     18    </InstallUrlHistory> 
     19    <SupportUrlHistory> 
     20    </SupportUrlHistory> 
     21    <UpdateUrlHistory> 
     22    </UpdateUrlHistory> 
     23    <BootstrapperUrlHistory> 
     24    </BootstrapperUrlHistory> 
     25    <ErrorReportUrlHistory> 
     26    </ErrorReportUrlHistory> 
     27    <FallbackCulture>en-US</FallbackCulture> 
     28    <VerifyUploadedFiles>true</VerifyUploadedFiles> 
    1529  </PropertyGroup> 
    1630  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
  • trunk/nuxleus/Source/Dependencies/SharpSSH-1.1.1.13.src/SharpSSH/SharpSSH.csproj

    r4690 r4692  
    1111    </AssemblyKeyContainerName> 
    1212    <AssemblyName>Tamir.SharpSSH</AssemblyName> 
    13     <AssemblyOriginatorKeyFile> 
    14     </AssemblyOriginatorKeyFile> 
     13    <AssemblyOriginatorKeyFile>Extf.Net.snk</AssemblyOriginatorKeyFile> 
    1514    <DefaultClientScript>JScript</DefaultClientScript> 
    1615    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> 
     
    2726    <UpgradeBackupLocation> 
    2827    </UpgradeBackupLocation> 
    29     <SignAssembly>false</SignAssembly> 
     28    <SignAssembly>true</SignAssembly> 
    3029    <PublishUrl>http://localhost/Tamir.SharpSSH/</PublishUrl> 
    3130    <Install>true</Install> 
     
    9190  </PropertyGroup> 
    9291  <ItemGroup> 
    93     <Reference Include="DiffieHellman"> 
    94       <Name>DiffieHellman</Name> 
    95       <HintPath>lib\DiffieHellman.dll</HintPath> 
    96     </Reference> 
    97     <Reference Include="Org.Mentalis.Security"> 
    98       <Name>Org.Mentalis.Security</Name> 
    99       <HintPath>lib\Org.Mentalis.Security.dll</HintPath> 
    100     </Reference> 
    10192    <Reference Include="System"> 
    10293      <Name>System</Name> 
     
    550541    </BootstrapperPackage> 
    551542  </ItemGroup> 
     543  <ItemGroup> 
     544    <None Include="Extf.Net.snk" /> 
     545  </ItemGroup> 
     546  <ItemGroup> 
     547    <ProjectReference Include="..\..\DiffieHellman\DiffieHellman.csproj"> 
     548      <Project>{51A5DB78-BDDF-466D-911D-FCD600413726}</Project> 
     549      <Name>DiffieHellman</Name> 
     550    </ProjectReference> 
     551    <ProjectReference Include="..\..\SecurityServices-0.0.2\SecurityServices\SecurityServices.csproj"> 
     552      <Project>{92268E63-E20E-4ED1-86DB-B621712F9A80}</Project> 
     553      <Name>SecurityServices</Name> 
     554    </ProjectReference> 
     555  </ItemGroup> 
    552556  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
    553557  <PropertyGroup> 
  • trunk/nuxleus/Source/Dependencies/SharpSSH-1.1.1.13.src/SharpSSH/jsch/jce/HMACMD5.cs

    r4690 r4692  
    3636                private const String name="hmac-md5"; 
    3737                private const int bsize=16; 
    38                private Org.Mentalis.Security.Cryptography.HMAC mentalis_mac; 
     38        private Org.Mentalis.SecurityServices.Cryptography.HMAC mentalis_mac; 
    3939                private System.Security.Cryptography.CryptoStream cs; 
    4040                //private Mac mac; 
     
    5151                        //    mac=Mac.getInstance("HmacMD5"); 
    5252                        //    mac.init(skey); 
    53                        mentalis_mac = new Org.Mentalis.Security.Cryptography.HMAC(new System.Security.Cryptography.MD5CryptoServiceProvider(), key); 
     53            mentalis_mac = new Org.Mentalis.SecurityServices.Cryptography.HMAC(new System.Security.Cryptography.MD5CryptoServiceProvider(), key); 
    5454                        cs = new System.Security.Cryptography.CryptoStream( System.IO.Stream.Null, mentalis_mac, System.Security.Cryptography.CryptoStreamMode.Write); 
    5555                }  
  • trunk/nuxleus/Source/Dependencies/SharpSSH-1.1.1.13.src/SharpSSH/jsch/jce/HMACMD596.cs

    r4690 r4692  
    3636                private const String name="hmac-md5-96"; 
    3737                private const int bsize=12; 
    38                private Org.Mentalis.Security.Cryptography.HMAC mentalis_mac; 
     38        private Org.Mentalis.SecurityServices.Cryptography.HMAC mentalis_mac; 
    3939                private System.Security.Cryptography.CryptoStream cs; 
    4040                //private Mac mac; 
     
    5151                        //    mac=Mac.getInstance("HmacMD5"); 
    5252                        //    mac.init(skey); 
    53                        mentalis_mac = new Org.Mentalis.Security.Cryptography.HMAC(new System.Security.Cryptography.MD5CryptoServiceProvider(), key); 
     53            mentalis_mac = new Org.Mentalis.SecurityServices.Cryptography.HMAC(new System.Security.Cryptography.MD5CryptoServiceProvider(), key); 
    5454                        cs = new System.Security.Cryptography.CryptoStream( System.IO.Stream.Null, mentalis_mac, System.Security.Cryptography.CryptoStreamMode.Write); 
    5555                }  
  • trunk/nuxleus/Source/Dependencies/SharpSSH-1.1.1.13.src/SharpSSH/jsch/jce/HMACSHA1.cs

    r4690 r4692  
    3636                private const String name="hmac-sha1"; 
    3737                private const int bsize=20; 
    38                private Org.Mentalis.Security.Cryptography.HMAC mentalis_mac; 
     38        private Org.Mentalis.SecurityServices.Cryptography.HMAC mentalis_mac; 
    3939                private System.Security.Cryptography.CryptoStream cs; 
    4040                //private Mac mac; 
     
    5151                        //    mac=Mac.getInstance("HmacSHA1"); 
    5252                        //    mac.init(skey); 
    53                        mentalis_mac = new Org.Mentalis.Security.Cryptography.HMAC(new System.Security.Cryptography.SHA1CryptoServiceProvider(), key); 
     53            mentalis_mac = new Org.Mentalis.SecurityServices.Cryptography.HMAC(new System.Security.Cryptography.SHA1CryptoServiceProvider(), key); 
    5454                        cs = new System.Security.Cryptography.CryptoStream( System.IO.Stream.Null, mentalis_mac, System.Security.Cryptography.CryptoStreamMode.Write); 
    5555                }  
  • trunk/nuxleus/Source/Dependencies/SharpSSH-1.1.1.13.src/SharpSSH/jsch/jce/HMACSHA196.cs

    r4690 r4692  
    3636                private const String name="hmac-sha1-96"; 
    3737                private const int bsize=12; 
    38                 private Org.Mentalis.Security.Cryptography.HMAC mentalis_mac; 
     38                private Org.Mentalis.SecurityServices.Cryptography.HMAC mentalis_mac; 
    3939                private System.Security.Cryptography.CryptoStream cs; 
    4040                //private Mac mac; 
     
    5151                        //    mac=Mac.getInstance("HmacSHA1"); 
    5252                        //    mac.init(skey); 
    53                        mentalis_mac = new Org.Mentalis.Security.Cryptography.HMAC(new System.Security.Cryptography.MD5CryptoServiceProvider(), key); 
     53            mentalis_mac = new Org.Mentalis.SecurityServices.Cryptography.HMAC(new System.Security.Cryptography.MD5CryptoServiceProvider(), key); 
    5454                        cs = new System.Security.Cryptography.CryptoStream( System.IO.Stream.Null, mentalis_mac, System.Security.Cryptography.CryptoStreamMode.Write); 
    5555                }