[COMMITTERS] pgsql: Misc cleanup of SCRAM code. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject [COMMITTERS] pgsql: Misc cleanup of SCRAM code.
Date
Msg-id E1d6XS1-0005PK-09@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Misc cleanup of SCRAM code.

* Remove is_scram_verifier() function. It was unused.
* Fix sanitize_char() function, used in error messages on protocol
  violations, to print bytes >= 0x7F correctly.
* Change spelling of scram_MockSalt() function to be more consistent with
  the surroundings.
* Change a few more references to "server proof" to "server signature" that
  I missed in commit d981074c24.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e6e9c4da3a55450b120ad7e3d0be426255850914

Modified Files
--------------
src/backend/libpq/auth-scram.c       | 30 ++++--------------------------
src/include/libpq/scram.h            |  1 -
src/interfaces/libpq/fe-auth-scram.c |  4 ++--
3 files changed, 6 insertions(+), 29 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix cursor_to_xml in tableforest false mode
Next
From: Heikki Linnakangas
Date:
Subject: [COMMITTERS] pgsql: Make SCRAM salts and nonces longer.