Add to TODO:
authorBruce Momjian
Sat, 16 Aug 2008 02:15:33 +0000 (02:15 +0000)
committerBruce Momjian
Sat, 16 Aug 2008 02:15:33 +0000 (02:15 +0000)
>
> * Prevent query cancel packets from being replayed by an attacker,
>   especially when using SSL
>
>   http://archives.postgresql.org/pgsql-hackers/2008-08/msg00345.php
>

doc/TODO
doc/src/FAQ/TODO.html

index b68774d4634c7ca2aafa770b0ddd52d984afbf2b..904e693cdc112da500f6b5a08f189e69b9d8b37a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -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
index 0086c13a452981bc45a295f7b5eda40f058eba5b..1ec29ee0e55c2db5395bb9171b37fdf87da4412e 100644 (file)
@@ -8,7 +8,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.
@@ -91,6 +91,10 @@ first.  There is also a developer's wiki at
   
  • Improve server security options
  •  

      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
  •