[pgpool-committers: 8246] pgpool: Add validations of	wd_lifecheck_password and recovery_password
    Masaya Kawamoto 
    kawamoto at sraoss.co.jp
       
    Fri Dec 10 13:51:04 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
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=0f587d1741f20140ea8a2293b40946de27aec736
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