[COMMITTERS] pgsql: Further cleanup from the strong-random patch. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject [COMMITTERS] pgsql: Further cleanup from the strong-random patch.
Date
Msg-id E1cGNOW-00077N-ME@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Further cleanup from the strong-random patch.

Also use the new facility for generating RADIUS authenticator requests,
and salt in chkpass extension.

Reword the error messages to be nicer. Fix bogus error code used in the
message in BackendStartup.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/58445c5c8d1424038d654ad9ee8af3724c60105e

Modified Files
--------------
contrib/chkpass/chkpass.c           |  9 +++++++--
src/backend/libpq/auth.c            | 13 ++-----------
src/backend/postmaster/postmaster.c |  8 ++++----
3 files changed, 13 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: [COMMITTERS] pgsql: Fix pgcrypto compilation with OpenSSL 1.1.0.
Next
From: Heikki Linnakangas
Date:
Subject: [COMMITTERS] pgsql: Refactor the code for verifying user's password.