[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Mon Jul 25 05:15:02 MDT 2011


The branch, master has been updated
       via  233ba37 s3:docs: document the smbclient "tid" command
       via  a8d0e4d s3:docs: document the smbclient "tdis" command
       via  5ecfcf6 s3:docs: document the smbclient "tcon" command
       via  9724fe3 s3:docs: document the smbclient "logoff" command
      from  6e72370 lib/ccan: update to init-1192-gdd04041

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 233ba37416551a0b64dcfeb5cd405aadede5418c
Author: Michael Adam <obnox at samba.org>
Date:   Mon Jul 25 11:46:33 2011 +0200

    s3:docs: document the smbclient "tid" command
    
    Autobuild-User: Michael Adam <obnox at samba.org>
    Autobuild-Date: Mon Jul 25 13:14:57 CEST 2011 on sn-devel-104

commit a8d0e4ddb8730dc176e0589674ec4eaea307119a
Author: Michael Adam <obnox at samba.org>
Date:   Mon Jul 25 11:44:39 2011 +0200

    s3:docs: document the smbclient "tdis" command

commit 5ecfcf6cb998f5670895f998c2c917afc86aacfd
Author: Michael Adam <obnox at samba.org>
Date:   Mon Jul 25 11:42:00 2011 +0200

    s3:docs: document the smbclient "tcon" command

commit 9724fe303d5f9a3e37a881d025937285668e2dbe
Author: Michael Adam <obnox at samba.org>
Date:   Mon Jul 25 11:39:04 2011 +0200

    s3:docs: document the smbclient "logoff" command

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/manpages-3/smbclient.1.xml |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/manpages-3/smbclient.1.xml b/docs-xml/manpages-3/smbclient.1.xml
index ae11e8a..337b0e4 100644
--- a/docs-xml/manpages-3/smbclient.1.xml
+++ b/docs-xml/manpages-3/smbclient.1.xml
@@ -735,6 +735,13 @@
 		</varlistentry>
 
 		<varlistentry>
+		<term>logoff</term>
+		<listitem><para>Loggs the user off the server, closing the session.
+		Used for internal Samba testing purposes.
+		</para></listitem>
+		</varlistentry>
+
+		<varlistentry>
 		<term>lowercase</term>
 		<listitem><para>Toggle lowercasing of filenames for the get and
 		mget commands.		
@@ -1044,6 +1051,30 @@
 		</para></listitem>
 		</varlistentry>
 
+		<varlistentry>
+		<term>tcon <sharename></term>
+		<listitem><para>Establishes a new tree connect (connection to a share).
+		Replaces the current tree connect. Prints the new tid (tree id).
+		Used for internal Samba testing purposes.
+		</para></listitem>
+		</varlistentry>
+
+		<varlistentry>
+		<term>tdis</term>
+		<listitem><para>Close the current share connection (tree disconnect).
+		Used for internal Samba testing purposes.
+		</para></listitem>
+		</varlistentry>
+
+		<varlistentry>
+		<term>tid <number></term>
+		<listitem><para>Changes the current tree id (tid) in the
+		protocol to a new arbitrary number. Without an argument, it
+		prints out the tid currently used.
+		Used for internal Samba testing purposes.
+		</para></listitem>
+		</varlistentry>
+
 	</variablelist>
 </refsect1>
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list