]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: sync NTLM and Negotiate UserRequest code
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 8 May 2011 13:53:10 +0000 (01:53 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 8 May 2011 13:53:10 +0000 (01:53 +1200)
commit7afc3bf21fb00bef3e0cdc93145bcb4d2bf5a29f
treea0d7f4f328b5da11adabe89ebb11dae182e541d0
parentb1cf235052c14875af6e380532683431fcb097e2
Cleanup: sync NTLM and Negotiate UserRequest code

Minor tweaks to reduce diff between the files. No logic changes.

Renames the addHeader() to addAuthentiocationInfoHeader(),
Renames the addTrailer() to addAuthentiocationInfoTrailer() and
document that they add additional *-Info header to the HTTP reply.
src/auth/UserRequest.cc
src/auth/UserRequest.h
src/auth/digest/UserRequest.cc
src/auth/digest/UserRequest.h
src/auth/negotiate/UserRequest.cc
src/auth/negotiate/UserRequest.h
src/auth/ntlm/UserRequest.cc