Config.in 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. config BR2_PACKAGE_SAMBA
  2. bool "samba"
  3. default n
  4. help
  5. Provides print services to all manner of SMB/CIFS clients,
  6. including the numerous versions of Microsoft Windows
  7. operating systems.
  8. http://www.samba.org/
  9. NOTE: A complete Samba install takes close to 40MB of space,
  10. so choose only the components you need.
  11. menu "Samba tools selection"
  12. depends BR2_PACKAGE_SAMBA
  13. config BR2_PACKAGE_SAMBA_CIFS
  14. bool "cifs"
  15. default y
  16. depends on BR2_PACKAGE_SAMBA
  17. help
  18. Support CIFS
  19. config BR2_PACKAGE_SAMBA_EVENTLOGADM
  20. bool "eventlogadm"
  21. default y
  22. depends on BR2_PACKAGE_SAMBA
  23. help
  24. Write Eventlog records to a tdb or perform other eventlog functions
  25. config BR2_PACKAGE_SAMBA_NET
  26. bool "net"
  27. default y
  28. depends on BR2_PACKAGE_SAMBA
  29. help
  30. Distributed SMB/CIFS Server Management Utility
  31. config BR2_PACKAGE_SAMBA_NMBD
  32. bool "nmbd"
  33. default y
  34. depends on BR2_PACKAGE_SAMBA
  35. help
  36. NetBIOS name server to provide NetBIOS over IP naming services
  37. to clients
  38. config BR2_PACKAGE_SAMBA_NMBLOOKUP
  39. bool "nmblookup"
  40. default y
  41. depends on BR2_PACKAGE_SAMBA
  42. help
  43. Query NetBIOS names and map them to IP addresses in a network
  44. using NetBIOS over TCP/IP queries
  45. config BR2_PACKAGE_SAMBA_NTLM_AUTH
  46. bool "ntlm_auth"
  47. default y
  48. depends on BR2_PACKAGE_SAMBA
  49. help
  50. Helper utility that authenticates users using NT/LM authentication
  51. config BR2_PACKAGE_SAMBA_PDBEDIT
  52. bool "pdbedit"
  53. default y
  54. depends on BR2_PACKAGE_SAMBA
  55. help
  56. Manage the SAM database (Database of Samba Users)
  57. config BR2_PACKAGE_SAMBA_PROFILES
  58. bool "profiles"
  59. default y
  60. depends on BR2_PACKAGE_SAMBA
  61. help
  62. Utility that reports and changes SIDs in Windows NT registry files
  63. config BR2_PACKAGE_SAMBA_RPCCLIENT
  64. bool "rpcclient"
  65. default y
  66. depends on BR2_PACKAGE_SAMBA
  67. help
  68. Tool for executing client side MS-RPC functions using RPC
  69. calls from a UNIX workstation.
  70. config BR2_PACKAGE_SAMBA_SMBCACLS
  71. bool "smbcacls"
  72. default y
  73. depends on BR2_PACKAGE_SAMBA
  74. help
  75. Set or get ACLs on an NT file or directory names
  76. config BR2_PACKAGE_SAMBA_SMBCLIENT
  77. bool "smbclient"
  78. default y
  79. depends on BR2_PACKAGE_SAMBA
  80. help
  81. ftp-like client to access SMB/CIFS resources on servers
  82. config BR2_PACKAGE_SAMBA_SMBCONTROL
  83. bool "smbcontrol"
  84. default y
  85. depends on BR2_PACKAGE_SAMBA
  86. help
  87. Send messages to smbd, nmbd or winbindd processes
  88. config BR2_PACKAGE_SAMBA_SMBCQUOTAS
  89. bool "smbcquotas"
  90. default y
  91. depends on BR2_PACKAGE_SAMBA
  92. help
  93. Set or get QUOTAs of NTFS 5 shares
  94. config BR2_PACKAGE_SAMBA_SMBGET
  95. bool "smbget"
  96. default y
  97. depends on BR2_PACKAGE_SAMBA
  98. help
  99. wget-like utility for download files over SMB
  100. config BR2_PACKAGE_SAMBA_SMBPASSWD
  101. bool "smbpasswd"
  102. default y
  103. depends on BR2_PACKAGE_SAMBA
  104. help
  105. Change a user's SMB passwd
  106. config BR2_PACKAGE_SAMBA_SMBSPOOL
  107. bool "smbspool"
  108. default y
  109. depends on BR2_PACKAGE_SAMBA
  110. help
  111. Send a print file to an SMB printer
  112. config BR2_PACKAGE_SAMBA_SMBSTATUS
  113. bool "smbstatus"
  114. default y
  115. depends on BR2_PACKAGE_SAMBA
  116. help
  117. Report on current Samba connections
  118. config BR2_PACKAGE_SAMBA_SMBTREE
  119. bool "smbtree"
  120. default y
  121. depends on BR2_PACKAGE_SAMBA
  122. help
  123. A text based smb network browser
  124. config BR2_PACKAGE_SAMBA_SWAT
  125. bool "swat"
  126. default y
  127. depends on BR2_PACKAGE_SAMBA
  128. help
  129. Samba Web Administration Tool
  130. config BR2_PACKAGE_SAMBA_TDB
  131. bool "tdb"
  132. default y
  133. depends on BR2_PACKAGE_SAMBA
  134. help
  135. Tools to operate on the .tdb database files
  136. config BR2_PACKAGE_SAMBA_TESTPARM
  137. bool "testparm"
  138. default y
  139. depends on BR2_PACKAGE_SAMBA
  140. help
  141. Check an smb.conf configuration file for internal correctness
  142. config BR2_PACKAGE_SAMBA_WINBINDD
  143. bool "winbindd"
  144. default y
  145. depends on BR2_PACKAGE_SAMBA
  146. help
  147. Name Service Switch daemon for resolving names from NT servers
  148. config BR2_PACKAGE_SAMBA_WBINFO
  149. bool "wbinfo"
  150. default y
  151. depends on BR2_PACKAGE_SAMBA_WINBINDD
  152. help
  153. Query information from winbind daemon
  154. endmenu