opnsense-src/sys/rpc
Rick Macklem 2894c8c96b kgssapi: Add macros so that gssd(8) can run in vnet prison
Commit 7344856e3a6d added a lot of macros that will front end
vnet macros so that nfsd(8) can run in vnet prison.
This patch adds similar macros named KGSS_VNETxxx so that
the gssd(8) daemon can run in a vnet prison, once the
macros front end the vnet ones.  For now, they are null macros.

This is the last commit that adds macros.  The next step is
to change the macros to front end the vnet ones.

MFC after:	3 months
2023-02-15 15:18:46 -08:00
..
rpcsec_gss kgssapi: Add macros so that gssd(8) can run in vnet prison 2023-02-15 15:18:46 -08:00
rpcsec_tls krpc: Add macros so that rpc.tlsservd can run in vnet prison 2023-02-15 05:58:21 -08:00
auth.h rpc: Delete AUTH_NEEDS_TLS(_MUTUAL_HOST) auth_stat values 2021-12-23 14:31:53 -08:00
auth_none.c Adjust authnone_create() definition to avoid clang 15 warning 2022-07-25 00:40:13 +02:00
auth_unix.c rpc: Make function tables const 2021-08-14 11:26:12 -04:00
authunix_prot.c
clnt.h rpc: Make function tables const 2021-08-14 11:26:12 -04:00
clnt_bck.c sockets: use socket buffer mutexes in struct socket directly 2022-05-12 13:22:12 -07:00
clnt_dg.c rpc: Make function tables const 2021-08-14 11:26:12 -04:00
clnt_rc.c rpc: Make function tables const 2021-08-14 11:26:12 -04:00
clnt_stat.h
clnt_vc.c clnt_vc.c: Replace msleep() with pause() to avoid assert panic 2022-10-14 15:46:55 -07:00
getnetconfig.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
krpc.h nfsv4 client: do the BindConnectionToSession as required 2021-04-11 14:34:57 -07:00
netconfig.h
nettype.h
pmap_prot.h
replay.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
replay.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
rpc.h
rpc_callmsg.c
rpc_com.h
rpc_generic.c rpc: ansify 2023-02-13 05:39:10 +00:00
rpc_msg.h
rpc_prot.c Move M_RPC malloc type into XDR. Both RPC and XDR libraries use 2020-04-17 06:02:13 +00:00
rpcb_clnt.c Adjust local_rpcb() definition to avoid clang 15 warning 2022-07-25 00:40:12 +02:00
rpcb_clnt.h
rpcb_prot.c
rpcb_prot.h
rpcm_subs.h
rpcsec_gss.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
rpcsec_tls.h krpc: Add macros so that rpc.tlsservd can run in vnet prison 2023-02-15 05:58:21 -08:00
svc.c krpc: Allow mountd/nfsd to optionally run in a jail 2022-12-18 12:40:48 -08:00
svc.h nfsd: Allow multiple instances of rpc.tlsservd 2022-08-22 13:54:24 -07:00
svc_auth.c krpc: Remove VNET_NFSD #ifdefs 2023-02-14 13:53:39 -08:00
svc_auth.h
svc_auth_unix.c rpc: ansify 2023-02-13 05:39:10 +00:00
svc_dg.c rpc: ansify 2023-02-13 05:39:10 +00:00
svc_generic.c
svc_vc.c nfsd: Allow multiple instances of rpc.tlsservd 2022-08-22 13:54:24 -07:00
types.h
xdr.h