17 #ifndef mod_md_md_store_fs_h 18 #define mod_md_md_store_fs_h 26 #define MD_FPROT_F_UONLY (APR_FPROT_UREAD|APR_FPROT_UWRITE) 27 #define MD_FPROT_D_UONLY (MD_FPROT_F_UONLY|APR_FPROT_UEXECUTE) 32 #define MD_FPROT_F_UALL_GREAD (MD_FPROT_F_UONLY|APR_FPROT_GREAD) 33 #define MD_FPROT_D_UALL_GREAD (MD_FPROT_D_UONLY|APR_FPROT_GREAD|APR_FPROT_GEXECUTE) 38 #define MD_FPROT_F_UALL_WREAD (MD_FPROT_F_UALL_GREAD|APR_FPROT_WREAD) 39 #define MD_FPROT_D_UALL_WREAD (MD_FPROT_D_UALL_GREAD|APR_FPROT_WREAD|APR_FPROT_WEXECUTE) apr_status_t md_store_fs_init(struct md_store_t **pstore, apr_pool_t *p, const char *path)
Definition: md_store.h:278
apr_status_t md_store_fs_default_perms_set(struct md_store_t *store, apr_fileperms_t file_perms, apr_fileperms_t dir_perms)
md_store_group_t
Definition: md_store.h:61
Definition: md_store_fs.h:55
Definition: md_store_fs.h:54
apr_int32_t apr_fileperms_t
Definition: apr_file_info.h:125
const char const dav_liveprop_group * group
Definition: mod_dav.h:1048
md_store_fs_ev_t
Definition: md_store_fs.h:53
apr_status_t md_store_fs_group_perms_set(struct md_store_t *store, md_store_group_t group, apr_fileperms_t file_perms, apr_fileperms_t dir_perms)
apr_status_t md_store_fs_cb(void *baton, struct md_store_t *store, md_store_fs_ev_t ev, unsigned int group, const char *fname, apr_filetype_e ftype, apr_pool_t *p)
Definition: md_store_fs.h:58
struct apr_pool_t apr_pool_t
Definition: apr_pools.h:60
int apr_status_t
Definition: apr_errno.h:44
apr_status_t md_store_fs_set_event_cb(struct md_store_t *store, md_store_fs_cb *cb, void *baton)
apr_filetype_e
Definition: apr_file_info.h:62