glibc/nis
Ulrich Drepper 8ccf22f934 * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
__libc_clntudp_bufcreate_internal.
	* include/sys/socket.h: Declare __have_sock_cloexec.
	* socket/Makefile (aux): Add have_sock_cloexec.
	* socket/have_sock_cloexec.c: New file.
	* sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
	__libc_clntudp_bufcreate.
	(__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
	which takes an additional parameter.  Create socket with non-blocking
	mode and close-on-exec flag set, if wanted.
	* sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
	* nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
	instead of clntudp_create.  The socket has already the close-on-exec
	flag set if SOCK_CLOEXEC is defined.
2008-07-25 17:06:50 +00:00
..
nss_compat Remove useless "if" before "free". 2008-03-19 06:43:34 +00:00
nss_nis * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend 2008-05-10 23:27:39 +00:00
nss_nisplus * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend 2008-05-10 23:27:39 +00:00
rpcsvc * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h. 2007-03-21 20:24:59 +00:00
Depend
libnsl.h
Makefile * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS 2006-10-06 17:49:27 +00:00
nis_add.c
nis_addmember.c
nis_call.c * nis/nis_call.c (nis_server_cache_search): Save errno around stat 2008-03-24 19:28:00 +00:00
nis_callback.c
nis_checkpoint.c
nis_clone_dir.c
nis_clone_obj.c
nis_clone_res.c
nis_creategroup.c
nis_defaults.c * malloc/malloc.c (_int_malloc): Remove unused any_larger variable. 2006-10-11 16:29:13 +00:00
nis_destroygroup.c
nis_domain_of.c * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more 2007-06-22 17:01:29 +00:00
nis_domain_of_r.c
nis_error.c
nis_error.h
nis_file.c
nis_findserv.c
nis_free.c
nis_getservlist.c
nis_hash.c
nis_intern.h
nis_ismember.c
nis_local_names.c
nis_lookup.c * nis/nis_domain_of.c (__nis_domain_of): New function. 2007-04-19 14:28:01 +00:00
nis_mkdir.c
nis_modify.c
nis_ping.c
nis_print.c
nis_print_group_entry.c . 2007-07-31 13:33:18 +00:00
nis_remove.c
nis_removemember.c
nis_rmdir.c
nis_server.c
nis_subr.c * nscd/selinux.c (preserve_capabilities): Initialize new_caps 2007-07-28 20:44:03 +00:00
nis_table.c * nis/nis_table.c (nis_list): Don't fail if __follow_path returned 2007-08-22 16:04:18 +00:00
nis_util.c
nis_verifygroup.c
nis_xdr.c * nis/nis_xdr.c (_xdr_nis_server): Work around gcc alias warning. 2007-08-26 02:06:10 +00:00
nis_xdr.h
nisplus-parser.h
nss
nss-default.c [BZ #4702] 2007-07-03 14:49:53 +00:00
nss-nis.c
nss-nis.h
nss-nisplus.c
nss-nisplus.h
Versions * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend 2008-05-10 23:27:39 +00:00
yp_xdr.c * nis/nis_xdr.c (_xdr_nis_server): Work around gcc alias warning. 2007-08-26 02:06:10 +00:00
ypclnt.c * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and 2008-07-25 17:06:50 +00:00
ypupdate_xdr.c