1 menu "squid............................. proxy and web cache"
3 config BR2_PACKAGE_SQUID
4 prompt "squid................................. full-featured Web proxy cache"
6 default m if CONFIG_DEVEL
7 select BR2_PACKAGE_LIBOPENSSL
9 Squid is a high-performance proxy caching server for web clients,
10 supporting FTP, gopher, and HTTP data objects. Unlike traditional
11 caching software, Squid handles all requests in a single,
12 non-blocking, I/O-driven process.
14 http://www.squid-cache.org
16 config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_GETPWNAM
17 prompt "squid-mod-basic-auth-getpwnam......... getpwnam basic authentication helper"
19 depends BR2_PACKAGE_SQUID
21 Password basic authentication helper
23 config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA
24 prompt "squid-mod-basic-auth-ncsa............. NCSA basic authentication helper"
26 depends BR2_PACKAGE_SQUID
28 NCSA basic authentication helper
30 config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB
31 prompt "squid-mod-basic-auth-smb.............. Samba basic authentication helper"
33 depends BR2_PACKAGE_SQUID
35 Samba basic authentication helper
37 config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_WINBIND
38 prompt "squid-mod-basic-auth-winbind.......... Winbind basic authentication helper"
40 depends BR2_PACKAGE_SQUID
42 Winbind basic authentication helper
44 config BR2_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD
45 prompt "squid-mod-digest-auth-password........ Password digest authentication ehlper"
47 depends BR2_PACKAGE_SQUID
49 Password digest authentication helper
51 config BR2_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER
52 prompt "squid-mod-external-acl-ip_user........ IP user external ACL helper"
54 depends BR2_PACKAGE_SQUID
56 IP user external ACL helper
58 config BR2_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP
59 prompt "squid-mod-external-acl-unix-group..... Unix group external ACL helper"
61 depends BR2_PACKAGE_SQUID
63 Unix group external ACL helper
65 config BR2_PACKAGE_SQUID_MOD_EXTERNAL_ACL_WINBIND_GROUP
66 prompt "squid-mod-external-acl-winbind-group.. Winbind group external ACL helper"
68 depends BR2_PACKAGE_SQUID
70 Winbind group external ACL helper
72 config BR2_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH
73 prompt "squid-mod-ntlm-auth-fakeauth.......... Fakeauth NTLM authentication helper"
75 depends BR2_PACKAGE_SQUID
77 Fakeauth NTLM authentication helper
79 config BR2_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH
80 prompt "squid-mod-ntlm-auth-smb-auth.......... Samba NTLM authentication helper"
82 depends BR2_PACKAGE_SQUID
84 Samba NTLM authentication helper
86 config BR2_PACKAGE_SQUID_MOD_NTLM_AUTH_WINBIND_AUTH
87 prompt "squid-mod-ntlm-auth-winbind-auth...... Winbind NTLM authentication helper"
89 depends BR2_PACKAGE_SQUID
91 Winbind NTLM authentication helper