Re: pgsql: Add support for matching wildcard server certificates to the new

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add support for matching wildcard server certificates to the new
Date: 2008-11-24 13:37:30
Message-ID: 17249.1227533850@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

mha(at)postgresql(dot)org (Magnus Hagander) writes:
> Add support for matching wildcard server certificates to the new SSL code.
> This uses the function fnmatch() which is not available on all platforms
> (notably Windows), so import the implementation from NetBSD into src/port.

This has broken buildfarm member grebe ...

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-11-24 13:43:09 Re: pgsql: Add support for matching wildcard server certificates to the new
Previous Message Magnus Hagander 2008-11-24 12:28:01 Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use.

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2008-11-24 13:38:18 Re: blatantly a bug in the documentation
Previous Message Pavel Stehule 2008-11-24 13:34:16 Re: WIP: default values for function parameters