]> granicus.if.org Git - postgresql/commit
Remove support for (insecure) crypt authentication.
authorMagnus Hagander <magnus@hagander.net>
Tue, 28 Oct 2008 12:10:44 +0000 (12:10 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 28 Oct 2008 12:10:44 +0000 (12:10 +0000)
commit53a5026b5cb359ec31e81fa6b20a69b053b87569
treef0c3debd1187d1ff69ae6cb4a2d6604d75cdda0d
parentba4eb01554fa02268823234983200a71b3b77c1b
Remove support for (insecure) crypt authentication.

This breaks compatibility with pre-7.2 versions.
13 files changed:
doc/src/sgml/client-auth.sgml
doc/src/sgml/protocol.sgml
doc/src/sgml/user-manag.sgml
src/backend/libpq/auth.c
src/backend/libpq/crypt.c
src/backend/libpq/hba.c
src/backend/postmaster/postmaster.c
src/include/libpq/hba.h
src/include/libpq/libpq-be.h
src/include/libpq/pqcomm.h
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/libpq-int.h