File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
Current maintainer: Bruce Momjian (bruce@momjian.us)
4
- Last updated: Wed Aug 13 21:57:34 EDT 2008
4
+ Last updated: Fri Aug 15 22:15:25 EDT 2008
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -98,6 +98,12 @@ Administration
98
98
http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php
99
99
http://archives.postgresql.org/pgsql-hackers/2008-05/msg00000.php
100
100
101
+ * Prevent query cancel packets from being replayed by an attacker,
102
+ especially when using SSL
103
+
104
+ http://archives.postgresql.org/pgsql-hackers/2008-08/msg00345.php
105
+
106
+
101
107
* Configuration files
102
108
103
109
o Allow pg_hba.conf to specify host names along with IP addresses
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Wed Aug 13 21:57:34 EDT 2008
11
+ Last updated: Fri Aug 15 22:15:25 EDT 2008
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -91,6 +91,10 @@ <h1><a name="section_2">Administration</a></h1>
91
91
</ li > < li > Improve server security options
92
92
< p > < a href ="http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php "> http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php</ a >
93
93
< a href ="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00000.php "> http://archives.postgresql.org/pgsql-hackers/2008-05/msg00000.php</ a >
94
+ </ p >
95
+ </ li > < li > Prevent query cancel packets from being replayed by an attacker,
96
+ especially when using SSL
97
+ < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2008-08/msg00345.php "> http://archives.postgresql.org/pgsql-hackers/2008-08/msg00345.php</ a >
94
98
</ p >
95
99
</ li > < li > Configuration files
96
100
< ul >
You can’t perform that action at this time.
0 commit comments