]> git.ipfire.org Git - thirdparty/squid.git/commit
Receive annotations from external ACL helpers
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 29 Nov 2013 04:41:07 +0000 (21:41 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 29 Nov 2013 04:41:07 +0000 (21:41 -0700)
commita0592634bc9a81803d4b2b13df0ba8d9d7309041
treef093e1a0b69d4f8321301f36b7697b3e46a8aff2
parentaa066cce66f254da40818bf126487e29fda63198
Receive annotations from external ACL helpers

This completes the annotation support for common helper interfaces by
making custom key=value pairs sent by external ACL helpers in to
NotePair objects and attaching to the active request.

The other side of this - sending values to the helper is deferred until
the helper format can be converted to logformat codes.
src/ExternalACLEntry.cc
src/ExternalACLEntry.h
src/external_acl.cc