]> git.ipfire.org Git - thirdparty/squid.git/commit
Audit Review updates
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 27 Nov 2012 21:19:46 +0000 (10:19 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 27 Nov 2012 21:19:46 +0000 (10:19 +1300)
commitfd7f26eaf8b41da6b4131ee33d2c898a888b2044
tree2f9e8b6674b27e06d423835ba730768ff9cb92fb
parent36cb7d3ece180e509c71937a07db89a57e8a0e69
Audit Review updates

* guarantee that note values output by the HelperReply parser are ""
  nil-terminated string and not undefined String.
* rename HelperReply::responseKeys to 'notes'
* rename Notes::findByName() to find()
* add Note::firstValue() to locate first value provided for a given key
  and present it as a char* terminated string
* various documentation updates
src/HelperReply.cc
src/HelperReply.h
src/Notes.cc
src/Notes.h
src/auth/digest/UserRequest.cc
src/auth/negotiate/UserRequest.cc
src/auth/ntlm/UserRequest.cc
src/dns.cc
src/external_acl.cc
src/redirect.cc
src/ssl/helper.cc