pgsql: Add BSD authentication method.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add BSD authentication method.
Дата
Msg-id E1aoaZt-0004Dm-6m@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add BSD authentication method.

Create a "bsd" auth method that works the same as "password" so far as
clients are concerned, but calls the BSD Authentication service to
check the password.  This is currently only available on OpenBSD.

Marisa Emerson, reviewed by Thomas Munro

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/34c33a1f00259ce5e3e1d1b4a784037adfca6057

Modified Files
--------------
configure                      | 48 +++++++++++++++++++++++++++++++++++++
configure.in                   | 14 +++++++++++
doc/src/sgml/client-auth.sgml  | 45 +++++++++++++++++++++++++++++++++++
doc/src/sgml/installation.sgml | 11 +++++++++
src/backend/libpq/auth.c       | 54 ++++++++++++++++++++++++++++++++++++++++++
src/backend/libpq/hba.c        |  6 +++++
src/bin/initdb/initdb.c        |  6 +++++
src/include/libpq/hba.h        |  1 +
src/include/pg_config.h.in     |  3 +++
src/include/pg_config.h.win32  |  3 +++
10 files changed, 191 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Add combine functions for various floating-point aggregates.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Distrust external OpenSSL clients; clear err queue