]> granicus.if.org Git - shadow/blobdiff - ChangeLog
Add more info on the change of behavior.
[shadow] / ChangeLog
index c7857eda90d4be0a122caa7144dabaa873e1d114..934517178edcf0a13d20c5a784cad5f22d0471a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2011-07-23  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * NEWS, src/login.c: Do not log in utmp / utmpx / wtmp when PAM is
+       enabled. This is already done by pam_lastlog. Note that
+       pam_lastlog can only log the parent PID, not the PID of the
+       process forked by login.
+
+2011-07-23  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/chpasswd.c: Add annotations to indicate that usage() does
+       not return.
+       * src/chpasswd.c: Reindent.
+       * src/chpasswd.c: Remove dead code. No need to set crypt_method
+       to NULL when it is already NULL. sflg is only set if crypt_method
+       is not NULL.
+
+2011-07-23  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/lastlog.c: Add annotations to indicate that usage() does not
+       return.
+
+2011-07-23  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/faillog.c: Add annotations to indicate that usage() does not
+       return.
+       * src/faillog.c: Fix message: this is faillog, not lastlog.
+       * src/faillog.c: Check that there are no extra arguments after
+       parsing the options.
+
+2011-07-23  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/chgpasswd.c: Add annotations to indicate that usage() does
+       not return.
+       * src/chgpasswd.c: Split usage in smaller parts. Those parts are
+       already translated for chpasswd. Usage is now closer to
+       chpasswd's.
+       * src/chgpasswd.c: Remove dead code. No need to set crypt_method
+       to NULL when it is already NULL. sflg is only set if crypt_method
+       is not NULL.
+
+2011-07-23  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/expiry.c: Remove dead code.
+       * src/expiry.c: Improve comments.
+
+2011-07-23  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/grpck.c: Added comments.
+       * src/grpck.c: Avoid implicit conversion of pointer to boolean.
+       * src/grpck.c: Remove dead code. argc cannot be lower than optind.
+       Avoid checking twice in a row for NULL != list[i].
+
 2011-07-22  Nicolas François  <nicolas.francois@centraliens.net>
 
        * libmisc/find_new_gid.c, libmisc/find_new_uid.c: Fail in case of