phpbb/phpBB
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
..
adm Merge remote-tracking branch 'naderman/ticket/8138' into develop-olympus 2011-06-09 12:55:04 +02:00
cache [ticket/9520] Removed per directory web.config files. 2010-05-03 19:31:40 +02:00
develop [ticket/9992] Adding a limit on login attempts per IP. 2011-06-10 12:18:19 +02:00
docs Merge branch 'ticket/haklop/10110' into develop-olympus 2011-03-31 20:23:30 +02:00
download [ticket/10126] Use binary "and not" instead of binary "xor" in error_reporting. 2011-05-11 03:56:15 +02:00
files [ticket/9520] Removed per directory web.config files. 2010-05-03 19:31:40 +02:00
images [ticket/9520] Removed per directory web.config files. 2010-05-03 19:31:40 +02:00
includes [ticket/9992] Adding a limit on login attempts per IP. 2011-06-10 12:18:19 +02:00
install [ticket/9992] Adding a limit on login attempts per IP. 2011-06-10 12:18:19 +02:00
language [ticket/9992] Adding a limit on login attempts per IP. 2011-06-10 12:18:19 +02:00
store [ticket/9520] Removed per directory web.config files. 2010-05-03 19:31:40 +02:00
styles Merge branch 'ticket/adamreyher/9878' into develop-olympus 2011-06-09 23:23:45 +02:00
.htaccess [Feature] Ability to use HTTP authentication in ATOM feeds by passing the GET parameter auth=http 2010-01-19 19:08:51 +00:00
common.php [ticket/10149] Skip foreach over GLOBALS cookie values if cookie is scalar 2011-06-03 02:39:00 +02:00
cron.php [ticket/10046] Call flush() in cron.php 2011-03-12 14:56:47 +01:00
faq.php populate who is online only where required 2009-08-12 10:30:37 +00:00
feed.php [ticket/10009] Entries are always posts, update fields accordingly. 2011-02-21 20:24:04 +01:00
index.php [ticket/7720] Fix alternative image-description for unread posts. 2010-07-14 20:55:07 +02:00
mcp.php fix mcp sorting for pm_reports, and some minor language changes 2009-07-22 13:33:54 +00:00
memberlist.php [ticket/10121] Fix ICQ profile link, leading to a dead web-messenger. 2011-04-03 22:11:13 +02:00
posting.php Merge branch 'ticket/rxu/6712' into develop-olympus 2011-06-10 00:24:43 +02:00
report.php Fix Bug #54375 - Show correct HTML title when reporting private messages. 2009-11-24 14:27:17 +00:00
search.php [ticket/9851] "Search new posts" should require login. 2010-12-13 14:58:43 +01:00
style.php [ticket/10126] Use binary "and not" instead of binary "xor" in error_reporting. 2011-05-11 03:56:15 +02:00
ucp.php [ticket/10186] UCP signature panel displays when not authed for signatures 2011-05-12 19:25:20 -04:00
viewforum.php [ticket/7888] Swap in-forum/topic search to GET forms. 2011-06-09 21:53:12 +02:00
viewonline.php Fix bug #46215 - Adjust viewonline filename regular expression to be less strict. 2009-06-09 15:52:03 +00:00
viewtopic.php [ticket/7888] Swap in-forum/topic search to GET forms. 2011-06-09 21:53:12 +02:00
web.config [ticket/9520] Additionally filter requests for {common,config}.php 2010-05-03 19:32:29 +02:00