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

Changeset 11


Ignore:
Timestamp:
04/08/05 15:08:29 (7 years ago)
Author:
aj
Message:

add binary files with current status.

Location:
trunk
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.mak

    r10 r11  
    8080        cd .. 
    8181         
    82         cd putty-$(PUTTY) 
     82        cd putty-$(PUTTY)\Windows 
    8383        nmake /f Makefile.vc 
    8484        COPY putty.exe $(DESTW) 
  • trunk/putty-smartcard.diff

    r10 r11  
    11diff -udrNP putty-0.58.orig/Recipe putty-0.58/Recipe 
    22--- putty-0.58.orig/Recipe      2005-04-05 21:37:51.000000000 +0200 
    3 +++ putty-0.58/Recipe   2005-04-08 15:02:02.304494608 +0200 
     3+++ putty-0.58/Recipe   2005-04-08 16:05:35.116859024 +0200 
    44@@ -205,7 +205,7 @@ 
    55 # SSH back end (putty, plink, pscp, psftp). 
     
    1616          + misc sshaes sshsha winpgntc sshdss sshsh512 winutils winmisc 
    1717-         + pageant.res LIBS 
    18 +         + pageant.res libpkcs11 sshscard LIBS 
     18+         + pageant.res libpkcs11 sshscard windlg LIBS 
    1919  
    2020 puttygen : [G] winpgen sshrsag sshdssg sshprime sshdes sshbn sshmd5 version 
     
    2222diff -udrNP putty-0.58.orig/charset/sbcsdat.c putty-0.58/charset/sbcsdat.c 
    2323--- putty-0.58.orig/charset/sbcsdat.c   2005-04-05 21:40:17.000000000 +0200 
    24 +++ putty-0.58/charset/sbcsdat.c        2005-04-08 15:13:05.380691704 +0200 
     24+++ putty-0.58/charset/sbcsdat.c        2005-04-08 16:05:37.629477048 +0200 
    2525@@ -2752,10 +2752,10 @@ 
    2626     0xb4, 0xb5, 0xb6, 0xb7, 0xb8, 0xb9, 0xba, 0xbb, 
     
    5757diff -udrNP putty-0.58.orig/config.c putty-0.58/config.c 
    5858--- putty-0.58.orig/config.c    2005-04-05 21:37:51.000000000 +0200 
    59 +++ putty-0.58/config.c 2005-04-08 14:56:07.332458560 +0200 
     59+++ putty-0.58/config.c 2005-04-08 14:56:07.000000000 +0200 
    6060@@ -1617,6 +1617,20 @@ 
    6161  
     
    114114diff -udrNP putty-0.58.orig/libpkcs11.c putty-0.58/libpkcs11.c 
    115115--- putty-0.58.orig/libpkcs11.c 1970-01-01 01:00:00.000000000 +0100 
    116 +++ putty-0.58/libpkcs11.c      2005-04-08 14:52:42.096659144 +0200 
     116+++ putty-0.58/libpkcs11.c      2005-04-08 14:52:42.000000000 +0200 
    117117@@ -0,0 +1,268 @@ 
    118118+/* 
     
    386386diff -udrNP putty-0.58.orig/local_cmd.c putty-0.58/local_cmd.c 
    387387--- putty-0.58.orig/local_cmd.c 1970-01-01 01:00:00.000000000 +0100 
    388 +++ putty-0.58/local_cmd.c      2005-04-08 14:52:42.096659144 +0200 
    389 @@ -0,0 +1,69 @@ 
     388+++ putty-0.58/local_cmd.c      2005-04-08 16:02:59.727481800 +0200 
     389@@ -0,0 +1,67 @@ 
    390390+#include <windows.h> 
    391391+ 
    392 + 
    393 +void do_close(void * ssh); 
    394392+ 
    395393+unsigned long __stdcall WaitToClose(void * params); 
     
    446444+    struct CloseParam * toclose= (struct CloseParam *) params; 
    447445+    WaitForSingleObject(toclose->pi->hProcess, INFINITE); 
    448 +    do_close(toclose->ssh); 
     446+    ssh_do_close(toclose->ssh,FALSE); 
    449447+    CloseHandle(toclose->pi->hProcess); 
    450448+    CloseHandle(toclose->pi->hThread); 
     
    459457diff -udrNP putty-0.58.orig/mac/Makefile.mpw putty-0.58/mac/Makefile.mpw 
    460458--- putty-0.58.orig/mac/Makefile.mpw    2005-04-05 21:40:17.000000000 +0200 
    461 +++ putty-0.58/mac/Makefile.mpw 2005-04-08 15:13:05.513671488 +0200 
     459+++ putty-0.58/mac/Makefile.mpw 2005-04-08 16:05:37.760457136 +0200 
    462460@@ -158,17 +158,18 @@ 
    463461 PuTTY Ä PuTTY.68k PuTTY.ppc PuTTY.carbon 
     
    50035001diff -udrNP putty-0.58.orig/mac/Makefile.mpw.rej putty-0.58/mac/Makefile.mpw.rej 
    50045002--- putty-0.58.orig/mac/Makefile.mpw.rej        1970-01-01 01:00:00.000000000 +0100 
    5005 +++ putty-0.58/mac/Makefile.mpw.rej     2005-04-08 14:52:42.113656560 +0200 
     5003+++ putty-0.58/mac/Makefile.mpw.rej     2005-04-08 14:52:42.000000000 +0200 
    50065004@@ -0,0 +1,528 @@ 
    50075005+*************** 
     
    55355533diff -udrNP putty-0.58.orig/macosx/Makefile putty-0.58/macosx/Makefile 
    55365534--- putty-0.58.orig/macosx/Makefile     2005-04-05 21:40:17.000000000 +0200 
    5537 +++ putty-0.58/macosx/Makefile  2005-04-08 15:13:05.554665256 +0200 
     5535+++ putty-0.58/macosx/Makefile  2005-04-08 16:05:37.802450752 +0200 
    55385536@@ -104,78 +104,83 @@ 
    55395537                PuTTY.app/Contents/Info.plist $(PuTTY_extra) 
     
    57355733diff -udrNP putty-0.58.orig/pageant.rsp putty-0.58/pageant.rsp 
    57365734--- putty-0.58.orig/pageant.rsp 1970-01-01 01:00:00.000000000 +0100 
    5737 +++ putty-0.58/pageant.rsp      2005-04-08 14:52:42.114656408 +0200 
     5735+++ putty-0.58/pageant.rsp      2005-04-08 14:52:42.000000000 +0200 
    57385736@@ -0,0 +1,8 @@ 
    57395737+c0w32 +  
     
    57475745diff -udrNP putty-0.58.orig/pkcs11.h putty-0.58/pkcs11.h 
    57485746--- putty-0.58.orig/pkcs11.h    1970-01-01 01:00:00.000000000 +0100 
    5749 +++ putty-0.58/pkcs11.h 2005-04-08 14:52:42.115656256 +0200 
     5747+++ putty-0.58/pkcs11.h 2005-04-08 14:52:42.000000000 +0200 
    57505748@@ -0,0 +1,48 @@ 
    57515749+/* 
     
    57995797diff -udrNP putty-0.58.orig/plink.rsp putty-0.58/plink.rsp 
    58005798--- putty-0.58.orig/plink.rsp   1970-01-01 01:00:00.000000000 +0100 
    5801 +++ putty-0.58/plink.rsp        2005-04-08 14:52:42.116656104 +0200 
     5799+++ putty-0.58/plink.rsp        2005-04-08 14:52:42.000000000 +0200 
    58025800@@ -0,0 +1,15 @@ 
    58035801+c0x32 +  
     
    58185816diff -udrNP putty-0.58.orig/pscp.rsp putty-0.58/pscp.rsp 
    58195817--- putty-0.58.orig/pscp.rsp    1970-01-01 01:00:00.000000000 +0100 
    5820 +++ putty-0.58/pscp.rsp 2005-04-08 14:52:42.116656104 +0200 
     5818+++ putty-0.58/pscp.rsp 2005-04-08 14:52:42.000000000 +0200 
    58215819@@ -0,0 +1,15 @@ 
    58225820+c0x32 +  
     
    58375835diff -udrNP putty-0.58.orig/psftp.rsp putty-0.58/psftp.rsp 
    58385836--- putty-0.58.orig/psftp.rsp   1970-01-01 01:00:00.000000000 +0100 
    5839 +++ putty-0.58/psftp.rsp        2005-04-08 14:52:42.116656104 +0200 
     5837+++ putty-0.58/psftp.rsp        2005-04-08 14:52:42.000000000 +0200 
    58405838@@ -0,0 +1,15 @@ 
    58415839+c0x32 +  
     
    58565854diff -udrNP putty-0.58.orig/putty.h putty-0.58/putty.h 
    58575855--- putty-0.58.orig/putty.h     2005-04-05 21:37:51.000000000 +0200 
    5858 +++ putty-0.58/putty.h  2005-04-08 14:52:42.118655800 +0200 
     5856+++ putty-0.58/putty.h  2005-04-08 14:52:42.000000000 +0200 
    58595857@@ -431,6 +431,9 @@ 
    58605858     int ssh2_des_cbc;                 /* "des-cbc" unrecommended SSH-2 cipher */ 
     
    69966994diff -udrNP putty-0.58.orig/putty.rsp putty-0.58/putty.rsp 
    69976995--- putty-0.58.orig/putty.rsp   1970-01-01 01:00:00.000000000 +0100 
    6998 +++ putty-0.58/putty.rsp        2005-04-08 14:52:42.121655344 +0200 
     6996+++ putty-0.58/putty.rsp        2005-04-08 14:52:42.000000000 +0200 
    69996997@@ -0,0 +1,18 @@ 
    70006998+c0w32 +  
     
    70187016diff -udrNP putty-0.58.orig/puttygen.rsp putty-0.58/puttygen.rsp 
    70197017--- putty-0.58.orig/puttygen.rsp        1970-01-01 01:00:00.000000000 +0100 
    7020 +++ putty-0.58/puttygen.rsp     2005-04-08 14:52:42.121655344 +0200 
     7018+++ putty-0.58/puttygen.rsp     2005-04-08 14:52:42.000000000 +0200 
    70217019@@ -0,0 +1,10 @@ 
    70227020+c0w32 +  
     
    70327030diff -udrNP putty-0.58.orig/puttytel.rsp putty-0.58/puttytel.rsp 
    70337031--- putty-0.58.orig/puttytel.rsp        1970-01-01 01:00:00.000000000 +0100 
    7034 +++ putty-0.58/puttytel.rsp     2005-04-08 14:52:42.122655192 +0200 
     7032+++ putty-0.58/puttytel.rsp     2005-04-08 14:52:42.000000000 +0200 
    70357033@@ -0,0 +1,12 @@ 
    70367034+c0w32 +  
     
    70487046diff -udrNP putty-0.58.orig/rsaref/pkcs11.h putty-0.58/rsaref/pkcs11.h 
    70497047--- putty-0.58.orig/rsaref/pkcs11.h     1970-01-01 01:00:00.000000000 +0100 
    7050 +++ putty-0.58/rsaref/pkcs11.h  2005-04-08 14:52:42.122655192 +0200 
     7048+++ putty-0.58/rsaref/pkcs11.h  2005-04-08 14:52:42.000000000 +0200 
    70517049@@ -0,0 +1,286 @@ 
    70527050+/* pkcs11.h include file for PKCS #11.  2001 June 25 */ 
     
    73387336diff -udrNP putty-0.58.orig/rsaref/pkcs11f.h putty-0.58/rsaref/pkcs11f.h 
    73397337--- putty-0.58.orig/rsaref/pkcs11f.h    1970-01-01 01:00:00.000000000 +0100 
    7340 +++ putty-0.58/rsaref/pkcs11f.h 2005-04-08 14:52:42.129654128 +0200 
     7338+++ putty-0.58/rsaref/pkcs11f.h 2005-04-08 14:52:42.000000000 +0200 
    73417339@@ -0,0 +1,898 @@ 
    73427340+/* pkcs11f.h include file for PKCS #11.  2001 June 25 */ 
     
    82408238diff -udrNP putty-0.58.orig/rsaref/pkcs11t.h putty-0.58/rsaref/pkcs11t.h 
    82418239--- putty-0.58.orig/rsaref/pkcs11t.h    1970-01-01 01:00:00.000000000 +0100 
    8242 +++ putty-0.58/rsaref/pkcs11t.h 2005-04-08 14:52:42.131653824 +0200 
     8240+++ putty-0.58/rsaref/pkcs11t.h 2005-04-08 14:52:42.000000000 +0200 
    82438241@@ -0,0 +1,1334 @@ 
    82448242+/* pkcs11t.h include file for PKCS #11.  2001 June 25 */ 
     
    95789576diff -udrNP putty-0.58.orig/rsaref/unix.h putty-0.58/rsaref/unix.h 
    95799577--- putty-0.58.orig/rsaref/unix.h       1970-01-01 01:00:00.000000000 +0100 
    9580 +++ putty-0.58/rsaref/unix.h    2005-04-08 14:52:42.132653672 +0200 
     9578+++ putty-0.58/rsaref/unix.h    2005-04-08 14:52:42.000000000 +0200 
    95819579@@ -0,0 +1,24 @@ 
    95829580+ 
     
    96069604diff -udrNP putty-0.58.orig/rsaref/win32.h putty-0.58/rsaref/win32.h 
    96079605--- putty-0.58.orig/rsaref/win32.h      1970-01-01 01:00:00.000000000 +0100 
    9608 +++ putty-0.58/rsaref/win32.h   2005-04-08 14:52:42.132653672 +0200 
     9606+++ putty-0.58/rsaref/win32.h   2005-04-08 14:52:42.000000000 +0200 
    96099607@@ -0,0 +1,24 @@ 
    96109608+ 
     
    96349632diff -udrNP putty-0.58.orig/settings.c putty-0.58/settings.c 
    96359633--- putty-0.58.orig/settings.c  2005-04-05 21:37:51.000000000 +0200 
    9636 +++ putty-0.58/settings.c       2005-04-08 14:52:42.134653368 +0200 
     9634+++ putty-0.58/settings.c       2005-04-08 14:52:42.000000000 +0200 
    96379635@@ -243,11 +243,16 @@ 
    96389636     write_setting_s(sesskey, "RekeyBytes", cfg->ssh_rekey_data); 
     
    96729670diff -udrNP putty-0.58.orig/smartcard_key_file.ppk putty-0.58/smartcard_key_file.ppk 
    96739671--- putty-0.58.orig/smartcard_key_file.ppk      1970-01-01 01:00:00.000000000 +0100 
    9674 +++ putty-0.58/smartcard_key_file.ppk   2005-04-08 15:03:45.238846208 +0200 
     9672+++ putty-0.58/smartcard_key_file.ppk   2005-04-08 15:03:45.000000000 +0200 
    96759673@@ -0,0 +1,2 @@ 
    96769674+PuTTY-User-Smartcard-Key-File- 
     
    96789676diff -udrNP putty-0.58.orig/ssh.c putty-0.58/ssh.c 
    96799677--- putty-0.58.orig/ssh.c       2005-04-05 21:37:51.000000000 +0200 
    9680 +++ putty-0.58/ssh.c    2005-04-08 14:56:33.656456704 +0200 
     9678+++ putty-0.58/ssh.c    2005-04-08 16:02:07.929356312 +0200 
    96819679@@ -6,6 +6,11 @@ 
    96829680 #include "putty.h" 
     
    97119709 /* logevent, only printf-formatted. */ 
    97129710 static void logeventf(Ssh ssh, const char *fmt, ...) 
    9713 @@ -2438,6 +2455,11 @@ 
    9714      crFinishV; 
    9715  } 
    9716   
    9717 +void do_close(void * ssh) { 
    9718 +//    logevent("closing"); 
    9719 +    ssh_do_close( (Ssh) ssh); 
    9720 +} 
    9721 + 
    9722  static int ssh_do_close(Ssh ssh, int notify_exit) 
    9723  { 
    9724      int ret = 0; 
    9725 @@ -6274,7 +6296,7 @@ 
     9711@@ -6274,7 +6291,7 @@ 
    97269712 { 
    97279713     struct do_ssh2_authconn_state { 
     
    97329718                AUTH_KEYBOARD_INTERACTIVE 
    97339719        } method; 
    9734 @@ -6287,8 +6309,9 @@ 
     9720@@ -6287,8 +6304,9 @@ 
    97359721                AUTH_TYPE_KEYBOARD_INTERACTIVE, 
    97369722                AUTH_TYPE_KEYBOARD_INTERACTIVE_QUIET 
     
    97449730        int we_are_in; 
    97459731        int num_prompts, curr_prompt, echo; 
    9746 @@ -6419,6 +6442,7 @@ 
     9732@@ -6419,6 +6437,7 @@ 
    97479733  
    97489734        s->tried_pubkey_config = FALSE; 
     
    97529738        s->kbd_inter_refused = FALSE; 
    97539739        /* Load the pub half of ssh->cfg.keyfile so we notice if it's in Pageant */ 
    9754 @@ -6444,7 +6468,15 @@ 
     9740@@ -6444,7 +6463,15 @@ 
    97559741                s->publickey_blob = NULL; 
    97569742            } 
     
    97609746+ 
    97619747+    if (!loaded_pkcs11 && ssh->cfg.try_pkcs11_auth && !filename_is_null(ssh->cfg.pkcs11_libfile))  { 
    9762 +        if( (s->can_pkcs11=init_pkcs11_library((char *) &ssh->cfg.pkcs11_libfile)) ) { 
     9748+        if( (s->can_pkcs11=init_pkcs11_library((void *) ssh->frontend, (char *) &ssh->cfg.pkcs11_libfile)) ) { 
    97639749+                loaded_pkcs11=1; 
    97649750+           } else { 
     
    97699755        while (1) { 
    97709756            /* 
    9771 @@ -6559,6 +6591,7 @@ 
     9757@@ -6559,6 +6586,7 @@ 
    97729758  
    97739759                s->can_pubkey = 
     
    97779763                    in_commasep_string("password", methods, methlen); 
    97789764                s->can_keyb_inter = ssh->cfg.try_ki_auth && 
    9779 @@ -6743,13 +6776,13 @@ 
     9765@@ -6743,13 +6771,13 @@ 
    97809766                sfree(s->response); 
    97819767            } 
     
    97949780                ssh->pkt_ctx &= ~SSH2_PKTCTX_AUTH_MASK; 
    97959781                ssh->pkt_ctx |= SSH2_PKTCTX_PUBLICKEY; 
    9796 @@ -6760,12 +6793,26 @@ 
     9782@@ -6760,12 +6788,26 @@ 
    97979783                 * First, offer the public blob to see if the server is 
    97989784                 * willing to accept it. 
     
    98229808                    ssh2_pkt_addstring(s->pktout, s->username); 
    98239809                    ssh2_pkt_addstring(s->pktout, "ssh-connection");    /* service requested */ 
    9824 @@ -6790,6 +6837,15 @@ 
     9810@@ -6790,6 +6832,15 @@ 
    98259811                     * Actually attempt a serious authentication using 
    98269812                     * the key. 
     
    98389824                        sprintf(s->pwprompt, 
    98399825                                "Passphrase for key \"%.100s\": ", 
    9840 @@ -6798,12 +6854,13 @@ 
     9826@@ -6798,12 +6849,13 @@ 
    98419827                    } else { 
    98429828                        s->need_pw = FALSE; 
     
    98589844            } 
    98599845  
    9860 @@ -6947,24 +7004,38 @@ 
     9846@@ -6947,24 +6999,38 @@ 
    98619847                } 
    98629848            } 
     
    99029888                    /* Send a spurious AUTH_NONE to return to the top. */ 
    99039889                    s->pktout = ssh2_pkt_init(SSH2_MSG_USERAUTH_REQUEST); 
    9904 @@ -7015,14 +7086,20 @@ 
     9890@@ -7015,14 +7081,20 @@ 
    99059891                           s->pktout->length - 5); 
    99069892                     p += s->pktout->length - 5; 
     
    99269912diff -udrNP putty-0.58.orig/ssh.h putty-0.58/ssh.h 
    99279913--- putty-0.58.orig/ssh.h       2005-04-05 21:37:51.000000000 +0200 
    9928 +++ putty-0.58/ssh.h    2005-04-08 15:03:25.669821152 +0200 
     9914+++ putty-0.58/ssh.h    2005-04-08 15:03:25.000000000 +0200 
    99299915@@ -11,6 +11,10 @@ 
    99309916 extern void sshfwd_close(struct ssh_channel *c); 
     
    99509936diff -udrNP putty-0.58.orig/sshpubk.c putty-0.58/sshpubk.c 
    99519937--- putty-0.58.orig/sshpubk.c   2005-04-05 21:37:51.000000000 +0200 
    9952 +++ putty-0.58/sshpubk.c        2005-04-08 15:03:08.429442088 +0200 
     9938+++ putty-0.58/sshpubk.c        2005-04-08 15:03:08.000000000 +0200 
    99539939@@ -1182,6 +1182,7 @@ 
    99549940     const char putty2_sig[] = "PuTTY-User-Key-File-"; 
     
    99709956diff -udrNP putty-0.58.orig/sshrsa.h putty-0.58/sshrsa.h 
    99719957--- putty-0.58.orig/sshrsa.h    1970-01-01 01:00:00.000000000 +0100 
    9972 +++ putty-0.58/sshrsa.h 2005-04-08 14:52:42.149651088 +0200 
     9958+++ putty-0.58/sshrsa.h 2005-04-08 14:52:42.000000000 +0200 
    99739959@@ -0,0 +1,14 @@ 
    99749960+ 
     
    99889974diff -udrNP putty-0.58.orig/sshscard.c putty-0.58/sshscard.c 
    99899975--- putty-0.58.orig/sshscard.c  1970-01-01 01:00:00.000000000 +0100 
    9990 +++ putty-0.58/sshscard.c       2005-04-08 14:52:42.150650936 +0200 
     9976+++ putty-0.58/sshscard.c       2005-04-08 15:52:43.760123072 +0200 
    99919977@@ -0,0 +1,366 @@ 
    99929978+#include "ssh.h" 
     
    1002410010+    buf = dupvprintf(fmt, ap); 
    1002510011+    va_end(ap); 
    10026 +    logevent(buf); 
     10012+    logevent(frontend,buf); 
    1002710013+    sfree(buf); 
    1002810014+} 
     
    1032810314+#endif 
    1032910315+       } 
    10330 +        logevent("attempting pkcs11..."); 
     10316+        logevent(frontend,"attempting pkcs11..."); 
    1033110317+        /* load module */ 
    1033210318+        pkcs11_module=C_LoadModule(pkcs11_library_name,&pkcs11_funcs); 
     
    1033410320+//      load_pkcs11_module(pkcs11_library_name, ssh); 
    1033510321+        if(pkcs11_module==NULL) { 
    10336 +            logevent("Failed to load pkcs11 module"); 
     10322+            logevent(frontend,"Failed to load pkcs11 module"); 
    1033710323+            return 0; 
    1033810324+        }  
     
    1035810344diff -udrNP putty-0.58.orig/sshscard.h putty-0.58/sshscard.h 
    1035910345--- putty-0.58.orig/sshscard.h  1970-01-01 01:00:00.000000000 +0100 
    10360 +++ putty-0.58/sshscard.h       2005-04-08 14:52:42.151650784 +0200 
     10346+++ putty-0.58/sshscard.h       2005-04-08 14:52:42.000000000 +0200 
    1036110347@@ -0,0 +1,15 @@ 
    1036210348+ 
     
    1037710363diff -udrNP putty-0.58.orig/unix/Makefile.gtk putty-0.58/unix/Makefile.gtk 
    1037810364--- putty-0.58.orig/unix/Makefile.gtk   2005-04-05 21:40:17.000000000 +0200 
    10379 +++ putty-0.58/unix/Makefile.gtk        2005-04-08 15:13:05.427684560 +0200 
     10365+++ putty-0.58/unix/Makefile.gtk        2005-04-08 16:05:37.675470056 +0200 
    1038010366@@ -101,54 +101,57 @@ 
    1038110367  
     
    1144511431diff -udrNP putty-0.58.orig/unix/Makefile.gtk.rej putty-0.58/unix/Makefile.gtk.rej 
    1144611432--- putty-0.58.orig/unix/Makefile.gtk.rej       1970-01-01 01:00:00.000000000 +0100 
    11447 +++ putty-0.58/unix/Makefile.gtk.rej    2005-04-08 14:52:42.154650328 +0200 
     11433+++ putty-0.58/unix/Makefile.gtk.rej    2005-04-08 14:52:42.000000000 +0200 
    1144811434@@ -0,0 +1,232 @@ 
    1144911435+*************** 
     
    1168111667diff -udrNP putty-0.58.orig/windows/MSVC/pageant/pageant.dsp putty-0.58/windows/MSVC/pageant/pageant.dsp 
    1168211668--- putty-0.58.orig/windows/MSVC/pageant/pageant.dsp    2005-04-05 21:40:17.000000000 +0200 
    11683 +++ putty-0.58/windows/MSVC/pageant/pageant.dsp 2005-04-08 15:13:05.394689576 +0200 
     11669+++ putty-0.58/windows/MSVC/pageant/pageant.dsp 2005-04-08 16:05:37.643474920 +0200 
    1168411670@@ -94,6 +94,10 @@ 
    1168511671 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 
     
    1170411690 # End Source File 
    1170511691 # Begin Source File 
    11706 @@ -186,6 +194,10 @@ 
     11692@@ -142,6 +150,10 @@ 
     11693 # End Source File 
     11694 # Begin Source File 
     11695  
     11696+SOURCE=..\..\..\windows\windlg.c 
     11697+# End Source File 
     11698+# Begin Source File 
     11699+ 
     11700 SOURCE=..\..\..\windows\winmisc.c 
     11701 # End Source File 
     11702 # Begin Source File 
     11703@@ -166,6 +178,10 @@ 
     11704 # End Source File 
     11705 # Begin Source File 
     11706  
     11707+SOURCE=..\..\..\dialog.h 
     11708+# End Source File 
     11709+# Begin Source File 
     11710+ 
     11711 SOURCE=..\..\..\int64.h 
     11712 # End Source File 
     11713 # Begin Source File 
     11714@@ -186,6 +202,10 @@ 
    1170711715 # End Source File 
    1170811716 # Begin Source File 
     
    1171511723 # End Source File 
    1171611724 # Begin Source File 
    11717 @@ -198,10 +210,34 @@ 
     11725@@ -198,10 +218,38 @@ 
    1171811726 # End Source File 
    1171911727 # Begin Source File 
     
    1174711755+# Begin Source File 
    1174811756+ 
     11757+SOURCE=..\..\..\storage.h 
     11758+# End Source File 
     11759+# Begin Source File 
     11760+ 
    1174911761 SOURCE=..\..\..\tree234.h 
     11762 # End Source File 
     11763 # Begin Source File 
     11764@@ -214,6 +262,10 @@ 
     11765 # End Source File 
     11766 # Begin Source File 
     11767  
     11768+SOURCE=..\..\..\windows\win_res.h 
     11769+# End Source File 
     11770+# Begin Source File 
     11771+ 
     11772 SOURCE=..\..\..\windows\winhelp.h 
    1175011773 # End Source File 
    1175111774 # Begin Source File 
    1175211775diff -udrNP putty-0.58.orig/windows/MSVC/plink/plink.dsp putty-0.58/windows/MSVC/plink/plink.dsp 
    1175311776--- putty-0.58.orig/windows/MSVC/plink/plink.dsp        2005-04-05 21:40:17.000000000 +0200 
    11754 +++ putty-0.58/windows/MSVC/plink/plink.dsp     2005-04-08 15:13:05.396689272 +0200 
     11777+++ putty-0.58/windows/MSVC/plink/plink.dsp     2005-04-08 16:05:37.645474616 +0200 
    1175511778@@ -110,6 +110,14 @@ 
    1175611779 # End Source File 
     
    1182711850diff -udrNP putty-0.58.orig/windows/MSVC/pscp/pscp.dsp putty-0.58/windows/MSVC/pscp/pscp.dsp 
    1182811851--- putty-0.58.orig/windows/MSVC/pscp/pscp.dsp  2005-04-05 21:40:17.000000000 +0200 
    11829 +++ putty-0.58/windows/MSVC/pscp/pscp.dsp       2005-04-08 15:13:05.398688968 +0200 
     11852+++ putty-0.58/windows/MSVC/pscp/pscp.dsp       2005-04-08 16:05:37.647474312 +0200 
    1183011853@@ -110,6 +110,14 @@ 
    1183111854 # End Source File 
     
    1190511928diff -udrNP putty-0.58.orig/windows/MSVC/psftp/psftp.dsp putty-0.58/windows/MSVC/psftp/psftp.dsp 
    1190611929--- putty-0.58.orig/windows/MSVC/psftp/psftp.dsp        2005-04-05 21:40:17.000000000 +0200 
    11907 +++ putty-0.58/windows/MSVC/psftp/psftp.dsp     2005-04-08 15:13:05.401688512 +0200 
     11930+++ putty-0.58/windows/MSVC/psftp/psftp.dsp     2005-04-08 16:05:37.650473856 +0200 
    1190811931@@ -110,6 +110,14 @@ 
    1190911932 # End Source File 
     
    1198312006diff -udrNP putty-0.58.orig/windows/MSVC/putty/putty.dsp putty-0.58/windows/MSVC/putty/putty.dsp 
    1198412007--- putty-0.58.orig/windows/MSVC/putty/putty.dsp        2005-04-05 21:40:17.000000000 +0200 
    11985 +++ putty-0.58/windows/MSVC/putty/putty.dsp     2005-04-08 15:13:05.403688208 +0200 
     12008+++ putty-0.58/windows/MSVC/putty/putty.dsp     2005-04-08 16:05:37.652473552 +0200 
    1198612009@@ -122,6 +122,14 @@ 
    1198712010 # End Source File 
     
    1205812081diff -udrNP putty-0.58.orig/windows/Makefile.bor putty-0.58/windows/Makefile.bor 
    1205912082--- putty-0.58.orig/windows/Makefile.bor        2005-04-05 21:40:17.000000000 +0200 
    12060 +++ putty-0.58/windows/Makefile.bor     2005-04-08 15:13:05.357695200 +0200 
     12083+++ putty-0.58/windows/Makefile.bor     2005-04-08 16:05:37.606480544 +0200 
    1206112084@@ -102,55 +102,60 @@ 
    1206212085 all: pageant.exe plink.exe pscp.exe psftp.exe putty.exe puttygen.exe \ 
     
    1207012093+               sshdes.obj sshdss.obj sshmd5.obj sshpubk.obj sshrsa.obj \ 
    1207112094+               sshscard.obj sshsh512.obj sshsha.obj tree234.obj version.obj \ 
    12072 +               winmisc.obj winpgnt.obj winpgntc.obj winutils.obj \ 
     12095+               windlg.obj winmisc.obj winpgnt.obj winpgntc.obj winutils.obj \ 
    1207312096+               pageant.rsp 
    1207412097        ilink32 -aa -Gn -L$(BCB)\lib @pageant.rsp 
     
    1216912192+       echo sshdes.obj sshdss.obj sshmd5.obj sshpubk.obj + >> pageant.rsp 
    1217012193+       echo sshrsa.obj sshscard.obj sshsh512.obj sshsha.obj + >> pageant.rsp 
    12171 +       echo tree234.obj version.obj winmisc.obj winpgnt.obj + >> pageant.rsp 
    12172 +       echo winpgntc.obj winutils.obj >> pageant.rsp 
     12194+       echo tree234.obj version.obj windlg.obj winmisc.obj + >> pageant.rsp 
     12195+       echo winpgnt.obj winpgntc.obj winutils.obj >> pageant.rsp 
    1217312196        echo pageant.exe >> pageant.rsp 
    1217412197        echo nul,cw32 import32, >> pageant.rsp 
     
    1234712370diff -udrNP putty-0.58.orig/windows/Makefile.cyg putty-0.58/windows/Makefile.cyg 
    1234812371--- putty-0.58.orig/windows/Makefile.cyg        2005-04-05 21:40:17.000000000 +0200 
    12349 +++ putty-0.58/windows/Makefile.cyg     2005-04-08 15:13:05.333698848 +0200 
     12372+++ putty-0.58/windows/Makefile.cyg     2005-04-08 16:05:37.581484344 +0200 
    1235012373@@ -101,96 +101,100 @@ 
    1235112374 all: pageant.exe plink.exe pscp.exe psftp.exe putty.exe puttygen.exe \ 
     
    1236112384+pageant.exe: libpkcs11.o misc.o pageant.res.o sshaes.o sshbn.o sshdes.o \ 
    1236212385+               sshdss.o sshmd5.o sshpubk.o sshrsa.o sshscard.o sshsh512.o \ 
    12363 +               sshsha.o tree234.o version.o winmisc.o winpgnt.o winpgntc.o \ 
    12364 +               winutils.o 
     12386+               sshsha.o tree234.o version.o windlg.o winmisc.o winpgnt.o \ 
     12387+               winpgntc.o winutils.o 
    1236512388+       $(CC) -mwindows $(LDFLAGS) -o $@ -Wl,-Map,pageant.map libpkcs11.o \ 
    1236612389+               misc.o pageant.res.o sshaes.o sshbn.o sshdes.o sshdss.o \ 
    1236712390+               sshmd5.o sshpubk.o sshrsa.o sshscard.o sshsh512.o sshsha.o \ 
    12368 +               tree234.o version.o winmisc.o winpgnt.o winpgntc.o \ 
     12391+               tree234.o version.o windlg.o winmisc.o winpgnt.o winpgntc.o \ 
    1236912392+               winutils.o -ladvapi32 -lcomctl32 -lcomdlg32 -lgdi32 -limm32 \ 
    1237012393+               -lshell32 -luser32 -lwinmm -lwinspool 
     
    1258812611diff -udrNP putty-0.58.orig/windows/Makefile.lcc putty-0.58/windows/Makefile.lcc 
    1258912612--- putty-0.58.orig/windows/Makefile.lcc        2005-04-05 21:40:17.000000000 +0200 
    12590 +++ putty-0.58/windows/Makefile.lcc     2005-04-08 15:13:05.534668296 +0200 
     12613+++ putty-0.58/windows/Makefile.lcc     2005-04-08 16:05:37.781453944 +0200 
    1259112614@@ -91,104 +91,110 @@ 
    1259212615 all: pageant.exe plink.exe pscp.exe psftp.exe putty.exe puttygen.exe \ 
     
    1260612629+               sshdes.obj sshdss.obj sshmd5.obj sshpubk.obj sshrsa.obj \ 
    1260712630+               sshscard.obj sshsh512.obj sshsha.obj tree234.obj version.obj \ 
    12608 +               winmisc.obj winpgnt.obj winpgntc.obj winutils.obj 
     12631+               windlg.obj winmisc.obj winpgnt.obj winpgntc.obj winutils.obj 
    1260912632+       lcclnk -subsystem  windows -o pageant.exe libpkcs11.obj misc.obj \ 
    1261012633+               pageant.res sshaes.obj sshbn.obj sshdes.obj sshdss.obj \ 
    1261112634+               sshmd5.obj sshpubk.obj sshrsa.obj sshscard.obj sshsh512.obj \ 
    12612 +               sshsha.obj tree234.obj version.obj winmisc.obj winpgnt.obj \ 
    12613 +               winpgntc.obj winutils.obj shell32.lib wsock32.lib ws2_32.lib \ 
    12614 +               winspool.lib winmm.lib imm32.lib 
     12635+               sshsha.obj tree234.obj version.obj windlg.obj winmisc.obj \ 
     12636+               winpgnt.obj winpgntc.obj winutils.obj shell32.lib \ 
     12637+               wsock32.lib ws2_32.lib winspool.lib winmm.lib imm32.lib 
    1261512638  
    1261612639-plink.exe: be_all.obj cmdline.obj cproxy.obj ldisc.obj logging.obj misc.obj \ 
     
    1284012863diff -udrNP putty-0.58.orig/windows/Makefile.vc putty-0.58/windows/Makefile.vc 
    1284112864--- putty-0.58.orig/windows/Makefile.vc 2005-04-05 21:40:17.000000000 +0200 
    12842 +++ putty-0.58/windows/Makefile.vc      2005-04-08 15:13:05.380691704 +0200 
     12865+++ putty-0.58/windows/Makefile.vc      2005-04-08 16:05:37.628477200 +0200 
    1284312866@@ -91,55 +91,60 @@ 
    1284412867 all: pageant.exe plink.exe pscp.exe psftp.exe putty.exe puttygen.exe \ 
     
    1285212875+               sshdes.obj sshdss.obj sshmd5.obj sshpubk.obj sshrsa.obj \ 
    1285312876+               sshscard.obj sshsh512.obj sshsha.obj tree234.obj version.obj \ 
    12854 +               winmisc.obj winpgnt.obj winpgntc.obj winutils.obj \ 
     12877+               windlg.obj winmisc.obj winpgnt.obj winpgntc.obj winutils.obj \ 
    1285512878+               pageant.rsp 
    1285612879        link $(LFLAGS) -out:pageant.exe -map:pageant.map @pageant.rsp 
     
    1295412977+       echo sshdss.obj sshmd5.obj sshpubk.obj sshrsa.obj >> pageant.rsp 
    1295512978+       echo sshscard.obj sshsh512.obj sshsha.obj tree234.obj >> pageant.rsp 
    12956 +       echo user32.lib version.obj winmisc.obj winmm.lib >> pageant.rsp 
    12957 +       echo winpgnt.obj winpgntc.obj winspool.lib >> pageant.rsp 
     12979+       echo user32.lib version.obj windlg.obj winmisc.obj >> pageant.rsp 
     12980+       echo winmm.lib winpgnt.obj winpgntc.obj winspool.lib >> pageant.rsp 
    1295812981+       echo winutils.obj >> pageant.rsp 
    1295912982  
     
    1313113154diff -udrNP putty-0.58.orig/windows/winhelp.h putty-0.58/windows/winhelp.h 
    1313213155--- putty-0.58.orig/windows/winhelp.h   2005-04-05 21:37:38.000000000 +0200 
    13133 +++ putty-0.58/windows/winhelp.h        2005-04-08 14:52:42.155650176 +0200 
     13156+++ putty-0.58/windows/winhelp.h        2005-04-08 14:52:42.000000000 +0200 
    1313413157@@ -99,6 +99,9 @@ 
    1313513158 #define WINHELP_CTX_ssh_auth_changeuser "ssh.auth.changeuser" 
     
    1315213175diff -udrNP putty-0.58.orig/windows/winpgnt.c putty-0.58/windows/winpgnt.c 
    1315313176--- putty-0.58.orig/windows/winpgnt.c   2005-04-05 21:37:38.000000000 +0200 
    13154 +++ putty-0.58/windows/winpgnt.c        2005-04-08 15:12:43.062084648 +0200 
     13177+++ putty-0.58/windows/winpgnt.c        2005-04-08 15:12:43.000000000 +0200 
    1315513178@@ -15,6 +15,8 @@ 
    1315613179 #include "misc.h" 
Note: See TracChangeset for help on using the changeset viewer.