Обсуждение: pgsql/ oc/src/sgml/client-auth.sgml oc/src/sgm ...

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org
Дата:
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.