]> granicus.if.org Git - pgbouncer/commit
Handle auth_type=password when the stored password is md5
authorPeter Eisentraut <peter@eisentraut.org>
Sat, 3 Aug 2019 15:38:27 +0000 (17:38 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sat, 3 Aug 2019 15:38:27 +0000 (17:38 +0200)
commit50b89eb7cd7608fab929350100419412a1a8ff8e
treee9352ab40710d63e3bd8106e2d02bc72f1707116
parentb5851a88f66a7860a43262afabe9e0ae95094498
Handle auth_type=password when the stored password is md5

This matches what a PostgreSQL server would do.

Author: @hashbrowncipher

fixes #129
src/client.c
test/test.sh