pgsql: Remove support for (insecure) crypt authentication.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove support for (insecure) crypt authentication.
Date: 2008-10-28 12:10:44
Message-ID: 20081028121044.D878A7545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove support for (insecure) crypt authentication.

This breaks compatibility with pre-7.2 versions.

Modified Files:
--------------
pgsql/doc/src/sgml:
client-auth.sgml (r1.109 -> r1.110)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/client-auth.sgml?r1=1.109&r2=1.110)
protocol.sgml (r1.73 -> r1.74)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/protocol.sgml?r1=1.73&r2=1.74)
user-manag.sgml (r1.40 -> r1.41)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/user-manag.sgml?r1=1.40&r2=1.41)
pgsql/src/backend/libpq:
auth.c (r1.169 -> r1.170)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.169&r2=1.170)
crypt.c (r1.75 -> r1.76)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/crypt.c?r1=1.75&r2=1.76)
hba.c (r1.171 -> r1.172)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.171&r2=1.172)
pgsql/src/backend/postmaster:
postmaster.c (r1.565 -> r1.566)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.565&r2=1.566)
pgsql/src/include/libpq:
hba.h (r1.50 -> r1.51)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/libpq/hba.h?r1=1.50&r2=1.51)
libpq-be.h (r1.67 -> r1.68)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/libpq/libpq-be.h?r1=1.67&r2=1.68)
pqcomm.h (r1.108 -> r1.109)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/libpq/pqcomm.h?r1=1.108&r2=1.109)
pgsql/src/interfaces/libpq:
fe-auth.c (r1.137 -> r1.138)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c?r1=1.137&r2=1.138)
fe-connect.c (r1.364 -> r1.365)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c?r1=1.364&r2=1.365)
libpq-int.h (r1.135 -> r1.136)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-int.h?r1=1.135&r2=1.136)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2008-10-28 14:09:45 pgsql: Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.
Previous Message User Itagaki 2008-10-28 05:51:43 orafce - orafce: Now works on 8.2; remove concat() overloads on 8.2.