pgsql: Control client certificate requesting with the pg_hba option - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Control client certificate requesting with the pg_hba option
Date
Msg-id 20081120092936.AB6927545A4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Control client certificate requesting with the pg_hba option "clientcert"
instead of just relying on the root certificate file to be present.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        runtime.sgml (r1.420 -> r1.421)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml?r1=1.420&r2=1.421)
    pgsql/src/backend/libpq:
        auth.c (r1.171 -> r1.172)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.171&r2=1.172)
        be-secure.c (r1.85 -> r1.86)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c?r1=1.85&r2=1.86)
        hba.c (r1.172 -> r1.173)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.172&r2=1.173)
    pgsql/src/include/libpq:
        hba.h (r1.51 -> r1.52)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/libpq/hba.h?r1=1.51&r2=1.52)
        libpq.h (r1.69 -> r1.70)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/libpq/libpq.h?r1=1.69&r2=1.70)

pgsql-committers by date:

Previous
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: orafce - orafce: Optimize decode() by caching equality operator
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Add support for using SSL client certificates to authenticate to