kwizart / rpms / samba

Forked from rpms/samba 4 years ago
Clone
e0e4cda
Samba is a free SMB and CIFS client and server and Domain Controller for UNIX
e0e4cda
and other operating systems. It is maintained by the Samba Team, who support the
e0e4cda
original author, Andrew Tridgell.
e0e4cda
e0e4cda
This software is freely distributable under the GNU public license, a copy of
e0e4cda
which you should have received with this software (in a file called COPYING).
e0e4cda
e0e4cda
# WHAT IS SMB/CIFS?
e0e4cda
This is a big question.
e0e4cda
e0e4cda
The very short answer is that it is the protocol by which a lot of PC-related
e0e4cda
machines share files and printers and other information such as lists of
e0e4cda
available files and printers. Operating systems that support this natively
e0e4cda
include Windows 9x, Windows NT (and derivatives), OS/2, Mac OS X and Linux. Add
e0e4cda
on packages that achieve the same thing are available for DOS, Windows 3.1, VMS,
e0e4cda
Unix of all kinds, MVS, and more.  Some Web Browsers can speak this protocol as
e0e4cda
well (smb://).  Alternatives to SMB include Netware, NFS, Appletalk, Banyan
e0e4cda
Vines, Decnet etc; many of these have advantages but none are both public
e0e4cda
specifications and widely implemented in desktop machines by default.
e0e4cda
e0e4cda
The Common Internet File system (CIFS) is what the new SMB initiative is called.
e0e4cda
For details watch [here](https://samba.org/cifs)
e0e4cda
e0e4cda
# WHY DO PEOPLE WANT TO USE SMB?
e0e4cda
* Many people want to integrate their Microsoft desktop clients with their Unix
e0e4cda
servers.
e0e4cda
e0e4cda
* Others want to integrate their Microsoft (etc) servers with Unix servers. This
e0e4cda
is a different problem to integrating desktop clients.
e0e4cda
e0e4cda
* Others want to replace protocols like NFS, DecNet and Novell NCP, especially
e0e4cda
when used with PCs.
e0e4cda
e0e4cda
# WHAT CAN SAMBA DO?
e0e4cda
Please refer to the WHATSNEW.txt included with this README for a list of
e0e4cda
features in the latest Samba release.
e0e4cda
e0e4cda
Here is a very short list of what samba includes, and what it does. For many
e0e4cda
networks this can be simply summarized by "Samba provides a complete replacement
e0e4cda
for Windows NT, Warp, NFS or Netware servers."
e0e4cda
* a SMB server, to provide Windows NT and LAN Manager-style file and print
e0e4cda
services to SMB clients such as Windows 95, Warp Server, smbfs and others.
e0e4cda
e0e4cda
* a Windows Domain Controller (NT4 and AD) replacement.
e0e4cda
e0e4cda
* a file/print server that can act as a member of a Windows NT 4.0 or Active
e0e4cda
Directory domain.
e0e4cda
e0e4cda
* a NetBIOS (rfc1001/1002) nameserver, which amongst other things gives browsing
e0e4cda
support. Samba can be the master browser on your LAN if you wish.
e0e4cda
e0e4cda
* a ftp-like SMB client so you can access PC resources (disks and printers) from
e0e4cda
UNIX, Netware, and other operating systems
e0e4cda
e0e4cda
* a tar extension to the client for backing up PCs
e0e4cda
e0e4cda
* limited command-line tool that supports some of the NT administrative
e0e4cda
functionality, which can be used on Samba, NT workstation and NT server.
e0e4cda
e0e4cda
For a much better overview have a look at the [web site](http://samba.org/samba)
e0e4cda
and browse the user survey.
e0e4cda
e0e4cda
#### Related packages include:
e0e4cda
* cifsvfs, an advanced Linux-only filesystem allowing you to mount remote SMB
e0e4cda
filesystems from PCs on your Linux box. This is included as standard with Linux
e0e4cda
2.5 and later.
e0e4cda
e0e4cda
* smbfs, the previous Linux-only filesystem allowing you to mount remote SMB
e0e4cda
filesystems from PCs on your Linux box. This is included as standard with Linux
e0e4cda
2.0 and later.
e0e4cda
e0e4cda
# CONTRIBUTIONS
e0e4cda
e0e4cda
### To contribute via GitHub
e0e4cda
  * fork the official Samba team repository on GitHub
e0e4cda
    -- see [GitHub](https://github.com/samba-team/samba)
e0e4cda
e0e4cda
  * become familiar with the coding standards as described in README.Coding
e0e4cda
e0e4cda
  * make sure you read the Samba copyright policy
e0e4cda
    -- see [Copyright Policy](https://www.samba.org/samba/devel/copyright-policy.html)
e0e4cda
e0e4cda
  * create a feature branch
e0e4cda
e0e4cda
  * make changes
e0e4cda
e0e4cda
  * when committing, be sure to add signed-off-by tags
e0e4cda
    -- see [Commit message tags](https://wiki.samba.org/index.php/CodeReview#commit_message_tags)
e0e4cda
e0e4cda
  * send a pull request for your branch through GitHub
e0e4cda
e0e4cda
  * this will trigger an email to the samba-technical mailing list
e0e4cda
e0e4cda
  * discussion happens on the samba-technical mailing list as described below
e0e4cda
e0e4cda
  * more info on using Git for Samba development can be found on Samba Wiki
e0e4cda
    -- see [Using Git for Samba](https://wiki.samba.org/index.php/Using_Git_for_Samba_Development)
e0e4cda
e0e4cda
### To contribute via mailing lists
e0e4cda
Join the mailing list. The Samba team accepts patches (preferably in "diff -u"
e0e4cda
format, see [here](https://samba.org/samba/devel) for more details) and are
e0e4cda
always glad to receive feedback or suggestions to the address
e0e4cda
samba@lists.samba.org. More information on the various Samba mailing lists can
e0e4cda
be found at [mailman](http://lists.samba.org).
e0e4cda
e0e4cda
You can also get the Samba sourcecode straight from the [git repository](http://wiki.samba.org/index.php/Using_Git_for_Samba_Development).
e0e4cda
e0e4cda
If you like a particular feature then look through the git change-log on the
e0e4cda
[web](https://git.samba.org/?p=samba.git;a=summary) and see who added it, then
e0e4cda
send them an email.
e0e4cda
e0e4cda
Remember that free software of this kind lives or dies by the response we get.
e0e4cda
If no one tells us they like it then we'll probably move onto something else.
e0e4cda
e0e4cda
e0e4cda
# MORE INFO
e0e4cda
e0e4cda
### DOCUMENTATION
e0e4cda
There is quite a bit of documentation included with the package, including man
e0e4cda
pages, and lots of .html files with hints and useful info. This is also
e0e4cda
available from the web page. There is a growing collection of information under
e0e4cda
docs/.
e0e4cda
e0e4cda
A list of Samba documentation in languages other than English is available on
e0e4cda
the web page.
e0e4cda
e0e4cda
If you would like to help with the documentation, please coordinate on the
e0e4cda
samba@lists.samba.org mailing list. See the next section for details on
e0e4cda
subscribing to samba mailing lists.
e0e4cda
e0e4cda
### MAILING LIST
e0e4cda
Please do NOT send subscription/unsubscription requests to the lists!
e0e4cda
e0e4cda
There is a mailing list for discussion of Samba.  For details go to [mailman](https://lists.samba.org)
e0e4cda
or send mail to <samba-subscribe@lists.samba.org>.
e0e4cda
e0e4cda
There is also an announcement mailing list where new versions are announced. To
e0e4cda
subscribe go to [mailman](http://lists.samba.org) or send mail to
e0e4cda
<samba-announce-subscribe@lists.samba.org>. All announcements also go to the
e0e4cda
samba list, so you only need to be on one.
e0e4cda
e0e4cda
For details of other Samba mailing lists and for access to archives, see
22af737
[mailman](http://lists.samba.org)
e0e4cda
e0e4cda
### MAILING LIST ETIQUETTE
e0e4cda
e0e4cda
A few tips when submitting to this or any mailing list.
e0e4cda
 - Make your subject short and descriptive. Avoid the words "help" or "Samba" in
e0e4cda
the subject. The readers of this list already know that a) you need help, and b)
e0e4cda
you are writing about samba (of course, you may need to distinguish between
e0e4cda
Samba PDC and other file sharing software). Avoid phrases such as "what is" and
e0e4cda
"how do i". Some good subject lines might look like "Slow response with Excel
e0e4cda
files" or "Migrating from Samba PDC to NT PDC".
e0e4cda
e0e4cda
- If you include the original message in your reply, trim it so that only the
e0e4cda
relevant lines, enough to establish context, are included. Chances are (since
e0e4cda
this is a mailing list) we've already read the original message.
e0e4cda
e0e4cda
- Trim irrelevant headers from the original message in your reply. All we need
e0e4cda
to see is a) From, b) Date, and c) Subject. We don't even really need the
e0e4cda
Subject, if you haven't changed it. Better yet is to just preface the original
e0e4cda
message with "On [date] [someone] wrote:".
e0e4cda
e0e4cda
- Please don't reply to or argue about spam, spam filters or viruses on any
e0e4cda
Samba lists. We do have a spam filtering system that is working quite well thank
e0e4cda
you very much but occasionally unwanted messages slip through. Deal with it.
e0e4cda
e0e4cda
- Never say "Me too." It doesn't help anyone solve the problem. Instead, if you
e0e4cda
ARE having the same problem, give more information. Have you seen something that
e0e4cda
the other writer hasn't mentioned, which may be helpful?
e0e4cda
e0e4cda
- If you ask about a problem, then come up with the solution on your own or
e0e4cda
through another source, by all means post it. Someone else may have the same
e0e4cda
problem and is waiting for an answer, but never hears of it.
e0e4cda
e0e4cda
- Give as much *relevant* information as possible such as Samba release number,
e0e4cda
OS, kernel version, etc...
e0e4cda
e0e4cda
- RTFM. Google.
e0e4cda
e0e4cda
### WEB SITE
e0e4cda
A Samba WWW [site](https://samba.org) has been setup with lots of useful info.
e0e4cda
e0e4cda
As well as general information and documentation, this also has searchable
e0e4cda
archives of the mailing list and a user survey that shows who else is using this
e0e4cda
package.