CVS commit: src/include/rpc

2020-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 3 18:30:39 UTC 2020 Modified Files: src/include/rpc: auth.h Log Message: add set_rpc_maxgrouplist(3) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/include/rpc/auth.h Please note that diffs are not

CVS commit: src/include/rpc

2017-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 16 08:35:48 UTC 2017 Modified Files: src/include/rpc: xdr.h Log Message: s/not sure why// and make these work :-) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/include/rpc/xdr.h Please note that di

CVS commit: src/include/rpc

2016-01-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 23 02:36:57 UTC 2016 Modified Files: src/include/rpc: svc.h Log Message: Needs sys/select.h for fd_set; fails only when _POSIX_SOURCE is defined, because then something else doesn't include it. (I guess.) To generate a

CVS commit: src/include/rpc

2016-01-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 23 02:34:09 UTC 2016 Modified Files: src/include/rpc: auth.h auth_unix.h clnt.h clnt_soc.h pmap_clnt.h rpcb_prot.x svc.h svc_soc.h xdr.h Log Message: unsigned -> unsigned int in previous change to accomodate

CVS commit: src/include/rpc

2016-01-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 23 01:05:31 UTC 2016 Modified Files: src/include/rpc: auth.h auth_unix.h clnt.h clnt_soc.h pmap_clnt.h rpc.h rpcb_prot.x svc.h svc_soc.h xdr.h Log Message: u_int -> unsigned, u_long -> unsigned long, etc. T

CVS commit: src/include/rpc

2015-11-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 7 23:10:38 UTC 2015 Modified Files: src/include/rpc: svc.h Log Message: provide a poll(2) based interface. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/include/rpc/svc.h Please note that diffs ar

CVS commit: src/include/rpc

2015-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 6 19:42:57 UTC 2015 Modified Files: src/include/rpc: svc.h Log Message: Switch to the size-unlimited fd_set. Some code will need to change to be able to use this if the code allocates its own fd_set's. To generate a d

CVS commit: src/include/rpc

2015-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 6 19:35:40 UTC 2015 Modified Files: src/include/rpc: svc.h Log Message: - provide accessor functions for the fdset's used internally. - add getreqset2 method that takes a setsize. To generate a diff of this commit: cv

CVS commit: src/include/rpc

2014-06-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 6 14:31:24 UTC 2014 Modified Files: src/include/rpc: clnt.h Log Message: Always use the reentrant rpc_createerr. Otherwise every threaded program that uses rpc needs to define _REENTRANT to work properly. We'll keep com