summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* - fix a referring-to-freed-memory bugnalin2005-03-184-23/+83
| | | | - 0.6
* - zero out pointers after freeing them so that we don't go trying to freenalin2003-11-041-1/+10
| | | | them later when an overzealous app calls endXXent() just in case
* - Stop referencing previously-freed memory, doh.nalin2003-10-231-6/+11
|
* - return NSS_STATUS_TRYAGAIN with errno=ERANGE when the caller-supplied buffernss_directories_0_3nalin2002-11-192-8/+56
| | | | doesn't include enough space to hold the current line or the parser returns -1
* - actually include parsers to gain type checkingnalin2002-11-191-0/+1
|
* - Add missing dependency, bump version.nalin2002-11-191-1/+2
|
* - 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