simon-git: putty (master): Jacob Nevins

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Feb 12 17:07:27 GMT 2017


TL;DR:
  9dc9cca Unix 'puttygen --help' was a mess.
  df44139 Update man page for puttygen --random-device.
  bee656c Document cmdgen ability to read public-only keys.
  bb97e17 Fix missing options in man pages.
  def7d9a Add 'plink -shareexists' to man page.
  7e9cb92 Add -c/-s to Unix 'pageant --help'.
  b14c344 Document -proxycmd in help and man pages.
  33f4c83 Document proxy logging control.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:           2017-02-12 17:07:27

commit 9dc9cca2265989a5a0123c327fc049b3bd82ef30
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=9dc9cca2265989a5a0123c327fc049b3bd82ef30;hp=9a2730806cdf2191cb8ea22c9090c2e20e3a25ba
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sat Feb 11 20:12:55 2017 +0000

    Unix 'puttygen --help' was a mess.
    
    Bring it into line with the other PuTTY tools: --help goes to stdout,
    has a one-line purpose and brief version information, --version ends
    with a newline.
    
    (Also, tweak text bring the help message under 80 columns.)

 cmdgen.c | 58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

commit df441398ab2ae63d0101e77b391edb3d16de1a23
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=df441398ab2ae63d0101e77b391edb3d16de1a23;hp=9dc9cca2265989a5a0123c327fc049b3bd82ef30
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sat Feb 11 20:32:54 2017 +0000

    Update man page for puttygen --random-device.

 doc/man-pg.but | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit bee656c1b00ec7485e69d6610d149926d8e5bdd9
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=bee656c1b00ec7485e69d6610d149926d8e5bdd9;hp=df441398ab2ae63d0101e77b391edb3d16de1a23
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sat Feb 11 21:12:16 2017 +0000

    Document cmdgen ability to read public-only keys.
    
    (This was added in 3935cc3af.)

 doc/man-pg.but | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

commit bb97e174731d7ed114413da7d0bb6c22f88f0763
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=bb97e174731d7ed114413da7d0bb6c22f88f0763;hp=bee656c1b00ec7485e69d6610d149926d8e5bdd9
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sat Feb 11 22:04:41 2017 +0000

    Fix missing options in man pages.
    
    None of them documented -4, -6, -noagent, or -agent.
    Ask document 'plink -nc host:port'.

 doc/man-pl.but   | 19 +++++++++++++++++++
 doc/man-pscp.but | 13 +++++++++++++
 doc/man-psft.but | 13 +++++++++++++
 doc/man-ptel.but |  4 ++++
 doc/man-putt.but | 14 ++++++++++++++
 5 files changed, 63 insertions(+)

commit def7d9a3f68b7f94999f53aa2d41049843fa3fd5
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=def7d9a3f68b7f94999f53aa2d41049843fa3fd5;hp=bb97e174731d7ed114413da7d0bb6c22f88f0763
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sat Feb 11 22:08:06 2017 +0000

    Add 'plink -shareexists' to man page.

 doc/man-pl.but | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 7e9cb921f6024a9de567cc509974bf7388230f0f
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=7e9cb921f6024a9de567cc509974bf7388230f0f;hp=def7d9a3f68b7f94999f53aa2d41049843fa3fd5
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sat Feb 11 22:12:33 2017 +0000

    Add -c/-s to Unix 'pageant --help'.

 unix/uxpgnt.c | 1 +
 1 file changed, 1 insertion(+)

commit b14c3443d30a768c718a950ae1e4725ecd7a5cfd
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=b14c3443d30a768c718a950ae1e4725ecd7a5cfd;hp=7e9cb921f6024a9de567cc509974bf7388230f0f
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sat Feb 11 23:03:46 2017 +0000

    Document -proxycmd in help and man pages.
    
    Also, in the main documentation, note the hazard that backslashes in the
    command argument must be doubled.

 doc/man-pl.but     | 21 +++++++++++++++++++++
 doc/man-pscp.but   | 21 +++++++++++++++++++++
 doc/man-psft.but   | 21 +++++++++++++++++++++
 doc/man-ptel.but   | 21 +++++++++++++++++++++
 doc/man-putt.but   | 21 +++++++++++++++++++++
 doc/using.but      |  5 ++++-
 pscp.c             |  2 ++
 psftp.c            |  2 ++
 unix/uxplink.c     |  2 ++
 windows/winplink.c |  2 ++
 10 files changed, 117 insertions(+), 1 deletion(-)

commit 33f4c8303f78f0c6035779f731d6a668b01b8c16
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=33f4c8303f78f0c6035779f731d6a668b01b8c16;hp=b14c3443d30a768c718a950ae1e4725ecd7a5cfd
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sat Feb 11 23:30:52 2017 +0000

    Document proxy logging control.
    
    (This was added in 7c65b9c57.)

 config.c          |  2 +-
 doc/config.but    | 19 +++++++++++++++++++
 doc/index.but     |  5 +++++
 windows/winhelp.h |  1 +
 4 files changed, 26 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list