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

Location:
vendor/current/docs-xml/smbdotconf/filename
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/smbdotconf/filename/casesensitive.xml

    r746 r988  
    11<samba:parameter name="case sensitive"
    22                 context="S"
    3                                  type="boolean"
     3                 type="enum"
     4                 enumlist="enum_bool_auto"
    45                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    56<synonym>casesignames</synonym>
  • vendor/current/docs-xml/smbdotconf/filename/defaultcase.xml

    r414 r988  
    11<samba:parameter name="default case"
    2         context="S"
    3         type="string" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
     2                 context="S"
     3                 type="enum"
     4                 enumlist="enum_case"
     5                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    46<description>
    57        <para>See the section on <smbconfoption name="name mangling"/>.
  • vendor/current/docs-xml/smbdotconf/filename/deletevetofiles.xml

    r414 r988  
    11<samba:parameter name="delete veto files"
    2                                 type="boolean"
     2                type="boolean"
    33                 context="S"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
  • vendor/current/docs-xml/smbdotconf/filename/hidedotfiles.xml

    r414 r988  
    11<samba:parameter name="hide dot files"
    22                 context="S"
    3                                 type="boolean"
     3                type="boolean"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55<description>
  • vendor/current/docs-xml/smbdotconf/filename/hidespecialfiles.xml

    r414 r988  
    11<samba:parameter name="hide special files"
    22                 context="S"
    3                                 type="boolean"
     3                type="boolean"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55<description>
  • vendor/current/docs-xml/smbdotconf/filename/hideunreadable.xml

    r414 r988  
    11<samba:parameter name="hide unreadable"
    22                 context="S"
    3                                 type="boolean"
     3                type="boolean"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55 <description>
    66        <para>This parameter prevents clients from seeing the
    77                existance of files that cannot be read. Defaults to off.</para>
     8        <para>Please note that enabling this can slow down listing large
     9        directories significantly. Samba has to evaluate the ACLs of all
     10        directory members, which can be a lot of effort.</para>
    811</description>
    912<value type="default">no</value>
  • vendor/current/docs-xml/smbdotconf/filename/hideunwriteablefiles.xml

    r414 r988  
    11<samba:parameter name="hide unwriteable files"
    22                 context="S"
    3                                 type="boolean"
     3                type="boolean"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55<description>
     
    88    Defaults to off. Note that unwriteable directories are shown as usual.
    99    </para>
     10    <para>Please note that enabling this can slow down listing large
     11    directories significantly. Samba has to evaluate the ACLs of all directory
     12    members, which can be a lot of effort.</para>
    1013</description>
    1114<value type="default">no</value>
  • vendor/current/docs-xml/smbdotconf/filename/manglednames.xml

    r414 r988  
    11<samba:parameter name="mangled names"
    2                                 type="boolean"
     2                type="boolean"
    33                 context="S"
     4                 parm="1"
    45                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    56<description>
  • vendor/current/docs-xml/smbdotconf/filename/mangleprefix.xml

    r414 r988  
    11<samba:parameter name="mangle prefix"
    22                 context="G"
    3                                  type="string"
    4                  advanced="1" developer="1"
     3                 type="integer"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/filename/manglingchar.xml

    r414 r988  
    11<samba:parameter name="mangling char"
    22                 context="S"
    3                                  type="string"
     3                 type="char"
     4                 parm="1"
    45                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    56 <description>
  • vendor/current/docs-xml/smbdotconf/filename/manglingmethod.xml

    r414 r988  
    11<samba:parameter name="mangling method"
    2                          context="G"
    3                                  type="string"
    4                  advanced="1" developer="1"
     2                 context="G"
     3                 type="string"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
    76        <para> controls the algorithm used for the generating
    87        the mangled names. Can take two different values, &quot;hash&quot; and
    9         &quot;hash2&quot;. &quot;hash&quot; is the algorithm that was used
     8        &quot;hash2&quot;. &quot;hash&quot; is the algorithm that was
    109        used in Samba for many years and was the default in Samba 2.2.x &quot;hash2&quot; is
    1110        now the default and is newer and considered a better algorithm (generates less collisions) in
  • vendor/current/docs-xml/smbdotconf/filename/maparchive.xml

    r414 r988  
    11<samba:parameter name="map archive"
    22                 context="S"
    3                                 type="boolean"
    4                                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
     3                type="boolean"
     4                xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55<description>
    66        <para>
     
    1414
    1515        <para>
     16        Note that this parameter will be ignored if the <smbconfoption name="store dos attributes"/>
     17        parameter is set, as the DOS archive attribute will then be stored inside a UNIX extended
     18        attribute.
     19        </para>
     20
     21        <para>
    1622        Note that this requires the <smbconfoption name="create mask"/> parameter to be set such that owner
    1723        execute bit is not masked out (i.e. it must include 100). See the parameter
  • vendor/current/docs-xml/smbdotconf/filename/maphidden.xml

    r414 r988  
    11<samba:parameter name="map hidden"
    22                 context="S"
    3                                 type="boolean"
     3                type="boolean"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55<description>
    66        <para>
    77        This controls whether DOS style hidden files should be mapped to the UNIX world execute bit.
     8        </para>
     9
     10        <para>
     11        Note that this parameter will be ignored if the <smbconfoption name="store dos attributes"/>
     12        parameter is set, as the DOS hidden attribute will then be stored inside a UNIX extended
     13        attribute.
    814        </para>
    915
     
    1521
    1622</description>
    17 <value type="boolean">no</value>
     23<value type="default">no</value>
    1824</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/filename/mapreadonly.xml

    r414 r988  
    11<samba:parameter name="map readonly"
    22                 context="S"
    3                  type="enum"
     3                 type="enum"
     4                 enumlist="enum_map_readonly"
    45                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    56<description>
     
    4344    </itemizedlist>
    4445
     46        <para>
     47        Note that this parameter will be ignored if the <smbconfoption name="store dos attributes"/>
     48        parameter is set, as the DOS 'read-only' attribute will then be stored inside a UNIX extended
     49        attribute.
     50        </para>
     51
    4552</description>
    4653<value type="default">yes</value>
  • vendor/current/docs-xml/smbdotconf/filename/mapsystem.xml

    r414 r988  
    11<samba:parameter name="map system"
    22                 context="S"
    3                                 type="boolean"
     3                type="boolean"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55<description>
     
    77        This controls whether DOS style system files should be mapped to the UNIX group execute bit.
    88        </para>
     9
     10        <para>
     11        Note that this parameter will be ignored if the <smbconfoption name="store dos attributes"/>
     12        parameter is set, as the DOS system attribute will then be stored inside a UNIX extended
     13        attribute.
     14        </para>
    915
    1016        <para>
  • vendor/current/docs-xml/smbdotconf/filename/maxstatcachesize.xml

    r746 r988  
    11<samba:parameter name="max stat cache size"
    22                 context="G"
    3                  developer="1"
    4                  type="integer"
     3                 type="integer"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/filename/preservecase.xml

    r414 r988  
    11<samba:parameter name="preserve case"
    22                 context="S"
    3                                 type="boolean"
     3                type="boolean"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55<description>
  • vendor/current/docs-xml/smbdotconf/filename/shortpreservecase.xml

    r414 r988  
    11<samba:parameter name="short preserve case"
    22                 context="S"
    3                                 type="boolean"
     3                type="boolean"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55<description>
  • vendor/current/docs-xml/smbdotconf/filename/statcache.xml

    r414 r988  
    11<samba:parameter name="stat cache"
    22                 context="G"
    3                  developer="1"
    4                                  type="boolean"
     3                 type="boolean"
    54                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    65<description>
  • vendor/current/docs-xml/smbdotconf/filename/storedosattributes.xml

    r414 r988  
    11<samba:parameter name="store dos attributes"
    22                 context="S"
    3                 type="boolean"
     3                type="boolean"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55<description>
     
    99        as occurs with <smbconfoption name="map hidden"/> and <smbconfoption name="map readonly"/>).  When set, DOS
    1010        attributes will be stored onto an extended attribute in the UNIX filesystem, associated with the file or
    11         directory.  For no other mapping to occur as a fall-back, the parameters <smbconfoption name="map hidden"/>,
     11        directory.  When this parameter is set it will override the parameters <smbconfoption name="map hidden"/>,
    1212        <smbconfoption name="map system"/>, <smbconfoption name="map archive"/> and <smbconfoption name="map
    13         readonly"/> must be set to off. This parameter writes the DOS attributes as a string into the extended
     13        readonly"/> and they will behave as if they were set to off. This parameter writes the DOS attributes as a string into the extended
    1414        attribute named "user.DOSATTRIB". This extended attribute is explicitly hidden from smbd clients requesting an
    1515        EA list. On Linux the filesystem must have been mounted with the mount option user_xattr in order for
  • vendor/current/docs-xml/smbdotconf/filename/vetofiles.xml

    r414 r988  
    11<samba:parameter name="veto files"
    22                 context="S"
    3                                 type="string"
     3                type="string"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55 <description>
     
    4949<related>case sensitive</related>
    5050
    51 <value type="default">No files or directories are vetoed.</value>
     51<value type="default"><comment>No files or directories are vetoed</comment></value>
    5252</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/filename/vetooplockfiles.xml

    r414 r988  
    11<samba:parameter name="veto oplock files"
    22                 context="S"
    3                                 type="string"
     3                type="string"
    44                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    55 <description>
Note: See TracChangeset for help on using the changeset viewer.