|
Apache HTTPD
|
Go to the source code of this file.
Typedefs | |
| typedef 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) |
Enumerations | |
| enum | md_store_fs_ev_t { MD_S_FS_EV_CREATED , MD_S_FS_EV_MOVED } |
Functions | |
| apr_status_t | md_store_fs_init (struct md_store_t **pstore, apr_pool_t *p, const char *path) |
| apr_status_t | md_store_fs_default_perms_set (struct md_store_t *store, apr_fileperms_t file_perms, apr_fileperms_t dir_perms) |
| 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_set_event_cb (struct md_store_t *store, md_store_fs_cb *cb, void *baton) |
| #define MD_FPROT_D_UALL_GREAD (MD_FPROT_D_UONLY|APR_FPROT_GREAD|APR_FPROT_GEXECUTE) |
Definition at line 33 of file md_store_fs.h.
| #define MD_FPROT_D_UALL_WREAD (MD_FPROT_D_UALL_GREAD|APR_FPROT_WREAD|APR_FPROT_WEXECUTE) |
Definition at line 39 of file md_store_fs.h.
| #define MD_FPROT_D_UONLY (MD_FPROT_F_UONLY|APR_FPROT_UEXECUTE) |
Definition at line 27 of file md_store_fs.h.
| #define MD_FPROT_F_UALL_GREAD (MD_FPROT_F_UONLY|APR_FPROT_GREAD) |
User has all permission, group can read, other none
Definition at line 32 of file md_store_fs.h.
| #define MD_FPROT_F_UALL_WREAD (MD_FPROT_F_UALL_GREAD|APR_FPROT_WREAD) |
User has all permission, group and others can read
Definition at line 38 of file md_store_fs.h.
| #define MD_FPROT_F_UONLY (APR_FPROT_UREAD|APR_FPROT_UWRITE) |
Default file permissions set by the store, user only read/write(/exec), if so supported by the apr.
Definition at line 26 of file md_store_fs.h.
| typedef 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 at line 58 of file md_store_fs.h.
| Enumerator | |
|---|---|
| MD_S_FS_EV_CREATED | |
| MD_S_FS_EV_MOVED | |
Definition at line 53 of file md_store_fs.h.
| apr_status_t md_store_fs_default_perms_set | ( | struct md_store_t * | store, |
| apr_fileperms_t | file_perms, | ||
| apr_fileperms_t | dir_perms | ||
| ) |
Definition at line 353 of file md_store_fs.c.
| 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 | ||
| ) |
Definition at line 364 of file md_store_fs.c.
| apr_status_t md_store_fs_init | ( | struct md_store_t ** | pstore, |
| apr_pool_t * | p, | ||
| const char * | path | ||
| ) |
< Read by user
< Write by user
< Execute by user
< Read by user
< Write by user
< Read by user
< Write by user
< Execute by user
< Read by group
< Execute by group
< Read by others
< Execute by others
< Read by user
< Write by user
< Read by group
< Read by others
< Read by user
< Write by user
< Execute by user
< Read by group
< Execute by group
< Read by others
< Execute by others
< Read by user
< Write by user
< Read by group
< Read by others
< Read by user
< Write by user
< Execute by user
< Read by group
< Execute by group
< Read by others
< Execute by others
< Read by user
< Write by user
< Read by group
< Read by others
< Read by user
< Write by user
< Execute by user
< Read by group
< Execute by group
< Read by others
< Execute by others
< Read by user
< Write by user
< Read by group
< Read by others
< Read by user
< Write by user
< Execute by user
< Read by group
< Execute by group
< Read by others
< Execute by others
Definition at line 286 of file md_store_fs.c.
| apr_status_t md_store_fs_set_event_cb | ( | struct md_store_t * | store, |
| md_store_fs_cb * | cb, | ||
| void * | baton | ||
| ) |
Definition at line 378 of file md_store_fs.c.