]> git.ipfire.org Git - thirdparty/squid.git/commit
Add url_rewrite helper section
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 11 Jul 2009 09:38:29 +0000 (21:38 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 11 Jul 2009 09:38:29 +0000 (21:38 +1200)
commitfdbb3b19d56573065b7e392e27161ae77ce85aaa
treef05b4193b9bb53d314891a46cd244bf0baa4ed78
parent90e7860e18e990bf2407702bd1929293fcfb17f9
Add url_rewrite helper section

 - Introduces --enable-url-rewrite-helpers configure option
   identical to other helper options. Selects which of the new helpers to build.

 - Adds a fake url_rewrite program in C++ binary and shell scripts formats
   each perform no re-write but can log all requests made.

TODO:
 * add other helpers for various purposes.
 * make these demo/debug helpers capable of concurrent requests
12 files changed:
CREDITS
compat/compat.h
compat/helper_debug.h [new file with mode: 0644]
configure.in
helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.c
helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.h
helpers/url_rewrite/Makefile.am [new file with mode: 0644]
helpers/url_rewrite/fake/Makefile.am [new file with mode: 0644]
helpers/url_rewrite/fake/config.test [new file with mode: 0755]
helpers/url_rewrite/fake/fake.cc [new file with mode: 0644]
helpers/url_rewrite/fake/fake.h [new file with mode: 0644]
helpers/url_rewrite/fake/url_fake_rewrite.sh [new file with mode: 0644]