[pgpool-committers: 846] pgpool: Fix bug with md5 auth long user	name handling.
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Fri Mar 29 19:14:40 JST 2013
    
    
  
Fix bug with md5 auth long user name handling.
If user name is longer than 32 bytes, md5 authentication doesn't work.
Problem reported in [pgpool-general: 1526] [pgPool-II 3.2.3] MD5
authentication and username longer than 32 characters.
Branch
------
V3_0_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=e87d48164ddc8ca54c4d9ca7b2bf579c8d4ce4b5
Modified Files
--------------
md5.h         |    1 +
pg_md5.c      |    2 +-
pool_passwd.c |    9 ++++++---
3 files changed, 8 insertions(+), 4 deletions(-)
    
    
More information about the pgpool-committers
mailing list