Remove support for (insecure) crypt authentication.
Magnus Hagander <magnus@hagander.net>
Remove support for (insecure) crypt authentication. This breaks compatibility with pre-7.2 versions.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/client-auth.sgml | modified | +5 −32 |
| doc/src/sgml/protocol.sgml | modified | +1 −69 |
| doc/src/sgml/user-manag.sgml | modified | +3 −3 |
| src/backend/libpq/auth.c | modified | +1 −9 |
| src/backend/libpq/crypt.c | modified | +1 −17 |
| src/backend/libpq/hba.c | modified | +1 −3 |
| src/backend/postmaster/postmaster.c | modified | +6 −35 |
| src/include/libpq/hba.h | modified | +1 −2 |
| src/include/libpq/libpq-be.h | modified | +1 −2 |
| src/include/libpq/pqcomm.h | modified | +2 −2 |
| src/interfaces/libpq/fe-auth.c | modified | +6 −14 |
| src/interfaces/libpq/fe-connect.c | modified | +1 −10 |
| src/interfaces/libpq/libpq-int.h | modified | +1 −2 |