From ef270fb9d27a5bf9aab289ad7b4795850e902ae7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 16 Aug 2008 02:15:33 +0000 Subject: [PATCH] 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 > --- doc/TODO | 8 +++++++- doc/src/FAQ/TODO.html | 6 +++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index b68774d463..904e693cdc 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -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 0086c13a45..1ec29ee0e5 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-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. @@ -92,6 +92,10 @@ first. There is also a developer's wiki at

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