about summary refs log tree commit diff
path: root/nis/nss
Commit message (Collapse)AuthorAgeFilesLines
* * nis/nss-default.c (vars): Add SETENT_BATCH_READ.Ulrich Drepper2006-04-281-2/+10
| | | | | | | | | | | | | * nis/nss: Document SETENT_BATCH_READ. * nis/libnsl.h: Define NSS_FLAG_SETENT_BATCH_READ. * nis/nss_nis/nis-service.c (saveit): Don't add NUL byte if the string is already NUL terminated. (internal_nis_endservent): No need to return anything. Change callers. (internal_nis_setservent): One more initialization. * nis/nss_nis/nis-pwd.c: Support SETENT_BATCH_READ option. * nis/nss_nis/nis-grp.c: Likewise. * nis/nss-default.c (init): Rewrite parser to get the variables
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-10/+2
|
* 2.5-18.1Jakub Jelinek2007-07-121-2/+10
|
* Add SERVICES_AUTHORITATIVE.Ulrich Drepper2004-04-021-3/+11
|
* Update.Ulrich Drepper2004-03-301-0/+12
* nis/Makefile (distribute): Add nss. * nis/nss: New file.