Re: MD5-based passwords

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "'Bruce Momjian'" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: MD5-based passwords
Date: 2001-11-08 19:06:21
Message-ID: 019201c16888$7468f100$c201a8c0@inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

We have quite a few code changes which I am unsure about at this point.
There are quite a few contributions which are coming in right now. I am
unclear as to how to handle the 7.2/7.3 thing

I don't want to lose momentum, but I also don't want to put out buggy
code?

A number of the contributions are implementations of the driver which
didn't exist before. Since none of the core code is being modified, I am
tending towards adding them as they com in?

The contributions that I am aware of include

MD5 passwords
Exported/Imported keys
Fixes to getTables

Suggestions?

Dave

-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Bruce Momjian
Sent: November 8, 2001 12:38 PM
To: Jeremy Wohl
Cc: pgsql-jdbc(at)postgresql(dot)org; PostgreSQL-development
Subject: Re: [JDBC] MD5-based passwords

> On Wed, Nov 07, 2001 at 12:27:53AM -0500, Bruce Momjian wrote:
> > > Hey folks,
> > >
> > > I don't see MD5-based password code in the JDBC CVS tree. Is
anyone
> > > working on this?
> > >
> > > I'll take a stab, if not.
> >
> > There is no one working on it. ODBC needs it too. It wasn't on the
> > TODO list but I just added it.
> >
> > I can assist with any questions. See libpq for a sample
implementation.
>
> OK, how about this? Someone will have to help me with appropriate
exception
> behavior and where the bytesToHex util is placed.
>
> I'm not clear on the SendInteger(5 + .. code, seen elsewhere. Why
isn't
> this (4 + ...?

OK, now that we have this, what do people want to do with it, 7.2 or
7.3? It is a feature addition to JDBC to allow MD5 encryption.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania
19026

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2001-11-08 19:15:38 Re: [HACKERS] PostgreSQL v7.2b2 Released
Previous Message Marc G. Fournier 2001-11-08 18:33:15 Re: OT?: PGReplication project dead?

Browse pgsql-jdbc by date

  From Date Subject
Next Message Russell Black 2001-11-08 19:19:18 Re: PostgreSQL on cygwin
Previous Message Jeremy Wohl 2001-11-08 18:31:31 Re: MD5-based passwords