Re: Patch: use SCM_CREDS authentication over PF_LOCAL sockets

From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: Garrett Wollman <wollman(at)khavrinen(dot)lcs(dot)mit(dot)edu>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Patch: use SCM_CREDS authentication over PF_LOCAL sockets
Date: 2001-08-14 17:40:14
Message-ID: 20010814133823.B85912-100000@mail1.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Mon, 13 Aug 2001, Garrett Wollman wrote:

> <<On Mon, 13 Aug 2001 10:14:14 -0400, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> said:
>
> > A more significant objection is that you've extended the wire protocol
> > by adding a new authorization protocol, but have fixed only one client
> > library and not touched the protocol documentation at all. There's a
> > lot more work needed to make this a complete patch.
>
> It works for me, in the applications that I care about, and that's all
> matters to me. If you don't want to take advantage of the work that
> I've done (it took about an hour), that's not my concern.

First off, as Tom states, it won't apply to current sources ... can you
supply a patch that will work with -CURRENT?

Second, are you willing to provide patches for the protocol documentation?

Third, and more directed to Tom ... if applied, would this break the other
client libraries, or only make it available to those that have been fixed?

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2001-08-14 17:55:06 Re: Patch: use SCM_CREDS authentication over PF_LOCAL sockets
Previous Message Barry Lind 2001-08-14 16:29:29 Re: patch for JDBC PreparedStatement