Searched hist:"7 e7fd7d177c641879ad881c0d9011220fc384845" (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/modules/kgssapi_krb5/ |
H A D | Makefile | diff 7e7fd7d177c641879ad881c0d9011220fc384845 Mon Jun 20 00:08:55 CEST 2011 Rick Macklem <rmacklem@FreeBSD.org> 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. Requested by rwatson.
Reviewed by: jhb MFC after: 2 weeks
|
/freebsd/sys/rpc/ |
H A D | rpcsec_gss.h | diff 7e7fd7d177c641879ad881c0d9011220fc384845 Mon Jun 20 00:08:55 CEST 2011 Rick Macklem <rmacklem@FreeBSD.org> 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. Requested by rwatson.
Reviewed by: jhb MFC after: 2 weeks
|
H A D | rpc_generic.c | diff 7e7fd7d177c641879ad881c0d9011220fc384845 Mon Jun 20 00:08:55 CEST 2011 Rick Macklem <rmacklem@FreeBSD.org> 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. Requested by rwatson.
Reviewed by: jhb MFC after: 2 weeks
|
/freebsd/sys/kgssapi/ |
H A D | gss_impl.c | diff 7e7fd7d177c641879ad881c0d9011220fc384845 Mon Jun 20 00:08:55 CEST 2011 Rick Macklem <rmacklem@FreeBSD.org> 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. Requested by rwatson.
Reviewed by: jhb MFC after: 2 weeks
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clkrpc.c | diff 7e7fd7d177c641879ad881c0d9011220fc384845 Mon Jun 20 00:08:55 CEST 2011 Rick Macklem <rmacklem@FreeBSD.org> 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. Requested by rwatson.
Reviewed by: jhb MFC after: 2 weeks
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdkrpc.c | diff 7e7fd7d177c641879ad881c0d9011220fc384845 Mon Jun 20 00:08:55 CEST 2011 Rick Macklem <rmacklem@FreeBSD.org> 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. Requested by rwatson.
Reviewed by: jhb MFC after: 2 weeks
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonkrpc.c | diff 7e7fd7d177c641879ad881c0d9011220fc384845 Mon Jun 20 00:08:55 CEST 2011 Rick Macklem <rmacklem@FreeBSD.org> 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. Requested by rwatson.
Reviewed by: jhb MFC after: 2 weeks
|
/freebsd/sys/modules/ |
H A D | Makefile | diff 7e7fd7d177c641879ad881c0d9011220fc384845 Mon Jun 20 00:08:55 CEST 2011 Rick Macklem <rmacklem@FreeBSD.org> 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. Requested by rwatson.
Reviewed by: jhb MFC after: 2 weeks
|