Your message dated Mon, 02 Mar 2009 10:02:24 +0000
with message-id <[email protected]>
and subject line Bug#516047: fixed in samba 2:3.3.1-1
has caused the Debian Bug report #516047,
regarding samba-common: minor small fixes, smb.conf
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
516047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516047
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: samba-common
Version: 2:3.2.5-4
Severity: minor
File: /usr/share/man/man5/smb.conf.5.gz
Index:
        s/refersh/refresh/
        /it's case insensitive nature/s/'//
        /builting/ s/g//
        add comma, s/a/an/
        add commas
        use "its" instead of "of this"
        samba-common: s/able //
        /atabase/s//d&/
        add comma
        samba-common: /inproved/s/n/m/
        s/to to/.../
        s/no/&,/
        /guestparameter/s/p/ &/
        add comma
        add comma
        /smbd(8)/s//& /
        add comma

s/refersh/refresh/
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.24748     2009-02-12 16:30:27.000000000 -0700
@@ -636,7 +636,7 @@
 This boolean parameter controls what
 \fBsmbd\fR(8)does on receiving a protocol request of "open for delete" from a 
Windows client\. If a Windows client doesn\'t have permissions to delete a file 
then they expect this to be denied at open time\. POSIX systems normally only 
detect restrictions on delete by actually attempting to delete the file or 
directory\. As Windows clients can (and do) "back out" a delete request by 
unsetting the "delete on close" bit Samba cannot delete the file immediately on 
"open for delete" request as we cannot restore such a deleted file\. With this 
parameter set to true (the default) then smbd checks the file system 
permissions directly on "open for delete" and denies the request without 
actually deleting the file if the file system permissions would seem to deny 
it\. This is not perfect, as it\'s possible a user could have deleted a file 
without Samba being able to check the permissions correctly, but it is close 
enough to Windows semantics for mostly correct behaviour\. Samba will correctly 
check POSIX ACL semantics in this case\.
 .sp
-If this parameter is set to "false" Samba doesn\'t check permissions on "open 
for delete" and allows the open\. If the user doesn\'t have permission to 
delete the file this will only be discovered at close time, which is too late 
for the Windows user tools to display an error message to the user\.  The 
symptom of this is files that appear to have been deleted "magically" 
re\-appearing on a Windows explorer refersh\. This is an extremely advanced 
protocol option which should not need to be changed\. This parameter was 
introduced in its final form in 3\.0\.21, an earlier version with slightly 
different semantics was introduced in 3\.0\.20\. That older version is not 
documented here\.
+If this parameter is set to "false" Samba doesn\'t check permissions on "open 
for delete" and allows the open\. If the user doesn\'t have permission to 
delete the file this will only be discovered at close time, which is too late 
for the Windows user tools to display an error message to the user\.  The 
symptom of this is files that appear to have been deleted "magically" 
re\-appearing on a Windows explorer refresh\. This is an extremely advanced 
protocol option which should not need to be changed\. This parameter was 
introduced in its final form in 3\.0\.21, an earlier version with slightly 
different semantics was introduced in 3\.0\.20\. That older version is not 
documented here\.
 .sp
 Default:
 \fI\fIacl check permissions\fR\fR\fI =3D \fR\fITrue\fR\fI \fR

/it's case insensitive nature/s/'//
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.26157     2009-02-12 16:48:28.000000000 -0700
@@ -5,7 +5,7 @@
 .\"    Manual: File Formats and Conventions
 .\"    Source: Samba 3.2
 .\"
-.TH "SMB\.CONF" "5" "11/20/2008" "Samba 3\.2" "File Formats and Conventions"
+.TH "SMB\.CONF" "5" "02/12/2009" "Samba 3\.2" "File Formats and Conventions"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -1560,7 +1560,7 @@
 \fBsmbclient\fR(8)
 and other samba client tools will attempt to authenticate itself to servers 
using the weaker LANMAN password hash\. If disabled, only server which support 
NT password hashes (e\.g\. Windows NT/2000, Samba, etc\.\.\. but not Windows 
95/98) will be able to be connected from the Samba client\.
 .sp
