Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5d3cad5

Browse files
committed
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
1 parent ed87e19 commit 5d3cad5

12 files changed

+0
-413
lines changed

contrib/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ SUBDIRS = \
1212
bloom \
1313
btree_gin \
1414
btree_gist \
15-
chkpass \
1615
citext \
1716
cube \
1817
dblink \

contrib/chkpass/.gitignore

-4
This file was deleted.

contrib/chkpass/Makefile

-23
This file was deleted.

contrib/chkpass/chkpass--1.0.sql

-70
This file was deleted.

contrib/chkpass/chkpass--unpackaged--1.0.sql

-13
This file was deleted.

contrib/chkpass/chkpass.c

-175
This file was deleted.

contrib/chkpass/chkpass.control

-5
This file was deleted.

contrib/chkpass/expected/chkpass.out

-18
This file was deleted.

contrib/chkpass/sql/chkpass.sql

-7
This file was deleted.

0 commit comments

Comments
 (0)