Whamcloud - gitweb
branch: b_new_cmd
authorericm <ericm>
Mon, 11 Sep 2006 16:53:38 +0000 (16:53 +0000)
committerericm <ericm>
Mon, 11 Sep 2006 16:53:38 +0000 (16:53 +0000)
commit6c556a77fa1759d20c18f59024465e165504a288
tree8c69a5997368b17c90e9d9c48698fe83f0e3ced2
parent180e7bf8aea4415fa75daa8677722000016ff35c
branch: b_new_cmd
land the first part of secure ptlrpc support.
46 files changed:
lustre/include/liblustre.h
lustre/include/lustre/lustre_idl.h
lustre/include/lustre/lustre_user.h
lustre/include/lustre_cfg.h
lustre/include/lustre_disk.h
lustre/include/lustre_import.h
lustre/include/lustre_net.h
lustre/include/lustre_param.h
lustre/include/lustre_sec.h [new file with mode: 0644]
lustre/include/obd.h
lustre/ldlm/ldlm_lib.c
lustre/ldlm/ldlm_lock.c
lustre/liblustre/lutil.c
lustre/llite/dir.c
lustre/llite/file.c
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/lmv/lmv_obd.c
lustre/lov/lov_obd.c
lustre/mdc/lproc_mdc.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/mdt/mdt_handler.c
lustre/mgs/mgs_llog.c
lustre/obdclass/genops.c
lustre/obdclass/obd_config.c
lustre/obdclass/obd_mount.c
lustre/osc/lproc_osc.c
lustre/osc/osc_request.c
lustre/ost/ost_handler.c
lustre/ptlrpc/Makefile.in
lustre/ptlrpc/autoMakefile.am
lustre/ptlrpc/client.c
lustre/ptlrpc/events.c
lustre/ptlrpc/import.c
lustre/ptlrpc/niobuf.c
lustre/ptlrpc/pack_generic.c
lustre/ptlrpc/pers.c
lustre/ptlrpc/pinger.c
lustre/ptlrpc/ptlrpc_internal.h
lustre/ptlrpc/ptlrpc_module.c
lustre/ptlrpc/sec.c [new file with mode: 0644]
lustre/ptlrpc/sec_null.c [new file with mode: 0644]
lustre/ptlrpc/sec_plain.c [new file with mode: 0644]
lustre/ptlrpc/service.c
lustre/utils/lfs.c