summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian2008-08-16 02:15:33 +0000
committerBruce Momjian2008-08-16 02:15:33 +0000
commitef270fb9d27a5bf9aab289ad7b4795850e902ae7 (patch)
treeaf22d68d4e7eea27237fcac0746f290c24bd93cf /doc/TODO
parent1883b988d5e31832d1b6eb9e0f8a7803f0b2ce10 (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 >
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index b68774d4634..904e693cdc1 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