summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* - Use more compiler warnings if we're using gcc.nalin2002-11-197-29/+32
| | | | - Declare external parsers so that everything agrees on their signatures.
* * src/files-parse.c, src/glibc-parse.c: add glibc-based parsing internallynalin2002-11-189-31/+571
| | | | | | | | * src/passwd.c,src/services.c,src/group.c,src/protocols.c,src/shadow.c: use the new parsing code * src/generic.c (setent): return SUCCESS on successful open, not UNAVAIL * src/Makefile.am: export only _nss_directories_[sge]*, to export the setent, getent/getby, and endent functions, but not the parsers.
* - initial checkinnalin2002-11-188-0/+672