pgsql: Require hostname to be set when using GSSAPI authentication. - Mailing list pgsql-committers

From [email protected] (Magnus Hagander)
Subject pgsql: Require hostname to be set when using GSSAPI authentication.
Date
Msg-id [email protected]
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: [email protected] (Magnus Hagander)
Date:
Subject: pgsql: Require hostname to be set when using GSSAPI authentication.
Next
From: [email protected] (Michael Meskes)
Date:
Subject: pgsql: Better test the content of the SQLSTATE string in ecpglib than