pgsql/src/backend/commands user.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands user.c
Date: 2001-11-01 18:09:59
Message-ID: 200111011809.fA1I9xK86762@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/11/01 13:09:58

Modified files:
src/backend/commands: user.c

Log message:
Reject tabs and linefeeds in usernames and passwords that are being
stored in pg_pwd, to guard against failures of the sort observed by
Tom Yackel. Note: in the case of encrypted passwords this is no
restriction, since the string we are interested in is the MD5 hash.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-11-01 18:10:48 pgsql/src/backend/libpq crypt.c
Previous Message tgl 2001-11-01 06:17:01 pgsql/src/backend/access/transam xact.c