Changeset 988 for vendor/current/README


Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/README

    r414 r988  
    11This is the release version of Samba, the free SMB and CIFS client and
    2 server for UNIX and other operating systems. Samba is maintained by
    3 the Samba Team, who support the original author, Andrew Tridgell.
     2server and Domain Controller for UNIX and other operating
     3systems. Samba is maintained by the Samba Team, who support the
     4original author, Andrew Tridgell.
    45
    56>>>> Please read THE WHOLE of this file as it gives important information
    67>>>> about the configuration and use of Samba.
    78
    8 NOTE: Installation instructions may be found in
     9NOTE: Installation instructions may be found
     10      for the file/print server and domain member in:
    911      docs/htmldocs/Samba3-HOWTO/install.html
     12
     13      For the AD DC implementation a full HOWTO is provided at:
     14      http://wiki.samba.org/index.php/Samba4/HOWTO
    1015
    1116This software is freely distributable under the GNU public license, a
     
    6267  services to SMB clients such as Windows 95, Warp Server, smbfs and others.
    6368
    64 - a Windows NT 4.0 Domain Controller replacement.
     69- a Windows Domain Controller (NT4 and AD) replacement.
    6570
    6671- a file/print server that can act as a member of a Windows NT 4.0
     
    8388Related packages include:
    8489
    85 - smbfs, a Linux-only filesystem allowing you to mount remote SMB
     90- cifsvfs, an advanced Linux-only filesystem allowing you to mount
     91  remote SMB filesystems from PCs on your Linux box. This is included
     92  as standard with Linux 2.5 and later.
     93
     94- smbfs, the previous Linux-only filesystem allowing you to mount remote SMB
    8695  filesystems from PCs on your Linux box. This is included as standard with
    8796  Linux 2.0 and later.
    8897
    89 - cifsvfs, a more advanced Linux-only filesystem allowing you to mount
    90   remote SMB filesystems from PCs on your Linux box. This is included
    91   as standard with Linux 2.5 and later.
    92 
    9398
    9499
     
    96101=============
    97102
    98 If you want to contribute to the development of the software then
     1031. To contribute via GitHub
     104  - fork the official Samba team repository on GitHub
     105      * see https://github.com/samba-team/samba
     106  - become familiar with the coding standards as described in README.Coding
     107  - make sure you read the Samba copyright policy
     108      * see https://www.samba.org/samba/devel/copyright-policy.html
     109  - create a feature branch
     110  - make changes
     111  - when committing, be sure to add signed-off-by tags
     112      * see https://wiki.samba.org/index.php/CodeReview#commit_message_tags
     113  - send a pull request for your branch through GitHub
     114  - this will trigger an email to the samba-technical mailing list
     115  - discussion happens on the samba-technical mailing list as described below
     116  - more info on using Git for Samba development can be found on the Samba Wiki
     117      * see https://wiki.samba.org/index.php/Using_Git_for_Samba_Development
     118
     1192. If you want to contribute to the development of the software then
    99120please join the mailing list. The Samba team accepts patches
    100121(preferably in "diff -u" format, see http://samba.org/samba/devel/
     
    106127http://wiki.samba.org/index.php/Using_Git_for_Samba_Development.
    107128
    108 You could also send hardware/software/money/jewelry or pre-paid pizza
    109 vouchers directly to Andrew. The pizza vouchers would be especially
    110 welcome, in fact there is a special field in the survey for people who
    111 have paid up their pizza :-)
    112 
    113129If you like a particular feature then look through the git change-log
    114130(on the web at http://gitweb.samba.org/?p=samba.git;a=summary) and see
     
    117133Remember that free software of this kind lives or dies by the response
    118134we get. If no one tells us they like it then we'll probably move onto
    119 something else. However, as you can see from the user survey quite a lot of
    120 people do seem to like it at the moment :-)
    121 
     135something else.
    122136
    123137MORE INFO
     
    135149available on the web page.
    136150
    137 If you would like to help with the documentation, please coodinate
     151If you would like to help with the documentation, please coordinate
    138152on the samba@samba.org mailing list.  See the next section for details
    139153on subscribing to samba mailing lists.
     
    202216
    203217
    204 NEWS GROUP
    205 ----------
    206 
    207 You might also like to look at the usenet news group comp.protocols.smb
    208 as it often contains lots of useful info and is frequented by lots of
    209 Samba users. The newsgroup was initially setup by people on the Samba
    210 mailing list. It is not, however, exclusive to Samba, it is a forum for
    211 discussing the SMB protocol (which Samba implements). The samba list
    212 is gatewayed to this newsgroup.
    213 
    214 
    215218WEB SITE
    216219--------
     
    218221A Samba WWW site has been setup with lots of useful info. Connect to:
    219222
    220 http://samba.org/samba/
     223http://samba.org/
    221224
    222225As well as general information and documentation, this also has searchable
    223226archives of the mailing list and a user survey that shows who else is using
    224 this package. Have you registered with the survey yet? :-)
    225 
     227this package.
     228
Note: See TracChangeset for help on using the changeset viewer.