Skip to content

Commit 199b661

Browse files
committed
Merged Changes From PuTTY 0.71
- Manually merged upstream changes from PuTTY 0.71. - Reworked PuTTY CAC integration based on PuTTY 0.71 changes.
1 parent b6f94ce commit 199b661

File tree

350 files changed

+83169
-53392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

350 files changed

+83169
-53392
lines changed

.gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
*.tds
2323
*.td2
2424
*.map
25-
/Makefile.bor
2625
/Makefile.mgw
2726
/Makefile.vc
2827
/Makefile.lcc
@@ -42,11 +41,15 @@
4241
/puttyapp
4342
/ptermapp
4443
/osxlaunch
44+
/uppity
4545
/unix/PuTTY.app
4646
/unix/Pterm.app
4747
/fuzzterm
48-
/testbn
48+
/testcrypt
49+
/testsc
50+
/testzlib
4951
/cgtest
52+
/scctest
5053
/*.DSA
5154
/*.RSA
5255
/*.cnt
@@ -72,7 +75,9 @@
7275
/local
7376
/missing
7477
/uxconfig.in
78+
/uxconfig.in~
7579
/uxconfig.h
80+
/licence.h
7681
/*.a
7782
/charset/sbcsdat.c
7883
/contrib/cygtermd/cygtermd.exe
@@ -98,7 +103,6 @@
98103
/icons/*.icns
99104
/icons/*.xpm
100105
/icons/*.c
101-
/testdata/bignum.txt
102106
/unix/Makefile.gtk
103107
/unix/Makefile.ux
104108
/unix/Makefile.local
@@ -129,8 +133,8 @@
129133
/windows/*.tds
130134
/windows/*.td2
131135
/windows/*.map
136+
/windows/*.rcpp
132137
/windows/Makefile.clangcl
133-
/windows/Makefile.bor
134138
/windows/Makefile.mgw
135139
/windows/Makefile.vc
136140
/windows/Makefile.lcc

Buildscr

Lines changed: 109 additions & 32 deletions
Large diffs are not rendered by default.

CHECKLST.txt

Lines changed: 0 additions & 212 deletions
This file was deleted.

LATEST.VER

Lines changed: 0 additions & 1 deletion
This file was deleted.

LICENCE

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
PuTTY is copyright 1997-2017 Simon Tatham.
1+
PuTTY is copyright 1997-2019 Simon Tatham.
22

33
Portions copyright Robert de Bath, Joris van Rantwijk, Delian
44
Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,
55
Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus
6-
Kuhn, Colin Watson, Christopher Staite, Daniel Risacher,
7-
Joshua Dantzler, Bryan Berns, and CORE SDI S.A.
6+
Kuhn, Colin Watson, Christopher Staite, Lorenz Diener, Christian
7+
Brabandt, Jeff Smith, Pavel Kryukov, Maxim Kuznetsov, Svyatoslav
8+
Kuzmich, Nico Williams, Viktor Dukhovni, Daniel Risacher, Joshua
9+
Dantzler, Bryan Berns, and CORE SDI S.A.
810

911
Permission is hereby granted, free of charge, to any person
1012
obtaining a copy of this software and associated documentation files

README

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ For building on Windows:
3434
MSVC/putty/putty.dsp builds PuTTY itself, MSVC/plink/plink.dsp
3535
builds Plink, and so on.
3636

37-
- windows/Makefile.bor is for the Borland C compiler. Type `make -f
38-
Makefile.bor' while in the `windows' subdirectory to build all
39-
the PuTTY binaries.
40-
4137
- windows/Makefile.mgw is for MinGW / Cygwin installations. Type
4238
`make -f Makefile.mgw' while in the `windows' subdirectory to
4339
build all the PuTTY binaries.

0 commit comments

Comments
 (0)