summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getgrent.c
AgeCommit message (Expand)Author
2013-04-17add some prototypes, casts, includes, parenthesis, and whatnot toTed Unangst
2011-04-25Teach sysconf(_SC_GETGR_R_SIZE_MAX) the correct size of a buffer for theStuart Henderson
2009-12-19Implement proper error handling for getgrent(3), getgrnam(3) and getgrgid(3).Ingo Schwarze
2009-11-09Fix the handle locking in stdio to use flockfile/funlockfileKurt Miller
2009-10-22Back out previous commit, as it caused too much growth for the installPhilip Guenthe
2009-10-21Fix the handle locking in stdio to use flockfile/funlockfilePhilip Guenthe
2009-06-07de-spaghetti:Ingo Schwarze
2009-06-07No need to malloc, copy, have a single read access, and free right away.Ingo Schwarze
2009-06-05The yp_bind(3) return code now distinguishes "YP not active" from "an errorIngo Schwarze
2009-06-05When parsing a line stating with "+" or "-" in group(5),Ingo Schwarze
2009-06-04in case a handling a +groupname:*:: entry fails due to lack of memory,Ingo Schwarze
2009-06-03Take advantage of the surprise libc bump to bring inIngo Schwarze
2008-08-25correct +name handling; schwarze@usta.deTheo de Raadt
2008-06-24create a private getpwent()-like interface which does not walk the YPTheo de Raadt
2007-05-16Wrap some functions, labels, and variables in #ifdefs correspondingRay Lai
2005-08-08zap remaining rcsid.Marc Espie
2005-03-25deregister (and deauto!). ok millert@ marco@Otto Moerbeek
2004-06-07major bump to libc and libpthread to break the dependency of aMarco S Hyman
2004-05-18ansify function definitions and zap some `register'Jean-Francois Brousseau
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-01add missing enumeration case to select to kill gcc warningAnil Madhavapeddy
2002-07-06KNFTheo de Raadt
2002-05-24try to use strlcpy and snprintf more; ok variousTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-11repair getgrgid_r() and getgrnam_r() as the standart says; from d@Peter Valchev
2000-09-24unlock, instead of re-lock. fixes PR#1408David Leonard
2000-01-08fix sizeof's when aliasing reentrant structures.David Leonard
2000-01-06use thread-specific storage for the members listDavid Leonard
1999-09-03Use strtol() and strtoul() instead of atoi(). This allows us to catchTodd C. Miller
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1997-12-19gid_t is unsignedTheo de Raadt
1997-07-09Clean up some -Wall complaints.Todd C. Miller
1997-01-25sync with NetBSD, changes from PR#3114, Michael.Eriksson@era-t.ericsson.seJason Downs
1996-09-15Add a couple of syscalls; bring more prototypes into scopeThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1996-04-24yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structureTheo de Raadt
1996-03-25Prototype internal functionsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt