History log of /dovecot/src/anvil/penalty.h
Revision Date Author Comments Expand
8825740187b8aaca9c39c4fd6a0b79d480eb143f 20-Feb-2010 Timo Sirainen <tss@iki.fi>

anvil: Added PENALTY-DUMP command to dump penalty state. --HG-- branch : HEAD

5566faf0b48f0b77b0134f34130bdc7842c844eb 20-Feb-2010 Timo Sirainen <tss@iki.fi>

auth/anvil: Penalty is no longer increased if the same user+pass combination was recently used. This should avoid penalty increasing for IPs where a user's misconfigured client tries to keep authenticating with wrong user/pass. This check works only for plaintext authentication. Currently the code that keeps track of what user/passwords have been tried is pretty simple, and hardcoded to remember max. 10 of them. --HG-- branch : HEAD

7e7cdca78e6a67757188406c8de9db42fcd17881 10-Nov-2009 Timo Sirainen <tss@iki.fi>

anvil: Added support for penalty tracking. --HG-- branch : HEAD