summaryrefslogtreecommitdiff
path: root/lib/getugroups.c
Commit message (Expand)AuthorAgeFilesLines
* gnulib-common.m4: Use C2x [[maybe_unused]] when possible.Bruno Haible2021-08-221-4/+4
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* getugroups: Fix Android buildKevin Cernekee2015-02-111-2/+5
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* define STREQ(a,b) consistently, removing useless parenthesesJim Meyering2010-01-241-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* maint: use consistent FSF copyright line syntaxJim Meyering2009-12-281-1/+1
* gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_Eric Blake2009-12-231-4/+4
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-31/+31
* getgroups: don't expose GETGROUPS_T to userEric Blake2009-11-131-1/+1
* getgroups, getugroups: provide stubs for mingwEric Blake2009-11-131-9/+20
* remove superfluous parentheses in STREQ definitionJim Meyering2009-07-051-2/+2
* avoid misc. warningsJim Meyering2009-02-041-1/+1
* Use the EOVERFLOW module instead of a manual fallback for EOVERFLOW.Bruno Haible2008-03-301-4/+1
* Don't rely on signed integer overflowing to negative value.Lasse Collin2008-02-131-2/+3
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * lib/getugroups.c (getugroups): Detect getgrent failure.Jim Meyering2007-07-061-5/+13
* Don't let endgrent clobber errno, no matter how improbable.Jim Meyering2007-07-051-1/+5
* Close the group DB even when failing with 2^31 or more members.Jim Meyering2007-07-051-5/+5
* * lib/getugroups.h: New file.Jim Meyering2007-07-041-6/+7
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-5/+3
* Correct an outdated comment. From Bruno Haible.Jim Meyering2006-05-191-2/+1
* Sync from coreutils.Paul Eggert2005-09-231-4/+2
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Merge from coreutils.Paul Eggert2004-08-071-1/+13
* Remove K&R cruft.Paul Eggert2003-09-091-6/+2
* (getugroups): Cast -1 to gid_t, for systems likeJim Meyering2000-06-041-2/+2
* (getugroups): Don't dereference a null pointer whenJim Meyering1999-05-151-3/+10
* (getugroups): Take new parameter, gid.Jim Meyering1999-03-101-4/+12
* fix small thinkoJim Meyering1999-03-091-2/+1
* (getugroups): Take new parameter, gid.Jim Meyering1999-03-091-2/+6
* protoizeJim Meyering1998-03-131-4/+1
* (getugroups): Don't add a group number if it would be a duplicate.Jim Meyering1998-03-131-7/+18
* indent cpp-directivesJim Meyering1996-07-151-4/+4
* update FSF address in copyrightJim Meyering1996-07-151-2/+2
* Include stdio.h before grp.h.Jim Meyering1996-04-031-17/+6
* Initial revisionJim Meyering1992-11-011-0/+86