~ubuntu-branches/ubuntu/raring/shadow/raring-proposed

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-11-24 13:42:42 UTC
  • mfrom: (1.1.9 upstream) (18.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20101124134242-832f4tew5s81ntj7
Tags: 1:4.1.4.2+svn3283-2ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Ubuntu specific:
    + debian/login.defs: use SHA512 by default for password crypt routine.
  - debian/{source_shadow.py,rules}: Add apport hook
  - debian/rules: fix FTBFS from newer libtools
  - debian/patches/495_stdout-encrypted-password: chpasswd can report
    password hashes on stdout (Debian bug 505640).
  - Rework 495_stdout-encrypted-password to cope with chpasswd using PAM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
$Id: NEWS 3042 2009-07-24 01:13:21Z nekral-guest $
2
 
 
3
 
shadow-4.1.4.1 -> shadow-4.1.4.2                                                2009-07-24
 
1
$Id: NEWS 3279 2010-08-29 19:02:41Z nekral-guest $
 
2
 
 
3
shadow-4.1.4.2 -> shadow-4.1.5                                  UNRELEASED
 
4
 
 
5
- general
 
6
  * report usage error to stderr, but report usage help to stdout (and return
 
7
    zero) when explicitly requested (e.g. with --help).
 
8
  * initial support for tcb (http://openwall.com/tcb/) for useradd,
 
9
    userdel, usermod, chage, pwck, vipw.
 
10
  * Added support for ACLs and Extended Attributes in useradd and usermod.
 
11
    Support shall be enabled with the new --with-acl or --with-attr
 
12
    configure options.
 
13
 
 
14
-chpasswd
 
15
  * PAM enabled versions: restore the -e option to allow restoring
 
16
    passwords without knowing those passwords. Restore together the -m
 
17
    and -c options. (These options were removed in shadow-4.1.4 on PAM
 
18
    enabled versions)
 
19
- faillog
 
20
  * The -l, -m, -r, -t options only act on the existing users, unless -a is
 
21
    specified.
 
22
- groupmod
 
23
  * Fixed groupmod when configured with --enable-account-tools-setuid.
 
24
-login
 
25
  * Fixed limits support (non PAM enabled versions only)
 
26
  * Added support for infinite limits and group based limits (non PAM
 
27
    enabled versions only)
 
28
- su
 
29
  * Document the su exit values.
 
30
  * When su receives a signal, wait for the child to terminate (after
 
31
    sending a SIGTERM), and kill it only if it did not terminate by itself.
 
32
    No delay will be enforced if the child cooperates.
 
33
  * Default ENV_SUPATH is /sbin:/bin:/usr/sbin:/usr/bin
 
34
- newgrp, sg, groupmems
 
35
  * Fix parsing of gshadow entries.
 
36
- useradd
 
37
  * If the skeleton directory contained hardlinked files, copies of the
 
38
    hardlink were removed from the skeleton directory.
 
39
- usermod
 
40
  * Accept options in any order (username not necessarily at the end)
 
41
 
 
42
*** translation
 
43
  * Updated Czech translation.
 
44
  * Updated Vietnamese translation.
 
45
  * Updated Kazakh translation.
 
46
 
 
47
shadow-4.1.4.1 -> shadow-4.1.4.2                                        2009-07-24
4
48
 
5
49
- general
6
50
  * Improved support for large groups (impacts most user/group management