From: | Jeremy Wohl <jeremyw-pgjdbc(at)igmus(dot)org> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: MD5-based passwords |
Date: | 2001-11-08 18:31:31 |
Message-ID: | 20011108103131.A12753@zydeco.igmus.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-jdbc |
On Wed, Nov 07, 2001 at 08:26:49PM -0800, Barry Lind wrote:
> I think I would recommend moving most of this logic into a new class
> under org.postgresql.util, called MD5.java?? (that is where the
> UnixCrypt class is located).
>
> [...]
OK. Attached is an abstracted version, with your cast fix.
Appropriate exception handling is still open. As is indenting.
> PS. When sending diffs please use context diff format (i.e.-c). It
> makes it much easier to review.
How about unified? :)
-jeremy
_____________________________________________________________________
jeremy wohl ..: http://igmus.org
Attachment | Content-Type | Size |
---|---|---|
Connection.diff | text/plain | 2.1 KB |
MD5Digest.java | text/plain | 1.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Marc G. Fournier | 2001-11-08 18:33:15 | Re: OT?: PGReplication project dead? |
Previous Message | Bruce Momjian | 2001-11-08 18:24:51 | Re: OT?: PGReplication project dead? |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2001-11-08 19:06:21 | Re: MD5-based passwords |
Previous Message | Barry Lind | 2001-11-08 18:02:47 | Re: Memory exeception |