Develop and Download Open Source Software

Browse Subversion Repository

Contents of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.v8.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4531 - (show annotations) (download)
Tue Jul 26 08:50:11 2011 UTC (12 years, 8 months ago) by doda
Original Path: trunk/ttssh2/ttxssh/ttxssh.vcproj
File size: 7346 byte(s)
RFC 4255 "Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints" 対応の準備
http://tools.ietf.org/html/rfc4255

VerifyHostKeyDNS = 1 にすると、ホスト鍵の検証を行う。
検証するだけで検証結果は使ってないけれど。

DNSSEC 未対応の問題が有るので、その部分について検討中。
解決する目途が立っていないので、もしかするとお蔵入りするかも。

Windows95/98/Me/NT4 では動かないかも。

1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="ttxssh"
6 ProjectGUID="{5638BB89-44E3-4D55-BA98-A01142B4223E}"
7 RootNamespace="ttxssh"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory=".\Debug"
20 IntermediateDirectory=".\Debug"
21 ConfigurationType="2"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23 UseOfMFC="0"
24 ATLMinimizesCRunTimeLibraryUsage="false"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 PreprocessorDefinitions="_DEBUG"
41 MkTypLibCompatible="true"
42 SuppressStartupBanner="true"
43 TargetEnvironment="1"
44 TypeLibraryName=".\Debug/ttxssh.tlb"
45 HeaderFileName=""
46 />
47 <Tool
48 Name="VCCLCompilerTool"
49 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot;&#x0D;&#x0A;"
50 Optimization="0"
51 AdditionalIncludeDirectories="..\..\teraterm\common;..\..\libs\openssl\inc32;..\..\teraterm\teraterm;..\..\libs\zlib;..\matcher;..\putty"
52 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRTDBG_MAP_ALLOC"
53 RuntimeLibrary="1"
54 EnableFunctionLevelLinking="true"
55 UsePrecompiledHeader="0"
56 PrecompiledHeaderFile=".\Debug/ttxssh.pch"
57 AssemblerListingLocation=".\Debug/"
58 ObjectFile=".\Debug/"
59 ProgramDataBaseFileName=".\Debug/"
60 BrowseInformation="1"
61 WarningLevel="3"
62 WarnAsError="false"
63 SuppressStartupBanner="true"
64 DebugInformationFormat="4"
65 CompileAs="0"
66 />
67 <Tool
68 Name="VCManagedResourceCompilerTool"
69 />
70 <Tool
71 Name="VCResourceCompilerTool"
72 PreprocessorDefinitions="_DEBUG"
73 Culture="1033"
74 />
75 <Tool
76 Name="VCPreLinkEventTool"
77 />
78 <Tool
79 Name="VCLinkerTool"
80 AdditionalOptions="Version.lib &#x0D;&#x0A;&#x0D;&#x0A;"
81 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib libeay32.lib zlibd.lib ttpcmn.lib dnsapi.lib"
82 OutputFile=".\Debug/ttxssh.dll"
83 LinkIncremental="2"
84 SuppressStartupBanner="true"
85 AdditionalLibraryDirectories="..\..\libs\openssl\out32.dbg;..\..\libs\zlib;..\..\teraterm\Debug"
86 DelayLoadDLLs="dnsapi.dll"
87 ModuleDefinitionFile="ttxssh.def"
88 GenerateDebugInformation="true"
89 ProgramDatabaseFile=".\Debug/ttxssh.pdb"
90 GenerateMapFile="true"
91 SubSystem="2"
92 BaseAddress="0x12500000"
93 ImportLibrary=".\Debug/ttxssh.lib"
94 TargetMachine="1"
95 />
96 <Tool
97 Name="VCALinkTool"
98 />
99 <Tool
100 Name="VCManifestTool"
101 />
102 <Tool
103 Name="VCXDCMakeTool"
104 />
105 <Tool
106 Name="VCBscMakeTool"
107 />
108 <Tool
109 Name="VCFxCopTool"
110 />
111 <Tool
112 Name="VCAppVerifierTool"
113 />
114 <Tool
115 Name="VCWebDeploymentTool"
116 />
117 <Tool
118 Name="VCPostBuildEventTool"
119 />
120 </Configuration>
121 <Configuration
122 Name="Release|Win32"
123 OutputDirectory=".\Release"
124 IntermediateDirectory=".\Release"
125 ConfigurationType="2"
126 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
127 UseOfMFC="0"
128 ATLMinimizesCRunTimeLibraryUsage="false"
129 >
130 <Tool
131 Name="VCPreBuildEventTool"
132 />
133 <Tool
134 Name="VCCustomBuildTool"
135 />
136 <Tool
137 Name="VCXMLDataGeneratorTool"
138 />
139 <Tool
140 Name="VCWebServiceProxyGeneratorTool"
141 />
142 <Tool
143 Name="VCMIDLTool"
144 PreprocessorDefinitions="NDEBUG"
145 MkTypLibCompatible="true"
146 SuppressStartupBanner="true"
147 TargetEnvironment="1"
148 TypeLibraryName=".\Release/ttxssh.tlb"
149 HeaderFileName=""
150 />
151 <Tool
152 Name="VCCLCompilerTool"
153 AdditionalOptions="/D&quot;_CRT_SECURE_NO_DEPRECATE&quot; &#x0D;&#x0A;"
154 Optimization="2"
155 InlineFunctionExpansion="2"
156 AdditionalIncludeDirectories="..\..\teraterm\common;..\..\libs\openssl\inc32;..\..\teraterm\teraterm;..\..\libs\zlib;..\matcher;..\putty"
157 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE"
158 StringPooling="true"
159 RuntimeLibrary="0"
160 EnableFunctionLevelLinking="true"
161 UsePrecompiledHeader="0"
162 PrecompiledHeaderFile=".\Release/ttxssh.pch"
163 AssemblerOutput="2"
164 AssemblerListingLocation=".\Release/"
165 ObjectFile=".\Release/"
166 ProgramDataBaseFileName=".\Release/"
167 WarningLevel="3"
168 SuppressStartupBanner="true"
169 DebugInformationFormat="3"
170 CompileAs="0"
171 />
172 <Tool
173 Name="VCManagedResourceCompilerTool"
174 />
175 <Tool
176 Name="VCResourceCompilerTool"
177 PreprocessorDefinitions="NDEBUG"
178 Culture="1033"
179 />
180 <Tool
181 Name="VCPreLinkEventTool"
182 />
183 <Tool
184 Name="VCLinkerTool"
185 AdditionalOptions="Version.lib &#x0D;&#x0A;"
186 AdditionalDependencies="odbc32.lib odbccp32.lib ws2_32.lib libeay32.lib zlib.lib ttpcmn.lib dnsapi.lib"
187 OutputFile=".\Release/ttxssh.dll"
188 LinkIncremental="1"
189 SuppressStartupBanner="true"
190 AdditionalLibraryDirectories="..\..\libs\openssl\out32;..\..\libs\zlib;..\..\teraterm\Release"
191 DelayLoadDLLs="dnsapi.dll"
192 ModuleDefinitionFile="ttxssh.def"
193 GenerateDebugInformation="true"
194 ProgramDatabaseFile=".\Release/ttxssh.pdb"
195 SubSystem="2"
196 BaseAddress="0x12500000"
197 ImportLibrary=".\Release/ttxssh.lib"
198 TargetMachine="1"
199 />
200 <Tool
201 Name="VCALinkTool"
202 />
203 <Tool
204 Name="VCManifestTool"
205 />
206 <Tool
207 Name="VCXDCMakeTool"
208 />
209 <Tool
210 Name="VCBscMakeTool"
211 />
212 <Tool
213 Name="VCFxCopTool"
214 />
215 <Tool
216 Name="VCAppVerifierTool"
217 />
218 <Tool
219 Name="VCWebDeploymentTool"
220 />
221 <Tool
222 Name="VCPostBuildEventTool"
223 />
224 </Configuration>
225 </Configurations>
226 <References>
227 </References>
228 <Files>
229 <File
230 RelativePath="auth.c"
231 >
232 </File>
233 <File
234 RelativePath="buffer.c"
235 >
236 </File>
237 <File
238 RelativePath="cipher-ctr.c"
239 >
240 </File>
241 <File
242 RelativePath="crypt.c"
243 >
244 </File>
245 <File
246 RelativePath="fwd.c"
247 >
248 </File>
249 <File
250 RelativePath="fwdui.c"
251 >
252 </File>
253 <File
254 RelativePath="hosts.c"
255 >
256 </File>
257 <File
258 RelativePath=".\kex.c"
259 >
260 </File>
261 <File
262 RelativePath=".\key.c"
263 >
264 </File>
265 <File
266 RelativePath="keyfiles.c"
267 >
268 </File>
269 <File
270 RelativePath="..\matcher\matcher.c"
271 >
272 </File>
273 <File
274 RelativePath="pkt.c"
275 >
276 </File>
277 <File
278 RelativePath="resource.h"
279 >
280 </File>
281 <File
282 RelativePath="sftp.c"
283 >
284 </File>
285 <File
286 RelativePath="ssh.c"
287 >
288 </File>
289 <File
290 RelativePath="ttsecure.ico"
291 >
292 </File>
293 <File
294 RelativePath="ttxssh.c"
295 >
296 </File>
297 <File
298 RelativePath="ttxssh.def"
299 >
300 </File>
301 <File
302 RelativePath="ttxssh.h"
303 >
304 </File>
305 <File
306 RelativePath="ttxssh.rc"
307 >
308 </File>
309 <File
310 RelativePath="util.c"
311 >
312 </File>
313 <File
314 RelativePath="..\..\teraterm\teraterm\WSAAsyncGetAddrInfo.c"
315 >
316 </File>
317 <File
318 RelativePath="x11util.c"
319 >
320 </File>
321 </Files>
322 <Globals>
323 </Globals>
324 </VisualStudioProject>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26