aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-12-28 04:32:44 +0000
committerBruce Momjian <bruce@momjian.us>2001-12-28 04:32:44 +0000
commita740c228a5502b58d5952f4eeff79fd752d58099 (patch)
tree5ba61171cb93b95f501dfaf1314fd08e8961df47
parenta6e59234f7417c88feb118d8d477444e23ba42ef (diff)
downloadpostgresql-a740c228a5502b58d5952f4eeff79fd752d58099.tar.gz
postgresql-a740c228a5502b58d5952f4eeff79fd752d58099.zip
Added:
> * Add OpenBSD's getpeereid() call for local socket authentication (Bruce)
-rw-r--r--doc/TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 07ac568aad6..d1c61850ba6 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Dec 27 23:29:10 EST 2001
+Last updated: Thu Dec 27 23:32:28 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -239,8 +239,8 @@ CLIENTS
* Add PGPASSWORDFILE environment variable or ~/.pgpass to store
user/host/password combinations
* Remove PGPASSWORD because is insecure on some OS's
-* -Allow secure single-user use without passwords using Unix socket permissions
-* Make single-user local socket permissions the default (Peter E)
+* -Allow single-user access without passwords using Unix socket permissions
+* Make single-user local access permissions the default (Peter E)
* JDBC
o Comprehensive test suite. This may be available already.
o Updateable resultSet (must be done in backend code)
@@ -418,6 +418,8 @@ SOURCE CODE
* Modify regression tests to prevent failures do to minor numeric rounding
* Remove USING clause from pg_get_indexdef() if index is btree (Bruce)
* Use our own getopt() for FreeBSD/OpenBSD to allow --xxx flags (Bruce)
+* Add OpenBSD's getpeereid() call for local socket authentication (Bruce)
+
---------------------------------------------------------------------------