]> granicus.if.org Git - shadow/blobdiff - ChangeLog
* src/faillog.c: The fail_max field is a short, use a short also
[shadow] / ChangeLog
index c682819475c52ba787c63303c09b9f8ce930d59b..743dad7ec463453d70b1162c3efcb36e27b63770 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2011-11-19  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/faillog.c: The fail_max field is a short, use a short also
+       for the max argument of setmax / setmax_one.
+       * src/faillog.c: Fail with an error message when faillog fails to
+       write to the faillog database.
+
+2011-11-19  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * man/gpasswd.1.xml: Document the difference between the -r and -R
+       options.
+
+2011-11-19  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * man/useradd.8.xml, man/groupadd.8.xml, man/usermod.8.xml,
+       man/groupmod.8.xml: Avoid hardcoded values, and reference instead
+       the configuration options (e.g. UID_MIN)
+       * man/groupmod.8.xml, man/usermod.8.xml: Add missing reference to
+       login.defs
+       * man/login.defs.d/UID_MAX.xml, man/login.defs.d/SYS_UID_MAX.xml,
+       man/login.defs.d/GID_MAX.xml, man/login.defs.d/SYS_GID_MAX.xml:
+       Document the default values.
+
+2011-11-19  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/gpasswd.c: Change of group password enforces gshadow
+       password. Set /etc/group password to "x".
+
 2011-11-16  Peter Vrabec  <pvrabec@redhat.com>
 
        * NEWS, src/userdel.c, man/userdel.8.xml: Add option -Z/--selinux-user.
@@ -5,7 +33,7 @@
        safe_system().
        * lib/selinux.c, po/POTFILES.in, lib/prototypes.h,
        lib/Makefile.am: Added helper functions for semanage.
-       * README, src/useradd.c, src/usermod.c, src/userdel.c,
+       * NEWS, README, src/useradd.c, src/usermod.c, src/userdel.c,
        configure.in: Use libsemanage instead of semanage.
 
 2011-11-16  Peter Vrabec  <pvrabec@redhat.com>
 2011-09-18  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/gpasswd.c: Remove log_gpasswd_success_gshadow(). Writing in
-       gshadowis the last sub-task.
+       gshadow is the last sub-task.
 
 2011-09-18  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/groupadd.c: Fix typo in comment.
        * src/userdel.c: Fix typo from 2011-06-04. Report failure on the
        mailfile instead of user_home.
-       * lib/fields.c: Fixed typo from 2010-02-15. field insteadof cp
+       * lib/fields.c: Fixed typo from 2010-02-15. field instead of cp
        ought to be checked.
        * src/vipw.c: Use Prog instead of progname. This is needed since
        Prog is used in the library.
 
 2009-05-18  Nicolas François  <nicolas.francois@centraliens.net>
 
-       * man/userdel.8.xml: Document tat -f may force teh deletion of a
+       * man/userdel.8.xml: Document that -f may force the deletion of a
        busy user.
 
 2009-05-18  Nicolas François  <nicolas.francois@centraliens.net>
        src/groupmod.c, src/grpck.c, src/grpconv.c, src/grpunconv.c,
        src/newusers.c, src/passwd.c, src/pwck.c, src/pwconv.c,
        src/pwunconv.c, src/useradd.c, src/userdel.c, src/usermod.c:
-       Harmonize the erro & syslog messages in case of failure of the
+       Harmonize the error & syslog messages in case of failure of the
        *_lock(), *_open(), *_close(), *_unlock(), *_remove() functions.
        * src/chgpasswd.c, src/chpasswd.c, src/usermod.c: Avoid
        capitalized messages.
 2008-02-26  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/gpasswd.c: When a password is moved to the gshadow file, use
-       "x" instead of "x" to indicate that the password is shadowed
+       "x" instead of "!" to indicate that the password is shadowed
        (consistency with grpconv).
 
 2008-02-26  Nicolas François  <nicolas.francois@centraliens.net>