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

Masaya Kawamoto kawamoto at sraoss.co.jp
Fri Dec 10 13:50:07 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_2_STABLE

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

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