Code review for MD5 authorization patch. Clean up some breakage
Tom Lane <tgl@sss.pgh.pa.us>
Code review for MD5 authorization patch. Clean up some breakage (salts were always zero!?), add much missing documentation.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/client-auth.sgml | modified | +12 −6 |
| doc/src/sgml/protocol.sgml | modified | +155 −76 |
| doc/src/sgml/ref/alter_user.sgml | modified | +15 −5 |
| doc/src/sgml/ref/create_user.sgml | modified | +27 −10 |
| doc/src/sgml/runtime.sgml | modified | +3 −2 |
| src/backend/libpq/auth.c | modified | +4 −8 |
| src/backend/libpq/crypt.c | modified | +3 −3 |
| src/backend/libpq/hba.c | modified | +5 −7 |
| src/backend/libpq/md5.c | modified | +3 −10 |
| src/backend/postmaster/postmaster.c | modified | +29 −12 |
| src/include/libpq/hba.h | modified | +5 −5 |
| src/interfaces/libpq/fe-auth.c | modified | +6 −7 |
| src/interfaces/libpq/Makefile | modified | +2 −2 |