Your message dated Tue, 03 Sep 2019 07:00:19 +0000
with message-id <[email protected]>
and subject line Bug#934540: fixed in samba 2:4.10.7+dfsg-1
has caused the Debian Bug report #934540,
regarding winbind: PIDFile= references path below legacy directory /var/run/
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.)


-- 
934540: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934540
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: winbind
Version: 2:4.9.11+dfsg-1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
Boot up the PC
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
Messages in log
août 12 08:23:10 debian systemd[1]: /lib/systemd/system/winbind.service:8:
PIDFile= references path below legacy directory /var/run/, updating
/var/run/samba/winbindd.pid → /run/samba/winbindd.pid; please update the unit
file accordingly.

Warning in service
root@debian:/opt# systemctl status winbind -l --no-pager
● winbind.service - Samba Winbind Daemon
   Loaded: loaded (/lib/systemd/system/winbind.service; enabled; vendor preset:
enabled)
   Active: active (running) since Mon 2019-08-12 08:08:00 CEST; 25min ago
     Docs: man:winbindd(8)
           man:samba(7)
           man:smb.conf(5)
 Main PID: 828 (winbindd)
   Status: "winbindd: ready to serve connections..."
    Tasks: 2 (limit: 4269)
   Memory: 15.3M
   CGroup: /system.slice/winbind.service
           ├─828 /usr/sbin/winbindd --foreground --no-process-group
           └─871 winbindd: domain child [DEBIAN]

août 12 08:07:56 debian systemd[1]: Starting Samba Winbind Daemon...
août 12 08:08:00 debian systemd[1]: Started Samba Winbind Daemon.
août 12 08:23:08 debian systemd[1]: /lib/systemd/system/winbind.service:8:
PIDFile= references path below legacy directory /var/run/, updating
/var/run/samba/winbindd.pid → /run/samba/winbindd.pid; please update the unit
file accordingly.
août 12 08:23:10 debian systemd[1]: /lib/systemd/system/winbind.service:8:
PIDFile= references path below legacy directory /var/run/, updating
/var/run/samba/winbindd.pid → /run/samba/winbindd.pid; please update the unit
file accordingly.
root@debian:/opt#

   * What outcome did you expect instead?
No warnings

*** End of the template - remove these template lines ***



-- Package-specific info:
* /etc/samba/smb.conf present, and attached
* /var/lib/samba/dhcp.conf not present

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (990, 'testing'), (990, 'stable'), (500, 'proposed-updates'), 
(500, 'oldoldstable'), (500, 'stable'), (500, 'oldstable'), (100, 'unstable'), 
(1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.2.8-xanmod8 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages winbind depends on:
ii  libbsd0           0.9.1-2
ii  libc6             2.28-10
ii  libldap-2.4-2     2.4.48+dfsg-1
ii  libpopt0          1.16-12
ii  libtalloc2        2.1.14-2
ii  libtdb1           1.3.16-2+b1
ii  libtevent0        0.9.37-1
ii  libwbclient0      2:4.9.11+dfsg-1
ii  lsb-base          10.2019051400
ii  samba-common      2:4.9.11+dfsg-1
ii  samba-common-bin  2:4.9.11+dfsg-1
ii  samba-libs        2:4.9.11+dfsg-1

winbind recommends no packages.

Versions of packages winbind suggests:
pn  libnss-winbind  <none>
pn  libpam-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]

## Browsing/Identification ###

# 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.10.7+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: SHA512

Format: 1.8
Date: Thu, 29 Aug 2019 14:32:52 +0200
Source: samba
Binary: ctdb ctdb-dbgsym libnss-winbind libnss-winbind-dbgsym libpam-winbind 
libpam-winbind-dbgsym libparse-pidl-perl libsmbclient libsmbclient-dbgsym 
libsmbclient-dev libwbclient-dev libwbclient0 libwbclient0-dbgsym python3-samba 
python3-samba-dbgsym registry-tools registry-tools-dbgsym samba samba-common 
samba-common-bin samba-common-bin-dbgsym samba-dbgsym samba-dev 
samba-dsdb-modules samba-dsdb-modules-dbgsym samba-libs samba-libs-dbgsym 
samba-testsuite samba-testsuite-dbgsym samba-vfs-modules 
samba-vfs-modules-dbgsym smbclient smbclient-dbgsym winbind winbind-dbgsym
Architecture: source amd64 all
Version: 2:4.10.7+dfsg-1
Distribution: experimental
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
 python3-samba - Python 3 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: 910242 929217 929931 930540 931138 934540
