]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/uxplink.c
Try to make our PGP signing more useful:
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 19 Mar 2005 02:26:58 +0000 (02:26 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 19 Mar 2005 02:26:58 +0000 (02:26 +0000)
commit36fc6c0a76dc763509feaca48295a9befa7d5c4d
treea1e28c966ec2681b68517980a02d406f43ba0ddf
parent82f82fdb6d6fea3c828973741c146271f756b9a5
Try to make our PGP signing more useful:

 * All the PuTTY tools for Windows and Unix now contain the fingerprints of
   the Master Keys. The method for accessing them is crude but universal:
   a new "-pgpfp" command-line option. (Except Unix PuTTYgen, which takes
   "--pgpfp" just to be awkward.)

 * Move the key policy discussion from putty-website/keys.html to
   putty/doc/pgpkeys.but, and autogenerate the former from the latter.
   Also tweak the text somewhat and include the fingerprints of the
   Master Keys themselves.
   (I've merged the existing autogeneration scripts into a single new
   one; I've left the old scripts and keys.html around until such time
   as the webmonster reviews the changes and plumbs in the new script;
   he should remove the old files then.)

[originally from svn r5524]
[this svn revision also touched putty-website]
27 files changed:
cmdgen.c
doc/Makefile
doc/index.but
doc/man-pg.but
doc/man-pl.but
doc/man-pscp.but
doc/man-psft.but
doc/man-ptel.but
doc/man-pter.but
doc/man-putt.but
doc/pgpkeys.but [new file with mode: 0644]
doc/plink.but
doc/pscp.but
doc/using.but
pscp.c
psftp.c
putty.h
unix/gtkwin.c
unix/uxmisc.c
unix/uxplink.c
windows/wincons.c
windows/window.c
windows/winhelp.h
windows/winpgen.c
windows/winpgnt.c
windows/winplink.c
windows/winutils.c