Searched refs:thisfunc (Results 1 - 21 of 21) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dnet_ops.c82 static const char *thisfunc = "create_cookie_header():"; local
138 AM_LOG_DEBUG(conn->instance_id, "%s app token SI: %s, S1: %s", thisfunc,
163 AM_LOG_DEBUG(conn->instance_id, "%s request header: %s", thisfunc, conn->req_headers);
165 conn->options->log("%s request header: %s", thisfunc, conn->req_headers);
171 static const char *thisfunc = "send_authcontext_request():"; local
212 AM_LOG_DEBUG(conn->instance_id, "%s sending %d bytes:\n%s", thisfunc, post_sz, post);
214 AM_LOG_DEBUG(conn->instance_id, "%s sending %d bytes", thisfunc, post_sz);
218 conn->options->log("%s sending %d bytes:\n%s", thisfunc, post_sz, post);
220 conn->options->log("%s sending %d bytes", thisfunc, post_sz);
233 thisfunc, con
263 static const char *thisfunc = "send_login_request():"; local
396 static const char *thisfunc = "send_attribute_request():"; local
484 static const char *thisfunc = "send_session_request():"; local
610 static const char *thisfunc = "send_policychange_request():"; local
697 static const char *thisfunc = "send_policy_request():"; local
828 static const char *thisfunc = "am_agent_login():"; local
983 static const char *thisfunc = "am_agent_logout():"; local
1087 static const char *thisfunc = "am_agent_policy_request():"; local
1181 static const char* thisfunc = "am_url_validate():"; local
1273 static const char *thisfunc = "am_agent_audit_request():"; local
[all...]
H A Dprocess.c119 static const char *thisfunc = "setup_request_data():"; local
128 AM_LOG_DEBUG(r->instance_id, "%s", thisfunc);
131 AM_LOG_ERROR(r->instance_id, "%s could not get request url", thisfunc);
136 AM_LOG_ERROR(r->instance_id, "%s could not get client ip address", thisfunc);
144 AM_LOG_ERROR(r->instance_id, "%s memory allocation failure", thisfunc);
150 AM_LOG_DEBUG(r->instance_id, "%s client ip: %s", thisfunc, LOGEMPTY(r->client_ip));
188 AM_LOG_DEBUG(r->instance_id, "%s client hostname: %s", thisfunc, LOGEMPTY(r->client_host));
192 AM_LOG_ERROR(r->instance_id, "%s failed to get request url", thisfunc);
197 thisfunc, r->orig_url, am_strerror(r->url.error));
204 AM_LOG_ERROR(r->instance_id, "%s memory allocation failure", thisfunc);
323 static const char *thisfunc = "validate_url():"; local
342 static const char *thisfunc = "handle_notification():"; local
397 static const char *thisfunc = "validate_fqdn_access():"; local
477 static const char *thisfunc = "handle_not_enforced():"; local
716 static const char *thisfunc = "validate_token():"; local
830 static const char *thisfunc = "get_attr_value():"; local
877 static const char *thisfunc = "validate_policy():"; local
1256 static const char *thisfunc = "do_cookie_set_generic():"; local
1462 static const char *thisfunc = "set_user_attributes():"; local
1547 static const char *thisfunc = "find_active_login_server():"; local
1696 static const char *thisfunc = "handle_exit():"; local
[all...]
H A Dnaming_valid.c102 static const char *thisfunc = "url_validator_worker():"; local
119 thisfunc, LOGEMPTY(w->config_path));
144 "%s invalid current index value, defaulting to %s", thisfunc, conf->naming_url[0]);
163 AM_LOG_ERROR(w->instance_id, "%s memory allocation error", thisfunc);
172 AM_LOG_ERROR(w->instance_id, "%s memory allocation error", thisfunc);
208 AM_LOG_DEBUG(w->instance_id, "%s validating %s", thisfunc, url);
258 AM_LOG_INFO(w->instance_id, "%s fail-back to %s", thisfunc, url_list[0]);
261 AM_LOG_INFO(w->instance_id, "%s continue with %s", thisfunc, url_list[current_index]);
269 AM_LOG_INFO(w->instance_id, "%s still staying with %s", thisfunc, url_list[current_index]);
292 "%s none of the values are valid, defaulting to %s", thisfunc, url_lis
317 static const char *thisfunc = "am_url_validator_tick():"; local
[all...]
H A Dworker.c23 static const char *thisfunc = "notification_worker():"; local
32 AM_LOG_WARNING(r->instance_id, "%s post data is not available", thisfunc);
59 thisfunc, am_strerror(rv));
70 thisfunc, agentid);
H A Dsession_saml.c110 static const char *thisfunc = "am_parse_session_saml():"; local
117 AM_LOG_ERROR(instance_id, "%s memory allocation error", thisfunc);
130 AM_LOG_ERROR(instance_id, "%s xml parser error (%d:%d) %s", thisfunc,
142 AM_LOG_DEBUG(instance_id, "%s name: '%s' value: '%s'", thisfunc,
148 AM_LOG_ERROR(instance_id, "%s %s", thisfunc, am_strerror(xctx.status));
H A Dcache.c324 static const char *thisfunc = "am_get_pdp_cache_entry():"; local
349 AM_LOG_WARNING(request->instance_id, "%s failed to locate data for a key (%s)", thisfunc, key);
365 thisfunc, key, tsc, tsu);
375 thisfunc, errno, file);
426 static const char *thisfunc = "am_add_pdp_cache_entry():"; local
470 thisfunc, key);
479 thisfunc, sizeof(struct am_cache_entry));
493 thisfunc, key_sz + 1);
520 thisfunc, entry_data_len);
551 static const char *thisfunc local
598 static const char *thisfunc = "am_get_session_policy_cache_entry():"; local
736 static const char *thisfunc = "am_store_policy_result_element():"; local
868 static const char *thisfunc = "am_merge_session_policy_cache_entry():"; local
935 static const char *thisfunc = "am_add_session_policy_cache_entry():"; local
1072 static const char *thisfunc = "am_get_policy_cache_entry():"; local
1143 static const char *thisfunc = "am_add_policy_cache_entry():"; local
[all...]
H A Dnet_client_ssl.c324 static const char *thisfunc = "show_server_cert():"; local
331 "%s server certificate subject: %s", thisfunc, LOGEMPTY(line));
333 net->options->log("%s server certificate subject: %s", thisfunc, LOGEMPTY(line));
338 "%s server certificate issuer: %s", thisfunc, LOGEMPTY(line));
340 net->options->log("%s server certificate issuer: %s", thisfunc, LOGEMPTY(line));
360 static const char *thisfunc = "net_ssl_error():"; local
370 net->options->log("%s %s", thisfunc, error_string);
373 AM_LOG_ERROR(net->instance_id, "%s %s", thisfunc, error_string);
520 static const char *thisfunc = "write_bio_to_socket():"; local
545 n->options->log("%s error %d", thisfunc,
583 static const char *thisfunc = "net_ssl_msg_callback():"; local
597 static const char *thisfunc = "net_connect_ssl():"; local
[all...]
H A Dpolicy.c51 static const char *thisfunc = "compare_pattern_resource():"; local
76 thisfunc, rsc, ptn);
157 thisfunc, rsc, ptn);
330 static const char *thisfunc = "policy_compare_url():"; local
350 thisfunc, pattern);
363 thisfunc, resource);
H A Dsession_xml.c157 static const char *thisfunc = "am_parse_session_xml():"; local
166 AM_LOG_ERROR(instance_id, "%s memory allocation error", thisfunc);
194 AM_LOG_ERROR(instance_id, "%s xml parser error (%lu:%lu) %s", thisfunc,
204 AM_LOG_ERROR(instance_id, "%s %s", thisfunc, am_strerror(xctx.status));
H A Daudit.c224 static const char *thisfunc = "extract_audit_entries():"; local
259 AM_LOG_DEBUG(instance_id, "%s sending %d audit log messages to %s", thisfunc, c, config->openam);
272 AM_LOG_DEBUG(instance_id, "%s sending %d audit log messages to %s", thisfunc, c, config->openam);
286 static const char *thisfunc = "write_entries_to_server():"; local
330 AM_LOG_WARNING(instance_id, "%s failed to dispatch remote audit_shm log worker", thisfunc);
339 static const char *thisfunc = "am_audit_tick():"; local
365 "%s failed to extract audit entries (%s)", thisfunc, am_strerror(status));
H A Dnet_client.c371 static const char *thisfunc = "sync_connect():"; local
392 thisfunc, n->uv.host, ip_address);
436 thisfunc, n->uv.host, n->uv.port);
460 thisfunc, n->uv.host, n->uv.port,
468 thisfunc, n->uv.host, n->uv.port,
495 thisfunc, n->uv.host, n->uv.port,
504 thisfunc, n->uv.host, n->uv.port,
521 thisfunc, n->uv.host, n->uv.port,
542 static const char *thisfunc = "am_net_sync_connect():"; local
569 AM_LOG_ERROR(n->instance_id, "%s memory allocation error", thisfunc);
[all...]
H A Dpolicy_xml.c306 static const char *thisfunc = "am_parse_policy_xml():"; local
316 AM_LOG_ERROR(instance_id, "%s memory allocation error", thisfunc);
344 AM_LOG_ERROR(instance_id, "%s xml parser error (%lu:%lu) %s", thisfunc,
354 AM_LOG_ERROR(instance_id, "%s %s", thisfunc, am_strerror(xctx.status));
H A Dconfig_xml.c510 static const char *thisfunc = "am_parse_config_xml():"; local
523 AM_LOG_ERROR(instance_id, "%s memory allocation error", thisfunc);
530 AM_LOG_ERROR(instance_id, "%s pcre error %s", thisfunc, error == NULL ? "" : error);
535 AM_LOG_ERROR(instance_id, "%s memory allocation error", thisfunc);
567 AM_LOG_ERROR(instance_id, "%s xml parser error (%lu:%lu) %s", thisfunc,
578 AM_LOG_ERROR(instance_id, "%s %s", thisfunc, am_strerror(xctx.status));
H A Dconfig.c1265 static const char *thisfunc = "am_set_agent_config():"; local
1294 thisfunc, sizeof (struct am_instance_entry));
1336 thisfunc);
1359 static const char *thisfunc = "am_get_agent_config():"; local
1369 thisfunc);
1392 thisfunc, in_progress);
1397 thisfunc, (retry - max_retry) + 1);
1409 thisfunc, instance_id);
1425 AM_LOG_DEBUG(instance_id, "%s agent login%s succeeded", thisfunc,
1434 thisfunc);
[all...]
H A Dconfig_file.c391 static const char *thisfunc = "am_get_config_file():"; local
400 AM_LOG_ERROR(instance_id, "%s memory allocation error", thisfunc);
408 "%s can't open file %s (error: %d)", thisfunc,
H A Dutility.c2829 static const char *thisfunc = "update_agent_configuration_normalise_map_urls()"; local
2843 AM_LOG_WARNING(conf->instance_id, "%s error normalising not enforced URL %s (%s)", thisfunc, value, am_strerror(remap_status));
2856 AM_LOG_WARNING(conf->instance_id, "%s error normalising extended not enforced URL %s (%s)", thisfunc, value, am_strerror(remap_status));
2869 AM_LOG_WARNING(conf->instance_id, "%s error normalising logout URL %s (%s)", thisfunc, value, am_strerror(remap_status));
2881 AM_LOG_WARNING(conf->instance_id, "%s error normalising JSON URL %s (%s)", thisfunc, value, am_strerror(remap_status));
H A Dlog.c812 static const char *thisfunc = "am_log_shutdown():"; local
825 AM_LOG_ALWAYS(f->instance_id, "%s exiting", thisfunc);
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c466 static const char *thisfunc = "get_request_body():"; local
481 AM_LOG_WARNING(ar->instance_id, "%s post data is empty", thisfunc);
487 AM_LOG_ERROR(ar->instance_id, "%s memory allocation failure", thisfunc);
496 AM_LOG_ERROR(ar->instance_id, "%s HTTP1_Read failure", thisfunc);
512 static const char *thisfunc = "set_request_body():"; local
521 AM_LOG_DEBUG(ar->instance_id, "%s preserved %d bytes", thisfunc,
619 static const char *thisfunc = "vmod_cleanup():"; local
621 VSLb(ctx->vsl, SLT_Debug, "%s xid: %d", thisfunc, ctx->req->sp->vxid);
626 static const char *thisfunc = "vmod_request_cleanup():"; local
632 VSLb(ctx->vsl, SLT_Debug, "%s xid: %d", thisfunc, ct
663 static const char *thisfunc = "vmod_done():"; local
709 static const char *thisfunc = "vmod_ok():"; local
[all...]
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c516 static const char *thisfunc = "get_request_body():"; local
531 AM_LOG_WARNING(ar->instance_id, "%s post data is empty", thisfunc);
537 AM_LOG_ERROR(ar->instance_id, "%s memory allocation failure", thisfunc);
546 AM_LOG_ERROR(ar->instance_id, "%s HTC_Read failure", thisfunc);
562 static const char *thisfunc = "set_request_body():"; local
571 AM_LOG_DEBUG(ar->instance_id, "%s preserved %d bytes", thisfunc,
669 static const char *thisfunc = "vmod_cleanup():"; local
671 VSL(SLT_Debug, 0, "%s xid: %d", thisfunc, ctx->xid);
676 static const char *thisfunc = "vmod_request_cleanup():"; local
682 VSL(SLT_Debug, 0, "%s xid: %d", thisfunc, ct
713 static const char *thisfunc = "vmod_done():"; local
744 static const char *thisfunc = "vmod_ok():"; local
[all...]
/forgerock/web-agents-v4/source/iis/
H A Dagent.c440 const char* thisfunc = "get_server_variable():"; local
446 AM_LOG_DEBUG(instance_id, "%s trying to fetch server variable %s", thisfunc, var);
451 thisfunc, var, GetLastError());
454 thisfunc, var, LOGEMPTY(val));
460 static const char *thisfunc = "get_request_url():"; local
501 "Could not get the path info.", thisfunc, script_name, path_info);
509 AM_LOG_DEBUG(req->instance_id, "%s reconstructed path info: %s", thisfunc,
518 static const char *thisfunc = "set_header_in_request():"; local
523 AM_LOG_DEBUG(rq->instance_id, "%s %s = %s", thisfunc, LOGEMPTY(key), LOGEMPTY(value));
528 AM_LOG_WARNING(rq->instance_id, "%s failed to delete request header %s (%d)", thisfunc,
555 static const char *thisfunc = "set_cookie():"; local
599 static const char *thisfunc = "add_header_in_response():"; local
678 static const char *thisfunc = "set_request_body():"; local
703 static const char *thisfunc = "get_request_body():"; local
848 static const char *thisfunc = "OpenAMHttpModule():"; local
1049 static const char *thisfunc = "set_user():"; local
1076 static const char *thisfunc = "set_custom_response():"; local
[all...]
/forgerock/web-agents-v4/source/apache/
H A Dagent.c272 static const char *thisfunc = "set_user():"; local
277 AM_LOG_DEBUG(rq->instance_id, "%s %s", thisfunc, LOGEMPTY(user));
470 static const char *thisfunc = "get_method_num():"; local
474 AM_LOG_DEBUG(instance_id, "%s method %s (%s, %d)", thisfunc, LOGEMPTY(r->method),
484 thisfunc, am_method_num_to_str(method_num));
493 thisfunc, r->method, r->method_number);
503 AM_LOG_DEBUG(instance_id, "%s set method to %s", thisfunc, LOGEMPTY(r->method));
517 static const char *thisfunc = "set_request_body():"; local
532 AM_LOG_DEBUG(rq->instance_id, "%s preserved %d bytes", thisfunc,
548 static const char *thisfunc local
629 static const char *thisfunc = "amagent_auth_handler():"; local
[all...]

Completed in 91 milliseconds