diff src/auth/auth-request.h @ 12812:bf6749d4db08

auth: Allow clients to specify that they want to skip auth penalty check. This is "safe", because the clients specify the IP for the penalty check anyway.
author Timo Sirainen <tss@iki.fi>
date Fri, 04 Mar 2011 18:51:46 +0200
parents 946d1cd3300b
children 9a6aa717bc46
line wrap: on
line diff
--- a/src/auth/auth-request.h	Fri Mar 04 18:32:09 2011 +0200
+++ b/src/auth/auth-request.h	Fri Mar 04 18:51:46 2011 +0200
@@ -106,6 +106,7 @@
 	unsigned int proxy:1;
 	unsigned int proxy_maybe:1;
 	unsigned int valid_client_cert:1;
+	unsigned int no_penalty:1;
 	unsigned int cert_username:1;
 	unsigned int userdb_lookup:1;
 	unsigned int userdb_lookup_failed:1;