Subversion Repositories DevTools

Rev

Rev 5268 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5268 Rev 5326
Line 327... Line 327...
327
      <td>Package Archive Access - Check Presence</td>
327
      <td>Package Archive Access - Check Presence</td>
328
      <td><%=makeAjaxButton("Test", "pkgAccess")%></td>
328
      <td><%=makeAjaxButton("Test", "pkgAccess")%></td>
329
   </tr>
329
   </tr>
330
 
330
 
331
   <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
331
   <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
332
   <tr class="body_row">
-
 
333
      <td>Package Archive Access - Remote cmd execution</td>
-
 
334
      <td><%=makeAjaxButton("Test", "remExec")%></td>
-
 
335
   </tr>
-
 
336
 
-
 
337
   <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
-
 
338
   <tr class="body_row">
-
 
339
   <%
332
   <%
340
       Dim sKey1, sKey2, sValue1, sValue2, kFragment
333
       Dim sKey2, sValue2, kFragment
341
       kFragment = "rsa2@22:" & archive_server
334
       kFragment = "rsa2@22:" & archive_server
342
       sKey1 = "HKEY_USERS\S-1-5-20\Software\SimonTatham\PuTTY\SshHostKeys\" & kFragment
-
 
343
       sKey2 = "HKEY_USERS\.DEFAULT\Software\SimonTatham\PuTTY\SshHostKeys\" & kFragment
335
       sKey2 = "HKEY_USERS\.DEFAULT\Software\SimonTatham\PuTTY\SshHostKeys\" & kFragment
344
       sValue1 = testFromRegistry(sKey1)
-
 
345
       sValue2 = testFromRegistry(sKey2)
336
       sValue2 = testFromRegistry(sKey2)
346
   %>
337
   %>
347
      <td>Plink Key [<%=sKey1%>]</td>
-
 
348
      <td><%=sValue1%></td>
-
 
349
   </tr>
-
 
350
   <tr class="body_row">
338
    <tr class="body_row">
351
      <td>Plink Key [<%=sKey2%>]</td>
339
      <td>Plink Key [<%=sKey2%>]</td>
352
      <td><%=sValue2%></td>
340
      <td><%=sValue2%></td>
353
   </tr>
341
   </tr>
354
   
342
   
-
 
343
    <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
-
 
344
    <tr class="body_row">
-
 
345
       <td>Package Archive Access - Remote cmd execution</td>
-
 
346
       <td><%=makeAjaxButton("Test", "remExec")%></td>
-
 
347
    </tr>
-
 
348
 
355
  <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
349
  <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
356
   <tr class="body_row">
350
   <tr class="body_row">
357
     <td>Zip File</td>
351
     <td>Zip File</td>
358
     <td><%=makeAjaxButton("Test", "zipTest")%></td>
352
     <td><%=makeAjaxButton("Test", "zipTest")%></td>
359
   </tr>
353
   </tr>