Re: Re: Proposal for encrypting pg_shadow passwords - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Re: Proposal for encrypting pg_shadow passwords
Date
Msg-id 200108152038.f7FKcWH24957@candle.pha.pa.us
Whole thread Raw
In response to Re: Re: Proposal for encrypting pg_shadow passwords  (Neil Padgett <npadgett@redhat.com>)
Responses Re: Re: Proposal for encrypting pg_shadow passwords
List 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?

Ewe, you have md5.h somewhere else.  Let me rename it to pgmd5.h.  Is
that OK for everyone?  Or maybe I should move it all into crypt.h.  That
seems to make more sense.

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

pgsql-patches by date:

Previous
From: Neil Padgett
Date:
Subject: Re: Re: Proposal for encrypting pg_shadow passwords
Next
From: Bruce Momjian
Date:
Subject: Re: Re: Proposal for encrypting pg_shadow passwords