Searched defs:negotiate_ret_value (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/apache2/mod_auth_gss/
H A Dmod_auth_gss.c305 const char *auth_line, char **negotiate_ret_value)
319 *negotiate_ret_value = (char *)"";
455 *negotiate_ret_value = token;
463 *negotiate_ret_value = NULL;
530 char *negotiate_ret_value)
544 if (negotiate_ret_value != NULL) {
545 negoauth_param = (*negotiate_ret_value == '\0') ? "Negotiate" :
546 apr_pstrcat(r->pool, "Negotiate ", negotiate_ret_value, NULL);
561 char *negotiate_ret_value; local
591 ret = authenticate_user_gss(r, conf, auth_line, &negotiate_ret_value);
304 authenticate_user_gss(request_rec *r, gss_auth_config *conf, const char *auth_line, char **negotiate_ret_value) argument
529 note_gss_auth_failure(request_rec *r, const gss_auth_config *conf, char *negotiate_ret_value) argument
[all...]
/solaris-userland-s11u3/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c265 const char *auth_line, char **negotiate_ret_value)
279 *negotiate_ret_value = (char *)"";
415 *negotiate_ret_value = token;
423 *negotiate_ret_value = NULL;
490 char *negotiate_ret_value)
504 if (negotiate_ret_value != NULL) {
505 negoauth_param = (*negotiate_ret_value == '\0') ? "Negotiate" :
506 apr_pstrcat(r->pool, "Negotiate ", negotiate_ret_value, NULL);
521 char *negotiate_ret_value; local
551 ret = authenticate_user_gss(r, conf, auth_line, &negotiate_ret_value);
264 authenticate_user_gss(request_rec *r, gss_auth_config *conf, const char *auth_line, char **negotiate_ret_value) argument
489 note_gss_auth_failure(request_rec *r, const gss_auth_config *conf, char *negotiate_ret_value) argument
[all...]

Completed in 28 milliseconds