phpbb/phpBB/includes/db
Nils Adermann 2dee57fd43 [ticket/9992] Adding a limit on login attempts per IP.
A new table was created to save all failed login attempts with
corresponding information on username, ip and useragent. By default
the limit is 50 login attempts within 6 hours per IP. The limit is
relatively high to avoid big problems on sites behind a reverse
proxy that don't receive the forwarded-for value as REMOTE_ADDR but
see all users as coming from the same IP address. But if these
users run into problems a special forwarded-for option is available
to limit logins by forwarded-for value instead of ip.

PHPBB3-9992
2011-06-10 12:18:19 +02:00
..
db_tools.php [ticket/9992] Adding a limit on login attempts per IP. 2011-06-10 12:18:19 +02:00
dbal.php [ticket/9685] Consistently name the new sql_buffer_nested_transactions function 2011-06-02 01:52:25 +02:00
firebird.php [ticket/10057] Fixes for a bunch of small problems. 2011-03-08 19:48:56 -05:00
index.htm Moved to includes ... since they are included too .. trying to "clean up" structure a little 2003-03-17 10:54:23 +00:00
mssql.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
mssql_odbc.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
mssqlnative.php [ticket/9685] Consistently name the new sql_buffer_nested_transactions function 2011-06-02 01:52:25 +02:00
mysql.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
mysqli.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00
oracle.php [ticket/9946] Allow storage of data >4kB on Oracle again 2011-03-07 10:31:25 -06:00
postgres.php [ticket/10057] Fixes for a bunch of small problems. 2011-03-08 19:48:56 -05:00
sqlite.php [ticket/9637] Do not cache SQL server version in all cases 2010-07-11 01:41:38 +02:00