Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/manpages/libsmbclient.7

    r44 r134  
    1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
    2 .de Sh \" Subsection
    3 .br
    4 .if t .Sp
    5 .ne 5
    6 .PP
    7 \fB\\$1\fR
    8 .PP
    9 ..
    10 .de Sp \" Vertical space (when we can't use .PP)
    11 .if t .sp .5v
    12 .if n .sp
    13 ..
    14 .de Ip \" List item
    15 .br
    16 .ie \\n(.$>=3 .ne \\$3
    17 .el .ne 3
    18 .IP "\\$1" \\$2
    19 ..
    20 .TH "LIBSMBCLIENT" 7 "" "" ""
     1.\"     Title: libsmbclient
     2.\"    Author:
     3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
     4.\"      Date: 05/21/2008
     5.\"    Manual: 7
     6.\"    Source: Samba 3.0
     7.\"
     8.TH "LIBSMBCLIENT" "7" "05/21/2008" "Samba 3\.0" "7"
     9.\" disable hyphenation
     10.nh
     11.\" disable justification (adjust text to left margin only)
     12.ad l
    2113.SH "NAME"
    2214libsmbclient - An extension library for browsers and that can be used as a generic browsing API.
     
    2517Browser URL:.PP
    2618smb://[[[domain:]user[:password@]]server[/share[/path[/file]]]] [?options]
    27 
    2819.SH "DESCRIPTION"
    2920.PP
    3021This tool is part of the
    3122\fBsamba\fR(7)
    32 suite.
     23suite\.
    3324.PP
    3425
    3526libsmbclient
    36 is a library toolset that permits applications to manipulate CIFS/SMB network resources using many of the standards POSIX functions available for manipulating local UNIX/Linux files. It permits much more than just browsing, files can be opened and read or written, permissions changed, file times modified, attributes and ACL's can be manipulated, and so on. Of course, its functionality includes all the capabilities commonly called browsing.
     27is a library toolset that permits applications to manipulate CIFS/SMB network resources using many of the standards POSIX functions available for manipulating local UNIX/Linux files\. It permits much more than just browsing, files can be opened and read or written, permissions changed, file times modified, attributes and ACL\'s can be manipulated, and so on\. Of course, its functionality includes all the capabilities commonly called browsing\.
    3728.PP
    3829
    3930libsmbclient
    40 can not be used directly from the command line, instead it provides an extension of the capabilities of tools such as file managers and browsers. This man page describes the configuration options for this tool so that the user may obtain greatest utility of use.
     31can not be used directly from the command line, instead it provides an extension of the capabilities of tools such as file managers and browsers\. This man page describes the configuration options for this tool so that the user may obtain greatest utility of use\.
    4132.SH "OPTIONS"
    4233.PP
     
    4435.PP
    4536smb://
    46 .RS 3n
    47 Shows all workgroups or domains that are visible in the network. The behavior matches that of the Microsoft Windows Explorer.
     37.RS 4
     38Shows all workgroups or domains that are visible in the network\. The behavior matches that of the Microsoft Windows Explorer\.
    4839.sp
    4940The method of locating the list of workgroups (domains also) varies depending on the setting of the context variable
    50 (context->options.browse_max_lmb_count). It is the responsibility of the application that calls this library to set this to a sensible value. This is a compile-time option. This value determines the maximum number of local master browsers to query for the list of workgroups. In order to ensure that the list is complete for those present on the network, all master browsers must be querried. If there are a large number of workgroups on the network, the time spent querying will be significant. For small networks (just a few workgroups), it is suggested to set this value to 0, instructing libsmbclient to query all local master browsers. In an environment that has many workgroups a more reasonable setting may be around 3.
     41(context\->options\.browse_max_lmb_count)\. It is the responsibility of the application that calls this library to set this to a sensible value\. This is a compile\-time option\. This value determines the maximum number of local master browsers to query for the list of workgroups\. In order to ensure that the list is complete for those present on the network, all master browsers must be querried\. If there are a large number of workgroups on the network, the time spent querying will be significant\. For small networks (just a few workgroups), it is suggested to set this value to 0, instructing libsmbclient to query all local master browsers\. In an environment that has many workgroups a more reasonable setting may be around 3\.
    5142.RE
    5243.PP
    5344smb://name/
    54 .RS 3n
    55 This command causes libsmbclient to perform a name look-up. If the NAME<1D> or NAME<1B> exists (workgroup name), libsmbclient will list all servers in the workgroup (or domain). Otherwise, a name look-up for the NAME<20> (machine name) will be performed, and the list of shared resources on the server will be displayed.
     45.RS 4
     46This command causes libsmbclient to perform a name look\-up\. If the NAME<1D> or NAME<1B> exists (workgroup name), libsmbclient will list all servers in the workgroup (or domain)\. Otherwise, a name look\-up for the NAME<20> (machine name) will be performed, and the list of shared resources on the server will be displayed\.
    5647.RE
    5748.PP
    5849When libsmbclient is invoked by an application it searches for a directory called
    59 \fI.smb\fR
    60 in the $HOME directory that is specified in the users shell environment. It then searches for a file called
    61 \fIsmb.conf\fR
    62 which, if present, will fully over-ride the system
    63 \fI/etc/samba/smb.conf\fR
    64 file. If instead libsmbclient finds a file called
    65 \fI~/.smb/smb.conf.append\fR, it will read the system
    66 \fI/etc/samba/smb.conf\fR
     50\fI\.smb\fR
     51in the $HOME directory that is specified in the users shell environment\. It then searches for a file called
     52\fIsmb\.conf\fR
     53which, if present, will fully over\-ride the system
     54\fI/etc/samba/smb\.conf\fR
     55file\. If instead libsmbclient finds a file called
     56\fI~/\.smb/smb\.conf\.append\fR, it will read the system
     57\fI/etc/samba/smb\.conf\fR
    6758and then append the contents of the
    68 \fI~/.smb/smb.conf.append\fR
    69 to it.
     59\fI~/\.smb/smb\.conf\.append\fR
     60to it\.
    7061.PP
    7162
     
    7566parameter and will use its value when if the
    7667user
    77 parameter was not included in the URL.
     68parameter was not included in the URL\.
    7869.SH "PROGRAMMERS GUIDE"
    7970.PP
    80 Watch this space for future updates.
     71Watch this space for future updates\.
    8172.SH "VERSION"
    8273.PP
    83 This man page is correct for version 3.0 of the Samba suite.
     74This man page is correct for version 3\.0 of the Samba suite\.
    8475.SH "AUTHOR"
    8576.PP
    86 The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.
     77The original Samba software and related utilities were created by Andrew Tridgell\. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\.
    8778.PP
    88 The libsmbclient manpage page was written by John H Terpstra.
    89 
     79The libsmbclient manpage page was written by John H Terpstra\.
Note: See TracChangeset for help on using the changeset viewer.