Changes:
 samba (2:4.10.7+dfsg-1) experimental; urgency=medium
 .
   [ Mathieu Parent ]
   * New upstream release
     - Update patches
     - Drop nsswitch-Add-try_authtok-option-to-pam_winbind.patch, merged
     - libsamba-passdb.so bumped to 0.27.2
     - Update symbols
     - Update installed files
   * samba-libs: Fix Breaks+Replaces: libndr-standard0 (<< 2:4.0.9)
     (Closes: #910242)
   * Add missing Breaks+Replace found by piuparts (Closes: #929217)
   * Enable vfs_nfs4acl_xattr (Closes: #930540)
   * ctdb:
     - enable ceph and etcd recovery lock
     - Downgrade ctdb_mutex_ceph_rados_helper shlibdeps to recommends
   * Add gitlabracadabra.yml
   * Update salsa-ci.yml
 .
   [ Rafael David Tinoco ]
   * debian/rules: Make DEB_HOST_ARCH_CPU initialized through dpkg-architecture
     (Closes: #931138)
   * CTDB NFS fixes from Ubuntu (Closes: #929931, LP: #722201):
     - d/p/fix-nfs-service-name-to-nfs-kernel-server.patch: change nfs service
       name from nfs to nfs-kernel-server
     - ctdb-config: depend on /etc/ctdb/nodes file
     - d/ctdb.install, d/rules: create ctdb run directory into tmpfiles.d to
       allow pid file to exist
     - added /var/lib/ctdb/* directories
     - d/ctdb.postrm: remove leftovers from /var/lib/ctdb/*
     - Add examples of NFS HA CTDB config files + helper script
 .
   [ Mathieu Parent ]
   * Update d/gbp.conf, d/watch and d/README.source for 4.10
   * Drop ctdb-config-depend-on-etc-default-nodes-file.patch, merged upstream
   * Bump build-depends talloc >= 2.1.16, tdb >= 1.3.18, tevent >= 0.9.39 and
     ldb >= 2:1.5.5
   * Bump libcmocka-dev builddep to 1.1.3
   * d/rules: Remove 1.5.1+really prefix from LDB_DEPENDS
   * d/copyright:
     - s/GPL-3+/GPL-3.0+/ and s/LGPL-3+/LGPL-3.0+/
     - Move License details to end of file
     - Add waf licences
     - Add lib/replace licences
     - Update lib/{ldb,talloc,tdb} licences
   * Move to Python3 (from Ubuntu)
   * Bump debhelper from old 11 to 12.
   * Standards-Version: 4.4.0
   * Replace all reference of /var/run to /run (Closes: #934540)
   * Replace python shbang by python3 in d/*.py
Checksums-Sha1:
 c494f2a304b47b6da8ef3cf82b211cc802143fc7 4174 samba_4.10.7+dfsg-1.dsc
 69b7784f1afa98565c9d00a929b4a855d291664b 11596092 samba_4.10.7+dfsg.orig.tar.xz
 8266bf269bdf9be555cdaf36ac3d89f2ca19353a 238436 
samba_4.10.7+dfsg-1.debian.tar.xz
 0f6bd774dd67ee93e02ebc6f12208acc3a3d9f16 2262692 
ctdb-dbgsym_4.10.7+dfsg-1_amd64.deb
 124699c32cb77787d32f73c6cb5922ebfe7f368e 739612 ctdb_4.10.7+dfsg-1_amd64.deb
 628e1e8bcbd30ad3ad6b6b42a1153a093d4e3ff7 28220 
libnss-winbind-dbgsym_4.10.7+dfsg-1_amd64.deb
 3bd5e4f0bb16e4c5c97da92f81edede62c5a4faf 117776 
libnss-winbind_4.10.7+dfsg-1_amd64.deb
 73a881c3e57cdac4e107e2332a026d9c3a769ed1 50372 
libpam-winbind-dbgsym_4.10.7+dfsg-1_amd64.deb
 710076359c4024f0fad273ce0b08f0fcf86b5a70 136196 
libpam-winbind_4.10.7+dfsg-1_amd64.deb
 a83f8ee9d995ea61a3ebb13774f22f4c57c57a93 202168 
libparse-pidl-perl_4.10.7+dfsg-1+really0.02_amd64.deb
 b1573739ac711ca0984727adfe955ae6c6aaaf7c 138208 
libsmbclient-dbgsym_4.10.7+dfsg-1_amd64.deb
 191645d2239a090bcb1695410e1f7b5e58ee7ce8 144308 
libsmbclient-dev_4.10.7+dfsg-1_amd64.deb
 4487b162648d14a7309bbed707c1f2de3e133c73 163620 
libsmbclient_4.10.7+dfsg-1_amd64.deb
 323ee03b6bc2498274538c5e53c174c58f364a58 119868 
libwbclient-dev_4.10.7+dfsg-1_amd64.deb
 f0085771ba08c838f6774f91a8beece51bc2c963 82804 
libwbclient0-dbgsym_4.10.7+dfsg-1_amd64.deb
 38a68a4eb5e7bcffeb40a5eb960ec662d06ff75c 135668 
libwbclient0_4.10.7+dfsg-1_amd64.deb
 3054a704e4a2b5f4d31fcc76b086310ff8ec071a 8569536 
python3-samba-dbgsym_4.10.7+dfsg-1_amd64.deb
 412399264228f1544ca8171c1dd342ecc148530e 2521972 
python3-samba_4.10.7+dfsg-1_amd64.deb
 f35881fae3bfb3172267559d2406e0268275a78b 60132 
registry-tools-dbgsym_4.10.7+dfsg-1_amd64.deb
 ad3dfd5ef396e9cdad11f82328d36f75051556b8 135976 
registry-tools_4.10.7+dfsg-1_amd64.deb
 77d8310dde13c4e48021b7fa6abbc36c59ff6835 961600 
samba-common-bin-dbgsym_4.10.7+dfsg-1_amd64.deb
 39bd4c8d52b78c7f79a3febb1eafc7e84932aca2 621816 
samba-common-bin_4.10.7+dfsg-1_amd64.deb
 1dbaa16629c5f0f76055e6dcd137314b0959925e 167040 
samba-common_4.10.7+dfsg-1_all.deb
 0a90442c9dcc2c36d80e8d05d38f35c10b1076ab 1419960 
samba-dbgsym_4.10.7+dfsg-1_amd64.deb
 8b4d583b280318c7e91cd4fcdb55b206047ff8ef 326996 
samba-dev_4.10.7+dfsg-1_amd64.deb
 d39e9b542dfcaf838c6a9bd7d121304f39979f6d 750276 
samba-dsdb-modules-dbgsym_4.10.7+dfsg-1_amd64.deb
 733c405dc41d8dbe284282489ad17690717ace28 387552 
samba-dsdb-modules_4.10.7+dfsg-1_amd64.deb
 1a042e3d86351b12948c8b25f3ce472ad1b5df87 16493416 
samba-libs-dbgsym_4.10.7+dfsg-1_amd64.deb
 3b0afacbdb4939d7125dfdcc3f64c57da717b164 5572980 
samba-libs_4.10.7+dfsg-1_amd64.deb
 e9f8635acfed476a63e9cec683881eb2fdf189bd 5153608 
samba-testsuite-dbgsym_4.10.7+dfsg-1_amd64.deb
 583d228a55ea1baa3802703063f12747442ac036 1927868 
samba-testsuite_4.10.7+dfsg-1_amd64.deb
 0b4750d33aad838511a006f0c25bd416c2c8399d 826364 
samba-vfs-modules-dbgsym_4.10.7+dfsg-1_amd64.deb
 670c5c622cfb5e3cc9e176be869a19c94cd0e19b 445808 
samba-vfs-modules_4.10.7+dfsg-1_amd64.deb
 2b8ab5e1d7909bad361e11ac30e32d3e33f8badc 21014 
samba_4.10.7+dfsg-1_amd64.buildinfo
 ea4da5cd35cf4b0175f37c71809036ef2e5c1180 1069532 samba_4.10.7+dfsg-1_amd64.deb
 58e9f7bc96308092987aedcc384cddd1e3c9e2f6 1107264 
smbclient-dbgsym_4.10.7+dfsg-1_amd64.deb
 b4108891f074e893d8441e0f04ade37873b6ed5a 468480 
smbclient_4.10.7+dfsg-1_amd64.deb
 e894e80ba14aceeb9cdc9546eacd30e323a21f62 1146640 
winbind-dbgsym_4.10.7+dfsg-1_amd64.deb
 b8030d84ebad75ee79b2eeea7fdb409ac0aef8ec 566512 winbind_4.10.7+dfsg-1_amd64.deb
Checksums-Sha256:
 2a6e2a500f032337800a92ad4176bc4532ba10b63f3d7c5c0e54c4876a0288cc 4174 
samba_4.10.7+dfsg-1.dsc
 5dbd6f31e8e3cd2d94f773167f359efeeebab41c537a6d4950114f69237810e2 11596092 
samba_4.10.7+dfsg.orig.tar.xz
 6489568e6a1f6c653499e0cbbe366b253054521e34eb0b63119ac47d253cadb0 238436 
samba_4.10.7+dfsg-1.debian.tar.xz
 d1641dc22fda82a4e7d27c82f52de43c6bfd03e0f949d1658cb906b8a4570a73 2262692 
ctdb-dbgsym_4.10.7+dfsg-1_amd64.deb
 879ec8f2927c34b89a11b4a5ace73e62ce1a21118552b44247b24ea275f0b289 739612 
ctdb_4.10.7+dfsg-1_amd64.deb
 9dd3f3596a8c09493a39ab198b21ede9a2cfbff79128f8eabb3d238394ade7a9 28220 
libnss-winbind-dbgsym_4.10.7+dfsg-1_amd64.deb
 21cf1513771ffa9a8a149784102347f095325cb073f1b19812918558178ddab4 117776 
libnss-winbind_4.10.7+dfsg-1_amd64.deb
 1b7111c1c2533aea562a7b01505e4dc5ce13f506a3b60a35bb7d0dc91e405072 50372 
libpam-winbind-dbgsym_4.10.7+dfsg-1_amd64.deb
 911a99f80f459b63056ee8320f76f298bd7f1dc59bf89846c7c6787f14b15128 136196 
libpam-winbind_4.10.7+dfsg-1_amd64.deb
 bc702544a30caf4b17d0fc7f1336287d5f12d674a98348e4345e66f8a48b370e 202168 
libparse-pidl-perl_4.10.7+dfsg-1+really0.02_amd64.deb
 63d13325f7ba8318080051ae97b704a8fc50459e9fe72874216d864b4e40a6de 138208 
libsmbclient-dbgsym_4.10.7+dfsg-1_amd64.deb
 a1d74e7d7fa2b0f40f331c299ee53a096826d0a17ce5abaf2b77786b20d3ab81 144308 
libsmbclient-dev_4.10.7+dfsg-1_amd64.deb
 5a31faf02ca4fb50f05d89ef917387b873db0d71ddabecad03adf067829e96f0 163620 
libsmbclient_4.10.7+dfsg-1_amd64.deb
 40b06b0b681dd18dd64d8fa4522a2683153b100bde421ffcc641e515785b42e6 119868 
libwbclient-dev_4.10.7+dfsg-1_amd64.deb
 9f52156c5a82396b685f581314f0ebd1eac5ce8c963b7dca4b36db03e596128a 82804 
libwbclient0-dbgsym_4.10.7+dfsg-1_amd64.deb
 b272daecc129560897002b2cb6efe5e97331e3d8c5850fc2cbd710f2d6222d4b 135668 
libwbclient0_4.10.7+dfsg-1_amd64.deb
 884335d9886b85c3c34d6b230fce4b5f455ac3b42228378f5f8413cb786b1ae7 8569536 
python3-samba-dbgsym_4.10.7+dfsg-1_amd64.deb
 ea0c1f4c94244321651cb8b12426361147dafa830619ff7391f9407763327b80 2521972 
python3-samba_4.10.7+dfsg-1_amd64.deb
 9060bda45a700c127e25cd30a1e8c4b1131829bfab8a90a7075e7d1f8f255e49 60132 
registry-tools-dbgsym_4.10.7+dfsg-1_amd64.deb
 f8e2e8dbbfc220dc2a1adc24bbc556d4cab88f2649f7d755dc726c196ded9b85 135976 
registry-tools_4.10.7+dfsg-1_amd64.deb
 8d5a5298d57cd982f72e8fb9d6913906067860c71a64dbbdff2ff926611f5937 961600 
samba-common-bin-dbgsym_4.10.7+dfsg-1_amd64.deb
 6ad6bf8793d2d0189fb7830425fade3dd2f5156407a239eef38cef3572a77d75 621816 
samba-common-bin_4.10.7+dfsg-1_amd64.deb
 6937f7a2a051d958111c4ae1a76e4896e1b18d8fb26c7d9a583e7055837c7d71 167040 
samba-common_4.10.7+dfsg-1_all.deb
 820937b6debe219b830dfd03e6e2c63de9193b081e783cd9c7588b90850f1b80 1419960 
samba-dbgsym_4.10.7+dfsg-1_amd64.deb
 050d4af6640b5bfd547306f3aabe9298548a0b908141dd353fbc2cb9b05439e9 326996 
samba-dev_4.10.7+dfsg-1_amd64.deb
 1889b305fc412922f0ad9cff80fb4436db8483ec5834081ef510c2af0ce12b00 750276 
samba-dsdb-modules-dbgsym_4.10.7+dfsg-1_amd64.deb
 2f3432649aeb656adfd4c40246e012c82cd6a8f5bacdc1ad690bd4649c6208b7 387552 
samba-dsdb-modules_4.10.7+dfsg-1_amd64.deb
 1115fbb173f349801ea017acf122ad75b9d751a04daed1ff53e87542ad117704 16493416 
samba-libs-dbgsym_4.10.7+dfsg-1_amd64.deb
 7484a4be6def0cacfc9da41f33ee041a3ad3c8c9bafc1e02870e15d076a08c76 5572980 
samba-libs_4.10.7+dfsg-1_amd64.deb
 ed21399e41f44a72ff6f78539527a7fcf5af2ad62f41bbbd29cf0dded39948a0 5153608 
samba-testsuite-dbgsym_4.10.7+dfsg-1_amd64.deb
 5f4553822e554a489ea2780de9972e586bd82eef408e73dce6fc20ccf8f88c3a 1927868 
samba-testsuite_4.10.7+dfsg-1_amd64.deb
 cd83f17b5c655069647c0ebefe9e8375e5dbb9c06b4a9c04ada7b6a4003015ea 826364 
samba-vfs-modules-dbgsym_4.10.7+dfsg-1_amd64.deb
 1f1a4375392f3ebca7ace4857baf8c5f592486af2f73312429f2fc22bee9ab59 445808 
samba-vfs-modules_4.10.7+dfsg-1_amd64.deb
 4a57945bb2887b5e66e53ae1e96fc09dcdc6bacdf61e48f45326b7180d61b82c 21014 
samba_4.10.7+dfsg-1_amd64.buildinfo
 3a49f90ea1e8dd0dd36e11139d4babd3005e87f3f24f4d4c8f8e3badfd9d7907 1069532 
samba_4.10.7+dfsg-1_amd64.deb
 ad40f607a38ad6fbf88475a0f9a9ea923c4d11ce7846d020086ca23eb65129e6 1107264 
smbclient-dbgsym_4.10.7+dfsg-1_amd64.deb
 357fc56763b888a11a6f58ac3082db9613075c5c3c4bbf5377fcafcec1dae2b3 468480 
smbclient_4.10.7+dfsg-1_amd64.deb
 bcddd5e1fefad9969bf991a09f508969cbd13f65686b764e10c83d717277bcd3 1146640 
winbind-dbgsym_4.10.7+dfsg-1_amd64.deb
 9c6cb573e1b4abeb3674900fc45d4e4addaf3bad6ea3d2d32631dd17c54d3441 566512 
winbind_4.10.7+dfsg-1_amd64.deb
Files:
 f7cd7b12af72dfc35ec3ef11b2874274 4174 net optional samba_4.10.7+dfsg-1.dsc
 cfc3fad3cbf7da98568c9160dc26c601 11596092 net optional 
samba_4.10.7+dfsg.orig.tar.xz
 f5e93ebba47be9e4598bf0c701fbe237 238436 net optional 
samba_4.10.7+dfsg-1.debian.tar.xz
 671db017b919922a0d15c69e716308c8 2262692 debug optional 
ctdb-dbgsym_4.10.7+dfsg-1_amd64.deb
 96d290ef756ae2554923efea7e541df8 739612 net optional 
ctdb_4.10.7+dfsg-1_amd64.deb
 1b05a9d83b080bc15e777c591cd8273b 28220 debug optional 
libnss-winbind-dbgsym_4.10.7+dfsg-1_amd64.deb
 787755f8b51fa1862751dcfbc298946d 117776 admin optional 
libnss-winbind_4.10.7+dfsg-1_amd64.deb
 28f38c814279c0798b9f9984906fb71d 50372 debug optional 
libpam-winbind-dbgsym_4.10.7+dfsg-1_amd64.deb
 d830635a826d96679b61e022708e61d3 136196 admin optional 
libpam-winbind_4.10.7+dfsg-1_amd64.deb
 5ff754bff0eb3b56886255465cba0d2b 202168 perl optional 
libparse-pidl-perl_4.10.7+dfsg-1+really0.02_amd64.deb
 08523ddbe32c37c5c4c6f33423dd8462 138208 debug optional 
libsmbclient-dbgsym_4.10.7+dfsg-1_amd64.deb
 3216807dcc0ea3df94e7197aa7e0f447 144308 libdevel optional 
libsmbclient-dev_4.10.7+dfsg-1_amd64.deb
 15f9995c6be2891228facd264ec73aba 163620 libs optional 
libsmbclient_4.10.7+dfsg-1_amd64.deb
 63d11b5efc91f8981b94686c2f8a9f42 119868 libdevel optional 
libwbclient-dev_4.10.7+dfsg-1_amd64.deb
 99b5d31d97b8ea7a52d310ff71ffb26b 82804 debug optional 
libwbclient0-dbgsym_4.10.7+dfsg-1_amd64.deb
 9e53e3dac0cc97859d527ee95addb07d 135668 libs optional 
libwbclient0_4.10.7+dfsg-1_amd64.deb
 e099da8610f4258fc7e4e8f9200b354c 8569536 debug optional 
python3-samba-dbgsym_4.10.7+dfsg-1_amd64.deb
 839cb0a9794ec6a286cbf5989b44a97a 2521972 python optional 
python3-samba_4.10.7+dfsg-1_amd64.deb
 307cc91f9bc1bded2ced6308f503d379 60132 debug optional 
registry-tools-dbgsym_4.10.7+dfsg-1_amd64.deb
 f5b4a85385f398258b54d376529d9011 135976 net optional 
registry-tools_4.10.7+dfsg-1_amd64.deb
 16e94b8b10ef3090949b87b4436aaf00 961600 debug optional 
samba-common-bin-dbgsym_4.10.7+dfsg-1_amd64.deb
 b66c318f3f202d8aa1e752d6e8400453 621816 net optional 
samba-common-bin_4.10.7+dfsg-1_amd64.deb
 6275ff883f23d238c0ef31249428b218 167040 net optional 
samba-common_4.10.7+dfsg-1_all.deb
 313d4146ca26ea4b0c0d8aec2c6018d8 1419960 debug optional 
samba-dbgsym_4.10.7+dfsg-1_amd64.deb
 205b2532a703a58413b436b26f28f670 326996 devel optional 
samba-dev_4.10.7+dfsg-1_amd64.deb
 0c42ae7a54ded37d67f6f258680c63a2 750276 debug optional 
samba-dsdb-modules-dbgsym_4.10.7+dfsg-1_amd64.deb
 5856d35fa7599106e47ebebbb66726c6 387552 libs optional 
samba-dsdb-modules_4.10.7+dfsg-1_amd64.deb
 5130aa7a18c41ad0b563ec2a5f30987f 16493416 debug optional 
samba-libs-dbgsym_4.10.7+dfsg-1_amd64.deb
 551ea93785b46f1da524b0aee07e5c8f 5572980 libs optional 
samba-libs_4.10.7+dfsg-1_amd64.deb
 315eedca9d9afb8b4296bcdb3d03ed89 5153608 debug optional 
samba-testsuite-dbgsym_4.10.7+dfsg-1_amd64.deb
 df6e7b4f5dc3bb54c49d7e7c38422af6 1927868 net optional 
samba-testsuite_4.10.7+dfsg-1_amd64.deb
 6b48317cc5aa55968da499cba1b2969b 826364 debug optional 
samba-vfs-modules-dbgsym_4.10.7+dfsg-1_amd64.deb
 bf3f3cfdc2d72cb684f635ca930f659e 445808 net optional 
samba-vfs-modules_4.10.7+dfsg-1_amd64.deb
 3ac0d65c76f2605b4c8fd422bc2274ef 21014 net optional 
samba_4.10.7+dfsg-1_amd64.buildinfo
 2dce401bfc2973c9b223694f91409d22 1069532 net optional 
samba_4.10.7+dfsg-1_amd64.deb
 b3ec1b530e929e6365fe002eb88aeb32 1107264 debug optional 
smbclient-dbgsym_4.10.7+dfsg-1_amd64.deb
 71fbeb1d78c821ac78c6785cbccdcbf6 468480 net optional 
smbclient_4.10.7+dfsg-1_amd64.deb
 ddd9dfdc6a4273f957f9f08fedceb41e 1146640 debug optional 
winbind-dbgsym_4.10.7+dfsg-1_amd64.deb
 f826cf957d1ebc3ade2aa03028271752 566512 net optional 
winbind_4.10.7+dfsg-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEEqqWLhC6ILPQU4Lqxp8cqHHgrjD8FAl1oCZETHHNhdGhpZXVA
ZGViaWFuLm9yZwAKCRCnxyoceCuMP0VvEACbsrercXZr0kaRJrLm2LDOVHKzOCWn
JDnK6ZnhznoVkQFD5k4aMYgO4LldNH3Qoy5mZViPZw02wsr+3GORBWeJfDo0VfoB
yGx7QyCpQWSzDzH0w9Aro+oAUIRCmWxElqFD/Ie72F73YqeLrjoKmyD/OjtyDTeN
FRY7zrFUZNBYjpnRxVzcCaSLimjYtD+tTewYjzKxo26FlmWmlQKjCgQAuMjj2SEw
GsNmqO/VDjcu12WbY7OGyilkp1MR0NjB87kw++SVJm7qUIH8J4df5uc0WXLjxaqt
UyPm0rZLSryI+m3Kakbrx7hxWA/8DS20ObGv7A/tQSN6VcrWayPF6lahp3v/Gw4P
1tmPrDjVRDVJMIYuBDxK5T9WOZeKgMY4j1czfIhbAW5u3EqDK3RmOJ97iwk58A3+
/AdleTUye5/aC6tKEGcnZ5La/KcrmvLipGpBAPdXKRkVwhmEiwAFfC85yHQZBwi6
afaUuqqDocnm0DhX7jaRO+ruJ2chDExrbS/oph/xQu9A6H6IKbshg1iUYG1L5Nkp
0RXir4XUmqLQPq1HF8mdRMUiYJs1ZA8QYD7ce8fICE1n0hJ9QG0l3Z5QcRNpOmFL
SwPU6s23zSKwmijPjzXjfKh9SZ/UsFvamz7tWHzz5pu/37AJ6YzwcMd4y6vjbAxc
zez1r9EUhnHYfg==
=NxWL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to