Config.in 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. #menu "squid............................. proxy and web cache"
  2. config ADK_PACKAGE_SQUID
  3. prompt "squid............................. full-featured Web proxy cache"
  4. tristate
  5. default n
  6. select ADK_PACKAGE_LIBOPENSSL
  7. help
  8. Squid is a high-performance proxy caching server for web clients,
  9. supporting FTP, gopher, and HTTP data objects. Unlike traditional
  10. caching software, Squid handles all requests in a single,
  11. non-blocking, I/O-driven process.
  12. http://www.squid-cache.org
  13. config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_GETPWNAM
  14. prompt " squid-mod-basic-auth-getpwnam....... getpwnam basic authentication helper"
  15. tristate
  16. depends ADK_PACKAGE_SQUID
  17. help
  18. Password basic authentication helper
  19. config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA
  20. prompt " squid-mod-basic-auth-ncsa........... NCSA basic authentication helper"
  21. tristate
  22. depends ADK_PACKAGE_SQUID
  23. help
  24. NCSA basic authentication helper
  25. config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB
  26. prompt " squid-mod-basic-auth-smb............ Samba basic authentication helper"
  27. tristate
  28. depends ADK_PACKAGE_SQUID
  29. help
  30. Samba basic authentication helper
  31. config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_WINBIND
  32. prompt " squid-mod-basic-auth-winbind........ Winbind basic authentication helper"
  33. tristate
  34. depends ADK_PACKAGE_SQUID
  35. help
  36. Winbind basic authentication helper
  37. config ADK_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD
  38. prompt " squid-mod-digest-auth-password...... Password digest authentication ehlper"
  39. tristate
  40. depends ADK_PACKAGE_SQUID
  41. help
  42. Password digest authentication helper
  43. config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER
  44. prompt " squid-mod-external-acl-ip_user...... IP user external ACL helper"
  45. tristate
  46. depends ADK_PACKAGE_SQUID
  47. help
  48. IP user external ACL helper
  49. config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP
  50. prompt " squid-mod-external-acl-unix-group... Unix group external ACL helper"
  51. tristate
  52. depends ADK_PACKAGE_SQUID
  53. help
  54. Unix group external ACL helper
  55. config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_WINBIND_GROUP
  56. prompt " squid-mod-external-acl-winbind-group Winbind group external ACL helper"
  57. tristate
  58. depends ADK_PACKAGE_SQUID
  59. help
  60. Winbind group external ACL helper
  61. config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH
  62. prompt " squid-mod-ntlm-auth-fakeauth........ Fakeauth NTLM authentication helper"
  63. tristate
  64. depends ADK_PACKAGE_SQUID
  65. help
  66. Fakeauth NTLM authentication helper
  67. config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH
  68. prompt " squid-mod-ntlm-auth-smb-auth........ Samba NTLM authentication helper"
  69. tristate
  70. depends ADK_PACKAGE_SQUID
  71. help
  72. Samba NTLM authentication helper
  73. config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_WINBIND_AUTH
  74. prompt " squid-mod-ntlm-auth-winbind-auth.... Winbind NTLM authentication helper"
  75. tristate
  76. depends ADK_PACKAGE_SQUID
  77. help
  78. Winbind NTLM authentication helper
  79. #endmenu