summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getgrouplist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The "always hint that getpw operation is happening with access() the YPderaadt2019-07-021-1/+7
* modify getpw*(), getgr*(), and getgrouplist() functions to access thederaadt2015-12-011-1/+8
* Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsguenther2015-09-121-1/+2
* Do not assume that asprintf() clears the pointer on failure, whichmillert2015-06-031-3/+3
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-151-2/+2
* fix a leak in getgrouplist()jsg2014-01-221-1/+2
* add some prototypes, casts, includes, parenthesis, and whatnot totedu2013-04-171-2/+2
* Fix the handle locking in stdio to use flockfile/funlockfilekurt2009-11-091-2/+2
* Back out previous commit, as it caused too much growth for the installguenther2009-10-221-2/+2
* Fix the handle locking in stdio to use flockfile/funlockfileguenther2009-10-211-2/+2
* getgrouplist(3) used to and ought to return 0 on success;schwarze2009-06-231-5/+13
* Take advantage of the surprise libc bump to bring inschwarze2009-06-031-4/+8
* getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5)schwarze2009-03-271-57/+119
* add missing header needed by asprintf().chl2008-08-231-1/+2
* After spotting a + record, continue scanning and pick up later groupsderaadt2008-08-221-4/+10
* create a private getpwent()-like interface which does not walk the YPderaadt2008-06-241-9/+81
* zap remaining rcsid.espie2005-08-081-4/+1
* deregister (and deauto!). ok millert@ marco@otto2005-03-251-3/+3
* ansify function definitions and zap some `register'jfb2004-05-181-6/+2
* protosderaadt2003-06-251-1/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* repair duplication checkderaadt1997-08-191-4/+5
* do not reuse id's. also be more careful with maxgids.deraadt1997-08-191-1/+10
* Clean up some -Wall complaints.millert1997-07-091-2/+2
* Remove dead codetholo1996-09-151-2/+1
* Fix RCS idstholo1996-08-191-7/+1
* Prototype internal functionstholo1996-03-251-2/+2
* initial import of NetBSD treederaadt1995-10-181-0/+94