~ubuntu-core-dev/ubuntu/+source/pam/+git/pam:xenial

Last commit made on 2019-02-13
Get this branch:
git clone -b xenial https://git.launchpad.net/~ubuntu-core-dev/ubuntu/+source/pam/+git/pam
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

59699de... by Seyeong Kim

Import Debian changes 1.1.8-3.2ubuntu2.1

pam (1.1.8-3.2ubuntu2.1) xenial; urgency=medium

  * d/local/pam_getenv:
    - Fix "Unescaped left brace in regex" with Perl 5.22. (LP: #1538284)

306b734... by Marc Deslauriers

Import Debian changes 1.1.8-3.2ubuntu2

pam (1.1.8-3.2ubuntu2) xenial; urgency=medium

  * debian/patches-applied/cve-2015-3238.patch: removed manpage changes
    so they don't get regenerated during build and cause a multiarch
    installation issue. (LP: #1558114)

463cd9c... by Marc Deslauriers

Merge version 1.1.8-3.2 from Debian unstable.

* Merge from Debian unstable. Remaining changes:
  - debian/libpam-modules.postinst: Add PATH to /etc/environment if it's
    not present there or in /etc/security/pam_env.conf. (should send to
    Debian).
  - debian/libpam0g.postinst: only ask questions during update-manager when
    there are non-default services running.
  - debian/libpam0g.postinst: check if gdm is actually running before
    trying to reload it.
  - debian/libpam0g.postinst: the init script for 'samba' is now named
    'smbd' in Ubuntu, so fix the restart handling.
  - Change Vcs-Bzr to point at the Ubuntu branch.
  - debian/patches-applied/series: Ubuntu patches are as below ...
  - debian/patches-applied/ubuntu-rlimit_nice_correction: Explicitly
    initialise RLIMIT_NICE rather than relying on the kernel limits.
  - debian/patches-applied/pam_umask_usergroups_from_login.defs.patch:
    Deprecate pam_unix's explicit "usergroups" option and instead read it
    from /etc/login.def's "USERGROUP_ENAB" option if umask is only defined
    there. This restores compatibility with the pre-PAM behaviour of login.
  - debian/patches-applied/pam_motd-legal-notice: display the contents of
    /etc/legal once, then set a flag in the user's homedir to prevent
    showing it again.
  - debian/update-motd.5, debian/libpam-modules.manpages: add a manpage
    for update-motd, with some best practices and notes of explanation.
  - debian/patches/update-motd-manpage-ref: add a reference in pam_motd(8)
    to update-motd(5)
  - debian/local/common-session{,-noninteractive}: Enable pam_umask by
    default, now that the umask setting is gone from /etc/profile.
  - debian/local/pam-auth-update: Add the new md5sums for pam_umask addition.
  - Build-depend on libfl-dev in addition to flex, for cross-building
    support.
  - Add /usr/local/games to PATH.
  - Adjust debian/patches-applied/update-motd to write to
    /run/motd.dynamic, as sysvinit/ssh/login in Debian have been changed
    to use this file and no longer links /etc/motd to /var/run/motd.
  - debian/patches-applied/pam_umask_usergroups_from_login.defs.patch:
    include patch to autogenerated manpage file
  - debian/patches-applied/pam-loginuid-in-containers: pam_loginuid:
    Update patch with follow-up changes to loginuid.c
  - debian/patches-applied/extrausers.patch: Add a pam_extrausers module
    that is basically just a copy of pam_unix but looks at
    /var/lib/extrausers/{group,passwd,shadow} instead of /etc/
  - debian/libpam-modules-bin.install: install the helper binaries for
    pam_extrausers to /sbin
  - debian/rules: Make pam_extrausers_chkpwd sguid shadow
  - debian/patches-applied/extrausers.patch: Ship pre-generated man page
  - debian/patches-applied/pam-limits-nofile-fd-setsize-cap: cap the default
    soft nofile limit read from pid 1 to FD_SETSIZE.
  - debian/control: have libpam-modules recommend update-motd package
* Non-maintainer upload.
* Fix CVE-2015-3238: DoS/user enumeration due to blocking pipe in pam_unix
  module (Closes: #789986)

cd3582e... by Robie Basak

Import Debian changes 1.1.8-3.1ubuntu3

pam (1.1.8-3.1ubuntu3) vivid; urgency=medium

  * d/applied-patches/pam-limits-nofile-fd-setsize-cap: cap the default
    soft nofile limit read from pid 1 to FD_SETSIZE.

da15815... by Dustin Kirkland 

Import Debian changes 1.1.8-3.1ubuntu2

pam (1.1.8-3.1ubuntu2) vivid; urgency=medium

  * debian/control:
    - have libpam-modules recommend update-motd package
      + while libpam-modules provides pam_motd, which does dynamically
        generate the motd from /etc/update-motd.d on login, hundreds of
        users have asked in the past few years how they might "force"
        a MOTD update; this is provided by /usr/sbin/update-motd
        in the tiny update-motd package (already in main); recommend
        this package

c1c3a5c... by Michael Vogt

Merge version 1.1.8-3.1 from Debian unstable.

* Merge from Debian unstable. Remaining changes:
  - debian/libpam-modules.postinst: Add PATH to /etc/environment if it's
    not present there or in /etc/security/pam_env.conf. (should send to
    Debian).
  - debian/libpam0g.postinst: only ask questions during update-manager when
    there are non-default services running.
  - debian/libpam0g.postinst: check if gdm is actually running before
    trying to reload it.
  - debian/libpam0g.postinst: the init script for 'samba' is now named
    'smbd' in Ubuntu, so fix the restart handling.
  - Change Vcs-Bzr to point at the Ubuntu branch.
  - debian/patches-applied/series: Ubuntu patches are as below ...
  - debian/patches-applied/ubuntu-rlimit_nice_correction: Explicitly
    initialise RLIMIT_NICE rather than relying on the kernel limits.
  - debian/patches-applied/pam_umask_usergroups_from_login.defs.patch:
    Deprecate pam_unix's explicit "usergroups" option and instead read it
    from /etc/login.def's "USERGROUP_ENAB" option if umask is only defined
    there. This restores compatibility with the pre-PAM behaviour of login.
  - debian/patches-applied/pam_motd-legal-notice: display the contents of
    /etc/legal once, then set a flag in the user's homedir to prevent
    showing it again.
  - debian/update-motd.5, debian/libpam-modules.manpages: add a manpage
    for update-motd, with some best practices and notes of explanation.
  - debian/patches/update-motd-manpage-ref: add a reference in pam_motd(8)
    to update-motd(5)
  - debian/local/common-session{,-noninteractive}: Enable pam_umask by
    default, now that the umask setting is gone from /etc/profile.
  - debian/local/pam-auth-update: Add the new md5sums for pam_umask addition.
  - Build-depend on libfl-dev in addition to flex, for cross-building
    support.
  - Add /usr/local/games to PATH.
  - Adjust debian/patches-applied/update-motd to write to
    /run/motd.dynamic, as sysvinit/ssh/login in Debian have been changed
    to use this file and no longer links /etc/motd to /var/run/motd.
  - debian/patches-applied/pam_umask_usergroups_from_login.defs.patch:
    include patch to autogenerated manpage file
  - debian/patches-applied/pam-loginuid-in-containers: pam_loginuid:
    Update patch with follow-up changes to loginuid.c
  - debian/patches-applied/extrausers.patch: Add a pam_extrausers module
    that is basically just a copy of pam_unix but looks at
    /var/lib/extrausers/{group,passwd,shadow} instead of /etc/
  - debian/libpam-modules-bin.install: install the helper binaries for
    pam_extrausers to /sbin
  - debian/rules: Make pam_extrausers_chkpwd sguid shadow
  - debian/patches-applied/extrausers.patch: Ship pre-generated man page
* Non-maintainer upload by the Security Team.
* Fix CVE-2013-7041: case-insensitive comparison used for verifying
  passwords in the pam_userdb module (closes: #731368).
* Fix CVE-2014-2583: multiple directory traversal issues in the
  pam_timestamp module (closes: 757555)

efba96c... by Brian Murray

Import Debian changes 1.1.8-3ubuntu4

pam (1.1.8-3ubuntu4) utopic; urgency=medium

  * No-change rebuild to get debug symbols on all architectures.

8f24ccb... by Michael Terry

Import Debian changes 1.1.8-3ubuntu3

pam (1.1.8-3ubuntu3) utopic; urgency=medium

  * debian/patches-applied/extrausers.patch:
    - Ship pre-generated man page

1e09a01... by Michael Terry

Import Debian changes 1.1.8-3ubuntu2

pam (1.1.8-3ubuntu2) utopic; urgency=medium

  * debian/patches-applied/extrausers.patch: Add a pam_extrausers module
    that is basically just a copy of pam_unix but looks at
    /var/lib/extrausers/{group,passwd,shadow} instead of /etc/
  * debian/libpam-modules-bin.install: install the helper binaries for
    pam_extrausers to /sbin
  * debian/rules: Make pam_extrausers_chkpwd sguid shadow

03b23bd... by Stéphane Graber

releasing version 1.1.8-3ubuntu1