• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/samba/Config.in
Gustavo ZacariasGustavo Zacarias committed 80ad06e51c202 Mar 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_SAMBA
2
    bool "samba"
3
    depends on BR2_TOOLCHAIN_HAS_THREADS
4
    depends on BR2_USE_MMU # fork()
5
    select BR2_PACKAGE_POPT
6
    help
7
      Provides secure, stable and fast file and print services
8
      for all clients using the SMB/CIFS protocol, such as all
9
      versions of DOS, Windows, OS/2, Linux and many others.
10
​
11
      http://www.samba.org/
12
​
13
      NOTE: A complete Samba install takes over 50MB of space,
14
        so choose only the components you need.
15
​
16
comment "samba needs a toolchain w/ threads"
17
    depends on BR2_USE_MMU
18
    depends on !BR2_TOOLCHAIN_HAS_THREADS
19
​
20
if BR2_PACKAGE_SAMBA
21
​
22
config BR2_PACKAGE_SAMBA_MAX_DEBUGLEVEL
23
    int "Maximum level of compiled-in debug messages"
24
    range -1 10000
25
    default -1
26
    help
27
      Define the level of compiled-in debug messages.
28
      This allows for big space savings, -1 being the lowest (none).
29
​
30
config BR2_PACKAGE_SAMBA_LIBICONV
31
    bool "extended encodings (libiconv)"
32
    depends on !BR2_ENABLE_LOCALE
33
    select BR2_PACKAGE_LIBICONV
34
    help
35
      Include libiconv support for extended conversion of filename
36
      enconding. Samba has built-in support for UTF-8, ISO-8859-1
37
      and ASCII, so this is only required if you want to support
38
      other encodings.
39
​
40
menu "Samba tools selection"
41
​
42
config BR2_PACKAGE_SAMBA_EVENTLOGADM
43
    bool "eventlogadm"
44
    default y
45
    help
46
      Write Eventlog records to a tdb or perform other eventlog functions
47
​
48
config BR2_PACKAGE_SAMBA_FINDSMB
49
    bool "findsmb"
50
    default y
51
    depends on BR2_PACKAGE_SAMBA_SMBCLIENT
52
    depends on BR2_PACKAGE_SAMBA_NMBLOOKUP
53
    depends on BR2_PACKAGE_PERL
54
    help
55
      Script to browse network
56
​
57
comment "findsmb       - disabled (requires nmblookup, smbclient and perl)"
58
    depends on !BR2_PACKAGE_SAMBA_SMBCLIENT || !BR2_PACKAGE_SAMBA_NMBLOOKUP || !BR2_PACKAGE_PERL
59
​
60
config BR2_PACKAGE_SAMBA_NET
61
    bool "net"
62
    default y
63
    help
64
      Distributed SMB/CIFS Server Management Utility
65
​
66
config BR2_PACKAGE_SAMBA_NMBD
67
    bool "nmbd"
68
    default y
69
    help
70
      NetBIOS name server to provide NetBIOS over IP naming services
71
      to clients
72
​
73
config BR2_PACKAGE_SAMBA_NMBLOOKUP
74
    bool "nmblookup"
75
    default y
76
    help
77
      Query NetBIOS names and map them to IP addresses in a network
78
      using NetBIOS over TCP/IP queries
79
​
80
config BR2_PACKAGE_SAMBA_NTLM_AUTH
81
    bool "ntlm_auth"
82
    default y
83
    help
84
      Helper utility that authenticates users using NT/LM authentication
85
​
86
config BR2_PACKAGE_SAMBA_PDBEDIT
87
    bool "pdbedit"
88
    default y
89
    help
90
      Manage the SAM database (Database of Samba Users)
91
​
92
config BR2_PACKAGE_SAMBA_PROFILES
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.