Commit ef270fb9 authored by Bruce Momjian's avatar Bruce Momjian

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
>
parent 1883b988
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) 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 The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -98,6 +98,12 @@ Administration ...@@ -98,6 +98,12 @@ Administration
http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php
http://archives.postgresql.org/pgsql-hackers/2008-05/msg00000.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 * Configuration files
o Allow pg_hba.conf to specify host names along with IP addresses o Allow pg_hba.conf to specify host names along with IP addresses
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
Last updated: Wed Aug 13 21:57:34 EDT 2008 Last updated: Fri Aug 15 22:15:25 EDT 2008
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -91,6 +91,10 @@ first. There is also a developer's wiki at<br/> ...@@ -91,6 +91,10 @@ first. There is also a developer's wiki at<br/>
</li><li>Improve server security options </li><li>Improve server security options
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php</a> <p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg01875.php</a>
<a href="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00000.php">http://archives.postgresql.org/pgsql-hackers/2008-05/msg00000.php</a> <a href="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00000.php">http://archives.postgresql.org/pgsql-hackers/2008-05/msg00000.php</a>
</p>
</li><li>Prevent query cancel packets from being replayed by an attacker,
especially when using SSL
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-08/msg00345.php">http://archives.postgresql.org/pgsql-hackers/2008-08/msg00345.php</a>
</p> </p>
</li><li>Configuration files </li><li>Configuration files
<ul> <ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment