Let block_acl() work as advertised. If the last matching acl directive denies access...
authorFabian Keil <fk@fabiankeil.de>
Mon, 8 Nov 2010 17:51:11 +0000 (17:51 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 8 Nov 2010 17:51:11 +0000 (17:51 +0000)
commite9a5ad6d641da0da0aafe50b0cc6cd3901a04c67
treecf21e36eae3b659f3fdda9783b0773ac0ee3ae17
parentdbe204ff3ce4a8d9bda858d6efe69564502ab73f
Let block_acl() work as advertised. If the last matching acl directive denies access, the game is over, too.

Otherwise it's impossible to say: grant everyone but those
explicitly-mentioned suckers access (blacklist).

Usually it's done the other way around (whitelist), which worked
as expected, but blacklisting is still useful for a public proxy
where one only needs to deny known abusers access.
filters.c