-
shadow (1:4.1.5.1-1.1ubuntu2.1) utopic; urgency=medium
[ William Grant ]
* debian/patches/1020_fix_user_busy_errors:
- libmisc/user_busy.c: Call sub_uid_close in all error cases, otherwise
code that later opens it as RW fails obscurely. (LP: #1342875)
-- Steve Langasek <email address hidden> Fri, 10 Jul 2015 13:17:44 -0700
-
shadow (1:4.1.5.1-1.1ubuntu2) utopic; urgency=medium
* debian/patches/1010_extrausers.patch:
- Add support to passwd for libnss-extrausers by falling back to the
/var/lib/extrausers/ locations if it exists when updating
passwd or shadow.
-- Michael Terry <email address hidden> Fri, 18 Jul 2014 10:00:44 -0400
-
shadow (1:4.1.5.1-1.1ubuntu1) utopic; urgency=medium
* Merge from Debian unstable. Remaining changes:
- debian/passwd.upstart: Add an upstrat job to clear locks on
[shadow-]passwd/group. (LP: #523896).
- Allow LXC devices (lxc/console, lxc/tty[1234]) that we'll start using
in LXC with Precise.
- debian/login.defs:
+ Update documentation of USERGROUPS_ENAB: with pam_umask, the UPG
handling does not only apply to "former (pre-PAM) uses".
+ Update documentation of UMASK: Explain that USERGROUPS_ENAB
will modify this default for UPGs. (Closes: #583971)
- debian/{source_shadow.py,rules}: Add apport hook
- debian/patches/495_stdout-encrypted-password: chpasswd can report
password hashes on stdout (Debian bug 505640).
- Install upstart job by-hand, instead of using dh_installinit to avoid
dependency on upstart-job.
- Pass noupdate to pam_motd call for /run/motd.dynamic, to avoid running
/etc/update-motd.d/* scripts twice (LP: #1169558).
- debian/patches/496_su_kill_process_group: Kill the child process group,
rather than just the immediate child; this is needed now that su no
longer starts a controlling terminal when not running an interactive
shell (closes: #713979).
- Add uidmap package based on upstream patches that introduce
newuidmap/newgidmap as well as /etc/subuid and /etc/subgid. Additional
updates on those to widen the default allocation to 65536 uids and gids
and only assign ranges to non-system users.
shadow (1:4.1.5.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
[ Eric Dorland ]
* Switch to automake1.11. (Closes: #724434)
[ Samuel Thibault ]
* Enable the login package on hurd-any, but without /bin/login, still provided
by the hurd package. Closes: #737805.
-- Stephane Graber <email address hidden> Fri, 02 May 2014 15:17:15 -0400
-
shadow (1:4.1.5.1-1ubuntu9) trusty; urgency=medium
* Set our subuid and subgid range to 65536 uids by default.
* Patch newusers to not add subuids and subgids to system users.
* Patch useradd to not add subuids and subgids to system users and to
regular users who don't fit between uid_min and uid_max.
(This is needed due to adduser not passing --system...)
-- Stephane Graber <email address hidden> Sun, 16 Feb 2014 19:33:48 -0500