pgsql-server/src backend/libpq/auth.c backend/ ...

Started by Tom Lanealmost 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 02/09/04 19:31:35

Modified files:
src/backend/libpq: auth.c be-secure.c pqcomm.c pqformat.c
src/include/libpq: libpq.h pqformat.h

Log message:
Guard against send-lots-and-lots-of-data DoS attack from unauthenticated
users, by limiting the length of string we will accept for a password.
Patch by Serguei Mokhov, some editorializing by Tom Lane.