glibc/nss
Ulrich Drepper d67281a7ea Update.
1998-01-31  Phil Blundell  <philb@gnu.org>

	* configure.in: Add --without-cvs option to suppress automatic
	checkin of regenerated files.
	* config.make: Likewise.
	* Makefile: Respect with-cvs setting.
	* Makerules: Likewise.

	* configure.in: Allow the standalone ARM port to be configured.

1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>

	* grp/getgrgid_r.c: Define USE_NSCD.
	* grp/getgrnam_r.c: Likewise.
	* pwd/getpwuid_r.c: Likewise.
	* pwd/getpwnam_r.c: Likewise.

	* sysdeps/unix/inet/Subdirs: Add nscd subdir.

	* nss/getXXbyYY_r.c: Try at first nscd.

	* nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
	* nscd/connections.c: New file.
	* nscd/dbg_log.c: New file.
	* nscd/dbg_log.h: New file.
	* nscd/grpcache.c: New file.
	* nscd/nscd.c: New file.
	* nscd/nscd.h: New file.
	* nscd/nscd_conf.c: New file.
	* nscd/nscd_stat.c: New file.
	* nscd/pwdcache.c: New file.

	* nscd/nscd_getgr_r.c: New, client code, linked into libc.
	* nscd/nscd_getpw_r.c: Likewise.
	* nscd/nscd_proto.h: New, prototypes for client functions.

	* nscd/nscd.conf: New, example for a configuration file.
	* nscd/nscd.init: New, example for a startup script.

	* nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
	avoid deadlocks.
	* nscd/getgrnam_r.c: Likewise.
	* nscd/getpwnam_r.c: Likewise.
	* nscd/getpwuid_r.c: Likewise.

	* nis/nis_cache.c: New file.
	* nis/nis_cache2.h: New file.
	* nis/nis_cache2_xdr.c: New file.
1998-01-31 08:39:55 +00:00
..
nss_db Update. 1998-01-21 17:04:36 +00:00
nss_files Update. 1998-01-30 12:53:20 +00:00
Makefile Update. 1998-01-30 11:44:34 +00:00
XXX-lookup.c update from main archive 970221 1997-02-22 01:20:46 +00:00
alias-lookup.c update from main archive 961113 1996-11-14 02:04:07 +00:00
databases.def update from main archive 970129 1997-01-30 04:09:36 +00:00
db-Makefile Update. 1998-01-24 12:08:37 +00:00
digits_dots.c Update. 1997-12-22 20:53:38 +00:00
ethers-lookup.c update from main archive 970129 1997-01-30 04:09:36 +00:00
function.def Update. 1997-06-21 02:59:26 +00:00
getXXbyYY.c Update. 1997-11-06 00:02:46 +00:00
getXXbyYY_r.c Update. 1998-01-31 08:39:55 +00:00
getXXent.c Update. 1997-06-21 02:59:26 +00:00
getXXent_r.c Update. 1997-12-08 03:06:47 +00:00
grp-lookup.c update from main archive 961217 1996-12-18 03:23:47 +00:00
hosts-lookup.c update from main archive 970129 1997-01-30 04:09:36 +00:00
key-lookup.c update from main archive 961110 1996-11-11 00:59:33 +00:00
libnss_db.map Update. 1997-06-13 22:46:42 +00:00
libnss_files.map Update. 1997-09-11 12:09:10 +00:00
netgrp-lookup.c update from main archive 970129 1997-01-30 04:09:36 +00:00
network-lookup.c update from main archive 961217 1996-12-18 03:23:47 +00:00
nss.h Update. 1997-06-21 02:59:26 +00:00
nsswitch.c Update. 1997-11-06 00:02:46 +00:00
nsswitch.conf update from main archive 961001 1996-10-02 01:40:17 +00:00
nsswitch.h update from main archive 970129 1997-01-30 04:09:36 +00:00
proto-lookup.c update from main archive 970129 1997-01-30 04:09:36 +00:00
pwd-lookup.c update from main archive 961217 1996-12-18 03:23:47 +00:00
rpc-lookup.c update from main archive 970129 1997-01-30 04:09:36 +00:00
service-lookup.c update from main archive 970129 1997-01-30 04:09:36 +00:00
spwd-lookup.c update from main archive 961217 1996-12-18 03:23:47 +00:00
test-netdb.c Update. 1998-01-30 11:44:34 +00:00