]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix up references to scram-sha-256
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 30 Jan 2018 21:50:30 +0000 (16:50 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 30 Jan 2018 22:05:35 +0000 (17:05 -0500)
commit167a22b2a624531fe106e1564bc5f62e275a036d
treeee5968fdca909c85ba729f08c655e7344d25a336
parent92123c6ea212a32097d34c91ea6b52f0c3a5b8c3
Fix up references to scram-sha-256

pg_hba_file_rules erroneously reported this as scram-sha256.  Fix that.

To avoid future errors and confusion, also adjust documentation links
and internal symbols to have a separator between "sha" and "256".

Reported-by: Christophe Courtois <christophe.courtois@dalibo.com>
Author: Michael Paquier <michael.paquier@gmail.com>
doc/src/sgml/protocol.sgml
src/backend/libpq/auth.c
src/backend/libpq/hba.c
src/include/libpq/scram.h
src/interfaces/libpq/fe-auth.c