summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2008-08-12 03:48:52 +0000
committerBruce Momjian2008-08-12 03:48:52 +0000
commitfc152e95c154d5144660edae21cdac793f3e4cd6 (patch)
tree31a0fb6b094afaaa4d459fbc6a63c3a16a884bb3 /doc/src
parenta879443e48ce4bba44d74301df7a3226803ccb2d (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/src')
-rw-r--r--doc/src/FAQ/TODO.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 008a5e69499..5d0f4a50a3b 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:[email protected]">[email protected]</a>)<br/>
-Last updated: Thu Jul 31 16:47:21 EDT 2008
+Last updated: Mon Aug 11 23:48:39 EDT 2008
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -79,12 +79,15 @@ first. There is also a developer's wiki at<br/>
sharing SSL keys with other applications
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-12/msg00069.php">http://archives.postgresql.org/pgsql-bugs/2007-12/msg00069.php</a>
</p>
- </li><li>Allow client certificate names to be checked against the client
+ </li><li>Allow SSL client certificate names to be checked against the client
hostname
<p> This is already implemented in
libpq/fe-secure.c::verify_peer_name_matches_certificate() but the code
is commented out.
</p>
+ </li><li>Add 'hostgss' pg_hba.conf option to allow GSS link-level encryption
+<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-07/msg01454.php">http://archives.postgresql.org/pgsql-hackers/2008-07/msg01454.php</a>
+</p>
</li><li>Improve server security options
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php</a>
<a href="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00000.php">http://archives.postgresql.org/pgsql-hackers/2008-05/msg00000.php</a>