Ubuntu Pastebin

Paste from ahasenack at Fri, 23 Jun 2017 21:31:46 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
samba (2:4.6.5+dfsg-2ubuntu1) artful; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - Add apport hook:
      + Created debian/source_samba.py.
      + debian/rules, debian/samba-common-bin.install: install hook.
    - d/p/krb_zero_cursor.patch - apply proposed-upstream fix for
      pam_winbind krb5_ccache_type=FILE failure
    - d/p/fix-1584485.patch: Make libnss-winbind and libpam-winbind
      to be statically linked
    - debian/patches/winbind_trusted_domains.patch: make sure domain
      members can talk to trusted domains DCs.
    - debian/VERSION.patch: Update vendor string to "Ubuntu".
    - debian/samba-common.config:
      + Do not change priority to high if dhclient3 is installed.
    - 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.
    - Add extra DEP8 tests to samba (LP #1696823):
      + d/t/control: enable the new DEP8 tests
      + d/t/smbclient-anonymous-share-list: list available shares anonymously
      + d/t/smbclient-authenticated-share-list: list available shares using
        an authenticated connection
      + d/t/smbclient-share-access: create a share and download a file from it
      + d/t/cifs-share-access: access a file in a share using cifs
    - Ask the user if we can run testparm against the config file. If yes,
      include its stderr and exit status in the bug report. Otherwise, only
      include the exit status. (LP #1694334)
    - If systemctl is available, use it to query the status of the smbd
      service before trying to reload it. Otherwise, keep the same check
      as before and reload the service based on the existence of the
      initscript. (LP #1579597)
  * Remove d/p/fix-1584485.patch as it builds a broken pam_winbind
    module. There is a fixed version of that patch attached to
    #1677329 but it has not been vetted yet, so for now it's best
    to revert (again) so that pam_winbind can be used.
    (LP #1677329, LP #1644428)
  * Refresh patches:
    - debian/patches/krb_zero_cursor.patch
    - debian/patches/usershare.patch
    - debian/patches/xsltproc_dont_build_smb.conf.5.patch
  * d/p/krb_zero_cursor.patch: add DEP3 header
  * Remove d/p/winbind_trusted_domains.patch: a better fix was applied
    upstream (https://github.com/samba-team/samba/commit/e084c423) and
    this patch is incorrect, even though it still applies.

 -- Andreas Hasenack <andreas@canonical.com>  Fri, 23 Jun 2017 18:31:25 -0300
Download as text