/httpd/modules/dav/main/ |
H A D | liveprop.c | 84 const dav_liveprop_group *group, 87 const char * const *uris = group->namespace_uris; 101 for (scan = group->specs; scan->name != NULL; ++scan) 103 *hooks = group->hooks; 112 const dav_liveprop_group *group, 117 for (scan = group->specs; scan->name != NULL; ++scan) { 122 return dav_get_liveprop_ns_index(group->namespace_uris[scan->ns]); 132 const dav_liveprop_group *group) 135 const char * const * uris = group->namespace_uris; 83 dav_do_find_liveprop(const char *ns_uri, const char *name, const dav_liveprop_group *group, const dav_hooks_liveprop **hooks) argument 111 dav_get_liveprop_info(int propid, const dav_liveprop_group *group, const dav_liveprop_spec **info) argument 131 dav_register_liveprop_group(apr_pool_t *p, const dav_liveprop_group *group) argument
|
H A D | mod_dav.h | 885 ** dav_liveprop_group: specify a group of liveprops 887 ** This structure specifies a group of live properties, their namespaces, 899 const dav_liveprop_group *group, 904 const dav_liveprop_group *group, 909 const dav_liveprop_group *group); 1580 ** for each possible "desc" value. This allows the caller to group the 1583 ** differentiate/group the "desc" values.
|
/httpd/modules/database/ |
H A D | mod_dbd.c | 71 dbd_group_t *group; member in struct:__anon97 352 dbd_group_t *group; local 363 for (group = group_list; group; group = group->next) { 364 dbd_cfg_t *group_cfg = group->cfg; 416 svr->group = group; 421 if (!svr->group) { 496 dbd_group_t *group = params; local 515 dbd_group_t *group = params; local 614 dbd_group_t *group = data; local 621 dbd_setup(server_rec *s, dbd_group_t *group) argument 664 dbd_group_t *group; local 712 dbd_setup_lock(server_rec *s, dbd_group_t *group) argument 793 dbd_group_t *group = svr->group; local [all...] |
/httpd/support/ |
H A D | checkgid.c | 18 * Given one or more group identifers on the command line (e.g., 52 struct group *grent; 53 struct group fake_grent; 65 * and skip the group lookup stuff. 77 * A NULL return means no such group was found, so we're done 81 fprintf(stderr, "%s: group '%s' not found\n", argv[0], arg); 94 fprintf(stderr, "%s: invalid group '%s'\n", argv[0], arg);
|
H A D | dbmmanage.in | 33 Usage: dbmmanage [enc] dbname command [username [pw [group[,group] [comment]]]]
|
H A D | suexec.c | 289 gid_t gid; /* target group placeholder */ 291 char *target_gname; /* target group name */ 294 char *actual_gname; /* actual group name */ 299 struct group *gr; /* group entry holder */ 428 * Error out if the target group name is invalid. 432 log_err("invalid target group name: (%s)\n", target_gname); 438 log_err("invalid target group id: (%s)\n", target_gname); 505 * Error out if attempt is made to execute as root group 516 * Initialize the group acces [all...] |
/httpd/modules/aaa/ |
H A D | mod_authz_owner.c | 112 /* file-group only figures out the file's group and lets 113 * other modules do the actual authorization (against a group file/db). 115 * mod_authz_owner and of course recognize 'file-group', too. 121 char *group = NULL; 144 reason = "no file group information available"; 151 status = apr_gid_name_get(&group, finfo.group, r->pool); 152 if (status != APR_SUCCESS || !group) { 153 reason = "could not get name of file group"; [all...] |
H A D | mod_authz_dbd.c | 200 /* SELECT group FROM authz WHERE user = %s */ 207 const char **group; local 211 "No query configured for dbd-group!"); 217 "Error retrieving query for dbd-group!"); 227 group = apr_array_push(groups); 228 *group = apr_dbd_get_entry(dbd->driver, row, 0); 233 "authz_dbd in get_row; group query for user=%s [%s]", 280 "authz_dbd authorize: require dbd-group: Can't " 366 ap_register_auth_provider(p, AUTHZ_PROVIDER_GROUP, "dbd-group",
|
/httpd/server/ |
H A D | provider.c | 173 char *group, *version; local 182 apr_hash_this(groups_hi, (void *)&group, NULL, (void *)&provider_group_hash); 192 entry->provider_group = group;
|
H A D | mpm_common.c | 263 struct group *ent; 270 "%s: bad group name %s", ap_server_argv0, name); 285 struct group *g;
|
H A D | util_expr_eval.c | 1513 apr_gid_name_get(&result, r->finfo.group, ctx->p);
|
/httpd/modules/generators/ |
H A D | mod_info.c | 717 ap_list_provider_groups_t *group; local 728 group = &APR_ARRAY_IDX(groups, i, ap_list_provider_groups_t); 729 if (!cur_group || strcmp(cur_group, group->provider_group) != 0) { 732 cur_group = group->provider_group; 734 "\n <br />\n", cur_group, group->provider_version); 736 names = ap_list_provider_names(r->pool, group->provider_group, 737 group->provider_version);
|
H A D | mod_cgid.c | 225 * group are the first three arguments to be passed; if not, all three 231 static char **create_argv(apr_pool_t *p, char *path, char *user, char *group, argument 263 if (group) { 264 av[idx++] = group; 666 /* if running as root, switch to configured user/group */
|
/httpd/modules/ssl/ |
H A D | ssl_util_ssl.c | 502 EC_GROUP *group = NULL; local 507 group = PEM_read_bio_ECPKParameters(bio, NULL, NULL, NULL); 509 return (group);
|
/httpd/modules/ldap/ |
H A D | util_ldap.c | 1036 * (require group compares) and (require user compares). Each compare has a 1037 * different cache node: require group includes the DN; require user does not 1281 * Get values for the provided sub-group attributes. 1290 /* Get *all* matching "member" values from this group. */ 1296 * Now we are going to pare the subgroup members of this group 1301 /* Check if this entry really is a group. */ 1316 /* It's a group, so add it to the array. */ 1334 char **group; local 1338 for (sgindex = 0; (group = apr_array_pop(subgroups)); sgindex++) { 1339 res->subgroupDNs[sgindex] = apr_pstrdup(r->pool, *group); 1593 const char *group = NULL; local [all...] |
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 271 const char *group; /* run RewriteMap program as this group */ member in struct:__anon235 1176 const char *user, const char *group, 1190 && (!group || APR_SUCCESS == (rc=apr_procattr_group_set(procattr, group))) 1248 map->user, map->group, 2096 apr_gid_name_get((char **)&result, r->finfo.group, 3136 newmap->group = apr_strtok(NULL, ":", &tok_cntx); 1174 rewritemap_program_child(apr_pool_t *p, const char *progname, char **argv, const char *user, const char *group, apr_file_t **fpout, apr_file_t **fpin) argument
|