pgsql/ oc/src/sgml/client-auth.sgml oc/src/sgm ...

Started by Tom Lanealmost 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 01/09/21 16:31:50

Modified files:
doc/src/sgml : client-auth.sgml protocol.sgml runtime.sgml
doc/src/sgml/ref: alter_user.sgml create_user.sgml
src/backend/libpq: auth.c crypt.c hba.c md5.c
src/backend/postmaster: postmaster.c
src/include/libpq: hba.h
src/interfaces/libpq: Makefile fe-auth.c

Log message:
Code review for MD5 authorization patch. Clean up some breakage
(salts were always zero!?), add much missing documentation.