2
1

Config.in 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. config BR2_PACKAGE_SAMBA
  2. bool "samba"
  3. select BR2_PACKAGE_LIBICONV
  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 on 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_FINDSMB
  26. bool "findsmb"
  27. default y
  28. depends on BR2_PACKAGE_SAMBA_SMBCLIENT
  29. depends on BR2_PACKAGE_SAMBA_NMBLOOKUP
  30. depends on BR2_PACKAGE_MICROPERL
  31. help
  32. Script to browse network
  33. comment "findsmb - disabled (requires nmblookup, smbclient and perl)"
  34. depends on !BR2_PACKAGE_SAMBA_SMBCLIENT || !BR2_PACKAGE_SAMBA_NMBLOOKUP || !BR2_PACKAGE_MICROPERL
  35. config BR2_PACKAGE_SAMBA_NET
  36. bool "net"
  37. default y
  38. depends on BR2_PACKAGE_SAMBA
  39. help
  40. Distributed SMB/CIFS Server Management Utility
  41. config BR2_PACKAGE_SAMBA_NMBD
  42. bool "nmbd"
  43. default y
  44. depends on BR2_PACKAGE_SAMBA
  45. help
  46. NetBIOS name server to provide NetBIOS over IP naming services
  47. to clients
  48. config BR2_PACKAGE_SAMBA_NMBLOOKUP
  49. bool "nmblookup"
  50. default y
  51. depends on BR2_PACKAGE_SAMBA
  52. help
  53. Query NetBIOS names and map them to IP addresses in a network
  54. using NetBIOS over TCP/IP queries
  55. config BR2_PACKAGE_SAMBA_NTLM_AUTH
  56. bool "ntlm_auth"
  57. default y
  58. depends on BR2_PACKAGE_SAMBA
  59. help
  60. Helper utility that authenticates users using NT/LM authentication
  61. config BR2_PACKAGE_SAMBA_PDBEDIT
  62. bool "pdbedit"
  63. default y
  64. depends on BR2_PACKAGE_SAMBA
  65. help
  66. Manage the SAM database (Database of Samba Users)
  67. config BR2_PACKAGE_SAMBA_PROFILES
  68. bool "profiles"
  69. default y
  70. depends on BR2_PACKAGE_SAMBA
  71. help
  72. Utility that reports and changes SIDs in Windows NT registry files
  73. config BR2_PACKAGE_SAMBA_RPCCLIENT
  74. bool "rpcclient"
  75. default y
  76. depends on BR2_PACKAGE_SAMBA
  77. help
  78. Tool for executing client side MS-RPC functions using RPC
  79. calls from a UNIX workstation.
  80. config BR2_PACKAGE_SAMBA_SMBCACLS
  81. bool "smbcacls"
  82. default y
  83. depends on BR2_PACKAGE_SAMBA
  84. help
  85. Set or get ACLs on an NT file or directory names
  86. config BR2_PACKAGE_SAMBA_SMBCLIENT
  87. bool "smbclient"
  88. default y
  89. depends on BR2_PACKAGE_SAMBA
  90. help
  91. ftp-like client to access SMB/CIFS resources on servers
  92. config BR2_PACKAGE_SAMBA_SMBCONTROL
  93. bool "smbcontrol"
  94. default y
  95. depends on BR2_PACKAGE_SAMBA
  96. help
  97. Send messages to smbd, nmbd or winbindd processes
  98. config BR2_PACKAGE_SAMBA_SMBCQUOTAS
  99. bool "smbcquotas"
  100. default y
  101. depends on BR2_PACKAGE_SAMBA
  102. help
  103. Set or get QUOTAs of NTFS 5 shares
  104. config BR2_PACKAGE_SAMBA_SMBGET
  105. bool "smbget"
  106. default y
  107. depends on BR2_PACKAGE_SAMBA
  108. help
  109. wget-like utility for download files over SMB
  110. config BR2_PACKAGE_SAMBA_SMBPASSWD
  111. bool "smbpasswd"
  112. default y
  113. depends on BR2_PACKAGE_SAMBA
  114. help
  115. Change a user's SMB passwd
  116. config BR2_PACKAGE_SAMBA_SMBSPOOL
  117. bool "smbspool"
  118. default y
  119. depends on BR2_PACKAGE_SAMBA
  120. help
  121. Send a print file to an SMB printer
  122. config BR2_PACKAGE_SAMBA_SMBSTATUS
  123. bool "smbstatus"
  124. default y
  125. depends on BR2_PACKAGE_SAMBA
  126. help
  127. Report on current Samba connections
  128. config BR2_PACKAGE_SAMBA_SMBTREE
  129. bool "smbtree"
  130. default y
  131. depends on BR2_PACKAGE_SAMBA
  132. help
  133. A text based smb network browser
  134. config BR2_PACKAGE_SAMBA_SWAT
  135. bool "swat"
  136. default y
  137. depends on BR2_PACKAGE_SAMBA
  138. help
  139. Samba Web Administration Tool
  140. config BR2_PACKAGE_SAMBA_SMBTAR
  141. bool "smbtar"
  142. default y
  143. depends on BR2_PACKAGE_SAMBA_SMBCLIENT
  144. help
  145. tar-like script that wraps smbclient
  146. comment "smbtar - disabled (requires smbclient)"
  147. depends on !BR2_PACKAGE_SAMBA_SMBCLIENT
  148. config BR2_PACKAGE_SAMBA_TDB
  149. bool "tdb"
  150. default y
  151. depends on BR2_PACKAGE_SAMBA
  152. help
  153. Tools to operate on the .tdb database files
  154. config BR2_PACKAGE_SAMBA_TESTPARM
  155. bool "testparm"
  156. default y
  157. depends on BR2_PACKAGE_SAMBA
  158. help
  159. Check an smb.conf configuration file for internal correctness
  160. config BR2_PACKAGE_SAMBA_WINBINDD
  161. bool "winbindd"
  162. default y
  163. depends on BR2_PACKAGE_SAMBA
  164. help
  165. Name Service Switch daemon for resolving names from NT servers
  166. config BR2_PACKAGE_SAMBA_WBINFO
  167. bool "wbinfo"
  168. default y
  169. depends on BR2_PACKAGE_SAMBA_WINBINDD
  170. help
  171. Query information from winbind daemon
  172. endmenu