pgsql: Fix up references to scram-sha-256

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix up references to scram-sha-256
Date: 2018-01-30 22:06:33
Message-ID: E1ege2z-0002tc-8y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)courtois(at)dalibo(dot)com>
Author: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/38d485fdaa5739627b642303cc172acc1487b90a

Modified Files
--------------
doc/src/sgml/protocol.sgml | 2 +-
src/backend/libpq/auth.c | 16 ++++++++--------
src/backend/libpq/hba.c | 2 +-
src/include/common/scram-common.h | 4 ++--
src/interfaces/libpq/fe-auth-scram.c | 4 ++--
src/interfaces/libpq/fe-auth.c | 8 ++++----
6 files changed, 18 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-01-31 00:25:26 pgsql: Exclude common/int128.h from cpluspluscheck
Previous Message Robert Haas 2018-01-30 19:55:32 pgsql: Fix test case for 'outer pathkeys do not match mergeclauses' fix