2006-04-15 11:40:42 +03:00
|
|
|
menu "squid............................. proxy and web cache"
|
2006-04-14 17:20:13 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_SQUID
|
2006-04-15 11:40:42 +03:00
|
|
|
prompt "squid................................. full-featured Web proxy cache"
|
2006-04-14 17:20:13 +03:00
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
select BR2_PACKAGE_LIBOPENSSL
|
|
|
|
help
|
|
|
|
Squid is a high-performance proxy caching server for web clients,
|
|
|
|
supporting FTP, gopher, and HTTP data objects. Unlike traditional
|
|
|
|
caching software, Squid handles all requests in a single,
|
|
|
|
non-blocking, I/O-driven process.
|
|
|
|
|
|
|
|
http://www.squid-cache.org
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_GETPWNAM
|
2006-04-15 11:40:42 +03:00
|
|
|
prompt "squid-mod-basic-auth-getpwnam......... getpwnam basic authentication helper"
|
2006-04-14 17:20:13 +03:00
|
|
|
tristate
|
|
|
|
depends BR2_PACKAGE_SQUID
|
|
|
|
help
|
|
|
|
Password basic authentication helper
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA
|
2006-04-15 11:40:42 +03:00
|
|
|
prompt "squid-mod-basic-auth-ncsa............. NCSA basic authentication helper"
|
2006-04-14 17:20:13 +03:00
|
|
|
tristate
|
|
|
|
depends BR2_PACKAGE_SQUID
|
|
|
|
help
|
|
|
|
NCSA basic authentication helper
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB
|
2006-04-15 11:40:42 +03:00
|
|
|
prompt "squid-mod-basic-auth-smb.............. Samba basic authentication helper"
|
2006-04-14 17:20:13 +03:00
|
|
|
tristate
|
|
|
|
depends BR2_PACKAGE_SQUID
|
|
|
|
help
|
|
|
|
Samba basic authentication helper
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_WINBIND
|
2006-04-15 11:40:42 +03:00
|
|
|
prompt "squid-mod-basic-auth-winbind.......... Winbind basic authentication helper"
|
2006-04-14 17:20:13 +03:00
|
|
|
tristate
|
|
|
|
depends BR2_PACKAGE_SQUID
|
|
|
|
help
|
|
|
|
Winbind basic authentication helper
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD
|
2006-04-15 11:40:42 +03:00
|
|
|
prompt "squid-mod-digest-auth-password........ Password digest authentication ehlper"
|
2006-04-14 17:20:13 +03:00
|
|
|
tristate
|
|
|
|
depends BR2_PACKAGE_SQUID
|
|
|
|
help
|
|
|
|
Password digest authentication helper
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER
|
2006-04-15 11:40:42 +03:00
|
|
|
prompt "squid-mod-external-acl-ip_user........ IP user external ACL helper"
|
2006-04-14 17:20:13 +03:00
|
|
|
tristate
|
|
|
|
depends BR2_PACKAGE_SQUID
|
|
|
|
help
|
|
|
|
IP user external ACL helper
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP
|
2006-04-15 11:40:42 +03:00
|
|
|
prompt "squid-mod-external-acl-unix-group..... Unix group external ACL helper"
|
2006-04-14 17:20:13 +03:00
|
|
|
tristate
|
|
|
|
depends BR2_PACKAGE_SQUID
|
|
|
|
help
|
|
|
|
Unix group external ACL helper
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SQUID_MOD_EXTERNAL_ACL_WINBIND_GROUP
|
2006-04-15 11:40:42 +03:00
|
|
|
prompt "squid-mod-external-acl-winbind-group.. Winbind group external ACL helper"
|
2006-04-14 17:20:13 +03:00
|
|
|
tristate
|
|
|
|
depends BR2_PACKAGE_SQUID
|
|
|
|
help
|
|
|
|
Winbind group external ACL helper
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH
|
2006-04-15 11:40:42 +03:00
|
|
|
prompt "squid-mod-ntlm-auth-fakeauth.......... Fakeauth NTLM authentication helper"
|
2006-04-14 17:20:13 +03:00
|
|
|
tristate
|
|
|
|
depends BR2_PACKAGE_SQUID
|
|
|
|
help
|
|
|
|
Fakeauth NTLM authentication helper
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH
|
2006-04-15 11:40:42 +03:00
|
|
|
prompt "squid-mod-ntlm-auth-smb-auth.......... Samba NTLM authentication helper"
|
2006-04-14 17:20:13 +03:00
|
|
|
tristate
|
|
|
|
depends BR2_PACKAGE_SQUID
|
|
|
|
help
|
|
|
|
Samba NTLM authentication helper
|
|
|
|
|
|
|
|
config BR2_PACKAGE_SQUID_MOD_NTLM_AUTH_WINBIND_AUTH
|
2006-04-15 11:40:42 +03:00
|
|
|
prompt "squid-mod-ntlm-auth-winbind-auth...... Winbind NTLM authentication helper"
|
2006-04-14 17:20:13 +03:00
|
|
|
tristate
|
|
|
|
depends BR2_PACKAGE_SQUID
|
|
|
|
help
|
|
|
|
Winbind NTLM authentication helper
|
|
|
|
|
|
|
|
endmenu
|