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:27
Message-ID: 20091014072727.AFD44753FB7@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_4_STABLE

Modified Files:
--------------
pgsql/src/backend/libpq:
auth.c (r1.183 -> r1.183.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.183&r2=1.183.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-10-14 07:27:44 pgsql: Raise the maximum authentication token (Kerberos ticket) size in
Previous Message Heikki Linnakangas 2009-10-14 07:27:13 pgsql: Raise the maximum authentication token (Kerberos ticket) size in