Config.in 2.2 KB

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