postgresql/src/backend/utils/misc
Tom Lane 35b7601b04 Add an overall timeout on the client authentication cycle, so that
a hung client or lost connection can't indefinitely block a postmaster
child (not to mention the possibility of deliberate DoS attacks).
Timeout is controlled by new authentication_timeout GUC variable,
which I set to 60 seconds by default ... does that seem reasonable?
2001-09-21 17:06:12 +00:00
..
.cvsignore Keep CVS quiet about derived file guc-file.c. 2000-06-02 00:04:26 +00:00
database.c Replace implementation of pg_log as a relation accessed through the 2001-08-25 18:52:43 +00:00
guc-file.l Check that the data directory does not have group or world access; remove 2001-08-06 13:45:15 +00:00
guc.c Add an overall timeout on the client authentication cycle, so that 2001-09-21 17:06:12 +00:00
Makefile Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
postgresql.conf.sample Add an overall timeout on the client authentication cycle, so that 2001-09-21 17:06:12 +00:00
ps_status.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
superuser.c Make the world somewhat safe for (not from) DELETE FROM pg_shadow; 2001-09-08 15:24:00 +00:00