~ahasenack/ubuntu/+source/samba:fix-printing-1951490-focal

Last commit made on 2022-03-11
Get this branch:
git clone -b fix-printing-1951490-focal https://git.launchpad.net/~ahasenack/ubuntu/+source/samba
Only Andreas Hasenack can upload to this branch. If you are Andreas Hasenack please log in for upload directions.

Branch merges

Branch information

Name:
fix-printing-1951490-focal
Repository:
lp:~ahasenack/ubuntu/+source/samba

Recent commits

8fe518f... by Andreas Hasenack

changelog

5d7eb0a... by Andreas Hasenack

  * d/p/lp-1951490-fix-printing-KB5006743.patch: Fix printing after
    Windows 2021-10 Monthly Rollup patch (LP: #1951490)

fe5e98e... by Marc Deslauriers

2:4.13.17~dfsg-0ubuntu0.21.04.1 (patches unapplied)

Imported using git-ubuntu import.

72116fa... by Marc Deslauriers

2:4.13.14+dfsg-0ubuntu0.20.04.4 (patches unapplied)

Imported using git-ubuntu import.

8894c48... by Marc Deslauriers

2:4.13.14+dfsg-0ubuntu0.20.04.3 (patches unapplied)

Imported using git-ubuntu import.

9522131... by Paride Legovini

Update changelog for 2:4.13.14+dfsg-0ubuntu0.20.04.2 release

0664038... by Paride Legovini

samba.postinst: do not populate sambashare from the Ubuntu admin group

This reverts commit fe5cef5014db5b5d6cf55e036583f8f84962e9b2.

The admin group has been phased out in Ubuntu 12.04 [1]:

  Up until Ubuntu 11.10, administrator access using the sudo tool was
  granted via the "admin" Unix group. In Ubuntu 12.04, administrator
  access will be granted via the "sudo" group.

We could add users in the sudo group to sambashare, however I don't
think that's really a good idea:

1. The sudo group isn't likely to go away like admin did, but it's still
   an arbitrary group, and sudo does have alternatives (polkit, doas), so
   it's not really *guaranteed* to stay forever.
2. There's nothing that removes users from sambashare when they're
   removed from the admin/sudo group.
3. Users in the sudo group can add themselves to the sambashare group.
4. This has been broken for almost 10 years, with the problem being noticed
   only when the mechanism did something unexpected.

[1] https://wiki.ubuntu.com/PrecisePangolin/ReleaseNotes/UbuntuDesktop#PrecisePangolin.2FReleaseNotes.2FCommonInfrastructure.Common_Infrastructure

LP: #1942195

24ae195... by Marc Deslauriers

2:4.13.14+dfsg-0ubuntu0.20.04.1 (patches unapplied)

Imported using git-ubuntu import.

3b9b57b... by Paride Legovini

changelog

10fee97... by Paride Legovini

  * d/p/fix-double-free-with-unresolved-credentia-cache.patch: Fix
    double free with unresolved credential cache. (LP: #1892145)