]> granicus.if.org Git - postgresql/commit
Misc cleanup of SCRAM code.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 5 May 2017 07:01:44 +0000 (10:01 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 5 May 2017 07:01:44 +0000 (10:01 +0300)
commite6e9c4da3a55450b120ad7e3d0be426255850914
treed50b9aa7040ca4076571a49f8de441c5189138ff
parent344a113079888c9b9a81ffa3c3a7d95666347119
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.
src/backend/libpq/auth-scram.c
src/include/libpq/scram.h
src/interfaces/libpq/fe-auth-scram.c