CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/08/01 19:25:39
Modified files:
. : configure.in configure
doc/src/sgml : client-auth.sgml
src/backend/libpq: auth.c hba.c pg_hba.conf.sample
src/include : config.h.in
src/include/libpq: hba.h
Log message:
Support ident authentication on local (Unix) socket connections, if the
system supports SO_PEERCRED requests for Unix sockets. This is an
amalgamation of patches submitted by Helge Bahmann and Oliver Elphick,
with some editorializing by yours truly.