[Pvfs2-cvs] commit by nlmills in pvfs2/include: pvfs2-debug.h
pvfs2-sysint.h
CVS commit program
cvs at parl.clemson.edu
Fri May 21 17:38:12 EDT 2010
Update of /projects/cvsroot/pvfs2/include
In directory parlweb1:/tmp/cvs-serv30601/include
Modified Files:
Tag: cu-security-branch
pvfs2-debug.h pvfs2-sysint.h
Log Message:
removed anything and everything related to certificates
Index: pvfs2-debug.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2-debug.h,v
diff -p -u -r1.58.4.5 -r1.58.4.6
--- pvfs2-debug.h 21 May 2010 17:33:56 -0000 1.58.4.5
+++ pvfs2-debug.h 21 May 2010 21:38:12 -0000 1.58.4.6
@@ -76,7 +76,6 @@
#define GOSSIP_DIRECTIO_DEBUG ((uint64_t)1 << 54)
#define GOSSIP_MGMT_DEBUG ((uint64_t)1 << 55)
#define GOSSIP_SECURITY_DEBUG ((uint64_t)1 << 56)
-#define GOSSIP_GETCRED_DEBUG ((uint64_t)1 << 57)
/* NOTE: if you want your gossip flag to be controllable from
* pvfs2-set-debugmask you have to add it in
Index: pvfs2-sysint.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2-sysint.h,v
diff -p -u -r1.75.8.9 -r1.75.8.10
--- pvfs2-sysint.h 21 May 2010 17:33:56 -0000 1.75.8.9
+++ pvfs2-sysint.h 21 May 2010 21:38:12 -0000 1.75.8.10
@@ -219,12 +219,6 @@ struct PVFS_sysresp_listeattr_s
};
typedef struct PVFS_sysresp_listeattr_s PVFS_sysresp_listeattr;
-struct PVFS_sysresp_getcred_s
-{
- PVFS_credential credential;
-};
-typedef struct PVFS_sysresp_getcred_s PVFS_sysresp_getcred;
-
/****************************************/
/* system interface function prototypes */
@@ -645,22 +639,6 @@ PVFS_error PVFS_sys_listeattr(
const PVFS_credential *credential,
PVFS_sysresp_listeattr *resp,
PVFS_hint hints);
-
-PVFS_error PVFS_isys_getcred(
- PVFS_fs_id fs_id,
- const char *certificate,
- const char *key,
- PVFS_BMI_addr_t addr,
- PVFS_sysresp_getcred *resp,
- PVFS_sys_op_id *op_id,
- void *user_ptr);
-
-PVFS_error PVFS_sys_getcred(
- PVFS_fs_id fs_id,
- const char *certificate,
- const char *key,
- PVFS_BMI_addr_t addr,
- PVFS_sysresp_getcred *resp);
PVFS_error PVFS_sys_set_info(
enum PVFS_sys_setinfo_opt option,
More information about the Pvfs2-cvs
mailing list