New option to allow use of the local OS username for login to the remote side
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 Nov 2008 17:51:42 +0000 (17:51 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 Nov 2008 17:51:42 +0000 (17:51 +0000)
commit471c20b0e70634fcd864da81a502d74c11aa41ee
tree4f78a7aa352892eec96d35cb86a8ffbe037051c8
parent37ec7a1124d00440401b81023260ff05bead4edf
New option to allow use of the local OS username for login to the remote side
if we have no better ideas, with UI shamelessly stolen from Quest PuTTY.

Off by default, which effectively reverts the change to using the local
username by default that came in with GSSAPI support in r8138. Anyone wanting
seamless single sign-on will need to set the new option. (The previous
default behaviour was getting in the way in ad-hoc scenarios.)

Note that the PSCP and Unix-Plink behaviour of using the local username by
default have remained unchanged throughout; they are not affected by the new
option. Not sure if that's the Right Thing.

git-svn-id: svn://svn.tartarus.org/sgt/putty@8324 cda61777-01e9-0310-a592-d414129be87e
config.c
doc/config.but
putty.h
rlogin.c
settings.c
ssh.c
telnet.c
windows/winhelp.h