Date: Mon, 4 Jul 2011 00:24:59 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfs nfs_commonkrpc.c src/sys/fs/nfsclient nfs_clkrpc.c src/sys/fs/nfsserver nfs_nfsdkrpc.c src/sys/kgssapi gss_impl.c src/sys/modules Makefile src/sys/modules/kgssapi_krb5 Makefile src/sys/nfsclient nfs_krpc.c src/sys/nfsserver ... Message-ID: <201107040025.p640PdgT014499@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2011-07-04 00:24:59 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/fs/nfs nfs_commonkrpc.c
sys/fs/nfsclient nfs_clkrpc.c
sys/fs/nfsserver nfs_nfsdkrpc.c
sys/kgssapi gss_impl.c
sys/modules Makefile
sys/modules/kgssapi_krb5 Makefile
sys/nfsclient nfs_krpc.c
sys/nfsserver nfs_srvkrpc.c
sys/rpc rpc_generic.c rpcsec_gss.h
Log:
SVN rev 223748 on 2011-07-04 00:24:59Z by rmacklem
MFC: r223309
Fix the kgssapi so that it can be loaded as a module. Currently
the NFS subsystems use five of the rpcsec_gss/kgssapi entry points,
but since it was not obvious which others might be useful, all
nineteen were included. Basically the nineteen entry points are
set in a structure called rpc_gss_entries and inline functions
defined in sys/rpc/rpcsec_gss.h check for the entry points being
non-NULL and then call them. A default value is returned otherwise.
Revision Changes Path
1.7.2.5 +4 -10 src/sys/fs/nfs/nfs_commonkrpc.c
1.4.2.2 +2 -10 src/sys/fs/nfsclient/nfs_clkrpc.c
1.8.2.3 +12 -25 src/sys/fs/nfsserver/nfs_nfsdkrpc.c
1.1.2.2 +34 -1 src/sys/kgssapi/gss_impl.c
1.623.2.33 +2 -0 src/sys/modules/Makefile
1.1.2.2 +2 -1 src/sys/modules/kgssapi_krb5/Makefile
1.9.2.4 +3 -9 src/sys/nfsclient/nfs_krpc.c
1.12.2.5 +4 -12 src/sys/nfsserver/nfs_srvkrpc.c
1.4.2.6 +4 -0 src/sys/rpc/rpc_generic.c
1.1.2.2 +265 -0 src/sys/rpc/rpcsec_gss.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107040025.p640PdgT014499>
