]> granicus.if.org Git - shadow/commitdiff
No functional changes were introduced by the previous pwck and grpck
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 1 Jan 2008 16:36:06 +0000 (16:36 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 1 Jan 2008 16:36:06 +0000 (16:36 +0000)
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).

ChangeLog
NEWS

index 3efb37c7fcda5195ac0d17ecc93ab65eb33b66bd..3232e9dd01432a036008c076c6744f61d45b6ced 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).
diff --git a/NEWS b/NEWS
index d67caedb3a2334cc3a951cde73e0635397b45a8d..c53e9e4f8f22c8ae99c9dae007aa07ae95b0bc11 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.