-The LANMAN encrypted response is easily broken, due to it\'s case\-insensitive 
nature, and the choice of algorithm\. Clients without Windows 95/98 servers are 
advised to disable this option\.
+The LANMAN encrypted response is easily broken, due to its case\-insensitive 
nature, and the choice of algorithm\. Clients without Windows 95/98 servers are 
advised to disable this option\.
 .sp
 Disabling this option will also disable the
 client plaintext auth

/builting/ s/g//
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.28783     2009-02-12 17:19:02.000000000 -0700
@@ -2586,7 +2586,7 @@
 enable asu support (G)
 .PP
 .RS 4
-Hosts running the "Advanced Server for Unix (ASU)" product require some 
special accomodations such as creating a builting [ADMIN$] share that only 
supports IPC connections\. The has been the default behavior in smbd for many 
years\. However, certain Microsoft applications such as the Print Migrator tool 
require that the remote server support an [ADMIN$} file share\. Disabling this 
parameter allows for creating an [ADMIN$] file share in smb\.conf\.
+Hosts running the "Advanced Server for Unix (ASU)" product require some 
special accomodations such as creating a builtin [ADMIN$] share that only 
supports IPC connections\. The has been the default behavior in smbd for many 
years\. However, certain Microsoft applications such as the Print Migrator tool 
require that the remote server support an [ADMIN$] file share\. Disabling this 
parameter allows for creating an [ADMIN$] file share in smb\.conf\.
 .sp
 Default:
 \fI\fIenable asu support\fR\fR\fI = \fR\fIno\fR\fI \fR


add comma, s/a/an/
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.29255     2009-02-12 17:22:27.000000000 -0700
@@ -2639,7 +2639,9 @@
 .sp
 The first enhancement to browse propagation consists of a regular wildcard 
query to a Samba WINS server for all Domain Master Browsers, followed by a 
browse synchronization with each of the returned DMBs\. The second enhancement 
consists of a regular randomised browse synchronization with all currently 
known DMBs\.
 .sp
-You may wish to disable this option if you have a problem with empty 
workgroups not disappearing from browse lists\. Due to the restrictions of the 
browse protocols these enhancements can cause a empty workgroup to stay around 
forever which can be annoying\.
+You may wish to disable this option if you have a problem with empty
+workgroups not disappearing from browse lists\. Due to the
+restrictions of the browse protocols, these enhancements can cause an empty 
workgroup to stay around forever which can be annoying\.
 .sp
 In general you should leave this option enabled as it makes cross\-subnet 
browse propagation much more reliable\.
 .sp

add commas
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.5731      2009-02-13 13:15:06.000000000 -0700
@@ -8802,7 +8802,10 @@
 usershare prefix allow list (G)
 .PP
 .RS 4
-This parameter specifies a list of absolute pathnames the root of which are 
allowed to be exported by user defined share definitions\. If the pathname 
exported doesn\'t start with one of the strings in this list the user defined 
share will not be allowed\. This allows the Samba administrator to restrict the 
directories on the system that can be exported by user defined shares\.
+This parameter specifies a list of absolute pathnames the root of
+which are allowed to be exported by user defined share definitions\.
+If the pathname to be exported doesn\'t start with one of the strings
+in this list, the user defined share will not be allowed\. This allows the 
Samba administrator to restrict the directories on the system that can be 
exported by user defined shares\.
 .sp
 If there is a "usershare prefix deny list" and also a "usershare prefix allow 
list" the deny list is processed first, followed by the allow list, thus 
leading to the most restrictive interpretation\.
 .sp
@@ -8830,7 +8833,8 @@
 usershare template share (G)
 .PP
 .RS 4
-User defined shares only have limited possible parameters such as path, guest 
ok etc\. This parameter allows usershares to "cloned" from an existing share\. 
If "usershare template share" is set to the name of an existing share, then all 
usershares created have their defaults set from the parameters set on this 
share\.
+User defined shares only have limited possible parameters such as
+path, guest ok, etc\. This parameter allows usershares to "cloned" from an 
existing share\. If "usershare template share" is set to the name of an 
existing share, then all usershares created have their defaults set from the 
parameters set on this share\.
 .sp
 The target share may be set to be invalid for real file sharing by setting the 
