Re: Updated kerberos service name patch

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Updated kerberos service name patch
Date: 2005-05-22 15:25:53
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE6C750A@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi!

Please do not apply this patch in it's current state. It contains a
small bug that appears to trigger a DOS vulnerability in the MIT
Kerberos libraries. I will submit a new patch shortly that does not
expose this bug to a configurable parameter (it can still be exposed by
hacking the code since the issue appears in the kerberos libs, but
there's not much we can do there. I'm also contacting the MIT Kerberos
team about a fix there)

//Magnus

>-----Original Message-----
>From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
>Sent: den 20 maj 2005 19:00
>To: Magnus Hagander
>Cc: PostgreSQL-patches
>Subject: Re: [PATCHES] Updated kerberos service name patch
>
>
>
>Your patch has been added to the PostgreSQL unapplied patches list at:
>
> http://momjian.postgresql.org/cgi-bin/pgpatches
>
>It will be applied as soon as one of the PostgreSQL committers reviews
>and approves it.
>
>---------------------------------------------------------------
>------------
>
>
>Magnus Hagander wrote:
>> Here is an updated version of the patch from
>> http://candle.pha.pa.us/mhonarc/patches2/msg00025.html. It
>handles the
>> options for libpq connections the same way other options are handled,
>> and it also updates the kerberos documentation. It contains
>a couple of
>> minor changes to the Kerberos documentation that's not
>directly related
>> to this patch, to make it easier to read. And it updates the Kerberos
>> information URL to the current MIT pages.
>>
>> I refactored my own code so now the Kerberos 4 specific
>changes are very
>> small. I have not verified them, but I think they shuold work. That
>> doesn't mean I'm still in favour of ripping out the krb4
>code, just that
>> it's fairly easy to do it as a separate step instead.
>>
>> //Magnus
>
>Content-Description: krbsrvname.patch
>
>[ Attachment, skipping... ]
>
>>
>> ---------------------------(end of
>broadcast)---------------------------
>> TIP 9: the planner will ignore your desire to choose an
>index scan if your
>> joining column's datatypes do not match
>
>--
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square,
>Pennsylvania 19073
>

Browse pgsql-patches by date

  From Date Subject
Next Message Abhijit Menon-Sen 2005-05-22 15:55:28 return_next for plperl (was Re: call for help)
Previous Message Andrew Dunstan 2005-05-21 20:58:42 bug fix - plperl %_SHARED misspelled