]> git.ipfire.org Git - thirdparty/squid.git/commit - src/adaptation/ServiceConfig.cc
Make all the parameter names and options case sensitive
authorTianyin Xu <tixu@cs.ucsd.edu>
Sun, 3 Mar 2013 07:10:22 +0000 (00:10 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 3 Mar 2013 07:10:22 +0000 (00:10 -0700)
commita37d60704bcb4dd9af07b5de3dadd216667177a5
tree956e8df3988292c05f0863f46d51a21ee35f104d
parent161eb09872a5e6545b1295ce80288aafea07fee7
Make all the parameter names and options case sensitive

Changes "strcasecmp" to "strcmp".
This mainly deals with constant configuration options (e.g., enumerative
options and boolean options). For directive names, it's already
consistent (case sensitive), the parser functions are auto-generated.

The case sensitivity of the following parameter values is not changed:

- user and group names
- host names
- domain and realm names
- ACL names
- filesystem names
- options in request/response/digest messages
helpers/basic_auth/MSNT/confload.cc
src/acl/Ip.cc
src/adaptation/ServiceConfig.cc
src/auth/basic/auth_basic.cc
src/auth/digest/auth_digest.cc
src/auth/negotiate/auth_negotiate.cc
src/auth/ntlm/auth_ntlm.cc
src/cache_cf.cc
src/dns_internal.cc
tools/cachemgr.cc