From ef270fb9d27a5bf9aab289ad7b4795850e902ae7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 16 Aug 2008 02:15:33 +0000 Subject: 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/src/FAQ/TODO.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/src/FAQ') 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. @@ -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