NB! This project is outdated and unmaintained, please refer to the OpenSC WindowsInstaller instead!

Changeset 21


Ignore:
Timestamp:
06/06/05 20:02:40 (7 years ago)
Author:
aj
Message:

new version including the ppk file. works with pageant!

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r20 r21  
    11Smart card bundle 0.4rc2 
    22 * added Pageant patch by Kevin Stefanik 
     3 * added smartcard.ppk file for using pageant with smart card 
    34 
    45Smart card bundle 0.4rc1 
  • trunk/Makefile.mak

    r17 r21  
    9494        cd .. 
    9595 
     96        copy smartcard.ppk $(DEST) 
     97 
    9698        cd .. 
    9799                         
  • trunk/putty-0.58-smartcard.diff

    r20 r21  
    38273827     gppi(sesskey, "PassiveTelnet", 0, &cfg->passive_telnet); 
    38283828     gppi(sesskey, "BackspaceIsDelete", 1, &cfg->bksp_is_delete); 
     3829diff -udrNP putty-0.58.orig/smartcard.ppk putty-0.58/smartcard.ppk 
     3830--- putty-0.58.orig/smartcard.ppk       1970-01-01 01:00:00.000000000 +0100 
     3831+++ putty-0.58/smartcard.ppk    2005-06-06 21:39:23.388670184 +0200 
     3832@@ -0,0 +1,2 @@ 
     3833+PuTTY-User-Smartcard-Key-File- 
     3834+Testing 
    38293835diff -udrNP putty-0.58.orig/ssh.c putty-0.58/ssh.c 
    38303836--- putty-0.58.orig/ssh.c       2005-04-05 21:37:51.000000000 +0200 
Note: See TracChangeset for help on using the changeset viewer.