blob: 483b27468eccc97a5cbe7063307f52211c400191 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
config ADK_PACKAGE_SQUID
prompt "squid............................. full-featured Web proxy cache"
tristate
default n
depends on ADK_CXX
select ADK_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
menu "squid............................. proxy and web cache modules"
config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_GETPWNAM
prompt "squid-mod-basic-auth-getpwnam....... getpwnam basic authentication helper"
tristate
depends on ADK_PACKAGE_SQUID
help
Password basic authentication helper
config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA
prompt "squid-mod-basic-auth-ncsa........... NCSA basic authentication helper"
tristate
depends on ADK_PACKAGE_SQUID
help
NCSA basic authentication helper
config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB
prompt "squid-mod-basic-auth-smb............ Samba basic authentication helper"
tristate
depends on ADK_PACKAGE_SQUID
help
Samba basic authentication helper
config ADK_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD
prompt "squid-mod-digest-auth-password...... Password digest authentication ehlper"
tristate
depends on ADK_PACKAGE_SQUID
help
Password digest authentication helper
config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER
prompt "squid-mod-external-acl-ip_user...... IP user external ACL helper"
tristate
depends on ADK_PACKAGE_SQUID
help
IP user external ACL helper
config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP
prompt "squid-mod-external-acl-unix-group... Unix group external ACL helper"
tristate
depends on ADK_PACKAGE_SQUID
help
Unix group external ACL helper
config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH
prompt "squid-mod-ntlm-auth-fakeauth........ Fakeauth NTLM authentication helper"
tristate
depends on ADK_PACKAGE_SQUID
help
Fakeauth NTLM authentication helper
config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH
prompt "squid-mod-ntlm-auth-smb-auth........ Samba NTLM authentication helper"
tristate
depends on ADK_PACKAGE_SQUID
help
Samba NTLM authentication helper
endmenu
|