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

From Peter Eisentraut
Subject Re: Re: Proposal for encrypting pg_shadow passwords
Date
Msg-id Pine.LNX.4.30.0108152355040.677-100000@peter.localdomain
Whole thread Raw
In response to Re: Re: Proposal for encrypting pg_shadow passwords  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Re: Proposal for encrypting pg_shadow passwords
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.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: Proposal for encrypting pg_shadow passwords
Next
From: Bruce Momjian
Date:
Subject: Re: Re: Proposal for encrypting pg_shadow passwords