Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fix a referring-to-freed-memory bug | nalin | 2005-03-18 | 4 | -23/+83 |
| | | | | - 0.6 | ||||
* | - zero out pointers after freeing them so that we don't go trying to free | nalin | 2003-11-04 | 1 | -1/+10 |
| | | | | them later when an overzealous app calls endXXent() just in case | ||||
* | - Stop referencing previously-freed memory, doh. | nalin | 2003-10-23 | 1 | -6/+11 |
| | |||||
* | - return NSS_STATUS_TRYAGAIN with errno=ERANGE when the caller-supplied buffernss_directories_0_3 | nalin | 2002-11-19 | 2 | -8/+56 |
| | | | | doesn't include enough space to hold the current line or the parser returns -1 | ||||
* | - actually include parsers to gain type checking | nalin | 2002-11-19 | 1 | -0/+1 |
| | |||||
* | - Add missing dependency, bump version. | nalin | 2002-11-19 | 1 | -1/+2 |
| | |||||
* | - Use more compiler warnings if we're using gcc. | nalin | 2002-11-19 | 7 | -29/+32 |
| | | | | - Declare external parsers so that everything agrees on their signatures. | ||||
* | * src/files-parse.c, src/glibc-parse.c: add glibc-based parsing internally | nalin | 2002-11-18 | 9 | -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 checkin | nalin | 2002-11-18 | 8 | -0/+672 |