Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit38ade59

Browse files
committed
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.
1 parent2b70548 commit38ade59

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

‎doc/TODO

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer:Bruce Momjian (bruce@momjian.us)
4-
Last updated:Thu Mar 613:00:54 EST 2008
4+
Last updated:Thu Mar 616:25:41 EST 2008
55

66
The most recent version of this document can be viewed at
77
http://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

‎doc/src/FAQ/TODO.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
8181
</p>
8282
</li><li>Allow SSL authentication/encryption over unix domain sockets
8383
<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.
8490
</p>
8591
</li><li>Configuration files
8692
<ul>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp