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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема [COMMITTERS] pgsql: Further cleanup from the strong-random patch.
Дата
Msg-id E1cGNOW-00077N-ME@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix pgcrypto compilation with OpenSSL 1.1.0.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: [COMMITTERS] pgsql: Refactor the code for verifying user's password.