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

Commitfc152e9

Browse files
committed
Add:
> * Add 'hostgss' pg_hba.conf option to allow GSS link-level encryption>>http://archives.postgresql.org/pgsql-hackers/2008-07/msg01454.php
1 parenta879443 commitfc152e9

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

‎doc/TODO

Lines changed: 6 additions & 2 deletions
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 Jul 31 16:47:21 EDT 2008
4+
Last updated:Mon Aug 11 23:48:39 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -82,13 +82,17 @@ Administration
8282

8383
http://archives.postgresql.org/pgsql-bugs/2007-12/msg00069.php
8484

85-
* Allow client certificate names to be checked against the client
85+
* AllowSSLclient certificate names to be checked against the client
8686
hostname
8787

8888
This is already implemented in
8989
libpq/fe-secure.c::verify_peer_name_matches_certificate() but the code
9090
is commented out.
9191

92+
* Add 'hostgss' pg_hba.conf option to allow GSS link-level encryption
93+
94+
http://archives.postgresql.org/pgsql-hackers/2008-07/msg01454.php
95+
9296
* Improve server security options
9397

9498
http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php

‎doc/src/FAQ/TODO.html

Lines changed: 5 additions & 2 deletions
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 Jul 31 16:47:21 EDT 2008
11+
Last updated:Mon Aug 11 23:48:39 EDT 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>.
@@ -79,11 +79,14 @@ <h1><a name="section_2">Administration</a></h1>
7979
sharing SSL keys with other applications
8080
<p><ahref="http://archives.postgresql.org/pgsql-bugs/2007-12/msg00069.php">http://archives.postgresql.org/pgsql-bugs/2007-12/msg00069.php</a>
8181
</p>
82-
</li><li>Allow client certificate names to be checked against the client
82+
</li><li>AllowSSLclient certificate names to be checked against the client
8383
hostname
8484
<p> This is already implemented in
8585
libpq/fe-secure.c::verify_peer_name_matches_certificate() but the code
8686
is commented out.
87+
</p>
88+
</li><li>Add 'hostgss' pg_hba.conf option to allow GSS link-level encryption
89+
<p><ahref="http://archives.postgresql.org/pgsql-hackers/2008-07/msg01454.php">http://archives.postgresql.org/pgsql-hackers/2008-07/msg01454.php</a>
8790
</p>
8891
</li><li>Improve server security options
8992
<p><ahref="http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php</a>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp