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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql/ oc/src/sgml/client-auth.sgml oc/src/sgm ...
Дата
Msg-id 20020404042555.D78BF47517F@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/04/03 23:25:54

Modified files:
    doc/src/sgml   : client-auth.sgml reference.sgml
    doc/src/sgml/ref: allfiles.sgml
    src/backend/commands: user.c
    src/backend/libpq: Makefile auth.c crypt.c hba.c
                       pg_hba.conf.sample
    src/backend/postmaster: postmaster.c
    src/backend/utils/adt: quote.c
    src/backend/utils/init: miscinit.c
    src/bin        : Makefile
    src/bin/initdb : initdb.sh
    src/include    : miscadmin.h
    src/include/catalog: pg_proc.h
    src/include/commands: user.h
    src/include/libpq: crypt.h hba.h
    src/test/regress/expected: opr_sanity.out
    src/test/regress/sql: opr_sanity.sql
Removed files:
    doc/src/sgml/ref: pg_passwd.sgml
    src/backend/libpq: password.c
    src/bin/pg_passwd: Makefile pg_passwd.c

Log message:
    Authentication improvements:

    A new pg_hba.conf column, USER
    Allow specifiction of lists of users separated by commas
    Allow group names specified by +
    Allow include files containing lists of users specified by @
    Allow lists of databases, and database files
    Allow samegroup in database column to match group name matching dbname
    Removal of secondary password files
    Remove pg_passwd utility
    Lots of code cleanup in user.c and hba.c
    New data/global/pg_pwd format
    New data/global/pg_group file


В списке pgsql-committers по дате отправления:

Предыдущее
От: inoue@postgresql.org (Hiroshi Inoue)
Дата:
Сообщение: pgsql/src/interfaces/odbc multibyte.c
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/src/backend/utils/misc postgresql.conf.s ...