parameter "\-valid = False" on the template share definition\. This causes it 
not to be seen as a real exported share but to be able to be used as a template 
for usershares\.
 .sp

use "its" instead of "of this"
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.5822      2009-02-13 13:18:06.000000000 -0700
@@ -8751,7 +8751,7 @@
 .RS 4
 This parameter controls whether user defined shares are allowed to be accessed 
by non\-authenticated users or not\. It is the equivalent of allowing people 
who can create a share the option of setting
 \fIguest ok = yes\fR
-in a share definition\. Due to the security sensitive nature of this the 
default is set to off\.
+in a share definition\. Due to its security sensitive nature, the default is 
off\.
 .sp
 Default:
 \fI\fIusershare allow guests\fR\fR\fI = \fR\fIno\fR\fI \fR


samba-common: s/able //
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.16839     2009-02-13 15:30:46.000000000 -0700
@@ -8516,7 +8516,7 @@
 The differentiating factor is that under normal circumstances, the NT/2000 
client will attempt to open the network printer using MS\-RPC\. The problem is 
that because the client considers the printer to be local, it will attempt to 
issue the OpenPrinterEx() call requesting access rights associated with the 
logged on user\. If the user possesses local administator rights but not root 
privilege on the Samba host (often the case), the OpenPrinterEx() call will 
fail\. The result is that the client will now display an "Access Denied; Unable 
to connect" message in the printer queue window (even though jobs may 
successfully be printed)\.
 .sp
 If this parameter is enabled for a printer, then any attempt to open the 
printer with the PRINTER_ACCESS_ADMINISTER right is mapped to 
PRINTER_ACCESS_USE instead\. Thus allowing the OpenPrinterEx() call to succeed\.
-\fIThis parameter MUST not be able enabled on a print share which has valid 
print driver installed on the Samba server\.\fR
+\fIThis parameter MUST not be enabled on a print share which has valid print 
driver installed on the Samba server\.\fR
 .sp
 Default:
 \fI\fIuse client driver\fR\fR\fI = \fR\fIno\fR\fI \fR

/atabase/s//d&/
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.16928     2009-02-13 15:31:37.000000000 -0700
@@ -8486,7 +8486,7 @@
 update encrypted (G)
 .PP
 .RS 4
-This boolean parameter allows a user logging on with a plaintext password to 
have their encrypted (hashed) password in the smbpasswd file to be updated 
automatically as they log on\. This option allows a site to migrate from 
plaintext password authentication (users authenticate with plaintext password 
over the wire, and are checked against a UNIX account atabase) to encrypted 
password authentication (the SMB challenge/response authentication mechanism) 
without forcing all users to re\-enter their passwords via smbpasswd at the 
time the change is made\. This is a convenience option to allow the change over 
to encrypted passwords to be made over a longer period\. Once all users have 
encrypted representations of their passwords in the smbpasswd file this 
parameter should be set to
+This boolean parameter allows a user logging on with a plaintext password to 
have their encrypted (hashed) password in the smbpasswd file to be updated 
automatically as they log on\. This option allows a site to migrate from 
plaintext password authentication (users authenticate with plaintext password 
over the wire, and are checked against a UNIX account database) to encrypted 
password authentication (the SMB challenge/response authentication mechanism) 
without forcing all users to re\-enter their passwords via smbpasswd at the 
time the change is made\. This is a convenience option to allow the change over 
to encrypted passwords to be made over a longer period\. Once all users have 
encrypted representations of their passwords in the smbpasswd file this 
parameter should be set to
 \fBno\fR\.
 .sp
 In order for this parameter to be operative the

add comma
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.17003     2009-02-13 15:32:54.000000000 -0700
@@ -8499,7 +8499,7 @@
 \fIupdate encrypted\fR
 to work\.
 .sp
