]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Rewrite gprefs() in settings.c so that its input mapping includes
authorSimon Tatham <anakin@pobox.com>
Sat, 25 Jun 2011 17:37:31 +0000 (17:37 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 25 Jun 2011 17:37:31 +0000 (17:37 +0000)
commit0571a4ae750c26585f999be7d2676e8e00ef1c08
treec9fa02f89e2d639a4d2c36577dc1c204fa4e3e57
parent5c1928d6cb9d782c72727d90c96844eec6fdf59c
Rewrite gprefs() in settings.c so that its input mapping includes
information about where to put items that aren't mentioned in the
saved configuration. So far the only nontrivial use I've made of this
facility is to default to placing KEX_RSA just above KEX_WARN in the
absence of any other information, which should fix
'ssh2-rsa-kex-pref'.

While I'm here I've rewritten wprefs() on general principles to remove
the needless length limit, since I was touching it anyway. The length
limit is still in gprefs (but I've lengthened it just in case).

git-svn-id: http://svn.tartarus.org/sgt/putty@9181 cda61777-01e9-0310-a592-d414129be87e
nogss.c
putty.h
settings.c
unix/uxgss.c
windows/wingss.c