]> git.ipfire.org Git - thirdparty/squid.git/commit
* ext_user acl type to match user name returned by external acl
authorhno <>
Sat, 28 Jun 2003 04:32:30 +0000 (04:32 +0000)
committerhno <>
Sat, 28 Jun 2003 04:32:30 +0000 (04:32 +0000)
commitabb929f03f54f744e6b67fdf84b41508a85aae36
tree375ac66dfa2804b5bc53b386e1a49feb23b65c55
parentd7bd27db394fea45dc08083aaa5a1a2070687ac7
* ext_user acl type to match user name returned by external acl

* cleanup of how external acls present a user name to the
  Squid core to make the code more logical and fix a
  minor security issues if there is downstream proxies.

* concept of password returned by external acl type. Integrated
  with login= cache_peer option to have the password forwarded
  to peers (both proxies and origin type peers)
12 files changed:
src/ACLExtUser.cc [new file with mode: 0644]
src/ACLExtUser.h [new file with mode: 0644]
src/ExternalACLEntry.cc
src/ExternalACLEntry.h
src/HttpRequest.cc
src/Makefile.am
src/access_log.cc
src/client_side.cc
src/client_side_request.cc
src/external_acl.cc
src/http.cc
src/structs.h