pgsql: Require hostname to be set when using GSSAPI authentication.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Require hostname to be set when using GSSAPI authentication.
Date: 2010-03-08 10:01:24
Message-ID: 20100308100124.6CF827541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Require hostname to be set when using GSSAPI authentication. Without it,
the GSSAPI libraries crash.

Noted by Zdenek Kotala

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-auth.c (r1.142 -> r1.142.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c?r1=1.142&r2=1.142.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2010-03-08 12:15:24 pgsql: Better test the content of the SQLSTATE string in ecpglib than
Previous Message Magnus Hagander 2010-03-08 10:01:20 pgsql: Require hostname to be set when using GSSAPI authentication.