summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* - fix a referring-to-freed-memory bugnalin2005-03-181-48/+10
| | | | - 0.6
* - Stop referencing previously-freed memory, doh.nalin2003-10-231-1/+7
|
* - return NSS_STATUS_TRYAGAIN with errno=ERANGE when the caller-supplied buffernss_directories_0_3nalin2002-11-191-2/+0
| | | | doesn't include enough space to hold the current line or the parser returns -1
* - Use more compiler warnings if we're using gcc.nalin2002-11-191-0/+18
| | | | - Declare external parsers so that everything agrees on their signatures.
* * src/files-parse.c, src/glibc-parse.c: add glibc-based parsing internallynalin2002-11-181-6/+0
| | | | | | | | * 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-181-0/+36