]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - doc/config.but
New formatting directive in logfile naming: &P for port number.
authorSimon Tatham <anakin@pobox.com>
Sat, 8 Aug 2015 12:35:44 +0000 (13:35 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 17 Oct 2015 16:30:17 +0000 (17:30 +0100)
commit417421caced7a133a66a3a7bcd1e427457c85db3
tree5041586b59caee4094bb4d97cae2bfbc4b63a973
parentf59445004e8748d4be12066bb0511f7d06d4806a
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.

(cherry picked from commit 0550943b51c538400e31ce18483032e446178120)
config.c
doc/config.but
logging.c