Обсуждение: [COMMITTERS] pgsql: Allow plaintext 'password' authentication when user has aSCRAM

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Allow plaintext 'password' authentication when user has aSCRAM

От
Heikki Linnakangas
Дата:
Allow plaintext 'password' authentication when user has a SCRAM verifier.

Oversight in the main SCRAM patch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c6305a9c572aaf3509ea90eec5127340dab89546

Modified Files
--------------
src/backend/libpq/auth-scram.c | 46 +++++++++++++++++++++++++++++++
src/backend/libpq/crypt.c      | 61 +++++++++++++++++++++++++++---------------
src/include/libpq/scram.h      |  2 ++
3 files changed, 87 insertions(+), 22 deletions(-)