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/lib/tdb/man
Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/tdb/man/tdbbackup.8.xml

    r740 r988  
    22<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
    33<refentry id="tdbbackup.8">
     4<refentryinfo><date>2015-04-25</date></refentryinfo>
    45
    56<refmeta>
     
    2324                <arg choice="opt">-v</arg>
    2425                <arg choice="opt">-h</arg>
     26                <arg choice="opt">-l</arg>
    2527        </cmdsynopsis>
    2628</refsynopsisdiv>
     
    3436        <para><command>tdbbackup</command> is a tool that may be used to backup samba .tdb
    3537        files. This tool may also be used to verify the integrity of the .tdb files prior
    36         to samba startup or during normal operation. If it finds file damage and it finds 
    37         a prior backup the backup file will be restored. 
     38        to samba startup or during normal operation. If it finds file damage and it finds
     39        a prior backup the backup file will be restored.
    3840        </para>
    3941</refsect1>
     
    5557                <term>-s suffix</term>
    5658                <listitem><para>
    57                 The <command>-s</command> option allows the adminisistrator to specify a file
     59                The <command>-s</command> option allows the administrator to specify a file
    5860                backup extension. This way it is possible to keep a history of tdb backup
    5961                files by using a new suffix for each backup.
     
    6466                <term>-v</term>
    6567                <listitem><para>
    66                 The <command>-v</command> will check the database for damages (currupt data)
     68                The <command>-v</command> will check the database for damages (corrupt data)
    6769                which if detected causes the backup to be restored.
     70                </para></listitem>
     71                </varlistentry>
     72
     73                <varlistentry>
     74                <term>-l</term>
     75                <listitem><para>
     76                This options disables any locking, by passing TDB_NOLOCK
     77                to tdb_open_ex(). Only use this for database files which
     78                are not used by any other process! And also only if it is otherwise not
     79                possible to open the database, e.g. databases which were created with
     80                mutex locking.
    6881                </para></listitem>
    6982                </varlistentry>
     
    129142        Samba is now developed by the Samba Team as an Open Source project similar to the way
    130143        the Linux kernel is developed.
    131         </para> 
     144        </para>
    132145
    133146        <para>The tdbbackup man page was written by John H Terpstra.</para>
  • vendor/current/lib/tdb/man/tdbdump.8.xml

    r740 r988  
    22<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
    33<refentry id="tdbdump.8">
     4<refentryinfo><date>2015-04-25</date></refentryinfo>
    45
    56<refmeta>
     
    2021        <cmdsynopsis>
    2122                <command>tdbdump</command>
     23                <arg choice="opt">-k <replaceable>keyname</replaceable></arg>
     24                <arg choice="opt">-e</arg>
     25                <arg choice="opt">-h</arg>
    2226                <arg choice="req">filename</arg>
    2327        </cmdsynopsis>
     
    3034        <manvolnum>1</manvolnum></citerefentry> suite.</para>
    3135
    32         <para><command>tdbdump</command> is a very simple utility that 'dumps' the 
    33                 contents of a TDB (Trivial DataBase) file to standard output in a 
     36        <para><command>tdbdump</command> is a very simple utility that 'dumps' the
     37                contents of a TDB (Trivial DataBase) file to standard output in a
    3438                human-readable format.
    3539        </para>
    3640
    37         <para>This tool can be used when debugging problems with TDB files. It is 
     41        <para>This tool can be used when debugging problems with TDB files. It is
    3842                intended for those who are somewhat familiar with Samba internals.
    3943        </para>
    4044</refsect1>
    4145
     46<refsect1>
     47        <title>OPTIONS</title>
     48
     49        <variablelist>
     50
     51                <varlistentry>
     52                <term>-h</term>
     53                <listitem><para>
     54                Get help information.
     55                </para></listitem>
     56                </varlistentry>
     57
     58                <varlistentry>
     59                <term>-k <replaceable>keyname</replaceable></term>
     60                <listitem><para>
     61                The <command>-k</command> option restricts dumping to a single key, if found.
     62                </para> </listitem>
     63                </varlistentry>
     64
     65                <varlistentry>
     66                <term>-e</term>
     67                <listitem><para>
     68                The <command>-e</command> tries to dump out from a corrupt database.  Naturally, such a dump is unreliable, at best.
     69                </para></listitem>
     70                </varlistentry>
     71
     72        </variablelist>
     73</refsect1>
    4274
    4375<refsect1>
     
    5486        Samba is now developed by the Samba Team as an Open Source project similar to the way
    5587        the Linux kernel is developed.
    56         </para> 
     88        </para>
    5789
    5890        <para>The tdbdump man page was written by Jelmer Vernooij.</para>
  • vendor/current/lib/tdb/man/tdbrestore.8.xml

    r740 r988  
    22<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
    33<refentry id="tdbrestore.8">
     4<refentryinfo><date>2015-04-25</date></refentryinfo>
    45
    56<refmeta>
  • vendor/current/lib/tdb/man/tdbtool.8.xml

    r740 r988  
    22<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
    33<refentry id="tdbtool.8">
     4<refentryinfo><date>2015-04-25</date></refentryinfo>
    45
    56<refmeta>
     
    89        <refmiscinfo class="source">Samba</refmiscinfo>
    910        <refmiscinfo class="manual">System Administration tools</refmiscinfo>
    10         <refmiscinfo class="version">3.6</refmiscinfo>
     11        <refmiscinfo class="version">4.0</refmiscinfo>
    1112</refmeta>
    1213
     
    2526        <cmdsynopsis>
    2627                <command>tdbtool</command>
     28                <arg choice="opt">-l</arg>
    2729                <arg choice="plain">
    2830                <replaceable>TDBFILE</replaceable>
     
    4951</refsect1>
    5052
     53<refsect1>
     54        <title>OPTIONS</title>
     55
     56        <variablelist>
     57
     58                <varlistentry>
     59                <term>-l</term>
     60                <listitem><para>
     61                This options disables any locking, by passing TDB_NOLOCK
     62                to tdb_open_ex(). Only use this for database files which
     63                are not used by any other process! And also only if it is otherwise not
     64                possible to open the database, e.g. databases which were created with
     65                mutex locking.
     66                </para></listitem>
     67                </varlistentry>
     68
     69        </variablelist>
     70</refsect1>
     71
     72
    5173
    5274<refsect1>
     
    123145                <replaceable>TDBFILE</replaceable>
    124146                </term>
    125                 <listitem><para>Move a record from the 
     147                <listitem><para>Move a record from the
    126148                current database into <replaceable>TDBFILE</replaceable>.
    127149                </para></listitem>
     
    197219                </term>
    198220                <listitem><para>Check the integrity of the current database.
     221                </para></listitem>
     222                </varlistentry>
     223
     224                <varlistentry>
     225                <term>
     226                <option>repack</option>
     227                </term>
     228                <listitem><para>Repack a database using a temporary file to remove fragmentation.
    199229                </para></listitem>
    200230                </varlistentry>
     
    221251<refsect1>
    222252        <title>VERSION</title>
    223         <para>This man page is correct for version 3.0.25 of the Samba suite.</para>
     253        <para>This man page is correct for version 3.6 of the Samba suite.</para>
    224254</refsect1>
    225255
Note: See TracChangeset for help on using the changeset viewer.