]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #663: Username not logged into ACCESS.LOG in case of /407
authorhno <>
Mon, 11 Aug 2003 00:57:08 +0000 (00:57 +0000)
committerhno <>
Mon, 11 Aug 2003 00:57:08 +0000 (00:57 +0000)
commit88d3f89034ba5897565aded9d46f7578b56db36e
tree65010121ab276fc41472546c167e66a599255899
parent8f08b05d0221fe571d0d824830aefb72af8ec9b0
Bug #663: Username not logged into ACCESS.LOG in case of /407

The Basic auth module did not implement the direction call correctly,
indication authentication scheme failure on unsuccessful helper lookup
rather than "completed".

Note: This API and it's interactions with checklist->auth_user_request &
request->auth_user_request looks overly complex for the job. Should be
possible to simplify this a lot I think.
src/auth/basic/auth_basic.cc