| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 | #menu "squid............................. proxy and web cache"config ADK_PACKAGE_SQUID	prompt "squid............................. full-featured Web proxy cache"	tristate	default n	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.orgconfig ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_GETPWNAM	prompt "  squid-mod-basic-auth-getpwnam....... getpwnam basic authentication helper"	tristate	depends ADK_PACKAGE_SQUID	help	  Password basic authentication helperconfig ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA	prompt "  squid-mod-basic-auth-ncsa........... NCSA basic authentication helper"	tristate	depends ADK_PACKAGE_SQUID	help	  NCSA basic authentication helperconfig ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB	prompt "  squid-mod-basic-auth-smb............ Samba basic authentication helper"	tristate	depends ADK_PACKAGE_SQUID	help	  Samba basic authentication helperconfig ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_WINBIND	prompt "  squid-mod-basic-auth-winbind........ Winbind basic authentication helper"	tristate	depends ADK_PACKAGE_SQUID	help	  Winbind basic authentication helperconfig ADK_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD	prompt "  squid-mod-digest-auth-password...... Password digest authentication ehlper"	tristate	depends ADK_PACKAGE_SQUID	help	  Password digest authentication helperconfig ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER	prompt "  squid-mod-external-acl-ip_user...... IP user external ACL helper"	tristate	depends ADK_PACKAGE_SQUID	help	  IP user external ACL helperconfig ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP	prompt "  squid-mod-external-acl-unix-group... Unix group external ACL helper"	tristate	depends ADK_PACKAGE_SQUID	help	  Unix group external ACL helperconfig ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_WINBIND_GROUP	prompt "  squid-mod-external-acl-winbind-group Winbind group external ACL helper"	tristate	depends ADK_PACKAGE_SQUID	help	  Winbind group external ACL helperconfig ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH	prompt "  squid-mod-ntlm-auth-fakeauth........ Fakeauth NTLM authentication helper"	tristate	depends ADK_PACKAGE_SQUID	help	  Fakeauth NTLM authentication helperconfig ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH	prompt "  squid-mod-ntlm-auth-smb-auth........ Samba NTLM authentication helper"	tristate	depends ADK_PACKAGE_SQUID	help	  Samba NTLM authentication helperconfig ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_WINBIND_AUTH	prompt "  squid-mod-ntlm-auth-winbind-auth.... Winbind NTLM authentication helper"	tristate	depends ADK_PACKAGE_SQUID	help	  Winbind NTLM authentication helper#endmenu
 |