File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11PostgreSQL TODO List
22====================
33Current maintainer: Bruce Momjian (bruce@momjian.us)
4- Last updated: Thu Mar 6 13:00:54 EST 2008
4+ Last updated: Thu Mar 6 16:25:41 EST 2008
55
66The most recent version of this document can be viewed at
77http://www.postgresql.org/docs/faqs.TODO.html.
@@ -85,6 +85,13 @@ Administration
8585
8686 http://archives.postgresql.org/pgsql-hackers/2007-12/msg00924.php
8787
88+ * Allow client certificate names to be checked against the client
89+ hostname
90+
91+ This is already implemented in
92+ libpq/fe-secure.c::verify_peer_name_matches_certificate() but the code
93+ is commented out.
94+
8895* Configuration files
8996
9097 o Allow pg_hba.conf to specify host names along with IP addresses
Original file line number Diff line number Diff line change 88< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
99< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
1010< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11- Last updated: Thu Mar 6 13:00:54 EST 2008
11+ Last updated: Thu Mar 6 16:25:41 EST 2008
1212</ p >
1313< p > The most recent version of this document can be viewed at< br />
1414< a href ="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>
8181</ p >
8282 </ li > < li > Allow SSL authentication/encryption over unix domain sockets
8383< p > < a href ="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.
8490</ p >
8591 </ li > < li > Configuration files
8692 < ul >
You can’t perform that action at this time.
0 commit comments