summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getgrent.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r290179:ngie2015-11-091-2/+1
* libc: Make various internal file descriptors close-on-exec.jilles2012-12-101-4/+4
* Implementing 'fallback' nsswitch source. 'fallback' source is usedbushman2007-12-121-74/+190
* o Don't fseek() on closed file.maxim2006-09-181-2/+2
* o compat_group() and files_group() are more complicated than I thoughtmaxim2006-07-141-4/+6
* o Record a file offset for a last successfully parsed group file line.maxim2006-06-011-0/+8
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-1/+277
* getgrent() and friends should set errno if there is an error.kientzle2004-05-171-0/+3
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-011-2/+2
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-291-2/+2
* When using `compat' mode, be sure to re-dispatch setpwent, endpwent,nectar2003-04-251-0/+29
* ``Strong typing is a crutch for people with weak memories.''nectar2003-04-221-3/+3
* Repair a bug in which a faulty group entry (one with only 2 colons)nectar2003-04-201-8/+6
* The default if nsswitch.conf(5) is not present is supposed to be thenectar2003-04-181-1/+1
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)nectar2003-04-171-557/+971
* If realloc(3) fails in copyline(), do not make matters worse byrobert2003-03-191-6/+11
* Remove unused variable: sz.tjr2003-01-041-2/+0
* * Remove __P and convert to ANSI prototypes.obrien2002-02-011-16/+13
* Fixed world breakage due to missing include of <sys/cdefs.h> in previousbde2002-01-311-1/+5
* Fix FreeBSD IDs.obrien2002-01-301-4/+2
* Fix mostly harmless typo:nectar2000-12-171-1/+1
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-375/+528
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-3/+3
* Allow comments in group database.wosch1997-03-081-2/+2
* Small yet significant tweaks/cleanups:wpaul1996-12-271-3/+5
* Use dynamic allocated buffers instead static buffers. No member orwosch1996-12-251-19/+91
* Add a missing #ifdef YP/#endif pair so that this module willwpaul1996-12-211-0/+2
* Apply patch to fix +group YP overrides and prevent SEGV on badlywpaul1996-09-051-8/+47
* Minor cleanup, mostly unused vars and missing #includes.phk1995-10-221-2/+4
* Some NIS bug stomping:wpaul1995-10-061-24/+41
* getgrent.c: adjust _nextypgroup() slightly so that it continues processingwpaul1995-09-051-1/+4
* getpwent.c: turn the code that checks the override caches into awpaul1995-09-021-2/+7
* Fix for a potential problem reported by a user I bumped into on IRCwpaul1995-06-261-9/+14
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Small fix for the following problems:wpaul1995-04-291-2/+10
* getpwent.c: fix problem with emacs dumping core when NIS is enabled. Alsowpaul1995-04-041-2/+5
* Fix 'putting +: in /etc/group causes many programs to dump core' bugwpaul1995-03-181-1/+11
* My implementation of YP group file support, modeled after thewollman1994-09-201-6/+210
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+181
OpenPOWER on IntegriCloud