1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove contrib/chkpass

The recent addition of a test suite for this module revealed a few
problems.  It uses a crypt() method that is no longer considered secure
and doesn't work anymore on some platforms.  Using a volatile input
function violates internal sanity check assumptions and leads to
failures on the build farm.

So this module is neither a usable security tool nor a good example for
an extension.  No one wanted to argue for keeping or improving it, so
remove it.

Discussion: https://www.postgresql.org/message-id/5645b0d7-cc40-6ab5-c553-292a91091ee7%402ndquadrant.com
This commit is contained in:
Peter Eisentraut
2017-09-22 10:59:46 -04:00
parent ed87e19807
commit 5d3cad5647
12 changed files with 0 additions and 413 deletions

View File

@ -12,7 +12,6 @@ SUBDIRS = \
bloom \
btree_gin \
btree_gist \
chkpass \
citext \
cube \
dblink \