1996-12-11 01:40:39 +00:00
|
|
|
/*
|
2010-09-01 12:10:04 +00:00
|
|
|
* Copyright (c) 2010, Oracle America, Inc.
|
1998-08-18 23:27:30 +00:00
|
|
|
*
|
2010-09-01 12:10:04 +00:00
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions are
|
|
|
|
* met:
|
1998-08-18 23:27:30 +00:00
|
|
|
*
|
2010-09-01 12:10:04 +00:00
|
|
|
* * Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* * Redistributions in binary form must reproduce the above
|
|
|
|
* copyright notice, this list of conditions and the following
|
|
|
|
* disclaimer in the documentation and/or other materials
|
|
|
|
* provided with the distribution.
|
|
|
|
* * Neither the name of the "Oracle America, Inc." nor the names of its
|
|
|
|
* contributors may be used to endorse or promote products derived
|
|
|
|
* from this software without specific prior written permission.
|
1998-08-18 23:27:30 +00:00
|
|
|
*
|
2010-09-01 12:10:04 +00:00
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
|
|
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
|
|
* COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
|
|
|
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
|
|
|
|
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
|
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
|
|
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1996-12-11 01:40:39 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <rpcsvc/yp.h>
|
1999-07-09 13:05:42 +00:00
|
|
|
#include <rpcsvc/ypclnt.h>
|
Include shlib-compat.h in many sunrpc/nis source files.
Every file that uses libc_hidden_nolink_sunrpc or
libnsl_hidden_nolink_def needs to include shlib-compat.h. Currently,
most of them are getting it via stdio.h, because libio.h refers to
SHLIB_COMPAT when _LIBC is defined, so it includes shlib-compat.h. My
experimental patch to not install libio.h breaks that chain; stdio.h
no longer pulls in libio.h even for internal users.
Accordingly, this patch adds #include <shlib-compat.h> to many files
in sunrpc/ and nis/. There are also a small number of really obvious
fixups to includes that caught my eye while proofreading the patch -
not including headers twice in a row, not worrying about portability
to Ultrix anymore, sort of thing.
* nis/nis_add.c, nis/nis_addmember.c, nis/nis_call.c
* nis/nis_checkpoint.c, nis/nis_clone_dir.c, nis/nis_clone_obj.c
* nis/nis_clone_res.c, nis/nis_creategroup.c, nis/nis_defaults.c
* nis/nis_destroygroup.c, nis/nis_domain_of.c
* nis/nis_domain_of_r.c, nis/nis_error.c, nis/nis_file.c
* nis/nis_free.c, nis/nis_getservlist.c, nis/nis_ismember.c
* nis/nis_local_names.c, nis/nis_lookup.c, nis/nis_mkdir.c
* nis/nis_modify.c, nis/nis_ping.c, nis/nis_print.c
* nis/nis_print_group_entry.c, nis/nis_remove.c
* nis/nis_removemember.c, nis/nis_rmdir.c, nis/nis_server.c
* nis/nis_subr.c, nis/nis_table.c, nis/nis_util.c
* nis/nis_verifygroup.c, nis/nis_xdr.c, nis/yp_xdr.c
* nis/ypclnt.c, nis/ypupdate_xdr.c, sunrpc/auth_des.c
* sunrpc/auth_none.c, sunrpc/auth_unix.c, sunrpc/authdes_prot.c
* sunrpc/authuxprot.c, sunrpc/clnt_gen.c, sunrpc/clnt_perr.c
* sunrpc/clnt_raw.c, sunrpc/clnt_simp.c, sunrpc/clnt_tcp.c
* sunrpc/clnt_udp.c, sunrpc/clnt_unix.c, sunrpc/des_crypt.c
* sunrpc/des_soft.c, sunrpc/get_myaddr.c, sunrpc/key_call.c
* sunrpc/key_prot.c, sunrpc/netname.c, sunrpc/pm_getmaps.c
* sunrpc/pm_getport.c, sunrpc/pmap_clnt.c, sunrpc/pmap_prot.c
* sunrpc/pmap_prot2.c, sunrpc/pmap_rmt.c, sunrpc/publickey.c
* sunrpc/rpc_cmsg.c, sunrpc/rpc_dtable.c, sunrpc/rpc_prot.c
* sunrpc/rpc_thread.c, sunrpc/rtime.c, sunrpc/svc.c
* sunrpc/svc_auth.c, sunrpc/svc_raw.c, sunrpc/svc_run.c
* sunrpc/svc_tcp.c, sunrpc/svc_udp.c, sunrpc/svc_unix.c
* sunrpc/svcauth_des.c, sunrpc/xdr.c, sunrpc/xdr_array.c
* sunrpc/xdr_float.c, sunrpc/xdr_intXX_t.c, sunrpc/xdr_mem.c
* sunrpc/xdr_rec.c, sunrpc/xdr_ref.c, sunrpc/xdr_sizeof.c
* sunrpc/xdr_stdio.c: Include shlib-compat.h.
* sunrpc/des_crypt.c, sunrpc/des_soft.c: No need to include
abi-versions.h as well as shlib-compat.h.
* sunrpc/get_myaddr.c: Remove obsolete comment.
* sunrpc/pmap_rmt.c: Remove obsolete comment and #undef.
* sunrpc/rpc_thread.c: Include libc-lock.h only once.
* resolv/res_libc.c: Include shlib-compat.h only once.
2017-06-04 15:14:43 +00:00
|
|
|
#include <shlib-compat.h>
|
1996-12-11 01:40:39 +00:00
|
|
|
|
2013-05-30 21:05:21 +00:00
|
|
|
/* The NIS v2 protocol suggests 1024 bytes as a maximum length of all fields.
|
|
|
|
Current Linux systems don't use this limit. To remain compatible with
|
|
|
|
recent Linux systems we choose limits large enough to load large key and
|
|
|
|
data values, but small enough to not pose a DoS threat. */
|
|
|
|
|
|
|
|
#define XDRMAXNAME 1024
|
|
|
|
#define XDRMAXRECORD (16 * 1024 * 1024)
|
|
|
|
|
1996-12-11 01:40:39 +00:00
|
|
|
bool_t
|
|
|
|
xdr_ypstat (XDR *xdrs, ypstat *objp)
|
|
|
|
{
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_enum (xdrs, (enum_t *) objp);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypstat, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypxfrstat (XDR *xdrs, ypxfrstat *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_enum (xdrs, (enum_t *) objp);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypxfrstat, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_domainname (XDR *xdrs, domainname *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
2013-05-30 21:05:21 +00:00
|
|
|
return xdr_string (xdrs, objp, XDRMAXNAME);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_domainname, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_mapname (XDR *xdrs, mapname *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
2013-05-30 21:05:21 +00:00
|
|
|
return xdr_string (xdrs, objp, XDRMAXNAME);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_mapname, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_peername (XDR *xdrs, peername *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
2013-05-30 21:05:21 +00:00
|
|
|
return xdr_string (xdrs, objp, XDRMAXNAME);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_peername, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_keydat (XDR *xdrs, keydat *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_bytes (xdrs, (char **) &objp->keydat_val,
|
2013-05-30 21:05:21 +00:00
|
|
|
(u_int *) &objp->keydat_len, XDRMAXRECORD);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_keydat, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_valdat (XDR *xdrs, valdat *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_bytes (xdrs, (char **) &objp->valdat_val,
|
2013-05-30 21:05:21 +00:00
|
|
|
(u_int *) &objp->valdat_len, XDRMAXRECORD);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_valdat, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypmap_parms (XDR *xdrs, ypmap_parms *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_domainname (xdrs, &objp->domain))
|
|
|
|
return FALSE;
|
|
|
|
if (!xdr_mapname (xdrs, &objp->map))
|
|
|
|
return FALSE;
|
|
|
|
if (!xdr_u_int (xdrs, &objp->ordernum))
|
|
|
|
return FALSE;
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_peername (xdrs, &objp->peer);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypmap_parms, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypreq_key (XDR *xdrs, ypreq_key *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_domainname (xdrs, &objp->domain))
|
|
|
|
return FALSE;
|
|
|
|
if (!xdr_mapname (xdrs, &objp->map))
|
|
|
|
return FALSE;
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_keydat (xdrs, &objp->key);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypreq_key, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypreq_nokey (XDR *xdrs, ypreq_nokey *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_domainname (xdrs, &objp->domain))
|
|
|
|
return FALSE;
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_mapname (xdrs, &objp->map);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypreq_nokey, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypreq_xfr (XDR *xdrs, ypreq_xfr *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_ypmap_parms (xdrs, &objp->map_parms))
|
|
|
|
return FALSE;
|
|
|
|
if (!xdr_u_int (xdrs, &objp->transid))
|
|
|
|
return FALSE;
|
|
|
|
if (!xdr_u_int (xdrs, &objp->prog))
|
|
|
|
return FALSE;
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_u_int (xdrs, &objp->port);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypreq_xfr, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypresp_val (XDR *xdrs, ypresp_val *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_ypstat (xdrs, &objp->stat))
|
|
|
|
return FALSE;
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_valdat (xdrs, &objp->val);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypresp_val, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypresp_key_val (XDR *xdrs, ypresp_key_val *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_ypstat (xdrs, &objp->stat))
|
|
|
|
return FALSE;
|
|
|
|
if (!xdr_valdat (xdrs, &objp->val))
|
|
|
|
return FALSE;
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_keydat (xdrs, &objp->key);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypresp_key_val, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypresp_master (XDR *xdrs, ypresp_master *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_ypstat (xdrs, &objp->stat))
|
|
|
|
return FALSE;
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_peername (xdrs, &objp->peer);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypresp_master, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypresp_order (XDR *xdrs, ypresp_order *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_ypstat (xdrs, &objp->stat))
|
|
|
|
return FALSE;
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_u_int (xdrs, &objp->ordernum);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypresp_order, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypresp_all (XDR *xdrs, ypresp_all *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_bool (xdrs, &objp->more))
|
|
|
|
return FALSE;
|
|
|
|
switch (objp->more)
|
|
|
|
{
|
|
|
|
case TRUE:
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_ypresp_key_val (xdrs, &objp->ypresp_all_u.val);
|
1998-08-18 23:27:30 +00:00
|
|
|
case FALSE:
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
return FALSE;
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
1998-08-18 23:27:30 +00:00
|
|
|
return TRUE;
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypresp_all, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypresp_xfr (XDR *xdrs, ypresp_xfr *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_u_int (xdrs, &objp->transid))
|
|
|
|
return FALSE;
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_ypxfrstat (xdrs, &objp->xfrstat);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypresp_xfr, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypmaplist (XDR *xdrs, ypmaplist *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_mapname (xdrs, &objp->map))
|
|
|
|
return FALSE;
|
2007-08-26 02:06:10 +00:00
|
|
|
/* Prevent gcc warning about alias violation. */
|
|
|
|
char **tp = (void *) &objp->next;
|
|
|
|
return xdr_pointer (xdrs, tp, sizeof (ypmaplist), (xdrproc_t) xdr_ypmaplist);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypmaplist, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypresp_maplist (XDR *xdrs, ypresp_maplist *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_ypstat (xdrs, &objp->stat))
|
|
|
|
return FALSE;
|
2007-08-26 02:06:10 +00:00
|
|
|
/* Prevent gcc warning about alias violation. */
|
|
|
|
char **tp = (void *) &objp->maps;
|
|
|
|
return xdr_pointer (xdrs, tp, sizeof (ypmaplist), (xdrproc_t) xdr_ypmaplist);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypresp_maplist, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_yppush_status (XDR *xdrs, yppush_status *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_enum (xdrs, (enum_t *) objp);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_yppush_status, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_yppushresp_xfr (XDR *xdrs, yppushresp_xfr *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_u_int (xdrs, &objp->transid))
|
|
|
|
return FALSE;
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_yppush_status (xdrs, &objp->status);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_yppushresp_xfr, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypbind_resptype (XDR *xdrs, ypbind_resptype *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_enum (xdrs, (enum_t *) objp);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypbind_resptype, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypbind_binding (XDR *xdrs, ypbind_binding *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_opaque (xdrs, objp->ypbind_binding_addr, 4))
|
|
|
|
return FALSE;
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_opaque (xdrs, objp->ypbind_binding_port, 2);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypbind_binding, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypbind_resp (XDR *xdrs, ypbind_resp *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_ypbind_resptype (xdrs, &objp->ypbind_status))
|
|
|
|
return FALSE;
|
|
|
|
switch (objp->ypbind_status)
|
|
|
|
{
|
|
|
|
case YPBIND_FAIL_VAL:
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_u_int (xdrs, &objp->ypbind_resp_u.ypbind_error);
|
1998-08-18 23:27:30 +00:00
|
|
|
case YPBIND_SUCC_VAL:
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_ypbind_binding (xdrs, &objp->ypbind_resp_u.ypbind_bindinfo);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2004-10-24 20:29:20 +00:00
|
|
|
return FALSE;
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypbind_resp, GLIBC_2_0)
|
1996-12-11 01:40:39 +00:00
|
|
|
|
|
|
|
bool_t
|
1998-08-18 23:27:30 +00:00
|
|
|
xdr_ypbind_setdom (XDR *xdrs, ypbind_setdom *objp)
|
1996-12-11 01:40:39 +00:00
|
|
|
{
|
1998-08-18 23:27:30 +00:00
|
|
|
if (!xdr_domainname (xdrs, &objp->ypsetdom_domain))
|
|
|
|
return FALSE;
|
|
|
|
if (!xdr_ypbind_binding (xdrs, &objp->ypsetdom_binding))
|
|
|
|
return FALSE;
|
2004-10-24 20:29:20 +00:00
|
|
|
return xdr_u_int (xdrs, &objp->ypsetdom_vers);
|
1996-12-11 01:40:39 +00:00
|
|
|
}
|
2017-03-21 14:14:27 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypbind_setdom, GLIBC_2_0)
|
1999-07-09 13:05:42 +00:00
|
|
|
|
|
|
|
bool_t
|
|
|
|
xdr_ypall(XDR *xdrs, struct ypall_callback *incallback)
|
|
|
|
{
|
|
|
|
struct ypresp_key_val out;
|
|
|
|
char key[YPMAXRECORD], val[YPMAXRECORD];
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Set up key/val struct to be used during the transaction.
|
|
|
|
*/
|
|
|
|
memset(&out, 0, sizeof out);
|
|
|
|
out.key.keydat_val = key;
|
|
|
|
out.key.keydat_len = sizeof(key);
|
|
|
|
out.val.valdat_val = val;
|
|
|
|
out.val.valdat_len = sizeof(val);
|
|
|
|
|
|
|
|
for (;;) {
|
|
|
|
bool_t more, status;
|
|
|
|
|
|
|
|
/* Values pending? */
|
|
|
|
if (!xdr_bool(xdrs, &more))
|
|
|
|
return FALSE; /* can't tell! */
|
|
|
|
if (!more)
|
|
|
|
return TRUE; /* no more */
|
|
|
|
|
|
|
|
/* Transfer key/value pair. */
|
|
|
|
status = xdr_ypresp_key_val(xdrs, &out);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* If we succeeded, call the callback function.
|
|
|
|
* The callback will return TRUE when it wants
|
|
|
|
* no more values. If we fail, indicate the
|
|
|
|
* error.
|
|
|
|
*/
|
|
|
|
if (status) {
|
|
|
|
if ((*incallback->foreach)(out.stat,
|
|
|
|
(char *)out.key.keydat_val, out.key.keydat_len,
|
|
|
|
(char *)out.val.valdat_val, out.val.valdat_len,
|
|
|
|
incallback->data))
|
|
|
|
return TRUE;
|
|
|
|
} else
|
|
|
|
return FALSE;
|
|
|
|
}
|
|
|
|
}
|
2018-01-29 16:00:14 +00:00
|
|
|
libnsl_hidden_nolink_def (xdr_ypall, GLIBC_2_2)
|