Whamcloud - gitweb
branch: b_new_cmd
authorericm <ericm>
Mon, 11 Sep 2006 22:05:02 +0000 (22:05 +0000)
committerericm <ericm>
Mon, 11 Sep 2006 22:05:02 +0000 (22:05 +0000)
commita2cb14ae8ba9afa2e4623bf94ea43db704aa0eb5
treed7696c7af4e511886d5bd442adfbfc8d83829d86
parentcc6aa0ef4314db33b70081c38412ca13eb4aaf77
branch: b_new_cmd
land gss/krb5. but for now gss is disabled by default.
62 files changed:
lustre/autoconf/Makefile.am
lustre/autoconf/kerberos5.m4 [new file with mode: 0644]
lustre/autoconf/lustre-core.m4
lustre/kernel_patches/patches/export_symbols-2.6-rhel4.patch
lustre/kernel_patches/patches/export_symbols-2.6.12.patch
lustre/ptlrpc/Makefile.in
lustre/ptlrpc/gss/.cvsignore [new file with mode: 0644]
lustre/ptlrpc/gss/Makefile.in [new file with mode: 0644]
lustre/ptlrpc/gss/autoMakefile.am [new file with mode: 0644]
lustre/ptlrpc/gss/gss_api.h [new file with mode: 0644]
lustre/ptlrpc/gss/gss_asn1.h [new file with mode: 0644]
lustre/ptlrpc/gss/gss_cli_upcall.c [new file with mode: 0644]
lustre/ptlrpc/gss/gss_err.h [new file with mode: 0644]
lustre/ptlrpc/gss/gss_generic_token.c [new file with mode: 0644]
lustre/ptlrpc/gss/gss_internal.h [new file with mode: 0644]
lustre/ptlrpc/gss/gss_krb5.h [new file with mode: 0644]
lustre/ptlrpc/gss/gss_krb5_mech.c [new file with mode: 0644]
lustre/ptlrpc/gss/gss_mech_switch.c [new file with mode: 0644]
lustre/ptlrpc/gss/gss_rawobj.c [new file with mode: 0644]
lustre/ptlrpc/gss/gss_svc_upcall.c [new file with mode: 0644]
lustre/ptlrpc/gss/lproc_gss.c [new file with mode: 0644]
lustre/ptlrpc/gss/sec_gss.c [new file with mode: 0644]
lustre/tests/conf-sanity.sh
lustre/tests/krb5_login.sh [new file with mode: 0755]
lustre/tests/sanity-gss.sh [new file with mode: 0644]
lustre/tests/sanity.sh
lustre/tests/sanityN.sh
lustre/tests/test-framework.sh
lustre/utils/Makefile.am
lustre/utils/gss/.cvsignore [new file with mode: 0644]
lustre/utils/gss/Makefile.am [new file with mode: 0644]
lustre/utils/gss/README [new file with mode: 0644]
lustre/utils/gss/cacheio.c [new file with mode: 0644]
lustre/utils/gss/cacheio.h [new file with mode: 0644]
lustre/utils/gss/context.c [new file with mode: 0644]
lustre/utils/gss/context.h [new file with mode: 0644]
lustre/utils/gss/context_heimdal.c [new file with mode: 0644]
lustre/utils/gss/context_mit.c [new file with mode: 0644]
lustre/utils/gss/context_spkm3.c [new file with mode: 0644]
lustre/utils/gss/err_util.c [new file with mode: 0644]
lustre/utils/gss/err_util.h [new file with mode: 0644]
lustre/utils/gss/gss_oids.c [new file with mode: 0644]
lustre/utils/gss/gss_oids.h [new file with mode: 0644]
lustre/utils/gss/gss_util.c [new file with mode: 0644]
lustre/utils/gss/gss_util.h [new file with mode: 0644]
lustre/utils/gss/gssd.c [new file with mode: 0644]
lustre/utils/gss/gssd.h [new file with mode: 0644]
lustre/utils/gss/gssd_main_loop.c [new file with mode: 0644]
lustre/utils/gss/gssd_proc.c [new file with mode: 0644]
lustre/utils/gss/krb5_util.c [new file with mode: 0644]
lustre/utils/gss/krb5_util.h [new file with mode: 0644]
lustre/utils/gss/lsupport.c [new file with mode: 0644]
lustre/utils/gss/lsupport.h [new file with mode: 0644]
lustre/utils/gss/nfs-utils-1.0.10-lustre.diff [new file with mode: 0644]
lustre/utils/gss/svcgssd.c [new file with mode: 0644]
lustre/utils/gss/svcgssd.h [new file with mode: 0644]
lustre/utils/gss/svcgssd_main_loop.c [new file with mode: 0644]
lustre/utils/gss/svcgssd_mech2file.c [new file with mode: 0644]
lustre/utils/gss/svcgssd_proc.c [new file with mode: 0644]
lustre/utils/gss/write_bytes.h [new file with mode: 0644]
lustre/utils/lconf
lustre/utils/module_setup.sh