simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Tue May 3 16:10:25 BST 2016


TL;DR:
  e65e5d1 Add a '-proxycmd' command-line option.

Repository:     git://git.tartarus.org/simon/putty.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2016-05-03 16:10:25

commit e65e5d165fc2935fcc4bece20dddce485316042f
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=e65e5d165fc2935fcc4bece20dddce485316042f;hp=d47be8d91a0395f521f91e653196d2ad64802a74
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue May 3 14:31:10 2016 +0100

    Add a '-proxycmd' command-line option.
    
    This is equivalent to selecting 'Local' as the proxy type and entering
    the argument string in the proxy command box, in the GUI.
    
    I've pulled this out of all the other proxy options to promote to a
    named command-line option, partly because it's the proxy option with
    the most natural command-line expression in the first place (any shell
    command you might want to use is already in the form of a single
    string), and also because it has uses beyond end-user proxying
    applications: in particular, replacing the network connection with a
    local process is a convenient way to do testing in the style of
    contrib/samplekex.py, avoiding the need to run a separate command to
    make the test 'server' listen on a port.

 cmdline.c     |    8 ++++++++
 doc/using.but |   10 ++++++++++
 2 files changed, 18 insertions(+)



More information about the tartarus-commits mailing list