[pgpool-committers: 8243] pgpool: Add validations of wd_lifecheck_password and recovery_password

Masaya Kawamoto kawamoto at sraoss.co.jp
Fri Dec 10 13:49:49 JST 2021


Add validations of wd_lifecheck_password and recovery_password format

wd_lifecheck_password and recovery_password are not allowed to be md5
hashed password format but pgpool did not check them.

Branch
------
V4_1_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=4735a0a7513ce2f4649f39d9ef18df273890f89d

Modified Files
--------------
src/auth/pool_passwd.c         | 41 +++++++++++++++++++++++++++++++++++++++++
src/include/auth/pool_passwd.h |  1 +
src/pcp_con/recovery.c         |  8 ++++++++
src/watchdog/wd_lifecheck.c    |  8 ++++++++
4 files changed, 58 insertions(+)



More information about the pgpool-committers mailing list