]> asedeno.scripts.mit.edu Git - PuTTY.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)
commitd764872e9eda35196551b506aa04c03bc8118074
treec9fa02f89e2d639a4d2c36577dc1c204fa4e3e57
parentaf78191a9c8a76281fe35b5e168b794d8cf328f9
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).

[originally from svn r9181]
nogss.c
putty.h
settings.c
unix/uxgss.c
windows/wingss.c