Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/manpages-3/smb.conf.5.xml

    r414 r740  
    77        <refmiscinfo class="source">Samba</refmiscinfo>
    88        <refmiscinfo class="manual">File Formats and Conventions</refmiscinfo>
    9         <refmiscinfo class="version">3.5</refmiscinfo>
     9        <refmiscinfo class="version">3.6</refmiscinfo>
    1010</refmeta>
    1111
     
    489489                    machine.  It currently recognizes Samba (<constant>Samba</constant>),
    490490                    the Linux CIFS file system (<constant>CIFSFS</constant>), OS/2, (<constant>OS2</constant>),
    491                     Windows for Workgroups (<constant>WfWg</constant>), Windows 9x/ME
     491                    Mac OS X (<constant>OSX</constant>), Windows for Workgroups (<constant>WfWg</constant>), Windows 9x/ME
    492492                    (<constant>Win95</constant>), Windows NT (<constant>WinNT</constant>),
    493493                    Windows 2000 (<constant>Win2K</constant>),
     
    504504                <term>%I</term>
    505505                <listitem><para>the IP address of the client machine.</para>
     506                <para>Before 3.6.0 it could contain IPv4 mapped IPv6 addresses,
     507                        now it only contains IPv4 or IPv6 addresses.</para>
    506508                </listitem>
    507509                </varlistentry>
     
    510512                <term>%i</term>
    511513                <listitem><para>the local IP address to which a client connected.</para>
     514                <para>Before 3.6.0 it could contain IPv4 mapped IPv6 addresses,
     515                        now it only contains IPv4 or IPv6 addresses.</para>
    512516                </listitem>
    513517                </varlistentry>
     
    629633                <listitem><para>
    630634                controls what the default case is for new filenames (ie. files that don't currently exist in the filesystem).
    631                 Default <emphasis>lower</emphasis>.  IMPORTANT NOTE: This option will be used to modify the case of
    632                 <emphasis>all</emphasis> incoming client filenames, not just new filenames if the options <smbconfoption
    633                 name="case sensitive">yes</smbconfoption>, <smbconfoption name="preserve case">No</smbconfoption>,
    634                 <smbconfoption name="short preserve case">No</smbconfoption> are set.  This change is needed as part of the
    635                 optimisations for directories containing large numbers of files.
     635                Default <emphasis>lower</emphasis>.  IMPORTANT NOTE: As part of the optimizations for directories containing
     636                large numbers of files, the following special case applies. If the options
     637                <smbconfoption  name="case sensitive">yes</smbconfoption>, <smbconfoption name="preserve case">No</smbconfoption>, and
     638                <smbconfoption name="short preserve case">No</smbconfoption> are set, then the case of <emphasis>all</emphasis>
     639                incoming client filenames, not just new filenames, will be modified. See additional notes below.
    636640                </para></listitem>
    637641                </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.