From: "Dirk Hörner" <dirker@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git list <git@vger.kernel.org>, pascal@obry.net
Subject: Re: [PATCH] Do not scramble password read from .cvspass
Date: Mon, 7 Sep 2009 12:39:54 +0200 [thread overview]
Message-ID: <4da546dc0909070339x5d78164flc4171882e8b028db@mail.gmail.com> (raw)
In-Reply-To: <7vvdjyn0j3.fsf@alter.siamese.dyndns.org>
Hi Junio,
On Fri, Sep 4, 2009 at 6:21 PM, Junio C Hamano<gitster@pobox.com> wrote:
> Dirk, does the patch look Ok to you?
The patch looks fine :-)
Ciao,
Dirk
>
>> git-cvsimport.perl | 7 ++++---
>> 1 files changed, 4 insertions(+), 3 deletions(-)
>>
>> diff --git a/git-cvsimport.perl b/git-cvsimport.perl
>> index 593832d..c5cdcae 100755
>> --- a/git-cvsimport.perl
>> +++ b/git-cvsimport.perl
>> @@ -238,7 +238,10 @@ sub conn {
>> }
>> my $rr = ":pserver:$user\@$serv:$port$repo";
>>
>> - unless ($pass) {
>> + if ($pass) {
>> + $pass = $self->_scramble($pass);
>> + } else
>> + {
>> open(H,$ENV{'HOME'}."/.cvspass") and do {
>> #
>> :pserver:cvs@mea.tmt.tele.fi:/cvsroot/zmailer Ah<Z
>> while (<H>) {
>> @@ -253,8 +256,6 @@ sub conn {
>> };
>> }
>>
>> - $pass = $self->_scramble($pass);
>> -
>> my ($s, $rep);
>> if ($proxyhost) {
>>
>> --
>> 1.6.4.2.253.g0b1fac
>
prev parent reply other threads:[~2009-09-07 10:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-04 11:58 [PATCH] Do not scramble password read from .cvspass Pascal Obry
2009-09-04 16:21 ` Junio C Hamano
2009-09-07 10:39 ` Dirk Hörner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4da546dc0909070339x5d78164flc4171882e8b028db@mail.gmail.com \
--to=dirker@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=pascal@obry.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).