git-cvsimport: add support for cvs pserver password scrambling.
authorDirk Hoerner <dirker@gmail.com>
Fri, 14 Aug 2009 06:58:31 +0000 (08:58 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 15 Aug 2009 02:49:35 +0000 (19:49 -0700)
Instead of a cleartext password, the CVS pserver expects a scrambled one
in the authentication request. With this patch it is possible to import
CVS repositories only accessible via pserver and user/password.

Signed-off-by: Dirk Hoerner <dirker@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found