~ubuntu-branches/ubuntu/maverick/samba/maverick-security

« back to all changes in this revision

Viewing changes to docs/htmldocs/manpages/libsmbclient.7.html

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-01-29 06:16:15 UTC
  • mfrom: (0.27.9 upstream) (0.34.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100129061615-37hs6xqpsdhjq3ld
Tags: 2:3.4.5~dfsg-1ubuntu1
* Merge from debian testing.  Remaining changes:
  + debian/patches/VERSION.patch:
    - set SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/smb.conf:
    - Add "(Samba, Ubuntu)" to server string.
    - Comment out the default [homes] share, and add a comment about "valid users = %s"
      to show users how to restrict access to \\server\username to only username.
    - Set 'usershare allow guests', so that usershare admins are allowed to create
      public shares in additon to authenticated ones.
    - add map to guest = Bad user, maps bad username to gues access.
  + debian/samba-common.conf:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/mksambapasswd.awk:
    - Do not add user with UID less than 1000 to smbpasswd.
  + debian/control: 
    - Make libswbclient0 replace/conflict with hardy's likewise-open.
    - Don't build against ctdb, since its not in main yet.
  + debian/rules:
    - Enable "native" PIE hardening.
    - Add BIND_NOW to maximize benefit of RELRO hardening.
  + Add ufw integration:
    - Created debian/samba.ufw.profile.
    - debian/rules, debian/samba.dirs, debian/samba.files: install
  + Add apoort hook:
    - Created debian/source_samba.py.
    - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
  + debian/rules, debian/samba.if-up: allow "NetworkManager" as a recognized address
    family... it's obviously /not/ an address family, but it's what gets
    sent when using NM, so we'll cope for now.  (LP: #462169). Taken from karmic-proposed.
  + debian/control: Recommend keyutils for smbfs (LP: #493565)
  + Dropped patches:
    - debian/patches/security-CVE-2009-3297.patch: No longer needed
    - debian/patches/fix-too-many-open-files.patch: No longer needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>libsmbclient</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="libsmbclient.7"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>libsmbclient &#8212; An extension library for browsers and that can be used as a generic browsing API.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><p>
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>libsmbclient</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="libsmbclient"><a name="libsmbclient.7"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>libsmbclient &#8212; An extension library for browsers and that can be used as a generic browsing API.</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><div class="cmdsynopsis"><p><p>
2
2
        Browser URL:
3
3
        <code class="literal">smb://[[[domain:]user[:password@]]server[/share[/path[/file]]]] [?options]
4
4
        </code>
5
 
        </p></p></div></div><div class="refsect1" lang="en"><a name="id2522934"></a><h2>DESCRIPTION</h2><p>
 
5
        </p></p></div></div><div class="refsect1" title="DESCRIPTION"><a name="id2528909"></a><h2>DESCRIPTION</h2><p>
6
6
        This tool is part of the <a class="citerefentry" href="samba.7.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(7)</span></a> suite.
7
7
        </p><p>
8
8
        <code class="literal">libsmbclient</code> is a library toolset that permits applications to manipulate CIFS/SMB network
14
14
        <code class="literal">libsmbclient</code> can not be used directly from the command line, instead it provides an
15
15
        extension of the capabilities of tools such as file managers and browsers.  This man page describes the
16
16
        configuration options for this tool so that the user may obtain greatest utility of use.
17
 
        </p></div><div class="refsect1" lang="en"><a name="id2483355"></a><h2>OPTIONS</h2><p>
 
17
        </p></div><div class="refsect1" title="OPTIONS"><a name="id2489316"></a><h2>OPTIONS</h2><p>
18
18
        What the URLs mean:
19
19
        </p><div class="variablelist"><dl><dt><span class="term">smb://</span></dt><dd><p>
20
20
                        Shows all workgroups or domains that are visible in the network. The behavior matches
46
46
        <code class="literal">libsmbclient</code> will check the users shell environment for the <code class="literal">USER</code>
47
47
        parameter and will use its value when if the <code class="literal">user</code> parameter was not included
48
48
        in the URL.
49
 
        </p></div><div class="refsect1" lang="en"><a name="id2483610"></a><h2>PROGRAMMERS GUIDE</h2><p>
 
49
        </p></div><div class="refsect1" title="PROGRAMMERS GUIDE"><a name="id2489586"></a><h2>PROGRAMMERS GUIDE</h2><p>
50
50
        Watch this space for future updates.
51
 
        </p></div><div class="refsect1" lang="en"><a name="id2483621"></a><h2>VERSION</h2><p>
 
51
        </p></div><div class="refsect1" title="VERSION"><a name="id2489597"></a><h2>VERSION</h2><p>
52
52
        This man page is correct for version 3 of the Samba suite.
53
 
        </p></div><div class="refsect1" lang="en"><a name="id2483632"></a><h2>AUTHOR</h2><p>
 
53
        </p></div><div class="refsect1" title="AUTHOR"><a name="id2489608"></a><h2>AUTHOR</h2><p>
54
54
        The original Samba software and related utilities were created by Andrew Tridgell.
55
55
        Samba is now developed by the Samba Team as an Open Source project similar to the way
56
56
        the Linux kernel is developed.