[pgpool-committers: 4981] pgpool: More for SCRAM authentication support, This commit also adds th
Muhammad Usama
m.usama at gmail.com
Tue Aug 7 21:43:32 JST 2018
More for SCRAM authentication support, This commit also adds the support for
CERT authentication between client and Pgpool-II.
The authentication infrastructure of Pgpool-II is also enhanced by this commit
and now it is possible to use different authentication methods between client
to Pgpool-II and Pgpool-II to backend.
Branch
------
SCRAM_AUTH
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=ed07e4fd6f6c38f948489f558f3f70849ff68442
Modified Files
--------------
src/auth/pool_auth.c | 839 ++++++++++++++++++++++++++++-------------
src/auth/pool_hba.c | 57 ++-
src/auth/pool_passwd.c | 152 ++++++++
src/include/auth/pool_hba.h | 3 +-
src/include/auth/pool_passwd.h | 21 +-
src/include/pool.h | 15 +-
src/main/main.c | 22 +-
src/main/pgpool_main.c | 1 -
src/protocol/child.c | 2 +-
src/utils/pool_ssl.c | 364 +++++++++++++++++-
10 files changed, 1187 insertions(+), 289 deletions(-)
More information about the pgpool-committers
mailing list