~paride/ubuntu/+source/samba:lp1942195-hirsute

Last commit made on 2021-11-12
Get this branch:
git clone -b lp1942195-hirsute https://git.launchpad.net/~paride/ubuntu/+source/samba
Only Paride Legovini can upload to this branch. If you are Paride Legovini please log in for upload directions.

Branch merges

Branch information

Name:
lp1942195-hirsute
Repository:
lp:~paride/ubuntu/+source/samba

Recent commits

b3e0133... by Paride Legovini

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

144df35... 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

dd32836... by Marc Deslauriers

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

Imported using git-ubuntu import.

f65821c... by Marc Deslauriers

2:4.13.3+dfsg-1ubuntu2.1 (patches unapplied)

Imported using git-ubuntu import.

6739120... by Mauricio Faria de Oliveira

2:4.13.3+dfsg-1ubuntu2 (patches unapplied)

Imported using git-ubuntu import.

d8bc1e8... by Sergio Durigan Junior

update-maintainer

e609ff3... by Sergio Durigan Junior

reconstruct-changelog

3b2c0c3... by Sergio Durigan Junior

merge-changelogs

37bc26c... by Sergio Durigan Junior

  * Added changes:
    - d/t/{cifs-share-access-uring,smbclient-share-access-uring}:
      Skip running the tests if on i386 platform, because the uring
      package is not available there.

caf6b6d... by Sergio Durigan Junior

    - d/t/{util, smbclient-share-access-uring, cifs-share-access-uring}:
      guard uring tests with a kernel version check and skip if it's too old