]> git.ipfire.org Git - thirdparty/squid.git/commit - src/auth/basic/UserRequest.cc
SourceLayout: shuffle BasicAuthQueueNode to Auth:: namespace
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 22 Feb 2013 13:26:12 +0000 (02:26 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 22 Feb 2013 13:26:12 +0000 (02:26 +1300)
commitbf9294334586a86cf68a50cfb25e17baa4cea104
treeb64d2c4776b6b815466f76bf597a5f5bfb75f4ae
parent3690da075042a43aa4a38569ffdc71030c61029e
SourceLayout: shuffle BasicAuthQueueNode to Auth:: namespace

... and document what it is used for by authentication.

There is only one logic change in this patch. The QueueNode destructor
is added to clear the queued CBDATA entries when the queue is deleted.
Previously the pointer was just erased in hopes that the queue was
notified prior to deletion.
src/auth/Makefile.am
src/auth/QueueNode.h [new file with mode: 0644]
src/auth/basic/User.cc
src/auth/basic/User.h
src/auth/basic/UserRequest.cc
src/auth/basic/auth_basic.h