Change log for adduser package in Ubuntu

148 of 48 results
Published in noble-release
Published in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
adduser (3.137ubuntu1) mantic; urgency=medium

  * Merge from Debian unstable (LP: #2026199). Remaining changes:
    - Add support for encrypting home directories (MR: !87):
      + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
        for the hard work.
      + doc/adduser.8: document the --encrypt-home option
      + debian/control: suggest ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
    - extrausers support for adduser and gpasswd (LP: #1323732)
    - Add support for ZFS home directories (LP: #1873263)
    - Enable private home directories by default (LP: #48734)
      + Set DIR_MODE=0750 and SYS_DIR_MODE=0750 in the default adduser.conf
    - AdduserCommon.pm, adduser.conf: Change default SYS_NAME_REGEX to allow
      uppercase letters in the names of system users.
  * d/t/ecryptfs: test cases for adduser and deluser with --encrypt-home
  * Removed changes (superseded by Debian):
    - Fixed failing autopkgtests (MR: !89):
      + d/t/f/adduser_system.t: Smart increment of test uid to next available
        value.
      + d/t/f/firstlastuidgid.t: Smart increment of test uid and gid values to
        next available value.
      + d/t/f/firstlastuidgid.t: Changed S4L test group first and last uid
        values to 3xx instead of 4xx to comply with SYS_UID_MAX.

 -- Mateus Rodrigues de Morais <email address hidden>  Wed, 05 Jul 2023 14:42:39 -0300

Available diffs

Superseded in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
adduser (3.134ubuntu1) mantic; urgency=medium

  * Merge from Debian unstable (LP: #2021498). Remaining changes:
    - Add support for encrypting home directories (MR: !87):
      + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
        for the hard work.
      + doc/adduser.8: document the --encrypt-home option
      + debian/control: suggest ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
    - extrausers support for adduser and gpasswd (LP: #1323732)
    - Add support for ZFS home directories (LP: #1873263)
    - Enable private home directories by default (LP: #48734)
      + Set DIR_MODE=0750 and SYS_DIR_MODE=0750 in the default adduser.conf
    - AdduserCommon.pm, adduser.conf: Change default SYS_NAME_REGEX to allow
      uppercase letters in the names of system users.
  * d/t/ecryptfs: test cases for adduser and deluser with --encrypt-home
  * Fixed failing autopkgtests (MR: !89):
    - d/t/f/adduser_system.t: Smart increment of test uid to next available
      value.
    - d/t/f/firstlastuidgid.t: Smart increment of test uid and gid values to
      next available value.
    - d/t/f/firstlastuidgid.t: Changed S4L test group first and last uid
      values to 3xx instead of 4xx to comply with SYS_UID_MAX.

Available diffs

Superseded in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
adduser (3.129ubuntu1) lunar; urgency=medium

  * Merge from Debian unstable (LP: #1873519, #1977710). Remaining changes:
    - Add support for encrypting home directories:
      + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
        for the hard work.
      + doc/adduser.8: document the --encrypt-home option
      + debian/control: suggest ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
    - extrausers support for adduser and gpasswd (LP: #1323732)
    - Add support for ZFS home directories (LP: #1873263)
    - Enable private home directories by default (LP: #48734)
      + Set DIR_MODE=0750 and SYS_DIR_MODE=0750 in the default adduser.conf
   * Rename NAME_REGEX_SYSTEM to SYS_NAME_REGEX
     - AdduserCommon.pm, adduser.conf: Change default SYS_NAME_REGEX to allow
       uppercase letters in the names of system users.
   * Removed changes (superseded by Debian):
    - AdduserCommon.pm, adduser, adduser.8, adduser.conf.5: Allow uppercase
      letters in the names of system users. This is done by having a separate
      NAME_REGEX_SYSTEM configuration setting which applies when --system is
      specified.

Available diffs

Superseded in lunar-release
Obsolete in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
adduser (3.121ubuntu1) kinetic; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - AdduserCommon.pm, adduser, adduser.8, adduser.conf.5: Allow uppercase
      letters in the names of system users. This is done by having a separate
      NAME_REGEX_SYSTEM configuration setting which applies when --system is
      specified. (Soren Hansen)
    - Add support for encrypting home directories:
      + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
        for the hard work.
      + doc/adduser.8: document the --encrypt-home option
      + debian/control: suggest ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
    - extrausers support for adduser and gpasswd.
    - Add support for ZFS home directories (LP: #1873263)
    - Enable private home directories by default (LP: #48734)
      + Set DIR_MODE=0750 in the default adduser.conf
      + Change the description and default value to select private home
        directories by default in debconf template
      + Change the DIR_MODE when private home directories is configured via
        debconf from 0751 to 0750 to ensure files are truly private

 -- Benjamin Drung <email address hidden>  Tue, 17 May 2022 12:26:42 +0200

Available diffs

Superseded in kinetic-release
Published in jammy-release
Obsolete in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
adduser (3.118ubuntu5) hirsute; urgency=medium

  * Enable private home directories by default (LP: #48734)
    - Set DIR_MODE=0750 in the default adduser.conf
    - Change the description and default value to select private home
      directories by default in debconf template
    - Change the DIR_MODE when private home directories is configured via
      debconf from 0751 to 0750 to ensure files are truly private

 -- Alex Murray <email address hidden>  Wed, 06 Jan 2021 16:46:50 +1030

Available diffs

Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
adduser (3.118ubuntu4) hirsute; urgency=medium

  [ Marcus Tomlinson ]
  * Drop support for extrausers in deluser, not available yet.

 -- Dimitri John Ledkov <email address hidden>  Thu, 10 Dec 2020 16:53:10 +0000
Superseded in hirsute-proposed
adduser (3.118ubuntu3) hirsute; urgency=medium

  [ Marcus Tomlinson ]
  * Add support for extrausers in gpasswd

 -- Dimitri John Ledkov <email address hidden>  Wed, 02 Dec 2020 10:16:44 +0000

Available diffs

Superseded in hirsute-release
Obsolete in groovy-release
Published in focal-release
Deleted in focal-proposed (Reason: moved to Release)
adduser (3.118ubuntu2) focal; urgency=medium

  * Add support for ZFS home directories:
    - Home directories are created as ZFS dataset if zsysctl is installed. If
      the command is not installed or fails, the user will be created as usual
      without a dedicated dataset (LP: #1873263)

 -- Jean-Baptiste Lallement <email address hidden>  Thu, 16 Apr 2020 16:12:53 +0200

Available diffs

Superseded in focal-release
Obsolete in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
adduser (3.118ubuntu1) disco; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - AdduserCommon.pm, adduser, adduser.8, adduser.conf.5: Allow uppercase
      letters in the names of system users. This is done by having a separate
      NAME_REGEX_SYSTEM configuration setting which applies when --system is
      specified. (Soren Hansen)
    - Add support for encrypting home directories:
      + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
        for the hard work.
      + doc/adduser.8: document the --encrypt-home option
      + debian/control: suggest ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
    - extrausers support for adduser.

Available diffs

Superseded in disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
adduser (3.117ubuntu1) cosmic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - AdduserCommon.pm, adduser, adduser.8, adduser.conf.5: Allow uppercase
      letters in the names of system users. This is done by having a separate
      NAME_REGEX_SYSTEM configuration setting which applies when --system is
      specified. (Soren Hansen)
    - Add support for encrypting home directories:
      + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
        for the hard work.
      + doc/adduser.8: document the --encrypt-home option
      + debian/control: suggest ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
    - extrausers support for adduser.

Available diffs

Superseded in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
adduser (3.116ubuntu1) bionic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - AdduserCommon.pm, adduser, adduser.8, adduser.conf.5: Allow uppercase
      letters in the names of system users. This is done by having a separate
      NAME_REGEX_SYSTEM configuration setting which applies when --system is
      specified. (Soren Hansen)
    - Add support for encrypting home directories:
      + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
        for the hard work.
      + doc/adduser.8: document the --encrypt-home option
      + debian/control: suggest ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
    - extrausers support for adduser.
  * Dropped changes, included in Debian:
    - Add autopkgtest.
    - testsuite/runsuite.sh: Add the testsuite directory to @INC, so it can
      find the tests.

Available diffs

Superseded in bionic-release
Obsolete in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
adduser (3.113+nmu3ubuntu5) zesty; urgency=medium

  * testsuite/runsuite.sh: Add the testsuite directory to @INC, so it can find
    the tests.

 -- Iain Lane <email address hidden>  Mon, 31 Oct 2016 14:53:46 +0000
Superseded in zesty-release
Obsolete in yakkety-release
Published in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
adduser (3.113+nmu3ubuntu4) wily; urgency=medium

  * extrausers support for adduser (LP: #1323732)

 -- Sergio Schvezov <email address hidden>  Fri, 26 Jun 2015 17:34:29 -0300
Superseded in wily-release
Obsolete in vivid-release
Obsolete in utopic-release
Published in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
adduser (3.113+nmu3ubuntu3) trusty; urgency=low

  * Add autopkgtest. (LP: #1246331)
 -- Jean-Baptiste Lallement <email address hidden>   Wed, 30 Oct 2013 14:51:16 +0100
Superseded in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
adduser (3.113+nmu3ubuntu2) saucy; urgency=low

  * Move ecryptfs-utils from recommends, to suggests. (LP: #1188108)
    Adduser has moved from required to minimal set, and thus started to
    pull ecryptfs-utils and cryptsetup into minimal installs, which is an
    undesired effect.
 -- Dmitrijs Ledkovs <email address hidden>   Fri, 07 Jun 2013 11:24:08 +0100
Superseded in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
adduser (3.113+nmu3ubuntu1) raring; urgency=low

  * Merge from Debian unstable, remaining changes:
    - AdduserCommon.pm, adduser, adduser.8, adduser.conf.5: Allow uppercase
      letters in the names of system users. This is done by having a separate
      NAME_REGEX_SYSTEM configuration setting which applies when --system is
      specified. (Soren Hansen)
    - Add support for encrypting home directories:
      + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
        for the hard work.
      + doc/adduser.8: document the --encrypt-home option
      + debian/control: recommend ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
  * Dropped changes, included in Debian:
    - Mark adduser Multi-Arch: foreign.

Superseded in raring-release
Obsolete in quantal-release
adduser (3.113+nmu1ubuntu1) quantal; urgency=low

  * Merge from Debian unstable, remaining changes:
    - AdduserCommon.pm, adduser, adduser.8, adduser.conf.5: Allow uppercase
      letters in the names of system users. This is done by having a separate
      NAME_REGEX_SYSTEM configuration setting which applies when --system is
      specified. (Soren Hansen)
    - Add support for encrypting home directories:
      + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
        for the hard work.
      + doc/adduser.8: document the --encrypt-home option
      + debian/control: recommend ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
    - Mark adduser Multi-Arch: foreign.

Available diffs

Superseded in quantal-release
Published in precise-release
adduser (3.113ubuntu2) precise; urgency=low

  * Fix a typo in the usage info for NAME_REGEX_SYSTEM.
 -- Steve Langasek <email address hidden>   Wed, 19 Oct 2011 14:52:33 -0700

Available diffs

Superseded in precise-release
adduser (3.113ubuntu1) precise; urgency=low

  * Merge from Debian testing, cleaning up a mess of missing translations
    due to previous .po file mismerging.
  * Remaining changes:
    - AdduserCommon.pm, adduser, adduser.8, adduser.conf.5: Allow uppercase
      letters in the names of system users. This is done by having a separate
      NAME_REGEX_SYSTEM configuration setting which applies when --system is
      specified. (Soren Hansen)
    - Add support for encrypting home directories:
      + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
        for the hard work.
      + doc/adduser.8: document the --encrypt-home option
      + debian/control: recommend ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home
  * Dropped changes, included in Debian:
    - deluser: added missing linebreak at line 338
    - deluser: Remove symlinks to directories with rm, not rmdir
  * Mark adduser Multi-Arch: foreign.

Available diffs

Superseded in precise-release
Obsolete in oneiric-release
Obsolete in natty-release
adduser (3.112+nmu1ubuntu5) natty; urgency=low

  * debian/control: fix an often-duplicated bug, which causes apt to try
    and remove ecryptfs-utils, even though it is in use; have adduser
    recommend, rather than suggest ecryptfs-utils, LP: #653628
 -- Dustin Kirkland <email address hidden>   Wed, 09 Mar 2011 11:16:13 +0000
Superseded in natty-release
adduser (3.112+nmu1ubuntu4) natty; urgency=low

  * And fix a typo in the last patch.
 -- Matthias Klose <email address hidden>   Thu, 06 Jan 2011 22:05:54 +0100
Superseded in natty-release
adduser (3.112+nmu1ubuntu3) natty; urgency=low

  * deluser: Remove symlinks to directories with rm, not rmdir (Jim Cheetham).
    LP: #34299.
 -- Matthias Klose <email address hidden>   Thu, 06 Jan 2011 21:48:21 +0100
Superseded in natty-release
adduser (3.112+nmu1ubuntu2) natty; urgency=low

  * deluser: added missing linebreak at line 338 (LP: #613204)
    thanks to <email address hidden> and Mohamed Amine IL Idrissi for the
    patch
 -- Oliver Grawert <email address hidden>   Tue, 23 Nov 2010 12:40:28 +0100
Superseded in natty-release
adduser (3.112+nmu1ubuntu1) natty; urgency=low

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - AdduserCommon.pm, adduser, adduser.8, adduser.conf.5: Allow uppercase
      letters in the names of system users. This is done by having a separate
      NAME_REGEX_SYSTEM configuration setting which applies when --system is
      specified. (Soren Hansen)
    - Add support for encrypting home directories:
      + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
        for the hard work.
      + doc/adduser.8: document the --encrypt-home option
      + debian/control: suggest ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home

Available diffs

Superseded in natty-release
Obsolete in maverick-release
Obsolete in lucid-release
adduser (3.112ubuntu1) lucid; urgency=low

  * Merge with Debian testing. Remaining Ubuntu changes:
    - AdduserCommon.pm, adduser, adduser.8, adduser.conf.5: Allow uppercase
      letters in the names of system users. This is done by having a separate
      NAME_REGEX_SYSTEM configuration setting which applies when --system is
      specified. (Soren Hansen)
    - Add support for encrypting home directories:
      + adduser: Add --encrypt-home option, which calls ecryptfs-setup-private
        for the hard work.
      + doc/adduser.8: document the --encrypt-home option
      + debian/control: suggest ecryptfs-utils >= 67-1
      + deluser: remove all of /var/lib/ecryptfs/$user with --remove-home

Available diffs

Obsolete in karmic-updates
Superseded in lucid-release
Deleted in karmic-proposed (Reason: moved to -updates)
adduser (3.110ubuntu7) karmic-proposed; urgency=low

  * deluser: Explicitly set $PATH, so that this also works when being called
    from programs/environment without $PATH (such as D-Bus activated
    backends). This fixes user deletion from gnome-system-tools. Thanks to
    Milan Bouchet-Valat! (LP: #458883)
 -- Martin Pitt <email address hidden>   Mon, 09 Nov 2009 10:34:58 +0100

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
adduser (3.110ubuntu6) karmic; urgency=low

  * deluser: add logic to prune new location of ecryptfs config data,
    in /home/.ecryptfs/$user

 -- Dustin Kirkland <email address hidden>   Mon, 03 Aug 2009 12:49:04 +0100

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
adduser (3.110ubuntu5) jaunty; urgency=low

  * deluser: reworked previous upload slightly, per feedback from cjwatson,
    should make the "rm /var/lib/ecryptfs/$user" code easier to read;
    revert $version corruption (oops)

 -- Dustin Kirkland <email address hidden>   Fri, 27 Mar 2009 17:12:09 -0500

Available diffs

Superseded in jaunty-release
adduser (3.110ubuntu3) jaunty; urgency=low

  * Fix the default username regexp to allow underscores.  LP: #341698.

 -- Steve Langasek <email address hidden>   Thu, 19 Mar 2009 16:50:59 +0000

Available diffs

Superseded in jaunty-release
Superseded in jaunty-release
adduser (3.110ubuntu2) jaunty; urgency=low

  * Fixes for LP: #302870
  * adduser: add support for setting up an encrypted home directory, calling
    ecryptfs-setup-private to do the hard work
  * doc/adduser.8: document the --encrypt-home option
  * debian/control: suggest ecryptfs-utils >= 67-1

 -- Dustin Kirkland <email address hidden>   Fri, 05 Dec 2008 22:25:34 -0800

Available diffs

Superseded in jaunty-release
adduser (3.110ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes:
    - Allow uppercase letters in the names of system users.
      This is done by having a separate NAME_REGEX_SYSTEM configuration
      setting which applies when --system is specified.

Available diffs

Superseded in jaunty-release
Obsolete in intrepid-release
adduser (3.108ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - Allow uppercase letters in the names of system users.
      This is done by having a separate NAME_REGEX_SYSTEM configuration
      setting which applies when --system is specified.

Available diffs

Superseded in intrepid-release
adduser (3.107ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - Allow uppercase letters in the names of system users.
      This is done by having a separate NAME_REGEX_SYSTEM configuration
      setting which applies when --system is specified.
  * Modify Maintainer value to match the DebianMaintainerField
    specification.

Superseded in intrepid-release
Obsolete in hardy-release
adduser (3.105ubuntu1) hardy; urgency=low

  * Merge from debian unstable, remaining changes:
    - Allow uppercase letters in the names of system users.
      This is done by having a separate NAME_REGEX_SYSTEM configuration
      setting which applies when --system is specified.
  * Modify Maintainer value to match the DebianMaintainerField
    specification.

Superseded in hardy-release
Obsolete in gutsy-release
adduser (3.103ubuntu1) gutsy; urgency=low

  [ Ian Jackson ]
  * Allow uppercase letters in the names of system users.
    This is done by having a separate NAME_REGEX_SYSTEM configuration
    setting which applies when --system is specified.

 -- Ian Jackson <email address hidden>   Tue, 10 Jul 2007 16:12:56 +0100
Superseded in gutsy-release
adduser (3.103) unstable; urgency=low

  [ Joerg Hoh ]
  * Updated adduser.8
  * don't advertise the "--group" parameter for adduser any more
    (Closes: #410366)
  * updated deluser.8 and documented some more parameters
    (Closes: #270247)
  * added a specific return value if deluser required perl modules.
    (Closes: #421089)
  * get_group_members never returned root as a member of a group.
    (Closes: #428144)

  [ Stephen Gran ]
  * Add myself to Uploaders.
  * print "$0: " needs to be conditional on $verbose, just like the printf
    following it (closes: #410370)
  * deluser: wrong format passed to dief, making it print oddly
    (closes: #412204)
  * Translations:
    hu (closes: #410792)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  19 Jun 2007 16:00:15 +0100
Superseded in gutsy-release
adduser (3.102) unstable; urgency=low

  [ Marc Haber ]
  * Add testsuite test9.pl to catch the bug from #407231
  * Some testsuite tweaks
  * remove shell script tests, they are no longer used

  [ Stephen Gran ]
  * existing_group_ok was not properly differentiating between an existing
    user group and an existing system group.  (closes: #407231)
  * Test suite documentation update
  * lib_test.pl did not properly handle out of sequence or gappy usernames in
    getpwent or getgrent loops.

Superseded in gutsy-release
Obsolete in feisty-release
adduser (3.100) unstable; urgency=low

  [ Marc Haber ]
  * Update Italian (it) program translation.
    Thanks to Luca Monducci. Closes: #396948
  * Update French (fr) program translation.
    Thanks to Nicolas François. Closes: #396737
  * Update German (de) program translation.
    Thanks to Tobias Toedter. Closes: #397131
  * Update Basque (eu) program translation.
    Thanks to Piarres Beobide. (mh) Closes: #399552
  * Updated Catalan (ca) program translation.
    Thanks to Jordi Mallach and Robert Millan. (mh) Closes: #379476

  [ Stephen Gran ]
  * Tentative fix for Undefined subroutine &main::NOEXPR called at
    /usr/sbin/adduser line 509.
    Thanks to Thorsten Gunkel. Closes: #212872

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  28 Nov 2006 08:49:22 +0000
Superseded in feisty-release
adduser (3.99) unstable; urgency=low

  * escape @ in new regexp, now really fixing #389160.
    Thanks to Stephen for spotting this in time.
  * Fix wrong option spec backup-to= in deluser.

Superseded in feisty-release
Obsolete in edgy-release
adduser (3.92) unstable; urgency=low

  * Update French (fr) program translation.
    Thanks to Thomas Huriaux. Closes: #376286
  * do not use systemcall() for passwd call after creating new user.
    This broke our return code checking. Thanks to Alexander Wirt.
  * import NOEXPR from LangInfo.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  10 Jul 2006 12:31:11 +0100
Superseded in edgy-release
adduser (3.91) unstable; urgency=low

  * Revert usage of systemcall for chage invocation. (sg)
    Thanks to Junichi Uekawa, Martin Lohmeier and Matt Kraai.
    Closes: #375524, #375720, #375510
  * testsuite changes:
    - testsuite now wrapped in shadowconfig {off,on} calls to avoid
      these sorts of failures in the future. (sg/mh)
    - change assert to exit 1 if $condition, as it did not seem to in previous
      tests. (sg)
    - Also make test8.pl able to handle being called multiple times in
      a row. (sg)
    - Correctly handle non-zero exit codes in tests. (mh)
    - Have runsuite list failed tests at end. (mh)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  29 Jun 2006 10:52:53 +0100
Superseded in edgy-release
adduser (3.90) unstable; urgency=low

  * 3.89 is not an NMU, I botched up the changelog. Fixing.

Superseded in edgy-release
Obsolete in dapper-release
adduser (3.80ubuntu2) dapper; urgency=low

  * deluser: Include symbolic links in the backup and remove them
    with the other files and directores, when --remove-home is given.
    Ubuntu #34299.

 -- Matthias Klose <email address hidden>   Mon, 10 Apr 2006 16:16:47 +0000
Superseded in dapper-release
adduser (3.80ubuntu1) dapper; urgency=low

  * Only check $! after calling symlink() if symlink() fails. Fixes user
    creation on the live CD.

 -- Colin Watson <email address hidden>   Tue,  7 Mar 2006 11:39:29 +0000
Superseded in dapper-release
adduser (3.80) unstable; urgency=low


  * Update Dutch (nl) program translation.
    Thanks to Rob Snelders. (mh) Closes: #339875
  * Fix typo in adduser man page and translations.
    Thanks to A Costa. (mh) Closes: #340343
  * Make Polish (pl) man pages actually included.
    Update Polish (pl) program and manpage translation.
    Thanks to Robert Luberda. (mh) Closes: #340327
  * New Swedish (sv) program translation.
    Thanks to Daniel Nylander. (mh) Closes: #340669
  * New Swedish (sv) manpage translation, also from Daniel.
  * Add addendum.template to aid manpage translators. Thanks to
    Thomas Huriaux.
  * Fix two typos in french manpage translator addenda. Thanks to
    Thomas Huriaux.

 -- Marc Haber <email address hidden>  Tue, 29 Nov 2005 14:07:10 +0000
Obsolete in breezy-release
adduser (3.64ubuntu1) breezy; urgency=low


  * Cheap-and-nasty hack to ignore exit code 3 (missing shadow password
    file) from chage; this fixes breakage when bootstrapping the base
    system.

 -- Colin Watson <email address hidden>  Thu, 14 Jul 2005 13:19:55 +0100
Obsolete in hoary-release
adduser (3.59) unstable; urgency=low


  * Updated Danish program translation. Thanks to Morten Brix
    Pedersen. (mh) Closes: #262336.
  * Updated Czech program translation. Thanks to Miroslav Kure. (mh)
    Closes: #261860.
  * Updated Russian program and debconf translation. Thanks to Yuri
    Kozlov. (mh)
  * Updated Ukrainian program and debconf translation. Thanks to
    Eugeniy Meshcheryakov. (mh) Closes: #261635.

 -- Marc Haber <email address hidden>  Fri, 30 Jul 2004 18:15:55 +0000
Obsolete in warty-release
adduser (3.57) unstable; urgency=low


  * Roland Bauerschmidt:
    * Updated Spanish Debconf translations. Thanks to Carlos Valdivia
      Yagüe <email address hidden>. Closes: #251321.
    * Updated Czech Debconf translations. Thanks to Miroslav Kure
      <email address hidden>. Closes: #251677.
  * Marc Haber:
    * Remove XSI:isms from debian/config. Thanks to David Weinehall.
      Closes: #254776.
    * Set Maintainer: to the adduser-devel mailing list, Roland is
      uploader.

 -- Marc Haber <email address hidden>  Sun, 20 Jun 2004 12:14:43 +0000
148 of 48 results