No functional changes were introduced by the previous pwck and grpck

changes, except for the following bug fix: no syslog logging if a passwd
or group file was specified on the command line without a shadowed
database file, even if the system shadowed database was changed).
This commit is contained in:
nekral-guest 2008-01-01 16:36:06 +00:00
parent 42a5b75c5a
commit 1c2f4f0428
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
* NEWS: No functional changes were introduced by the previous pwck
and grpck changes, except for the following bug fix: no syslog
logging if a passwd or group file was specified on the command
line without a shadowed database file, even if the system shadowed
database was changed).
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
* src/pwck.c: Fix typos in comments (gshadow/shadow).

6
NEWS
View File

@ -8,6 +8,9 @@ shadow-4.1.0 -> shadow-4.1.1 UNRELEASED
- chage
* Fix bug which forbid to set the aging information of an account with a
passwd entry, but no shadow entry.
- grpck
* Fix logging of changes to syslog when a group file is provided,
without a gshadow file.
- login
* Use PATH and SUPATH to set the PATH environment variable, even when
support for PAM is enabled.
@ -20,6 +23,9 @@ shadow-4.1.0 -> shadow-4.1.1 UNRELEASED
* Added support for gshadow.
- passwd
* Make sure that no more than one username argument was provided.
- pwck
* Fix logging of changes to syslog when a passwd file is provided,
without a shadow file.
- su
* su's arguments are now reordered. If needed, use -- to separate su's
options from the shell's options.