fix ssh_proxycommand marginal ui
authorJameson Rollins <jrollins@finestructure.net>
Sat, 30 Oct 2010 00:14:24 +0000 (20:14 -0400)
committerJameson Rollins <jrollins@finestructure.net>
Sat, 30 Oct 2010 00:14:24 +0000 (20:14 -0400)
commit8019e159c585f0374bccac08f247830ac84ad2d4
treecf1cfe8ac4fd85485ca27a95c401ad77d10deebf
parent875b9873b351a1a4643cfe635131253150d335e9
fix ssh_proxycommand marginal ui

After the last big code cleanup, the bookkeeping of numbers of
processed/valid keys was removed.  This was done because most things
don't use that info, and it was confusing return codes of top-level
functions.

The one thing that did use that, though, was the ssh_proxycommand.  We
fix this by using a global variable to keep track of the number of
processed and valid keys.  The proxy command can now easily determine
when it should output it's marginal ui block.
src/share/common
src/share/m/ssh_proxycommand