pgsql: Raise the maximum authentication token (Kerberos ticket) size in - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Raise the maximum authentication token (Kerberos ticket) size in
Date
Msg-id 20091014072744.6A6E6753FB7@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Raise the maximum authentication token (Kerberos ticket) size in
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Raise the maximum authentication token (Kerberos ticket) size in