Jeff King e4cb191047 Don't do printf interpolation on config('me')
The code feeds the results of $session->config('me') to
sprintf as part of the format string. In practice, this is
probably not a problem since hostnames don't contain percent
signs. However, it triggers a taint warning in perl 5.10,
making cram-md5 auth unusable.

This patch rewrites the sprintf to insert the 'me' value
using a %s format specifier.
2009-01-05 06:34:59 +00:00
..
2007-09-03 15:47:08 +00:00
2007-02-02 23:47:26 +00:00
2007-05-17 22:16:27 +00:00
2007-09-03 15:47:08 +00:00
2008-09-30 03:22:34 +00:00
2002-09-24 18:53:45 +00:00