]> granicus.if.org Git - shadow/blobdiff - ChangeLog
* NEWS, etc/pam.d/Makefile.am: Add chfn, chsh, and userdel to
[shadow] / ChangeLog
index 326531ae4e4f2692d5c502d552aa39ad91de9121..2f88eb853cb2e4d2018c98c79154bb46cab437d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,112 @@
+2008-04-04  Mark Rosenstand  <mark@borkware.net>
+
+       * NEWS, etc/pam.d/Makefile.am: Add chfn, chsh, and userdel to
+       $(pamd_files). Remove the duplicate useradd. And sort
+       alphabetically.
+
+2008-04-04  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * NEWS: Prepare next release, 4.1.2.
+
+2008-04-02  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * NEWS, configure.in: Prepare release 4.1.1
+       * NEWS: Fix the release date of 4.1.0. Was in 2007, not 2008.
+
+2008-04-02  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * po/fr.po: Update according to the file under review.
+       Thanks to Jean-Luc Coulon.
+
+2008-04-01  Holger Wansing  <linux@wansing-online.de>
+
+       * po/de.po: updated to 431t
+
+2008-03-31  Piarres Beobide  <pi+debian@beobide.net>
+
+       * po/eu.po: updated to 431t
+
+2008-03-30  Leandro Azevedo  <leorock182@gmail.com>
+
+       * po/pt_BR.po: updated to 360t71f
+
+2008-03-30  Mehmet Türker <mturker@innova.com.tr>
+
+       * po/tr.po: updated to 431t
+
+2008-03-30  Clytie Siddall  <clytie@riverland.net.au>
+
+       * po/vi.po: updated to 431t
+
+2008-03-30  Daniel Nylander  <yeager@ubuntu.com>
+
+       * po/sv.po: updated to 431t
+
+2008-03-29  helix84 <helix84@centrum.sk>
+
+       * po/sk.po: updated to 431t
+
+2008-03-27  Danilo Piazzalunga  <danilopiazza@gmail.com>
+
+       * po/it.po: updated to 431t
+
+2008-03-26  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * TODO: Added entries regarding SE Linux.
+
+2008-03-26  Russell Coker  <russell@coker.com.au>
+
+       * src/passwd.c, NEWS: Make SE Linux tests more strict, when the
+       real UID is 0 SE Linux checks will be performed.
+
+2008-03-24  Yuri Kozlov  <kozlov.y@gmail.com>
+
+       * po/ru.po: updated to 431t
+
+2008-03-23  Miguel Figueiredo  <elmig@debianpt.org>
+
+       * po/pt.po: updated to 431t
+
+2008-03-21  Changwoo Ryu  <cwryu@debian.org>
+
+       * po/ko.po: updated to 431t
+
+2008-03-17  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * man/login.defs.5.xml: Fix manpages generation. The SYS_GID_MAX
+       and SYS_UID_MAX entities were not defined.
+
+2008-03-17  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/faillog.c: Fix minor compilation warning (assignment used as
+       a comparison).
+
+2008-03-17  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * lib/prototypes.h, src/login.c: login_access() is used in
+       src/login.c, and defined in src/login_nopam.c (which lacks a
+       prototype). Move its prototype from src/login.c to
+       lib/prototypes.h.
+
+2008-03-17  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/gpasswd.c, src/groupmod.c: Compilation fix. gshadow_locked
+       should only be used if SHADOWGRP is defined.
+
+2008-03-17  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/grpck.c: Fix some warnings. compare_members_lists() is only
+       used if SHADOWGRP is defined.
+
+2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * NEWS, src/groupmod.c: Make sure the passwd, group, and gshadow
+       files are unlocked on exit. Unlock locked files in fail_exit().
+       Prefer fail_exit() over exit().
+       * NEWS, src/groupmod.c: When the GID of a group is changed, update
+       also the GID of the passwd entries of the users whose primary
+       group is the group being modified.
+
 2008-03-08  Nicolas François  <nicolas.francois@centraliens.net>
 
        * lib/commonio.c (commonio_remove): Fail when the name to be