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/build
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/build/DTD/samba-doc

    r414 r988  
    4343        type CDATA #REQUIRED
    4444        context CDATA #REQUIRED
    45         advanced CDATA #IMPLIED
    46         developer CDATA #IMPLIED
    47         wizard CDATA #IMPLIED
    48         basic CDATA #IMPLIED
    49         print CDATA #IMPLIED
     45        synonym CDATA #IMPLIED
     46        handler CDATA #IMPLIED
     47        deprecated CDATA #IMPLIED
     48        enumlist CDATA #IMPLIED
    5049>
    5150<!ELEMENT description ANY>
  • vendor/current/docs-xml/build/DTD/samba.entities

    r860 r988  
    215215<!ENTITY stdarg.configfile '
    216216<varlistentry>
    217 <term>-s|--configfile &lt;configuration file&gt;</term>
     217<term>-s|--configfile=&lt;configuration file&gt;</term>
    218218<listitem><para>The file specified contains the
    219219configuration details required by the server.  The
     
    242242</varlistentry>'>
    243243
     244<!ENTITY stdarg.option '
     245<varlistentry>
     246<term>--option=&lt;name&gt;=&lt;value&gt;</term>
     247<listitem><para>Set the
     248<citerefentry><refentrytitle>smb.conf</refentrytitle>
     249<manvolnum>5</manvolnum></citerefentry>
     250option "&lt;name&gt;" to value "&lt;value&gt;" from the command line.
     251This overrides compiled-in defaults and options read from the configuration
     252file.
     253</para></listitem>
     254</varlistentry>'>
     255
    244256<!ENTITY popt.common.samba '
    245257&stdarg.version;
    246258&stdarg.configfile;
    247259&stdarg.log-basename;
    248 '>
     260&stdarg.option;
     261'>
     262
     263<!ENTITY popt.common.samba.client '
     264&stdarg.client.debug;
     265&popt.common.samba;
     266'>
     267
     268<!ENTITY popt.common.samba.server '
     269&stdarg.server.debug;
     270&popt.common.samba;
     271'>
     272
    249273
    250274<!ENTITY stdarg.resolve.order '
     
    441465'>
    442466
    443 
    444 <!ENTITY stdarg.help '
    445 <varlistentry>
    446 <term>-?|--help</term>
    447 <listitem><para>Print a summary of command line options.
    448 </para></listitem>
    449 </varlistentry>'>
     467<!ENTITY stdarg.signing '
     468<varlistentry>
     469<term>-S|--signing on|off|required</term>
     470<listitem><para>Set the client signing state.
     471</para></listitem>
     472</varlistentry>
     473'>
     474
     475<!ENTITY stdarg.machinepass '
     476<varlistentry>
     477<term>-P|--machine-pass</term>
     478<listitem><para>Use stored machine account password.
     479</para></listitem>
     480</varlistentry>
     481'>
     482
     483<!ENTITY stdarg.encrypt '
     484<varlistentry>
     485<term>-e|--encrypt</term>
     486<listitem><para>
     487This command line parameter requires the remote
     488server support the UNIX extensions or that the SMB3 protocol has been selected.
     489Requests that the connection be encrypted. Negotiates SMB encryption using either
     490SMB3 or POSIX extensions via GSSAPI. Uses the given credentials for
     491the encryption negotiation (either kerberos or NTLMv1/v2 if given
     492domain/username/password triple. Fails the connection if encryption
     493cannot be negotiated.
     494</para></listitem>
     495</varlistentry>
     496'>
     497
     498<!ENTITY stdarg.pwnthash '
     499<varlistentry>
     500<term>--pw-nt-hash</term>
     501<listitem><para>The supplied password is the NT hash.
     502</para></listitem>
     503</varlistentry>
     504'>
    450505
    451506<!ENTITY popt.common.credentials '
     
    455510&stdarg.authfile;
    456511&stdarg.username;
     512&stdarg.signing;
     513&stdarg.machinepass;
     514&stdarg.encrypt;
     515&stdarg.pwnthash;
     516'>
     517
     518<!ENTITY stdarg.help '
     519<varlistentry>
     520<term>-?|--help</term>
     521<listitem><para>Print a summary of command line options.
     522</para></listitem>
     523</varlistentry>
     524'>
     525
     526<!ENTITY stdarg.usage '
     527<varlistentry>
     528<term>--usage</term>
     529<listitem><para>Display brief usage message.
     530</para></listitem>
     531</varlistentry>
     532'>
     533
     534<!ENTITY popt.autohelp '
     535&stdarg.help;
     536&stdarg.usage;
    457537'>
    458538
  • vendor/current/docs-xml/build/catalog.xml.in

    r860 r988  
    77    <rewriteURI
    88                        uriStartString="http://www.samba.org/samba/DTD/"
    9                         rewritePrefix="file://@abs_top_builddir@/build/DTD/"/>
     9                        rewritePrefix="file://@abs_top_srcdir@/build/DTD/"/>
    1010
    1111    <rewriteURI
    1212                        uriStartString="http://www.gnu.org/licenses/"
    13                         rewritePrefix="file://@abs_top_builddir@/Samba3-ByExample/"/>
     13                        rewritePrefix="file://@abs_top_srcdir@/Samba3-ByExample/"/>
     14    <rewriteURI
     15                        uriStartString="http://www.samba.org/samba/smbdotconf/"
     16                        rewritePrefix="file://@abs_top_builddir@/smbdotconf/"/>
    1417</catalog>
Note: See TracChangeset for help on using the changeset viewer.