simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sat Aug 8 13:39:48 BST 2015


TL;DR:
  0550943 New formatting directive in logfile naming: &P for port number.

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:           2015-08-08 13:39:48

commit 0550943b51c538400e31ce18483032e446178120
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=0550943b51c538400e31ce18483032e446178120;hp=8bf5c1b31f1a1449d694e3604e293b0831eb2657
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Aug 8 13:35:44 2015 +0100

    New formatting directive in logfile naming: &P for port number.
    
    Users have requested this from time to time, for distinguishing log
    file names when there's more than one SSH server running on different
    ports of the same host. Since we do take account of that possibility
    in other areas (e.g. we cache host keys indexed by (host,port) rather
    than just host), it doesn't seem unreasonable to do so here too.

 config.c       |    2 +-
 doc/config.but |    3 +++
 logging.c      |   14 ++++++++++----
 3 files changed, 14 insertions(+), 5 deletions(-)



More information about the tartarus-commits mailing list