opnsense-src/include/rpc
Pedro F. Giffuni 43981b6c53 Bring some changes from Bull's NFSv4 libtirpc implementation.
We especifically ignored the glibc compatibility changes
but this should help interaction with Solaris and Linux.
____

Fixed infinite loop in svc_run()
author	Steve Dickson
Tue, 10 Jun 2008 12:35:52 -0500 (13:35 -0400)
Fixed infinite loop in svc_run()
____

__rpc_taddr2uaddr_af() assumes the netbuf to always have a
non-zero data. This is a bad assumption and can lead to a
seg-fault. This patch adds a check for zero length and returns
NULL when found.
author	Steve Dickson
Mon, 27 Oct 2008 11:46:54 -0500 (12:46 -0400)
____

Changed clnt_spcreateerror() to return clearer
and more concise error messages.
author	Steve Dickson
Thu, 20 Nov 2008 08:55:31 -0500 (08:55 -0500)
____

Converted all uid and gid variables of the type uid_t and gid_t.
author	Steve Dickson
Wed, 28 Jan 2009 12:44:46 -0500 (12:44 -0500)
____

libtirpc: set r_netid and r_owner in __rpcb_findaddr_timed

These fields in the rpcbind GETADDR call are being passed uninitialized
to CLNT_CALL. In the case of x86_64 at least, this usually leads to a
segfault. On x86, it sometimes causes segfaults and other times causes
garbage to be sent on the wire.

rpcbind generally ignores the r_owner field for calls that come in over
the wire, so it really doesn't matter what we send in that slot. We just
need to send something. The reference implementation from Sun seems to
send a blank string. Have ours follow suit.
author	Jeff Layton
Fri, 13 Mar 2009 11:44:16 -0500 (12:44 -0400)
____

libtirpc: be sure to free cl_netid and cl_tp

When creating a client with clnt_tli_create, it uses strdup to copy
strings for these fields if nconf is passed in. clnt_dg_destroy frees
these strings already. Make sure clnt_vc_destroy frees them in the same
way.

author	Jeff Layton
Fri, 13 Mar 2009 11:47:36 -0500 (12:47 -0400)

Obtained from:	Bull GNU/Linux NFSv4 Project
MFC after:	3 weeks
2012-09-01 02:56:17 +00:00
..
auth.h Bring some changes from Bull's NFSv4 libtirpc implementation. 2012-09-01 02:56:17 +00:00
auth_des.h Breath deep and take __P out of the system include files. 2002-03-23 17:24:55 +00:00
auth_kerb.h Comment the token after #endif, like we do everywhere else. 2007-02-02 18:11:18 +00:00
auth_unix.h Bring some changes from Bull's NFSv4 libtirpc implementation. 2012-09-01 02:56:17 +00:00
clnt.h unifdef -D_THREAD_SAFE 2003-01-24 01:47:55 +00:00
clnt_soc.h Breath deep and take __P out of the system include files. 2002-03-23 17:24:55 +00:00
clnt_stat.h comment out #pragma directive containing Sun SCM tags 2001-03-20 08:20:50 +00:00
des.h Breath deep and take __P out of the system include files. 2002-03-23 17:24:55 +00:00
des_crypt.h Breath deep and take __P out of the system include files. 2002-03-23 17:24:55 +00:00
Makefile Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor 2012-02-07 09:27:07 +00:00
nettype.h Breath deep and take __P out of the system include files. 2002-03-23 17:24:55 +00:00
pmap_clnt.h Spell void * as void * rather than caddr_t. This is complicated by the 2002-04-28 15:18:50 +00:00
pmap_prot.h Breath deep and take __P out of the system include files. 2002-03-23 17:24:55 +00:00
pmap_rmt.h Breath deep and take __P out of the system include files. 2002-03-23 17:24:55 +00:00
raw.h Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00
rpc.h Breath deep and take __P out of the system include files. 2002-03-23 17:24:55 +00:00
rpc_com.h Implement non-blocking tcp-connections. 2003-01-16 07:13:51 +00:00
rpc_msg.h Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
rpcb_clnt.h Breath deep and take __P out of the system include files. 2002-03-23 17:24:55 +00:00
rpcb_prot.x Tokens after #endif are not strict ISO. 2002-03-13 10:29:06 +00:00
rpcent.h English grammar fix in comment. 2006-04-29 04:26:16 +00:00
rpcsec_gss.h Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This 2008-08-06 14:02:05 +00:00
svc.h Change some headers such that lang/gcc* ports no longer patch them. 2012-02-14 12:50:20 +00:00
svc_auth.h Initialise the SVCAUTH field for new transport structures when they are 2008-09-09 14:15:55 +00:00
svc_dg.h Re-do r192913 in less intrusive way. Only do IP_RECVDSTADDR/IP_SENDSRCADDR 2009-06-18 17:10:43 +00:00
svc_soc.h Breath deep and take __P out of the system include files. 2002-03-23 17:24:55 +00:00
xdr.h Revert the previous change and add xdr_sizeof 2011-07-10 14:03:13 +00:00