Re: [pgadmin-hackers] Client-side password encryption - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [pgadmin-hackers] Client-side password encryption
Date
Msg-id 200512190232.40457.peter_e@gmx.net
Whole thread Raw
Responses Re: [pgadmin-hackers] Client-side password encryption  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Re: [pgadmin-hackers] Client-side password encryption  ("Andrew Dunstan" <andrew@dunslane.net>)
List pgsql-hackers
Andreas Pflug wrote:
> Dave Page wrote:
> > So did you just rip it from there into psql? I don't see it in the
> > list of libpq exports so if thats not the case, on Windows at least
> > we'll need to change the api, and possibly the dll name as well to
> > avoid any compatibility issues.
> 
> And a prototype in libpq-fe.h wouldn't hurt either... And a macro, to 
> enable distinguishing md5-enabled libpq versions from older versions.

So it appears that pg_md5_encrypt is not officially exported from libpq.  
Does anyone see a problem with adding it to the export list and the 
header file?

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Log of CREATE USER statement
Next
From: Trent Shipley
Date:
Subject: Re: Automatic function replanning