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

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/client-auth.sgml oc/src/sgm ...
Date: 2002-04-04 04:25:55
Message-ID: 20020404042555.D78BF47517F@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-04-04 04:33:59 pgsql/src/backend/utils/misc postgresql.conf.s ...
Previous Message Hiroshi Inoue 2002-04-04 01:36:21 pgsql/src/interfaces/odbc multibyte.c