-Note that even when this parameter is set a user authenticating to
+Note that even when this parameter is set, a user authenticating to
 smbd
 must still enter a valid password in order to connect correctly, and to update 
their hashed (smbpasswd) passwords\.
 .sp

samba-common: /inproved/s/n/m/
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.18511     2009-02-13 15:45:37.000000000 -0700
@@ -8305,7 +8305,7 @@
 This is an enumerated type that controls the handling of file locking in the 
server\. When this is set to
 \fByes\fR, the server will check every read and write access for file locks, 
and deny access if locks exist\. This can be slow on some systems\.
 .sp
-When strict locking is set to Auto (the default), the server performs file 
lock checks only on non\-oplocked files\. As most Windows redirectors perform 
file locking checks locally on oplocked files this is a good trade off for 
inproved performance\.
+When strict locking is set to Auto (the default), the server performs file 
lock checks only on non\-oplocked files\. As most Windows redirectors perform 
file locking checks locally on oplocked files this is a good trade off for 
improved performance\.
 .sp
 When strict locking is disabled, the server performs file lock checks only 
when the client explicitly asks for them\.
 .sp

s/to to/.../
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.18985     2009-02-13 15:50:47.000000000 -0700
@@ -1664,7 +1664,8 @@
 client signing (G)
 .PP
 .RS 4
-This controls whether the client offers or requires the server it talks to to 
use SMB signing\. Possible values are
+This controls whether the client offers or requires that the server it
+talks to uses SMB signing\. Possible values are
 \fIauto\fR,
 \fImandatory\fR
 and
@@ -6433,7 +6434,7 @@
 .RS 4
 By specifying the name of another SMB server or Active Directory domain 
controller with this option, and using
 security = [ads|domain|server]
-it is possible to get Samba to to do all its username/password validation 
using a specific remote server\.
+it is possible to get Samba to do all its username/password validation using a 
specific remote server\.
 .sp
 This option sets the name or IP address of the password server to use\. New 
syntax has been added to support defining the port to use when connecting to 
the server the case of an ADS realm\. To define a port other than the default 
LDAP port of 389, add the port number using a colon after the name or IP 
address (e\.g\. 192\.168\.1\.100:389)\. If you do not specify a port, Samba 
will use the standard LDAP port of tcp/389\. Note that port numbers have no 
effect on password servers for Windows NT 4\.0 domains or netbios connections\.
 .sp
@@ -7656,7 +7657,8 @@
 server signing (G)
 .PP
 .RS 4
-This controls whether the server offers or requires the client it talks to to 
use SMB signing\. Possible values are
+This controls whether the server offers or requires that the client it
+talks to uses SMB signing\. Possible values are
 \fIauto\fR,
 \fImandatory\fR
 and
@@ -8038,7 +8040,8 @@
 .RS 4
 This is a new feature introduced with Samba 3\.2 and above\. It is an 
extension to the SMB/CIFS protocol negotiated as part of the UNIX extensions\. 
SMB encryption uses the GSSAPI (SSPI on Windows) ability to encrypt and sign 
every request/response in a SMB protocol stream\. When enabled it provides a 
secure method of SMB/CIFS communication, similar to an ssh protected session, 
but using SMB/CIFS authentication to negotiate encryption and signing keys\. 
Currently this is only supported by Samba 3\.2 smbclient, and hopefully soon 
Linux CIFSFS and MacOS/X clients\. Windows clients do not support this feature\.
 .sp
-This controls whether the server offers or requires the client it talks to to 
use SMB encryption\. Possible values are
+This controls whether the server offers or requires that the client it
+talks to uses SMB encryption\. Possible values are
 \fIauto\fR,
 \fImandatory\fR
 and

s/no/&,/
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.19454     2009-02-13 15:58:01.000000000 -0700
@@ -7640,8 +7640,7 @@
 \fIserver schannel = yes\fR
 denies access if the client is not able to speak netlogon schannel\. This is 
only the case for Windows NT4 before SP4\.
 .sp
