summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/getgrent.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* getgrent.c, record-client.c: Add missing includes for assert.hVijay Kumar Banerjee2021-02-271-0/+1
|
* getgrent.c: Fix Unchecked return value error (CID #1459004)Ryan Long2021-02-261-1/+3
| | | | | | CID 1459004: Unchecked return value in endgrent(). Closes #4261
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* libcsupport: Use POSIX key for getgrent()Sebastian Huber2014-11-201-29/+59
|
* libcsupport: Split passwd/group supportSebastian Huber2014-11-201-0/+78
|
* 2002-10-02 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-10-021-193/+0
| | | | | | | * src/getpwent.c: Per PR283, reimplement to address reentrancy problems. * src/getgrent.c: Removed as functionality is now just a wrapper for common routines in src/getpwent.c. * Makefile.am: Reflect file removal.
* 2001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com>Joel Sherrill2001-08-091-0/+17
| | | | | * libc/getgrent.c, libc/getpwent.c: the 'ls' and more related command previous failed after a chroot(). (unknown user & group)
* 2001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-081-0/+3
| | | | | | | * configure.in: Add libc/config.h * libc/Makefile.am: Add INCLUDES += -I. to pickup config.h * libc/.cvsignore: Add config.h and stamp-h * libc/*.c: Add config.h support.
* Added code to initialize the /etc/group and /etc/passwd files.Joel Sherrill1999-07-021-0/+22
|
* Fixed format strings and warnings.Joel Sherrill1999-07-021-3/+3
|
* Reentrant versions added by Joel. Signficant formatting cleanup.Joel Sherrill1999-07-021-52/+84
|
* Password and group routines added by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1999-07-021-0/+119