diff options
author | Bruce Momjian | 2008-08-12 03:48:52 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-08-12 03:48:52 +0000 |
commit | fc152e95c154d5144660edae21cdac793f3e4cd6 (patch) | |
tree | 31a0fb6b094afaaa4d459fbc6a63c3a16a884bb3 /doc/TODO | |
parent | a879443e48ce4bba44d74301df7a3226803ccb2d (diff) |
Add:
> * Add 'hostgss' pg_hba.conf option to allow GSS link-level encryption
>
> http://archives.postgresql.org/pgsql-hackers/2008-07/msg01454.php
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Thu Jul 31 16:47:21 EDT 2008 +Last updated: Mon Aug 11 23:48:39 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -82,13 +82,17 @@ Administration http://archives.postgresql.org/pgsql-bugs/2007-12/msg00069.php -* Allow client certificate names to be checked against the client +* Allow SSL 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. +* Add 'hostgss' pg_hba.conf option to allow GSS link-level encryption + + http://archives.postgresql.org/pgsql-hackers/2008-07/msg01454.php + * Improve server security options http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php |