pgsql: Add: > > * Allow client certificate names to be checked against

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > > * Allow client certificate names to be checked against
Date: 2008-03-06 21:25:50
Message-ID: 20080306212550.CC33C753F32@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:

>
> * Allow client certificate names to be checked against the client
> hostname
>
> This is already implemented in
> libpq/fe-secure.c::verify_peer_name_matches_certificate() but the code
> is commented out.

Modified Files:
--------------
pgsql/doc:
TODO (r1.2264 -> r1.2265)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2264&r2=1.2265)
pgsql/doc/src/FAQ:
TODO.html (r1.773 -> r1.774)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.773&r2=1.774)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-03-06 21:37:33 pgsql: Document that enabling asserts can _significantly_ slow down the
Previous Message Bruce Momjian 2008-03-06 18:49:32 pgsql: Document use of pg_locks.objid for advisory locks, suggestion