]> git.decadent.org.uk Git - nfs-utils.git/commit
Add gss support from citi @ umich nfs-utils-1-0-6-post7-gss
authorneilbrown <neilbrown>
Tue, 19 Oct 2004 00:22:53 +0000 (00:22 +0000)
committerneilbrown <neilbrown>
Tue, 19 Oct 2004 00:22:53 +0000 (00:22 +0000)
commitf1bfe0916c04d93de7a4fae5315fff6e4ccac23f
tree9d5e85bf131a3b2a664718cd97e578e213a27f25
parent981d25a37fe4a71eddd162672a658da223453985
Add gss support from citi @ umich
105 files changed:
config.mk.in
configure.in
support/Makefile
support/gssapi/Makefile [new file with mode: 0644]
support/gssapi/SAMPLE_gssapi_mech.conf [new file with mode: 0644]
support/gssapi/g_accept_sec_context.c [new file with mode: 0644]
support/gssapi/g_acquire_cred.c [new file with mode: 0644]
support/gssapi/g_compare_name.c [new file with mode: 0644]
support/gssapi/g_context_time.c [new file with mode: 0644]
support/gssapi/g_delete_sec_context.c [new file with mode: 0644]
support/gssapi/g_dsp_name.c [new file with mode: 0644]
support/gssapi/g_dsp_status.c [new file with mode: 0644]
support/gssapi/g_dup_name.c [new file with mode: 0644]
support/gssapi/g_exp_sec_context.c [new file with mode: 0644]
support/gssapi/g_glue.c [new file with mode: 0644]
support/gssapi/g_imp_name.c [new file with mode: 0644]
support/gssapi/g_imp_sec_context.c [new file with mode: 0644]
support/gssapi/g_indicate_mechs.c [new file with mode: 0644]
support/gssapi/g_init_sec_context.c [new file with mode: 0644]
support/gssapi/g_initialize.c [new file with mode: 0644]
support/gssapi/g_inq_context.c [new file with mode: 0644]
support/gssapi/g_inq_cred.c [new file with mode: 0644]
support/gssapi/g_inq_names.c [new file with mode: 0644]
support/gssapi/g_mechname.c [new file with mode: 0644]
support/gssapi/g_mit_krb5_mech.c [new file with mode: 0644]
support/gssapi/g_oid_ops.c [new file with mode: 0644]
support/gssapi/g_process_context.c [new file with mode: 0644]
support/gssapi/g_rel_buffer.c [new file with mode: 0644]
support/gssapi/g_rel_cred.c [new file with mode: 0644]
support/gssapi/g_rel_name.c [new file with mode: 0644]
support/gssapi/g_rel_oid_set.c [new file with mode: 0644]
support/gssapi/g_seal.c [new file with mode: 0644]
support/gssapi/g_set_allowable_enctypes.c [new file with mode: 0644]
support/gssapi/g_sign.c [new file with mode: 0644]
support/gssapi/g_unseal.c [new file with mode: 0644]
support/gssapi/g_verify.c [new file with mode: 0644]
support/gssapi/gen_oids.c [new file with mode: 0644]
support/gssapi/gssd_pname_to_uid.c [new file with mode: 0644]
support/gssapi/mechglue.h [new file with mode: 0644]
support/gssapi/mglueP.h [new file with mode: 0644]
support/gssapi/oid_ops.c [new file with mode: 0644]
support/include/config.h.in
support/include/gssapi/gssapi.h [new file with mode: 0644]
support/lib/Makefile
support/rpc/DISCLAIMER [new file with mode: 0644]
support/rpc/Makefile [new file with mode: 0644]
support/rpc/README [new file with mode: 0644]
support/rpc/auth_gss.c [new file with mode: 0644]
support/rpc/authgss_prot.c [new file with mode: 0644]
support/rpc/include/rpc/auth.h [new file with mode: 0644]
support/rpc/include/rpc/auth_gss.h [new file with mode: 0644]
support/rpc/include/rpc/auth_unix.h [new file with mode: 0644]
support/rpc/include/rpc/clnt.h [new file with mode: 0644]
support/rpc/include/rpc/pmap_clnt.h [new file with mode: 0644]
support/rpc/include/rpc/pmap_prot.h [new file with mode: 0644]
support/rpc/include/rpc/pmap_rmt.h [new file with mode: 0644]
support/rpc/include/rpc/rpc.h [new file with mode: 0644]
support/rpc/include/rpc/rpc_des.h [new file with mode: 0644]
support/rpc/include/rpc/rpc_msg.h [new file with mode: 0644]
support/rpc/include/rpc/svc.h [new file with mode: 0644]
support/rpc/include/rpc/svc_auth.h [new file with mode: 0644]
support/rpc/include/rpc/types.h [new file with mode: 0644]
support/rpc/include/rpc/xdr.h [new file with mode: 0644]
support/rpc/rpc_commondata.c [new file with mode: 0644]
support/rpc/svc.c [new file with mode: 0644]
support/rpc/svc_auth.c [new file with mode: 0644]
support/rpc/svc_auth_gss.c [new file with mode: 0644]
support/rpc/svc_auth_none.c [new file with mode: 0644]
support/rpc/svc_auth_unix.c [new file with mode: 0644]
support/rpc/svc_raw.c [new file with mode: 0644]
support/rpc/svc_run.c [new file with mode: 0644]
support/rpc/svc_simple.c [new file with mode: 0644]
support/rpc/svc_tcp.c [new file with mode: 0644]
support/rpc/svc_udp.c [new file with mode: 0644]
utils/Makefile.in
utils/gssd/Makefile [new file with mode: 0644]
utils/gssd/context.c [new file with mode: 0644]
utils/gssd/context.h [new file with mode: 0644]
utils/gssd/context_heimdal.c [new file with mode: 0644]
utils/gssd/err_util.c [new file with mode: 0644]
utils/gssd/err_util.h [new file with mode: 0644]
utils/gssd/gss_clnt_send_err.c [new file with mode: 0644]
utils/gssd/gss_destroy_creds [new file with mode: 0644]
utils/gssd/gss_oids.c [new file with mode: 0644]
utils/gssd/gss_oids.h [new file with mode: 0644]
utils/gssd/gss_util.c [new file with mode: 0644]
utils/gssd/gss_util.h [new file with mode: 0644]
utils/gssd/gssd.c [new file with mode: 0644]
utils/gssd/gssd.h [new file with mode: 0644]
utils/gssd/gssd.man [new file with mode: 0644]
utils/gssd/gssd_main_loop.c [new file with mode: 0644]
utils/gssd/gssd_proc.c [new file with mode: 0644]
utils/gssd/krb5_util.c [new file with mode: 0644]
utils/gssd/krb5_util.h [new file with mode: 0644]
utils/gssd/write_bytes.h [new file with mode: 0644]
utils/gssdestroycreds/Makefile [new file with mode: 0644]
utils/svcgssd/Makefile [new file with mode: 0644]
utils/svcgssd/cacheio.c [new file with mode: 0644]
utils/svcgssd/cacheio.h [new file with mode: 0644]
utils/svcgssd/svcgssd.c [new file with mode: 0644]
utils/svcgssd/svcgssd.h [new file with mode: 0644]
utils/svcgssd/svcgssd.man [new file with mode: 0644]
utils/svcgssd/svcgssd_main_loop.c [new file with mode: 0644]
utils/svcgssd/svcgssd_mech2file.c [new file with mode: 0644]
utils/svcgssd/svcgssd_proc.c [new file with mode: 0644]