|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated: Thu Mar 613:00:54 EST 2008 |
| 11 | +Last updated: Thu Mar 616:25:41 EST 2008 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -81,6 +81,12 @@ <h1><a name="section_2">Administration</a></h1>
|
81 | 81 | </p>
|
82 | 82 | </li><li>Allow SSL authentication/encryption over unix domain sockets
|
83 | 83 | <p><ahref="http://archives.postgresql.org/pgsql-hackers/2007-12/msg00924.php">http://archives.postgresql.org/pgsql-hackers/2007-12/msg00924.php</a>
|
| 84 | +</p> |
| 85 | +</li><li>Allow client certificate names to be checked against the client |
| 86 | + hostname |
| 87 | +<p> This is already implemented in |
| 88 | + libpq/fe-secure.c::verify_peer_name_matches_certificate() but the code |
| 89 | + is commented out. |
84 | 90 | </p>
|
85 | 91 | </li><li>Configuration files
|
86 | 92 | <ul>
|
|