[pgpool-committers: 8245] pgpool: Add validations of	wd_lifecheck_password and recovery_password
    Masaya Kawamoto 
    kawamoto at sraoss.co.jp
       
    Fri Dec 10 13:50:46 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_3_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=3c03aa413c109daf3edff0dcbc0c7d8e59710be6
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