Re: Patch: use SCM_CREDS authentication over PF_LOCAL sockets

From: Garrett Wollman <wollman(at)khavrinen(dot)lcs(dot)mit(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Patch: use SCM_CREDS authentication over PF_LOCAL sockets
Date: 2001-08-13 15:26:42
Message-ID: 200108131526.f7DFQg892066@khavrinen.lcs.mit.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

<<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.

> BTW, current sources already contain support for using
> getsockopt(SO_PEERCRED) where available --- AFAIK that's only Linux,
> but perhaps that's all you need.

I have no interest in Linux.

-GAWollman

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Greg Zoller 2001-08-13 16:35:33 Re: JDBC Array Support, Take 2
Previous Message Tom Lane 2001-08-13 14:23:24 Re: Re: [PATCHES] Select parser at runtime