[Pkg-shadow-commits] r1406 - upstream/trunk

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Mon Nov 19 01:19:45 UTC 2007


Author: nekral-guest
Date: 2007-11-19 01:19:45 +0000 (Mon, 19 Nov 2007)
New Revision: 1406

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/NEWS
Log:
Add a NEWS entry to indicate the review of the usage of getpwnam(),
getpwuid(), getgrnam(), getgrgid(), and getspnam().


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2007-11-19 01:16:42 UTC (rev 1405)
+++ upstream/trunk/ChangeLog	2007-11-19 01:19:45 UTC (rev 1406)
@@ -98,7 +98,7 @@
 	returned structure and are more robust to successive calls. They
 	are implemented with the libc's getxxyyy_r() functions if
 	available.
-	* libmisc/limits.c, libmisc/entry.c, libmisc/chowntty.c,
+	* NEWS, libmisc/limits.c, libmisc/entry.c, libmisc/chowntty.c,
 	libmisc/addgrps.c, libmisc/myname.c, libmisc/rlogin.c,
 	libmisc/pwdcheck.c, src/newgrp.c, src/login_nopam.c, src/login.c,
 	src/userdel.c, src/lastlog.c, src/grpck.c, src/gpasswd.c,

Modified: upstream/trunk/NEWS
===================================================================
--- upstream/trunk/NEWS	2007-11-19 01:16:42 UTC (rev 1405)
+++ upstream/trunk/NEWS	2007-11-19 01:19:45 UTC (rev 1406)
@@ -39,6 +39,8 @@
 - userdel: Fix the homedir prefix checking.
 - passwd, usermod: Refuse to unlock an account when it would result in a
   passwordless account.
+- Full review of the usage of getpwnam(), getpwuid(), getgrnam(),
+  getgrgid(), and getspnam(). There should be no functional changes.
 
 *** documentation:
 - Generate the translated manpages from PO at build time.




More information about the Pkg-shadow-commits mailing list