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 200108152152.f7FLqx909736@candle.pha.pa.us
Whole thread Raw
In response to Re: Re: Proposal for encrypting pg_shadow passwords  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
> Bruce Momjian writes:
>
> > > No, the problem is that you are not supposed to have include files in the
> > > backend subtree.  I'm surprised the code builds at all.
> >
> > Oh, yes, I had moved md5.h to libpq because I needed md5.c.  I should
> > have just pointed to libpq/md5.h.  Anyway, it is better in crypt.h
> > anyway.
>
> No, the solution is to move md5.h into include/libpq.

It was already in libpq.  I had just incorrectly copied it to libpq and
referenced it there.  You want a separate md5.h file?  Seems that may
conflict with OS md5.h files, or the md5.h file in contrib/pgcrypto.

--
  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: Peter Eisentraut
Date:
Subject: Re: Re: Proposal for encrypting pg_shadow passwords
Next
From: Tom Lane
Date:
Subject: Re: Re: Proposal for encrypting pg_shadow passwords