pgsql: Since GSSAPI and SSPI authentication don't work in protocol

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Since GSSAPI and SSPI authentication don't work in protocol
Date: 2008-02-08 17:58:46
Message-ID: 20080208175846.2F292754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Since GSSAPI and SSPI authentication don't work in protocol version 2,
issue a helpful error message instead of sending unparsable garbage.
(It is clearly a design error that this doesn't work, but fixing it
is not worth the trouble at this point.) Per discussion.

Modified Files:
--------------
pgsql/src/backend/libpq:
auth.c (r1.163 -> r1.164)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.163&r2=1.164)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-02-08 18:18:05 pgsql: Some small editorialization on the protocol documentation for
Previous Message User Eggyknap 2008-02-08 14:02:20 pllolcode - pllolcode: Add missing braces