[pgpool-committers: 845] 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
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=4f3bcc5266386778e5ecf3b8e5b9247b95a89a54
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