Searched refs:username (Results 1 - 14 of 14) sorted by relevance

/httpd/build/
H A Dbuildinfo.sh37 echo " %u ...... substituted by determined username (foo)"
57 username=''
66 # determine username
68 username="$LOGNAME"
69 if [ "x$username" = "x" ]; then
70 username="$USER"
71 if [ "x$username" = "x" ]; then
72 username="`(whoami) 2>/dev/null |\
74 if [ "x$username" = "x" ]; then
75 username
[all...]
/httpd/os/bs2000/
H A Dos.c101 char username[USER_LEN+1]; local
110 apr_cpystrn(username, user, sizeof username);
113 ap_str_toupper(username);
115 pid = ufork(username);
/httpd/support/
H A Dhtdbm.c67 char *username; member in struct:htdbm_t
159 if (!htdbm->username)
162 key.dptr = htdbm->username;
163 key.dsize = strlen(htdbm->username);
182 key.dptr = htdbm->username;
183 key.dsize = strlen(htdbm->username);
196 key.dptr = htdbm->username;
197 key.dsize = strlen(htdbm->username);
265 if (!htdbm->username || (strlen(htdbm->username) > 6
[all...]
H A Ddbmmanage.in33 Usage: dbmmanage [enc] dbname command [username [pw [group[,group] [comment]]]]
/httpd/modules/mappers/
H A Dmod_userdir.c45 * UserDir disable[d] username ...
46 * UserDir enable[d] username ...
48 * If "disabled" has no other arguments, *all* ~<username> references are
138 char *username; local
184 username = ap_getword_conf(cmd->pool, &usernames);
185 apr_table_setn(usertable, username, kw);
193 "'disabled', or 'disabled username username...', or "
194 "'enabled username username
351 const char *username = apr_table_get(r->notes, "mod_userdir_user"); local
[all...]
/httpd/modules/ldap/
H A Dutil_ldap_cache.c136 return util_ald_hash_string(1, node->username);
144 return (strcmp(na->username, nb->username) == 0);
179 if (!(newnode->username = util_ald_strdup(cache, node->username)) ||
212 util_ald_free(cache, node->username);
231 node->username,
H A Dutil_ldap_cache.h108 * We cache every successful search and bind operation, using the username
113 const char *username; /* Cache key */ member in struct:util_search_node_t
138 * statement and the dn fetched based on the client-provided username.
H A Dutil_ldap.c1667 the_search_node.username = filter;
1860 * Add the new username to the search cache.
1864 the_search_node.username = filter;
1943 the_search_node.username = filter;
2069 * Add the new username to the search cache.
2073 the_search_node.username = filter;
/httpd/os/unix/
H A Dunixd.c509 char username[USER_LEN+1]; local
518 apr_cpystrn(username, user, sizeof username);
521 ap_str_toupper(username);
523 pid = ufork(username);
/httpd/modules/aaa/
H A Dmod_auth_form.c58 const char *username; member in struct:__anon54
96 conf->username = "httpd_username";
117 new->username = (add->username_set == 0) ? base->username : add->username;
214 static const char *set_cookie_form_username(cmd_parms * cmd, void *config, const char *username) argument
217 conf->username = username;
219 return check_string(cmd, username);
358 "The field of the login form carrying the username"),
590 get_form_auth(request_rec * r, const char *username, const char *password, const char *location, const char *method, const char *mimetype, const char *body, const char **sent_user, const char **sent_pw, const char **sent_loc, const char **sent_method, const char **sent_mimetype, apr_bucket_brigade **sent_body, auth_form_config_rec * conf) argument
[all...]
H A Dmod_auth_digest.c139 const char *username; member in struct:digest_header_struct
951 if (!strcasecmp(key, "username"))
952 resp->username = apr_pstrdup(r->pool, value);
973 if (!resp->username || !resp->realm || !resp->nonce || !resp->uri
1593 r->user = (char *) resp->username;
/httpd/modules/ssl/
H A Dssl_engine_kernel.c912 * we need to postpone setting the username until later.
993 const char *auth_line, *username, *password; local
1016 * ("/XX=YYY/XX=YYY/..") as the username and "password" as the
1026 username = ap_getword_nulls(r->pool, &auth_line, ':');
1029 if ((username[0] == '/') && strEQ(password, "password")) {
1031 "Encountered FakeBasicAuth spoof: %s", username);
1064 APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO(02434) "Failed to set FakeBasicAuth username to '%s', did not exist in certificate", dc->szUserName);
2406 char *username = SSL_get_srp_username(ssl); local
2409 if (username == NULL
2410 || (u = SRP_VBASE_get_by_user(mctx->srp_vbase, username))
[all...]
/httpd/include/
H A Dhttpd.h2372 * @param username username of the user
2382 const char *username,
/httpd/server/
H A Dutil.c3080 const char *username,

Completed in 57 milliseconds