summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/getgrent.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2014-11-20libcsupport: Use POSIX key for getgrent()Sebastian Huber
2014-11-20libcsupport: Split passwd/group supportSebastian Huber
2002-10-022002-10-02 Eric Norum <eric.norum@usask.ca>Joel Sherrill
* 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-092001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com>Joel Sherrill
* libc/getgrent.c, libc/getpwent.c: the 'ls' and more related command previous failed after a chroot(). (unknown user & group)
2001-01-082001-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* 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.
1999-07-02Added code to initialize the /etc/group and /etc/passwd files.Joel Sherrill
1999-07-02Fixed format strings and warnings.Joel Sherrill
1999-07-02Reentrant versions added by Joel. Signficant formatting cleanup.Joel Sherrill
1999-07-02Password and group routines added by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill