source: freewrt/package/squid/Config.in@ bccc703

freewrt_1_0 freewrt_2_0
Last change on this file since bccc703 was e3ea651, checked in by Thorsten Glaser <tg@…>, 19 years ago

what difference a little less menus and a little more indentation can make
now I can menuconfig in about half the time

wbx@ allowed me to do so... I did keep some menus where it made sense though

git-svn-id: svn://www.freewrt.org/trunk/freewrt@414 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 2.8 KB
Line 
1#menu "squid............................. proxy and web cache"
2
3config FWRT_PACKAGE_SQUID
4 prompt "squid................................. full-featured Web proxy cache"
5 tristate
6 default m if CONFIG_DEVEL
7 select FWRT_PACKAGE_LIBOPENSSL
8 help
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.
13
14 http://www.squid-cache.org
15
16config FWRT_PACKAGE_SQUID_MOD_BASIC_AUTH_GETPWNAM
17 prompt " squid-mod-basic-auth-getpwnam....... getpwnam basic authentication helper"
18 tristate
19 depends FWRT_PACKAGE_SQUID
20 help
21 Password basic authentication helper
22
23config FWRT_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA
24 prompt " squid-mod-basic-auth-ncsa........... NCSA basic authentication helper"
25 tristate
26 depends FWRT_PACKAGE_SQUID
27 help
28 NCSA basic authentication helper
29
30config FWRT_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB
31 prompt " squid-mod-basic-auth-smb............ Samba basic authentication helper"
32 tristate
33 depends FWRT_PACKAGE_SQUID
34 help
35 Samba basic authentication helper
36
37config FWRT_PACKAGE_SQUID_MOD_BASIC_AUTH_WINBIND
38 prompt " squid-mod-basic-auth-winbind........ Winbind basic authentication helper"
39 tristate
40 depends FWRT_PACKAGE_SQUID
41 help
42 Winbind basic authentication helper
43
44config FWRT_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD
45 prompt " squid-mod-digest-auth-password...... Password digest authentication ehlper"
46 tristate
47 depends FWRT_PACKAGE_SQUID
48 help
49 Password digest authentication helper
50
51config FWRT_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER
52 prompt " squid-mod-external-acl-ip_user...... IP user external ACL helper"
53 tristate
54 depends FWRT_PACKAGE_SQUID
55 help
56 IP user external ACL helper
57
58config FWRT_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP
59 prompt " squid-mod-external-acl-unix-group... Unix group external ACL helper"
60 tristate
61 depends FWRT_PACKAGE_SQUID
62 help
63 Unix group external ACL helper
64
65config FWRT_PACKAGE_SQUID_MOD_EXTERNAL_ACL_WINBIND_GROUP
66 prompt " squid-mod-external-acl-winbind-group Winbind group external ACL helper"
67 tristate
68 depends FWRT_PACKAGE_SQUID
69 help
70 Winbind group external ACL helper
71
72config FWRT_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH
73 prompt " squid-mod-ntlm-auth-fakeauth........ Fakeauth NTLM authentication helper"
74 tristate
75 depends FWRT_PACKAGE_SQUID
76 help
77 Fakeauth NTLM authentication helper
78
79config FWRT_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH
80 prompt " squid-mod-ntlm-auth-smb-auth........ Samba NTLM authentication helper"
81 tristate
82 depends FWRT_PACKAGE_SQUID
83 help
84 Samba NTLM authentication helper
85
86config FWRT_PACKAGE_SQUID_MOD_NTLM_AUTH_WINBIND_AUTH
87 prompt " squid-mod-ntlm-auth-winbind-auth.... Winbind NTLM authentication helper"
88 tristate
89 depends FWRT_PACKAGE_SQUID
90 help
91 Winbind NTLM authentication helper
92
93#endmenu
Note: See TracBrowser for help on using the repository browser.