a0b81ae4e5840175fd4cc540c69e1639ea55e0ab
[metze/test/web/.git] / docs / FAQ / index.html
1 <!--#include virtual="/samba/header.html" --> 
2
3 <h2>Frequently Asked Questions</h2>
4
5 <h3>What is Samba?</h3>
6
7 <p>Samba is a suite of programs that enables interoperability between Linux/Unix 
8 servers and Windows clients.  See <a href="/samba/what_is_samba.html">What Is
9 Samba?</a> for more.</p>
10
11 <h3>What is the Samba Team?</h3>
12
13 <p>If someone is on the Samba Team, this means they have commit rights to the
14 Samba Subversion tree.  Samba Team members, then, are the ones who maintain
15 Samba, develop new features, and apply patches from the larger Samba community,
16 to name just a few areas of responsibility.</p>
17
18 <h3>How do I contact a Samba Team member?</h3>
19
20 <p>See the <a href="/samba/team/">Samba Team</a> page for a list of Team member
21 emails and websites.  Most can be reached through the <a href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a> mailing
22 list or on <a href="/samba/irc.html">IRC</a>.</p>
23
24 <h3>How can I get help with Samba?</h3>
25
26 <p>The <a href="https://lists.samba.org/mailman/listinfo/samba">Samba mailing 
27 list</a> would be your best bet.  If you are seeking someone who provides
28 commercial support services for Samba, please see the <a href="/samba/support/">
29 support providers lists</a>.</p>
30
31 <h3>How can I keep up to date with Samba development?</h3>
32
33 <p>For general information, such as release announcements, see 
34 <a href="/http://news.samba.org/">http://news.samba.org/</a>.
35 For more in-depth info on the daily work of Samba development,
36 it's best to subscribe to the <a href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a> mailing list, or visit 
37 #samba-technical on irc.freenode.net.  The obsessive-compulsive will follow
38 both.</p>
39
40 <h3>How can I get involved with Samba development?</h3>
41
42 <p>The usual course is to become active on the mailing lists and/or
43 IRC first.  Then, when you spot a bug or think of some cool feature you'd
44 like to see Samba implement, work up a patch and submit it to the samba-technical
45 mailing list.</p>
46
47 <p>The really thorough contributor will also find the corresponding bug
48 in <a href="https:bugzilla.samba.org/">Bugzilla</a> and attach the patch there.
49 Be sure to mention you've done this when posting to the samba-technical mailing
50 list.</p>
51
52 <h3>Will you include my patch in the next release?</h3>
53
54 <p>If the patch is a bug fix, and it can be incorporated without an adverse 
55 affect on other functionality, then yes, it will likely be included.</p>
56
57 <p>If the patch implements a new feature, then larger questions about usefulness 
58 and maintainability also have to be addressed.  Generally, though, we try
59 to include as much good work as we can.</p>
60
61 <h3>Which Samba version should I run?</h3>
62 The Samba 2.2 branch is no longer maintained.  It's EOL was October 1, 2004.</p>
63
64 <p>Samba4 is a development branch that hasn't yet had an initial release.  If 
65 you are a developer wanting to play with the bleeding-edge of the work done on 
66 Samba, try <a href="http://websvn.samba.org/cgi-bin/viewcvs.cgi/branches/SAMBA_4_0/">Samba4</a>, 
67 which you'll obviously have to build yourself.  You can also try 
68 <a href="http://websvn.samba.org/cgi-bin/viewcvs.cgi/trunk/">Trunk</a> in the 
69 Subversion source tree, if you want to experiment with upcoming 3.0.x 
70 features.</p>
71
72 <p>The current stable, production Samba server is the Samba 3.0 branch.  The
73 most recent release is always the recommended version for production use.  
74 See the <a href="/samba/history">release history</a> page for an overview
75 of current and past releases.</p>
76
77 <h3>How do I verify a tarball with the GnuPG signature?</h3>
78
79 <p>Using GnuPG, simply download the Samba source distribution, the tarball 
80 signature, and the Samba distribution public key.  Then run:</p>
81
82 <pre>
83 $ gpg --import samba-pubkey.asc
84 $ gunzip samba-<em>version</em>.tar.gz
85 $ gpg --verify samba-<em>release</em>.tar.asc
86 </pre>
87
88 <p>Please notice, the signature is checked against the <em>uncompressed</em>
89 tarball.</p>
90
91 <h3>What should I do if I think I've found a security issue?</h3>
92
93 <p>Please send mail to <a href="mailto:security@samba.org">security@samba.org</a>.
94 Provide any relevant information you can, so that we can recreate your
95 test and confirm your results.</p>
96
97 <h3>What should I do if I think I've found a bug?</h3>
98
99 <p>Please file a bug report at <a href="https://bugzilla.samba.org/">https://bugzilla.samba.org/</a>. 
100 You could also send mail to the <a href="https://lists.samba.org/mailman/listinfo/samba-technical">samba-technical</a> mailing list providing any relevant info
101 while mentioning you've filed a bug report.</p>
102
103
104 <!--#include virtual="/samba/footer.html" -->