-Please note that with this set to
-no
+Please note that with this set to no,
 you will have to apply the WindowsXP
 \fIWinXP_SignOrSeal\.reg\fR
 registry patch found in the docs/registry subdirectory of the Samba 
distribution tarball\.

/guestparameter/s/p/ &/
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.20083     2009-02-13 16:02:54.000000000 -0700
@@ -7389,7 +7389,7 @@
 security = share
 if you want to mainly setup shares without a password (guest shares)\. This is 
commonly used for a shared printer server\. It is more difficult to setup guest 
shares with
 security = user, see the
-\fImap to guest\fRparameter for details\.
+\fImap to guest\fR parameter for details.
 .sp
 It is possible to use
 smbd

add comma
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.20158     2009-02-13 16:04:01.000000000 -0700
@@ -7402,7 +7402,7 @@
 .sp
 \fISECURITY = SHARE\fR
 .sp
-When clients connect to a share level security server they need not log onto 
the server with a valid username and password before attempting to connect to a 
shared resource (although modern clients such as Windows 95/98 and Windows NT 
will send a logon request with a username but no password when talking to a
+When clients connect to a share level security server, they need not log onto 
the server with a valid username and password before attempting to connect to a 
shared resource (although modern clients such as Windows 95/98 and Windows NT 
will send a logon request with a username but no password when talking to a
 security = share
 server)\. Instead, the clients send authentication information (passwords) on 
a per\-share basis, at the time they attempt to connect to that share\.
 .sp

add comma
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.21053     2009-02-13 16:11:27.000000000 -0700
@@ -7546,7 +7546,7 @@
 that a valid UNIX user must still exist as well as the account on the Domain 
Controller to allow Samba to have a valid UNIX account to map file access to\.
 .sp
 \fINote\fR
-that from the client\'s point of view
+that from the client\'s point of view,
 security = domain
 is the same as
 security = user\. It only affects how the server deals with the 
authentication, it does not in any way affect what the client sees\.

/smbd(8)/s//& /
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.22940     2009-02-13 16:32:05.000000000 -0700
@@ -7141,7 +7141,7 @@
 .PP
 .RS 4
 This option allows you to setup
-\fBnmbd\fR(8)to periodically announce itself to arbitrary IP addresses with an 
arbitrary workgroup name\.
+\fBnmbd\fR(8) to periodically announce itself to arbitrary IP addresses with 
an arbitrary workgroup name\.
 .sp
 This is useful if you want your Samba server to appear in a remote workgroup 
for which the normal browse propagation rules don\'t work\. The remote 
workgroup can be anywhere that you can send IP packets to\.
 .sp

add comma
--- /usr/share/man/man5/smb.conf.5.gz
+++ /tmp/smbconf.5.gz.23031     2009-02-13 16:33:18.000000000 -0700
@@ -7155,9 +7155,10 @@
 .sp
 the above line would cause
 nmbd
-to announce itself to the two given IP addresses using the given workgroup 
names\. If you leave out the workgroup name then the one given in the
+to announce itself to the two given IP addresses using the given
+workgroup names\. If you leave out the workgroup name, then the one given in 
the
 \fIworkgroup\fR
-parameter is used instead\.
+parameter is used instead.
 .sp
 The IP addresses you choose would normally be the broadcast addresses of the 
remote networks, but can also be the IP addresses of known browse masters if 
your network config is that stable\.
 .sp



--- End Message ---
--- Begin Message ---
Source: samba
Source-Version: 2:3.3.1-1

We believe that the bug you reported is fixed in the latest version of
samba, which is due to be installed in the Debian FTP archive:

libpam-smbpass_3.3.1-1_amd64.deb
  to pool/main/s/samba/libpam-smbpass_3.3.1-1_amd64.deb
libsmbclient-dev_3.3.1-1_amd64.deb
  to pool/main/s/samba/libsmbclient-dev_3.3.1-1_amd64.deb
libsmbclient_3.3.1-1_amd64.deb
  to pool/main/s/samba/libsmbclient_3.3.1-1_amd64.deb
libwbclient0_3.3.1-1_amd64.deb
  to pool/main/s/samba/libwbclient0_3.3.1-1_amd64.deb
samba-common_3.3.1-1_amd64.deb
  to pool/main/s/samba/samba-common_3.3.1-1_amd64.deb
samba-dbg_3.3.1-1_amd64.deb
  to pool/main/s/samba/samba-dbg_3.3.1-1_amd64.deb
samba-doc-pdf_3.3.1-1_all.deb
  to pool/main/s/samba/samba-doc-pdf_3.3.1-1_all.deb
samba-doc_3.3.1-1_all.deb
  to pool/main/s/samba/samba-doc_3.3.1-1_all.deb
samba-tools_3.3.1-1_amd64.deb
  to pool/main/s/samba/samba-tools_3.3.1-1_amd64.deb
samba_3.3.1-1.diff.gz
  to pool/main/s/samba/samba_3.3.1-1.diff.gz
samba_3.3.1-1.dsc
  to pool/main/s/samba/samba_3.3.1-1.dsc
samba_3.3.1-1_amd64.deb
  to pool/main/s/samba/samba_3.3.1-1_amd64.deb
samba_3.3.1.orig.tar.gz
  to pool/main/s/samba/samba_3.3.1.orig.tar.gz
smbclient_3.3.1-1_amd64.deb
  to pool/main/s/samba/smbclient_3.3.1-1_amd64.deb
smbfs_3.3.1-1_amd64.deb
  to pool/main/s/samba/smbfs_3.3.1-1_amd64.deb
swat_3.3.1-1_amd64.deb
  to pool/main/s/samba/swat_3.3.1-1_amd64.deb
winbind_3.3.1-1_amd64.deb
  to pool/main/s/samba/winbind_3.3.1-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <[email protected]> (supplier of updated samba package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 02 Mar 2009 00:30:35 -0800
Source: samba
Binary: samba samba-common samba-tools smbclient swat samba-doc samba-doc-pdf 
smbfs libpam-smbpass libsmbclient libsmbclient-dev winbind samba-dbg 
libwbclient0
Architecture: source all amd64
Version: 2:3.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Samba Maintainers <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Description: 
 libpam-smbpass - pluggable authentication module for Samba
 libsmbclient - shared library for communication with SMB/CIFS servers
 libsmbclient-dev - development files for libsmbclient
 libwbclient0 - Samba winbind client library
 samba      - SMB/CIFS file, print, and login server for Unix
 samba-common - common files used by both the Samba server and client
 samba-dbg  - Samba debugging symbols
 samba-doc  - Samba documentation
 samba-doc-pdf - Samba documentation in PDF format
 samba-tools - Samba testing utilities
 smbclient  - command-line SMB/CIFS clients for Unix
 smbfs      - Samba file system utilities
 swat       - Samba Web Administration Tool
 winbind    - Samba nameservice integration server
Closes: 454799 516047 516160 516981 517204
Changes: 
 samba (2:3.3.1-1) unstable; urgency=low
 .
   [ Christian Perrier ]
   * New upstream release. Closes: #516981
     Upstream fixes in that release:
     - Fixed various spelling errors/typos in manpages
       Closes: #516047
     - Fix renaming/deleting of files using Windows clients.
       Closes: #516160
     - Fix syntax error in mount.cifs(8). Closes: #454799
   * Use a slave alternative for smbstatus.1 even though that manpage
     is not provided by samba4
 .
   [ Jelmer Vernooij ]
   * Fix slave links for manual pages in samba-common. Closes: #517204.
 .
   [ Steve Langasek ]
   * Add Vcs-{Browser,Svn} fields to debian/control.
   * When populating the sambashare group, it's not an error if the user
     simply doesn't exist; test for this case and let the install continue
     instead of aborting.  LP: #206036.
   * debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst,
     debian/libpam-smbpass.files, debian/rules: provide a config block
     for the new PAM framework, allowing this PAM module to
     auto-configure itself
   * debian/control: make libpam-smbpass depend on
     libpam-runtime (>= 1.0.1-2ubuntu1) for the above
   * debian/patches/fix_wrong_gnu_ld_version_check.patch: new patch to fix
     wrong detection of the GNU ld version, so that the symbol export scripts
     will be properly applied when building.
   * refresh debian/libsmbclient.symbols for 3.3.1.
Checksums-Sha1: 
 2309f2c2179d6928d7cf2b910714fbdae8856cc7 1979 samba_3.3.1-1.dsc
 add05aad5bff976d3d25fc455e91c5f8539107a1 26057285 samba_3.3.1.orig.tar.gz
 daf797b1267de2bfd6dda3a2598fc379aea2c720 403325 samba_3.3.1-1.diff.gz
 52e9f16445b339fa706e7c45c678cc4d5541bc58 7985958 samba-doc_3.3.1-1_all.deb
 c00102f8e95df34ff464e010ce81ef55de28038f 6698974 samba-doc-pdf_3.3.1-1_all.deb
 7ba27bf98c00a324e51cdd65afc48a6df51ba9d0 5035338 samba_3.3.1-1_amd64.deb
 1c9b3079d6818f479ee67919f883a1d01e0d7b18 4423194 samba-common_3.3.1-1_amd64.deb
 00b4fbc67949b3b12f05e88d70554a3c3e91239a 5690688 samba-tools_3.3.1-1_amd64.deb
 bb5f2e920603863c28bacc66dfc56c1afcef9d88 8911136 smbclient_3.3.1-1_amd64.deb
 47934a895d218499fdd1b256ea78701bf97b8423 1515306 swat_3.3.1-1_amd64.deb
 9a32f27072980e66a2ee168bae34a8defae5a742 1656634 smbfs_3.3.1-1_amd64.deb
 b419345e1f831fa507f07b1f9b4094f9869b3d13 644534 
libpam-smbpass_3.3.1-1_amd64.deb
 59432ca4778eaa478c147fef97c0ad3b04f2098b 1503878 libsmbclient_3.3.1-1_amd64.deb
 15dbf7c6b5cc1ba337d69d6303e194ee2f0e5c14 2163642 
libsmbclient-dev_3.3.1-1_amd64.deb
 ea1060453487afbf058247c339456dc4e04d7e16 3868458 winbind_3.3.1-1_amd64.deb
 489fafc024c2d71ad232e6df82507a58691d49ae 36265052 samba-dbg_3.3.1-1_amd64.deb
 b0142524264eff2ab1e7abb68af91cc578fe7b6b 85706 libwbclient0_3.3.1-1_amd64.deb
Checksums-Sha256: 
 6dc439833b5360b5eb85aab533343434297666f3ba95ded70f7e6ca8523ebf3c 1979 
samba_3.3.1-1.dsc
 d2bd8fdd72026d26481827baa35b8311d7531753b87b6086b4d7a3dcdb42e170 26057285 
samba_3.3.1.orig.tar.gz
 6a41ddc70ce45a1987e36bd3cf2799cbab225ffc97eb390735c0d7cd919351f4 403325 
samba_3.3.1-1.diff.gz
 e1953a0c6d16a928466082efa4da163087cb716bd7f95fa6d3006d219d75a1a9 7985958 
samba-doc_3.3.1-1_all.deb
 2f8ff3c650c877b2f69e4835811a71f279075ea1e15deb1b68d3604adaebb03a 6698974 
samba-doc-pdf_3.3.1-1_all.deb
 428bef20b0d345c1f994bf4582e801febe590f1368e1abadb7083dd88dc3d73f 5035338 
samba_3.3.1-1_amd64.deb
 ce99d31946f57d2b76e360fcbc6ed210c8b8f0974ad59946cdaf9f3f9d6305d9 4423194 
samba-common_3.3.1-1_amd64.deb
 e24fb1727a74e61fd99873d40bf2c92c458ad69cda2328a3e6703635d158b6f0 5690688 
samba-tools_3.3.1-1_amd64.deb
 42219b292884c4a74efecaff4c29be9b72a54104fb6e74108c8b9dabbe868dc4 8911136 
smbclient_3.3.1-1_amd64.deb
 2909951e09739c7b460a382dec9faaf7cba301f71ec75e440f7fe6e9935dbe81 1515306 
swat_3.3.1-1_amd64.deb
 fb54dece14b8de418f1fdea1f83196e529e573fb2c048db340d51794584fd03f 1656634 
smbfs_3.3.1-1_amd64.deb
 476bfbcfde8b81ccfe00aff71344cf0eb153cc25c7e271f076f700d0655044fd 644534 
libpam-smbpass_3.3.1-1_amd64.deb
 3eb60a3e79937d2280f20c182681a5b53fa25c29394300bf8bb3f76d0f40ebd4 1503878 
libsmbclient_3.3.1-1_amd64.deb
 a37f6a23801af274c64e65a656069982f9b8d123f6d3220794ad9a38cd237d13 2163642 
libsmbclient-dev_3.3.1-1_amd64.deb
 fff3b5e7f34b4eb0d227f1aae23fa1611fed96dbbd0fdd38dbafd233a48ee96f 3868458 
winbind_3.3.1-1_amd64.deb
 1ea2d158585ee8d1ccf400db2790ac35dbeec85c3c1a986c0f39d0e2b5fced6c 36265052 
samba-dbg_3.3.1-1_amd64.deb
 c11649ee3d4803b8c986faec9289a3c23f139e9a2f484ead4d16df714bd4848c 85706 
libwbclient0_3.3.1-1_amd64.deb
Files: 
 4108917af4223ac545985a697904d97c 1979 net optional samba_3.3.1-1.dsc
 babe094be14886d265b1caa917d29aa7 26057285 net optional samba_3.3.1.orig.tar.gz
 e609a4d9ade631830b64f43427ab9dfb 403325 net optional samba_3.3.1-1.diff.gz
 305ea9f5a20a211f7bfe2eb68303f824 7985958 doc optional samba-doc_3.3.1-1_all.deb
 de44a1949896edbf15098f0f45156dc9 6698974 doc optional 
samba-doc-pdf_3.3.1-1_all.deb
 bfed949a969dccffde3340442850deb6 5035338 net optional samba_3.3.1-1_amd64.deb
 945382d5b19a92d5d6493ed7e3a96a80 4423194 net optional 
samba-common_3.3.1-1_amd64.deb
 1dd96e8aff1ec336c83c6a9fdb6d3a48 5690688 net optional 
samba-tools_3.3.1-1_amd64.deb
 f447b8608039203a14f2fa3defe93043 8911136 net optional 
smbclient_3.3.1-1_amd64.deb
 83d97f46c0ad2d15e47e01fdd5a92888 1515306 net optional swat_3.3.1-1_amd64.deb
 1d87e58026a770f91c0b533bfc469824 1656634 otherosfs optional 
smbfs_3.3.1-1_amd64.deb
 d49a6ff4e06214875c024147296ea9d8 644534 admin extra 
libpam-smbpass_3.3.1-1_amd64.deb
 9bb2ca70b9c7aafc9aa42ae0e20aa42f 1503878 libs optional 
libsmbclient_3.3.1-1_amd64.deb
 e9a7ba789f2328f534a142978756e303 2163642 libdevel extra 
libsmbclient-dev_3.3.1-1_amd64.deb
 63c26ca96ff5c8cd1363b29e18e4773f 3868458 net optional winbind_3.3.1-1_amd64.deb
 cdfcd52d7ce8bc762589fb836a94dcdf 36265052 devel extra 
samba-dbg_3.3.1-1_amd64.deb
 f5257d779727ffbce7f9514578dbbf5b 85706 libs optional 
libwbclient0_3.3.1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJq6AIKN6ufymYLloRAi3KAJwPnpQcXipPMVTnuyUuvkwgPWLQiwCfd/xh
ASpgkVo/mQMhlSGrCJ1FfJE=
=5mQy
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to