pgsql: Further cleanup from the strong-random patch.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Further cleanup from the strong-random patch.
Date: 2016-12-12 09:59:40
Message-ID: E1cGNOW-00077N-ME@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2016-12-12 10:49:30 pgsql: Refactor the code for verifying user's password.
Previous Message Heikki Linnakangas 2016-12-12 09:17:25 pgsql: Fix pgcrypto compilation with OpenSSL 1.1.0.