diff options
author | Bruce Momjian | 2008-08-16 02:15:33 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-08-16 02:15:33 +0000 |
commit | ef270fb9d27a5bf9aab289ad7b4795850e902ae7 (patch) | |
tree | af22d68d4e7eea27237fcac0746f290c24bd93cf | |
parent | 1883b988d5e31832d1b6eb9e0f8a7803f0b2ce10 (diff) |
Add to TODO:
>
> * Prevent query cancel packets from being replayed by an attacker,
> especially when using SSL
>
> http://archives.postgresql.org/pgsql-hackers/2008-08/msg00345.php
>
-rw-r--r-- | doc/TODO | 8 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 6 |
2 files changed, 12 insertions, 2 deletions
@@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian ([email protected]) -Last updated: Wed Aug 13 21:57:34 EDT 2008 +Last updated: Fri Aug 15 22:15:25 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -98,6 +98,12 @@ Administration http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php http://archives.postgresql.org/pgsql-hackers/2008-05/msg00000.php +* Prevent query cancel packets from being replayed by an attacker, + especially when using SSL + + http://archives.postgresql.org/pgsql-hackers/2008-08/msg00345.php + + * Configuration files o Allow pg_hba.conf to specify host names along with IP addresses diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 0086c13a452..1ec29ee0e55 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: Wed Aug 13 21:57:34 EDT 2008 +Last updated: Fri Aug 15 22:15:25 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>. @@ -92,6 +92,10 @@ first. There is also a developer's wiki at<br/> <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> </p> + </li><li>Prevent query cancel packets from being replayed by an attacker, + especially when using SSL +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-08/msg00345.php">http://archives.postgresql.org/pgsql-hackers/2008-08/msg00345.php</a> +</p> </li><li>Configuration files <ul> <li>Allow pg_hba.conf to specify host names along with IP addresses |