Re: Re: Proposal for encrypting pg_shadow passwords

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Padgett <npadgett(at)redhat(dot)com>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Re: Proposal for encrypting pg_shadow passwords
Date: 2001-08-15 21:08:12
Message-ID: 200108152108.f7FL8CW05030@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> Bruce Momjian wrote:
> >
> > > Attached please find:
> > >
> > > the original proposal to encrypt pg_shadow
> > > a diff of the current CVS
> > > two new files (backend/libpq/md5.c and include/libpq/md5.h)
> > > which implement MD5 encryption (from Vince with cleanups)
> > >
> >
> > Patch applied. I have to move on to SCM patch.
>
> Hmm... I used to be able to build in a separate tree than my source
> tree. Since this patch was applied, I can't. It seems that the
> preprocessor is finding the system md5.h (i.e. /usr/include/md5.h)
> rather than the PostgreSQL md5.h. Suggestions on how to fix?

OK, I move the contents of md5.h into crypt.h. There wasn't much in
there anyway.

--
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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Padgett 2001-08-15 21:22:05 Re: Re: Proposal for encrypting pg_shadow passwords
Previous Message Timothy H. Keitt 2001-08-15 21:07:07 Re: PostGIS spatial extensions