pgsql: Ident authentication over Unix-domain sockets on Solaris, using - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Ident authentication over Unix-domain sockets on Solaris, using
Date
Msg-id 20081118131020.716B87545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Ident authentication over Unix-domain sockets on Solaris, using
getpeerucred() function.

Author: Garick Hamlin <ghamlin@isc.upenn.edu>

Modified Files:
--------------
    pgsql:
        configure (r1.611 -> r1.612)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.611&r2=1.612)
        configure.in (r1.571 -> r1.572)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.571&r2=1.572)
    pgsql/doc/src/sgml:
        client-auth.sgml (r1.110 -> r1.111)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/client-auth.sgml?r1=1.110&r2=1.111)
    pgsql/src/backend/libpq:
        auth.c (r1.170 -> r1.171)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.170&r2=1.171)
    pgsql/src/include:
        pg_config.h.in (r1.132 -> r1.133)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in?r1=1.132&r2=1.133)

pgsql-committers by date:

Previous
From: achernow@pgfoundry.org (User Achernow)
Date:
Subject: libpqtypes - libpqtypes: fixed regression test, hpux misisng LLONG_MAX
Next
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Made NpgsqlConnection.Close log its entrance before