pgsql/src/backend/commands user.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/commands user.c
Дата
Msg-id 200111011809.fA1I9xK86762@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: petere@postgresql.org
Дата:
Сообщение: pgsql/doc/src/sgml indices.sgml
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/libpq crypt.c