]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsimport.perl
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)
commitb2139dbd72d16e40eddfd5b9ad1314703b39fe65
tree21e4760fa98687bf111ac2c6ebab9165a3a72528
parent67e56eca34e38545bc4fb673e0f13f3e97dc474c
git-cvsimport: add support for cvs pserver password scrambling.

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>
git-cvsimport.perl