]> git.ipfire.org Git - thirdparty/squid.git/commit
note ACL
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Sat, 25 May 2013 07:13:09 +0000 (10:13 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Sat, 25 May 2013 07:13:09 +0000 (10:13 +0300)
commit39baccc8b8f40ff5d31fa1fc6ff4dabc59450119
tree9c9c3b7d6237dd6d6c22adfc12c6a481978a1bc6
parent7f0ceafca85183a1ad001fbe3f445bbee17bc557
note ACL

This patch investigates the new note ACL type, to match transaction annotation.
Syntax:
   acl aclname note name [value ...]

Without values, matches any annotation with a given name. With value(s), matches
any annotation with a given name that also has one of the given values.
Annotation sources include note and adaptation_meta directives as well as helper
and eCAP responses.

This is a Measurement Factory project
src/AclRegs.cc
src/acl/Makefile.am
src/acl/Note.cc [new file with mode: 0644]
src/acl/Note.h [new file with mode: 0644]
src/acl/NoteData.cc [new file with mode: 0644]
src/acl/NoteData.h [new file with mode: 0644]
src/cf.data.pre