Add md5 authentication support thanks to Bruce Momjian.
Hiroshi Inoue <inoue@tpf.co.jp>
Add md5 authentication support thanks to Bruce Momjian.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/odbc/connection.c | modified | +49 −1 |
| src/interfaces/odbc/GNUmakefile | modified | +3 −3 |
| src/interfaces/odbc/md5.c | added | +339 −0 |
| src/interfaces/odbc/md5.h | added | +52 −0 |
| src/interfaces/odbc/win32.mak | modified | +10 −0 |
| src/interfaces/odbc/win_md5.c | added | +15 −0 |