Re: Patch: use SCM_CREDS authentication over PF_LOCAL sockets

From: Garrett Wollman <wollman(at)khavrinen(dot)lcs(dot)mit(dot)edu>
To: Bruce Momjian <pgman(at)candle(dot)pha(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-20 16:46:29
Message-ID: 200108201646.f7KGkTA24989@khavrinen.lcs.mit.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

<<On Mon, 20 Aug 2001 10:36:01 -0400 (EDT), Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> said:

> Well, I already can test between FreeBSD and BSD/OS with an existing
> define that is only in BSD/OS. When we get another platform, I can
> either add a configure test or another define test.

I thought I already mentioned this. NetBSD and OpenBSD have a different
name for the credential structure. So you need to check which structure
<sys/socket.h> defines.

-GAWollman

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2001-08-20 17:04:56 Re: [PATCHES] LIKE indexing
Previous Message Mikhail Terekhov 2001-08-20 16:31:49 Re: [HACKERS] Re: WIN32 errno patch