]> git.ipfire.org Git - thirdparty/squid.git/commit
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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 9 Jan 2018 16:07:26 +0000 (05:07 +1300)
commit01314f605c11cf886e9bafe79484a73f200914f4
tree2b8220805625fe16ff16798810f22d427994eaaf
parent6b6b34eb4d936b8b22d593e0c55bdb528950b4c9
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