* libmisc/xgetXXbyYY.c, libmisc/xgetpwnam.c, libmisc/xgetgrnam.c,

libmisc/xgetpwuid.c, libmisc/xgetgrgid.c, libmisc/xgetspnam.c: Do
	not limit the size of the buffer to hold the group or user
	structure. It used to be limited to 16k, which caused issues with
	groups having many users.
This commit is contained in:
nekral-guest
2009-06-11 21:33:00 +00:00
parent 7d5d9c1841
commit fa69d08d13
8 changed files with 26 additions and 14 deletions

3
NEWS
View File

@@ -2,6 +2,9 @@ $Id$
shadow-4.1.4.1 -> shadow-4.1.4.2 UNRELEASED
- general
* Improved support for large groups (impacts most tools).
- su
* Preserve the DISPLAY and XAUTHORITY environment variables. This was
only the case in the non PAM enabled versions.