]> git.ipfire.org Git - thirdparty/squid.git/commit
Remove squidclient (#1514)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Sat, 21 Oct 2023 09:38:56 +0000 (09:38 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 23 Oct 2023 04:41:43 +0000 (04:41 +0000)
commit80cba6d3a8cb3fa952ed59bc1d3889076d3263f6
tree6156fc781c93b9dbd22847fdbae694d981b59d3e
parent3238ca57c7896f7ab1c58ee078ca7ba91fdaf69f
Remove squidclient (#1514)

Since recent commit a4e35bd removed cache_object support, popular
clients like wget and curl can do everything squidclient can, with one
exception: They cannot expand `mgr:foo` macros into
`http://localhost:3128/squid-internal-mgr/foo` URLs. That single feature
is easily emulated and not worth keeping (fairly heavy) squidclient for,
especially since recent Squid security improvements often require
customizing squidclient commands with more and more options (to address
problems tracked in Squid bug 5283).
18 files changed:
configure.ac
doc/release-notes/release-7.sgml.in
mksnapshot.sh
po4a.conf
src/squid.8.in
tools/Makefile.am
tools/cachemgr.cgi.8.in
tools/purge/purge.1
tools/squidclient/Makefile.am [deleted file]
tools/squidclient/Parameters.h [deleted file]
tools/squidclient/Ping.cc [deleted file]
tools/squidclient/Ping.h [deleted file]
tools/squidclient/Transport.cc [deleted file]
tools/squidclient/Transport.h [deleted file]
tools/squidclient/gssapi_support.cc [deleted file]
tools/squidclient/gssapi_support.h [deleted file]
tools/squidclient/squidclient.1 [deleted file]
tools/squidclient/squidclient.cc [deleted file]