]> git.ipfire.org Git - thirdparty/squid.git/commit - src/log/FormatSquidNative.cc
Bug 4679: User names not sent to url_rewrite_program (#78)
authorAmos Jeffries <yadij@users.noreply.github.com>
Fri, 3 Nov 2017 05:38:40 +0000 (18:38 +1300)
committerGitHub <noreply@github.com>
Fri, 3 Nov 2017 05:38:40 +0000 (18:38 +1300)
commite3bf07f56ff949f596b3060ba55f20ba6edf170e
treea480c15e166146c2fb401a32b62b3ee87905a592
parentcf487124163a9a460ad78f5a482a5fd90fcf9cce
Bug 4679: User names not sent to url_rewrite_program (#78)

Add accessors to AccessLogEntry for retrieving IDENT and External ACL user
labels in a consistent way. Use these accessors for all log and logformat
outputs.

NP: does not hide/remove the original cache.* members due to direct use
    remaining in some code locations that cannot yet be avoided.
src/AccessLogEntry.cc
src/AccessLogEntry.h
src/client_side.cc
src/format/Format.cc
src/log/FormatHttpdCombined.cc
src/log/FormatHttpdCommon.cc
src/log/FormatSquidIcap.cc
src/log/FormatSquidNative.cc