pgsql: Raise the maximum authentication token (Kerberos ticket) size in

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Raise the maximum authentication token (Kerberos ticket) size in
Date: 2009-10-14 07:27:44
Message-ID: 20091014072744.6A6E6753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Raise the maximum authentication token (Kerberos ticket) size in GSSAPI
and SSPI athentication methods. While the old 2000 byte limit was more than
enough for Unix Kerberos implementations, tickets issued by Windows Domain
Controllers can be much larger.

Ian Turner

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/libpq:
auth.c (r1.164.2.2 -> r1.164.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.164.2.2&r2=1.164.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-10-14 21:42:58 pgsql: Add alternative expected file for unicode test for client
Previous Message Heikki Linnakangas 2009-10-14 07:27:27 pgsql: Raise the maximum authentication token (Kerberos ticket) size in