pgsql/src/backend/commands user.c - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/commands user.c
Date
Msg-id 200111011809.fA1I9xK86762@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.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.


pgsql-committers by date:

Previous
From: petere@postgresql.org
Date:
Subject: pgsql/doc/src/sgml indices.sgml
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/libpq crypt.c