Your message dated Sat, 22 Dec 2018 21:21:36 +0000
with message-id <[email protected]>
and subject line Bug#909465: fixed in samba 2:4.9.4+dfsg-1
has caused the Debian Bug report #909465,
regarding smbd fails to start in 2:4.9.1+dfsg-2, "failed to setup guest info."
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.)
--
909465: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909465
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: samba
Version: 2:4.9.1+nmu-1~deb9
Severity: normal
Tags: d-i
Hai,
Im testing the samba 4.8.5 4.9.0 and (4.9.1 personal/community repo) and i
notice the following.
Since samba 4.9.0. ( from experimental ) samba upgrades fail if winbind is
installed even with the default config.
Steps to reproduce
install samba and winbind.
Upgrade to 4.9.0
This fails while upgrading with a systemd 255/n/a status.
apt-get remove winbind and the upgrade finishes fine.
I suspect a bug in the detection of settings with the parameter security =
-- Package-specific info:
* /etc/samba/smb.conf present, and attached
* /var/lib/samba/dhcp.conf not present
-- System Information:
Debian Release: 9.5
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-8-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages samba depends on:
ii adduser 3.115
ii dpkg 1.18.25
ii libbsd0 0.8.3-1
ii libc6 2.24-11+deb9u3
ii libldb1 2:1.4.2-2.1~deb9+1
ii libpam-modules 1.1.8-3.6
ii libpam-runtime 1.1.8-3.6
ii libpopt0 1.16-10+b2
ii libpython2.7 2.7.13-2+deb9u2
ii libtalloc2 2.1.14+nmu-1.1~deb9
ii libtdb1 1.3.16+nmu-1.1~deb9
ii libtevent0 0.9.37+nmu-1.1~deb9
ii lsb-base 9.20161125
ii procps 2:3.3.12-3+deb9u1
ii python 2.7.13-2
ii python-dnspython 1.15.0-1
ii python-samba 2:4.9.1+nmu-1~deb9
ii python2.7 2.7.13-2+deb9u2
ii samba-common 2:4.9.1+nmu-1~deb9
ii samba-common-bin 2:4.9.1+nmu-1~deb9
ii samba-libs 2:4.9.1+nmu-1~deb9
ii tdb-tools 1.3.16+nmu-1.1~deb9
Versions of packages samba recommends:
ii attr 1:2.4.47-2+b2
ii logrotate 3.11.0-0.1
ii samba-dsdb-modules 2:4.9.1+nmu-1~deb9
ii samba-vfs-modules 2:4.9.1+nmu-1~deb9
Versions of packages samba suggests:
pn bind9 <none>
pn bind9utils <none>
pn ctdb <none>
pn ldb-tools <none>
pn ntp | chrony <none>
pn smbldap-tools <none>
pn ufw <none>
pn winbind <none>
-- no debconf information
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which
# are not shown in this example
#
# Some options that are often worth tuning have been included as
# commented-out examples in this file.
# - When such options are commented with ";", the proposed setting
# differs from the default Samba behaviour
# - When commented with "#", the proposed setting is the default
# behaviour of Samba but the option is considered important
# enough to be mentioned here
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not made any basic syntactic
# errors.
#======================= Global Settings =======================
[global]
log level = 6
## Browsing/Identification ###
# security = user
# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = WORKGROUP
#### Networking ####
# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
; interfaces = 127.0.0.0/8 eth0
# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself. However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
; bind interfaces only = yes
#### Debugging/Accounting ####
# This tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/log.%m
# Cap the size of the individual log files (in KiB).
max log size = 1000
# We want Samba to only log to /var/log/samba/log.{smbd,nmbd}.
# Append syslog@1 if you want important messages to be sent to syslog too.
logging = file
# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d
####### Authentication #######
# Server role. Defines in which mode Samba will operate. Possible
# values are "standalone server", "member server", "classic primary
# domain controller", "classic backup domain controller", "active
# directory domain controller".
#
# Most people will want "standalone server" or "member server".
# Running as "active directory domain controller" will require first
# running "samba-tool domain provision" to wipe databases and create a
# new domain.
server role = standalone server
obey pam restrictions = yes
# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
unix password sync = yes
# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan
<<[email protected]> for
# sending the correct chat script for the passwd program in Debian Sarge).
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:*
%n\n *password\supdated\ssuccessfully* .
# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# 'passwd program'. The default is 'no'.
pam password change = yes
# This option controls how unsuccessful authentication attempts are mapped
# to anonymous connections
map to guest = bad user
########## Domains ###########
#
# The following settings only takes effect if 'server role = primary
# classic domain controller', 'server role = backup domain controller'
# or 'domain logons' is set
#
# It specifies the location of the user's
# profile directory from the client point of view) The following
# required a [profiles] share to be setup on the samba server (see
# below)
; logon path = \\%N\profiles\%U
# Another common choice is storing the profile in the user's home directory
# (this is Samba's default)
# logon path = \\%N\%U\profile
# The following setting only takes effect if 'domain logons' is set
# It specifies the location of a user's home directory (from the client
# point of view)
; logon drive = H:
# logon home = \\%N\%U
# The following setting only takes effect if 'domain logons' is set
# It specifies the script to run during logon. The script must be stored
# in the [netlogon] share
# NOTE: Must be store in 'DOS' file format convention
; logon script = logon.cmd
# This allows Unix users to be created on the domain controller via the SAMR
# RPC pipe. The example command creates a user account with a disabled Unix
# password; please adapt to your needs
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u
# This allows machine accounts to be created on the domain controller via the
# SAMR RPC pipe.
# The following assumes a "machines" group exists on the system
; add machine script = /usr/sbin/useradd -g machines -c "%u machine account"
-d /var/lib/samba -s /bin/false %u
# This allows Unix groups to be created on the domain controller via the SAMR
# RPC pipe.
; add group script = /usr/sbin/addgroup --force-badname %g
############ Misc ############
# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
; include = /home/samba/etc/smb.conf.%m
# Some defaults for winbind (make sure you're not using the ranges
# for something else.)
; idmap config * : backend = tdb
; idmap config * : range = 3000-7999
; idmap config YOURDOMAINHERE : backend = tdb
; idmap config YOURDOMAINHERE : range = 100000-999999
; template shell = /bin/bash
# Setup usershare options to enable non-root users to share folders
# with the net usershare command.
# Maximum number of usershare. 0 means that usershare is disabled.
# usershare max shares = 100
# Allow users who've been granted usershare privileges to create
# public shares, not just authenticated ones
usershare allow guests = yes
#======================= Share Definitions =======================
[homes]
comment = Home Directories
browseable = no
# By default, the home directories are exported read-only. Change the
# next parameter to 'no' if you want to be able to write to them.
read only = yes
# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
create mask = 0700
# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
directory mask = 0700
# By default, \\server\username shares can be connected to by anyone
# with access to the samba server.
# The following parameter makes sure that only "username" can connect
# to \\server\username
# This might need tweaking when using external authentication schemes
valid users = %S
# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
; comment = Network Logon Service
; path = /home/samba/netlogon
; guest ok = yes
; read only = yes
# Un-comment the following and create the profiles directory to store
# users profiles (see the "logon path" option above)
# (you need to configure Samba to act as a domain controller too.)
# The path below should be writable by all users so that their
# profile directory may be created the first time they log on
;[profiles]
; comment = Users profiles
; path = /home/samba/profiles
; guest ok = no
; browseable = no
; create mask = 0600
; directory mask = 0700
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700
# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# You may need to replace 'lpadmin' with the name of the group your
# admin users are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
; write list = root, @lpadmin
--- End Message ---
--- Begin Message ---
Source: samba
Source-Version: 2:4.9.4+dfsg-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.
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.
Mathieu Parent <[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: SHA256
Format: 1.8
Date: Sat, 22 Dec 2018 18:32:00 +0100
Source: samba
Binary: samba samba-libs samba-common samba-common-bin smbclient
samba-testsuite registry-tools libparse-pidl-perl samba-dev python-samba
samba-dsdb-modules samba-vfs-modules libsmbclient libsmbclient-dev winbind
libpam-winbind libnss-winbind libwbclient0 libwbclient-dev ctdb
Architecture: source amd64 all
Version: 2:4.9.4+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Samba Maintainers <[email protected]>
Changed-By: Mathieu Parent <[email protected]>
Description:
ctdb - clustered database to store temporary data
libnss-winbind - Samba nameservice integration plugins
libpam-winbind - Windows domain authentication integration plugin
libparse-pidl-perl - IDL compiler written in Perl
libsmbclient - shared library for communication with SMB/CIFS servers
libsmbclient-dev - development files for libsmbclient
libwbclient-dev - Samba winbind client library - development files
libwbclient0 - Samba winbind client library
python-samba - Python bindings for Samba
registry-tools - tools for viewing and manipulating the Windows registry
samba - SMB/CIFS file, print, and login server for Unix
samba-common - common files used by both the Samba server and client
samba-common-bin - Samba common files used by both the server and the client
samba-dev - tools for extending Samba
samba-dsdb-modules - Samba Directory Services Database
samba-libs - Samba core libraries
samba-testsuite - test suite from Samba
samba-vfs-modules - Samba Virtual FileSystem plugins
smbclient - command-line SMB/CIFS clients for Unix
winbind - service to resolve user and group information from Windows NT ser
Closes: 899269 909465
Changes:
samba (2:4.9.4+dfsg-1) unstable; urgency=medium
.
* New upstream release
- Remove patches for previous security fixes, merged
- Remove unused lintian overrides (library-not-linked-against-libc)
* ignore create_builtin_guests() failing without a valid idmap configuration
(Closes: #909465, #899269)
Checksums-Sha1:
676d0e0ec997bf241583bbded29fb21191372d71 4163 samba_4.9.4+dfsg-1.dsc
7c15d27ebe1e5c1adfabc04045f06cf065279933 11423884 samba_4.9.4+dfsg.orig.tar.xz
7e3e7c4ed76e7efdee11136c5933a37059a9c170 233972
samba_4.9.4+dfsg-1.debian.tar.xz
8511709c19747d3afee24a1d4ca00edb61bf1887 2955140
ctdb-dbgsym_4.9.4+dfsg-1_amd64.deb
46e31f1e09b0deca0e0ee7b946e33d1561721702 727764 ctdb_4.9.4+dfsg-1_amd64.deb
0fbd30b60b64cb96ea5edc1abb618a81d241626b 31360
libnss-winbind-dbgsym_4.9.4+dfsg-1_amd64.deb
df8e36e4acc93a71c2f9fdaa490baf4e413b1121 113840
libnss-winbind_4.9.4+dfsg-1_amd64.deb
38823395140862720fc3c8dc711fdd82fbe9441c 51924
libpam-winbind-dbgsym_4.9.4+dfsg-1_amd64.deb
49b2dc4e27ffc223769dadaedd26e2e930880d75 132032
libpam-winbind_4.9.4+dfsg-1_amd64.deb
5b009710af0d20a99dc1eb36928dccf341c057ab 197900
libparse-pidl-perl_4.9.4+dfsg-1_amd64.deb
80cfc163b246c5c2995d8686bff52f67d7d99150 195176
libsmbclient-dbgsym_4.9.4+dfsg-1_amd64.deb
fc4f2cd906b6beb9c1c30406d8760103493334c6 144408
libsmbclient-dev_4.9.4+dfsg-1_amd64.deb
1ad84794e288e9be07d1d55d543980452b80b336 159404
libsmbclient_4.9.4+dfsg-1_amd64.deb
d982e81c2861e5c641a4c641fe25046dc5ad0e29 115640
libwbclient-dev_4.9.4+dfsg-1_amd64.deb
b8b928fe3636310d0cf492462d833c1c57bc5822 104744
libwbclient0-dbgsym_4.9.4+dfsg-1_amd64.deb
8c8c8712c330c036dd258aac139d015389c03285 130540
libwbclient0_4.9.4+dfsg-1_amd64.deb
ad5c47de4e7324e8dcc517bbb553d908c52123b2 7441412
python-samba-dbgsym_4.9.4+dfsg-1_amd64.deb
562f899c2ab60ad2f526959aa181126815f6948a 2149028
python-samba_4.9.4+dfsg-1_amd64.deb
b2b5ebbab77d1cacaf0b4815f4f9206bcb7e16e1 87264
registry-tools-dbgsym_4.9.4+dfsg-1_amd64.deb
19166f382289358a97917a5f35b45fadd52461a7 132216
registry-tools_4.9.4+dfsg-1_amd64.deb
3a19192e07f397c3ec7bf5087131b64a2bd76d5b 1308892
samba-common-bin-dbgsym_4.9.4+dfsg-1_amd64.deb
6dc86c92fc1a026e4439d795fe1c9e3ffba69887 611928
samba-common-bin_4.9.4+dfsg-1_amd64.deb
62de03afcc643d4fc260c9e43db659a673631795 167880
samba-common_4.9.4+dfsg-1_all.deb
16ec3fbfe09e357bcb90a204b5c5b07052d69cb8 2158168
samba-dbgsym_4.9.4+dfsg-1_amd64.deb
0a9cb71237db6c4612299b58041945f13c5be805 333556
samba-dev_4.9.4+dfsg-1_amd64.deb
d12d3ac647c734afd371897b3953b294cb86bb99 1132496
samba-dsdb-modules-dbgsym_4.9.4+dfsg-1_amd64.deb
c8a3a61b457175c3dfb74519fc0e61b755dc290c 378892
samba-dsdb-modules_4.9.4+dfsg-1_amd64.deb
e4cdb5187559eb8bd3d9a3b129b3fd5dcab6cd9c 22686256
samba-libs-dbgsym_4.9.4+dfsg-1_amd64.deb
f4625c296e000e2719c602bdf9cf88d42c029119 5551896
samba-libs_4.9.4+dfsg-1_amd64.deb
af5d76363f30f082ef741cfe27c56af1fde65c9d 6646076
samba-testsuite-dbgsym_4.9.4+dfsg-1_amd64.deb
825b02fa0f0eaa5d1a3e0229ce83e6d89552b7c6 1906696
samba-testsuite_4.9.4+dfsg-1_amd64.deb
abb6728c0015bdf974228a7ba5e63519e1c93538 1557048
samba-vfs-modules-dbgsym_4.9.4+dfsg-1_amd64.deb
a558683926e90f8711bc9bf670fe24c3ff5eb20b 433840
samba-vfs-modules_4.9.4+dfsg-1_amd64.deb
907d6c0fed3cedad486eee3fd204312b41dfbf2e 21631
samba_4.9.4+dfsg-1_amd64.buildinfo
e4ea489df5b402fbd378a28b7e2b40419ef1a365 1078980 samba_4.9.4+dfsg-1_amd64.deb
99736975bd1f893655c1abc319bdd64d9c9263d3 1388700
smbclient-dbgsym_4.9.4+dfsg-1_amd64.deb
f89a4cc3ff783b4b23d4d4a67d19eaba9a294fd3 460848
smbclient_4.9.4+dfsg-1_amd64.deb
bb8d9efa43fe41945a93f6c6cff34d4632c7ca81 1865332
winbind-dbgsym_4.9.4+dfsg-1_amd64.deb
3eb33fe5bf554e7c8055114a67b8c6668d10b09d 560812 winbind_4.9.4+dfsg-1_amd64.deb
Checksums-Sha256:
72c1c90997855e26830b6aa5ed1b531bd2ff67d86e3c6ce764781fdd0d12c9d1 4163
samba_4.9.4+dfsg-1.dsc
ed254ee2ea13dcdc30e2b6ab7dccbcf8557f8e8f86b7a58e4463316e321b0371 11423884
samba_4.9.4+dfsg.orig.tar.xz
7990d8b990f3f6a8e600214027698ac8d15fca6bbcec6d49206b63dd59df3eb2 233972
samba_4.9.4+dfsg-1.debian.tar.xz
8498e03c81b00c12bbc5d6ac921ae5f03835abbb99f732c07ebdcb2778187dda 2955140
ctdb-dbgsym_4.9.4+dfsg-1_amd64.deb
f16d7a0f67630ca2b6adc8c6526395fe06ec3442a7562272a9dee7585a354570 727764
ctdb_4.9.4+dfsg-1_amd64.deb
ebf4fad2f78cd1a422a733fef9bd1903b05eb621397cf6eacc43ddd9ae1dd54a 31360
libnss-winbind-dbgsym_4.9.4+dfsg-1_amd64.deb
bb75b92f54741d9c270b118423a84589dbf36861939baa8f9d394a133d2c9df9 113840
libnss-winbind_4.9.4+dfsg-1_amd64.deb
3e2edeca7d45155c71714a81e2900335697077debbe339ec542e3fba8046b67a 51924
libpam-winbind-dbgsym_4.9.4+dfsg-1_amd64.deb
96d5a15a433d5f6feb557b199fb73b62738e47ecffb767af359db0d0328110bb 132032
libpam-winbind_4.9.4+dfsg-1_amd64.deb
4bc7d6eefdce829154907701ae3bc41a992671a86fb9caaaf6ac44564c99d81b 197900
libparse-pidl-perl_4.9.4+dfsg-1_amd64.deb
d1f8080bf754c980ab9503c285b681d777c9a7388709c9d0a95123eaf8620d28 195176
libsmbclient-dbgsym_4.9.4+dfsg-1_amd64.deb
a6da8422f5129f47869035b3fa13995652581597ac0d984feb3a16c5a5e0bf72 144408
libsmbclient-dev_4.9.4+dfsg-1_amd64.deb
275e23370990723ce707ad470def93af7f48861a5ea790c95982b79e62f481fc 159404
libsmbclient_4.9.4+dfsg-1_amd64.deb
7323b5616397cb406b9265b27163cd293400954dafe5915f70c52a7ca8385a3d 115640
libwbclient-dev_4.9.4+dfsg-1_amd64.deb
56ebab7838881ed95235150bc3a4ab0402fd45916f569e5c15d058d0d7b0d9d3 104744
libwbclient0-dbgsym_4.9.4+dfsg-1_amd64.deb
cefddcc68bb0d1ec37f4f1b3ffd0e83c24baf230f80786b2740fd632e3cac9f8 130540
libwbclient0_4.9.4+dfsg-1_amd64.deb
9a2c2636c7c2432ad4c8fd73396d922018ee97bd60afdd5674b8e1ebbc0639f4 7441412
python-samba-dbgsym_4.9.4+dfsg-1_amd64.deb
0914e8fc2ed1220aea02940be304badc9274b45d2969cc17a6f9560beda7f617 2149028
python-samba_4.9.4+dfsg-1_amd64.deb
956bfd30159c53408256c612eb36c4612c6731d630fba92bc6af1429d8f2593b 87264
registry-tools-dbgsym_4.9.4+dfsg-1_amd64.deb
2aec9bb47a18684115da4e6301c818d9ff7c7d14472500e0e100787f19028d02 132216
registry-tools_4.9.4+dfsg-1_amd64.deb
aa4994ec085d2d3d98299a6f95bdcf14b42a3a3bb263ea8a3e16ae41ef8d3489 1308892
samba-common-bin-dbgsym_4.9.4+dfsg-1_amd64.deb
4d3f04151a6b7d6137097e8b1ee7cb3d2679888d30ce8108ce736c53d4e537e4 611928
samba-common-bin_4.9.4+dfsg-1_amd64.deb
18a758ee7edb0c42481902d0e3cf898720653c0804ac35291ddbcca9aaeb688f 167880
samba-common_4.9.4+dfsg-1_all.deb
32f17863d438f154dd6a6dc6b1edbecfc32cefcdcae34c887812174dc27a5d82 2158168
samba-dbgsym_4.9.4+dfsg-1_amd64.deb
20f631ede96add6b9fa8320bdc8c7ac5f9762cfb9692a10d14e5660f2717010e 333556
samba-dev_4.9.4+dfsg-1_amd64.deb
2c0b9be511183e157f4c71be522ea4fb03da85fd3e33d96a95e2132adce6bb69 1132496
samba-dsdb-modules-dbgsym_4.9.4+dfsg-1_amd64.deb
04c73bac3c5377ea12e3107eea54350a9e4dfc17b6974c0be9347b973b5eba97 378892
samba-dsdb-modules_4.9.4+dfsg-1_amd64.deb
7918efd1d19c7e63433ebdf660d274d3d6863e9ed4a18b90d5c6d42e16096619 22686256
samba-libs-dbgsym_4.9.4+dfsg-1_amd64.deb
6d3257f8a780e5637ceb2d923c26f609b072da75bdbd6598c55473ba45e73751 5551896
samba-libs_4.9.4+dfsg-1_amd64.deb
06c92c0d1beef9196b71395518745d0bfaa9d4d8796931f80952c282c151ad11 6646076
samba-testsuite-dbgsym_4.9.4+dfsg-1_amd64.deb
dcb530a595bba9bc01d65b57404ed91a071a6488c9996581810d53f5efbf91b7 1906696
samba-testsuite_4.9.4+dfsg-1_amd64.deb
2e44dc46efbca6ec181c57892098eeafd3205af2457e994653a0ad46578c67a5 1557048
samba-vfs-modules-dbgsym_4.9.4+dfsg-1_amd64.deb
77e955a07347632a4779d231cdab9d67563b1da720dfb96400e3cbffc83f11a7 433840
samba-vfs-modules_4.9.4+dfsg-1_amd64.deb
2da8bb284c2e5606ae5675012585e452c2a9c2ce33b65ac010357ede39b01b05 21631
samba_4.9.4+dfsg-1_amd64.buildinfo
86e05a1e15f981837116b8ae14dbc5fce552d71bd9472e21d0e3040c9384decc 1078980
samba_4.9.4+dfsg-1_amd64.deb
ca0ca364dcba2a985f90604b5e8c163321229d68688d8f1d64437219e558a212 1388700
smbclient-dbgsym_4.9.4+dfsg-1_amd64.deb
61173717c9c885c21bf4a6f6466c62641933b791580149b260778ab6c0b61086 460848
smbclient_4.9.4+dfsg-1_amd64.deb
72ee504ae4ee77f6a3b01b067d50b36f2fdb8d49aba62a1af44c3194d292a072 1865332
winbind-dbgsym_4.9.4+dfsg-1_amd64.deb
02eb92e68d264e7d5ff44803f835c50ed64bacf2de8f881b2f34b670bc9a3bae 560812
winbind_4.9.4+dfsg-1_amd64.deb
Files:
80899f5aef86fad9710a5af93510a1d9 4163 net optional samba_4.9.4+dfsg-1.dsc
82d49b9131829e4b35adcb2637395287 11423884 net optional
samba_4.9.4+dfsg.orig.tar.xz
fb08e4ce914953aa488f940e81555d0b 233972 net optional
samba_4.9.4+dfsg-1.debian.tar.xz
16e0c6df74f309a8566f7a77876d4483 2955140 debug optional
ctdb-dbgsym_4.9.4+dfsg-1_amd64.deb
4ecf9ca15ccd927b1acf69e9dfac7922 727764 net optional
ctdb_4.9.4+dfsg-1_amd64.deb
675c7cc36a26e0b32d51fd0479254451 31360 debug optional
libnss-winbind-dbgsym_4.9.4+dfsg-1_amd64.deb
b6e9b41919bdb085d5be523751f7c2e9 113840 admin optional
libnss-winbind_4.9.4+dfsg-1_amd64.deb
70e615d9054c29dd6699980318cccf16 51924 debug optional
libpam-winbind-dbgsym_4.9.4+dfsg-1_amd64.deb
c8c7fd9a6c8600475bc97aaaf3435f35 132032 admin optional
libpam-winbind_4.9.4+dfsg-1_amd64.deb
f703b23598fadede94b0b23b3dee0c0b 197900 perl optional
libparse-pidl-perl_4.9.4+dfsg-1_amd64.deb
2565cf285fc47ad250f3a0aacc42cb77 195176 debug optional
libsmbclient-dbgsym_4.9.4+dfsg-1_amd64.deb
d74c129a7a13555485e7d3807e2ed214 144408 libdevel optional
libsmbclient-dev_4.9.4+dfsg-1_amd64.deb
f9f25e6940ac2b37cf441fbf4b3b5ca6 159404 libs optional
libsmbclient_4.9.4+dfsg-1_amd64.deb
45ef09297b9e60bcb02e2cf46842a756 115640 libdevel optional
libwbclient-dev_4.9.4+dfsg-1_amd64.deb
3ce8993eb28cbb87c64b22e462afb8f1 104744 debug optional
libwbclient0-dbgsym_4.9.4+dfsg-1_amd64.deb
aab9511dc625222b823175fefe649cc5 130540 libs optional
libwbclient0_4.9.4+dfsg-1_amd64.deb
cf0c3fbd14a48cb429980269e0a893f8 7441412 debug optional
python-samba-dbgsym_4.9.4+dfsg-1_amd64.deb
32025b2220c270b13b8a16095c7b7540 2149028 python optional
python-samba_4.9.4+dfsg-1_amd64.deb
ba4b9fc80b09c2c46b8a70a56ea27c98 87264 debug optional
registry-tools-dbgsym_4.9.4+dfsg-1_amd64.deb
248841ece8112805ef332c3f8c9811c5 132216 net optional
registry-tools_4.9.4+dfsg-1_amd64.deb
77af02ddd755bb61ccda36fe8738865a 1308892 debug optional
samba-common-bin-dbgsym_4.9.4+dfsg-1_amd64.deb
1c034bcc760bf31721e7cb554c3a2ff1 611928 net optional
samba-common-bin_4.9.4+dfsg-1_amd64.deb
0e55985747c3c98c18371c49ad0aacc7 167880 net optional
samba-common_4.9.4+dfsg-1_all.deb
f45cd4ccb6a2fffa2e2daaa02432ee48 2158168 debug optional
samba-dbgsym_4.9.4+dfsg-1_amd64.deb
2e89ea2dc0beb6dc0e3e58e687bd54be 333556 devel optional
samba-dev_4.9.4+dfsg-1_amd64.deb
8d7539372c9a0fafe5906edbbf493951 1132496 debug optional
samba-dsdb-modules-dbgsym_4.9.4+dfsg-1_amd64.deb
f0215a81523133d43ce655a18c4eba1b 378892 libs optional
samba-dsdb-modules_4.9.4+dfsg-1_amd64.deb
88e995283e683c71f88311fe2e2b87b1 22686256 debug optional
samba-libs-dbgsym_4.9.4+dfsg-1_amd64.deb
b65631426c8403596559873da83e1816 5551896 libs optional
samba-libs_4.9.4+dfsg-1_amd64.deb
6b22bbd2567e3244c7b5ab214cb1f8a7 6646076 debug optional
samba-testsuite-dbgsym_4.9.4+dfsg-1_amd64.deb
028166b083d4936d5139a0cf0211a717 1906696 net optional
samba-testsuite_4.9.4+dfsg-1_amd64.deb
4b2687761eeb97fc826951ed90028250 1557048 debug optional
samba-vfs-modules-dbgsym_4.9.4+dfsg-1_amd64.deb
be03c7a6c41d4730894214f3299b836d 433840 net optional
samba-vfs-modules_4.9.4+dfsg-1_amd64.deb
aed2bf8ada6163d380eb4ba9975d254a 21631 net optional
samba_4.9.4+dfsg-1_amd64.buildinfo
d926ebe1c6f3e88757c641b6cff7a505 1078980 net optional
samba_4.9.4+dfsg-1_amd64.deb
88bbc70886ca8876fa3e81344985ef9d 1388700 debug optional
smbclient-dbgsym_4.9.4+dfsg-1_amd64.deb
d38f1ef4df98cb1dd8d75045c5dd8e3d 460848 net optional
smbclient_4.9.4+dfsg-1_amd64.deb
5cb10b58be9d9f6b21fcfc523a7b5228 1865332 debug optional
winbind-dbgsym_4.9.4+dfsg-1_amd64.deb
b214197616da534ae1fb571008c7b3e3 560812 net optional
winbind_4.9.4+dfsg-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEqIGbPTP9weQZ135HrgOYBGZoH6UFAlwepNEACgkQrgOYBGZo
H6VH+xAAhyV36CSnl00MoSA+jFfO1VO/sltFToAhZmGHEe7oSLCIi5W8DMgit3gw
SaM/niFmyAANIVgQVtkwhrUgiEaAKsXbq28n5VWGDNpTsurarQLYftt7IhmQWqOH
oZ97Hy2vrRoOyHgfCwYJlIVN3fGIvMhgz4hyxcNGqx6bhgWaEEFBYYD5kRkzrZT2
CUC3NIrd23IUrcPY5DbFYdasMKjnSjlhS7OHuc2b5kw9bCp0SYZEF2fp2PDB55cT
OWJw8O9PAwEyi1gfj3xPGwEpz2aKt6AdwxncFdqNzNjM2+oJQJoVEJyXca17E7yC
dgtNhMgS4oMqpOzPwnIVkbwcfxdDAPgEGRA4d59JWf2FHXCcqO8Y0eazLua3sz6m
znMCFL8bD/hxc67n4bgclS/JxuUC72kd1ABC1MAlxDMhF0MMez24SnDepQKriZ0s
5x0a4TtamDBWnq/5uW9MmJJne5C+/Mtv0QDUWok9ClwZOt5tachLyo3XSknRaxh8
N1aNWhbBmH6OEdPorCt9QsCf0jhFk1Y2QrIk1TOGO0XHIW1u+bIsqE/yVn2qA17i
ApuM5bJCYYa/VyBovMeT+zWqFFfA+jd2gJKZAQE+jXWwFPLtNW6mFjJjHyfO8/7l
zAV0y/Hdhtg89Ju2/H86jJmToCGbfN/kjfXREx/PxihmW9Gamfg=
=AtwM
-----END PGP SIGNATURE-----
--- End Message ---