Searched refs:AM_LOG_DEBUG (Results 1 - 22 of 22) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dnet_ops.c138 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);
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);
232 AM_LOG_DEBUG(conn->instance_id, "%s response status code: %d\n%s",
255 AM_LOG_DEBUG(conn->instance_id, "%s status: %s", thisfunc, am_strerror(status));
345 AM_LOG_DEBUG(conn->instance_id, "%s sending %d bytes:\n%s", thisfunc, post_sz, post);
347 AM_LOG_DEBUG(conn->instance_id, "%s sending %d bytes", thisfunc, post_sz);
367 AM_LOG_DEBUG(conn->instance_id, "%s authenticate response status code: %d\n%s",
387 AM_LOG_DEBUG(con
[all...]
H A Dprocess.c128 AM_LOG_DEBUG(r->instance_id, "%s", 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));
299 AM_LOG_DEBUG(r->instance_id, "%s found session token '%s' in query parameters", thisfunc, r->token);
301 AM_LOG_DEBUG(r->instance_id, "%s no token in query parameters", thisfunc);
304 AM_LOG_DEBUG(r->instance_id, "%s \nmethod: %s \noriginal url: %s"
325 AM_LOG_DEBUG(r->instance_id, "%s", thisfunc);
334 AM_LOG_DEBUG(r->instance_id, "%s request url validation succeeded", thisfunc);
337 AM_LOG_DEBUG(r->instance_id, "%s request url validation feature is not enabled", thisfunc);
345 AM_LOG_DEBUG(
[all...]
H A Dworker.c58 AM_LOG_DEBUG(r->instance_id, "%s policy change cache update status: %s",
69 AM_LOG_DEBUG(r->instance_id, "%s agent configuration entry removed (%s)",
H A Dcache.c478 AM_LOG_DEBUG(request->instance_id, "%s failed to allocate %ld bytes",
492 AM_LOG_DEBUG(request->instance_id, "%s failed to allocate %ld bytes",
519 AM_LOG_DEBUG(request->instance_id, "%s failed to allocate %ld bytes",
586 AM_LOG_DEBUG(instance_id, "%s cache entry removed (%s)", thisfunc, key);
750 AM_LOG_DEBUG(request->instance_id, "%s failed to allocate %ld bytes", thisfunc, policy_len);
772 AM_LOG_DEBUG(request->instance_id, "%s failed to allocate %ld bytes", thisfunc, attr_len);
797 AM_LOG_DEBUG(request->instance_id, "%s failed to allocate %ld bytes", thisfunc, action_decision_len);
822 AM_LOG_DEBUG(request->instance_id, "%s failed to allocate %ld bytes", thisfunc, advice_len);
846 AM_LOG_DEBUG(request->instance_id, "%s failed to allocate %ld bytes", thisfunc, profile_attr_len);
972 AM_LOG_DEBUG(reques
[all...]
H A Dconfig_xml.c106 AM_LOG_DEBUG(x->conf->instance_id, "am_parse_config_xml() %s is set to '********'",
110 AM_LOG_DEBUG(x->conf->instance_id, "am_parse_config_xml() %s is set to '%s'",
132 AM_LOG_DEBUG(x->conf->instance_id, "am_parse_config_xml() %s is set to '%d'", prm, *value);
152 AM_LOG_DEBUG(x->conf->instance_id, "am_parse_config_xml() %s is set to '%d'",
167 AM_LOG_DEBUG(x->conf->instance_id, "am_parse_config_xml() %s is set to '%d'",
185 AM_LOG_DEBUG(x->conf->instance_id, "am_parse_config_xml() %s is set to '%d'",
207 AM_LOG_DEBUG(x->conf->instance_id, "am_parse_config_xml() %s is set to %d value(s)",
230 AM_LOG_DEBUG(x->conf->instance_id, "am_parse_config_xml() %s is set to %d value(s)",
262 AM_LOG_DEBUG(x->conf->instance_id, "am_parse_config_xml() %s is set to %d value(s)",
H A Dpolicy.c75 AM_LOG_DEBUG(instance_id, "%s '%s' and '%s' did not match (one level wildcard match failure)",
156 AM_LOG_DEBUG(instance_id, "%s '%s' and '%s' did not match (one level wildcard match failure)",
H A Dsession_saml.c142 AM_LOG_DEBUG(instance_id, "%s name: '%s' value: '%s'", thisfunc,
H A Dconfig_file.c317 AM_LOG_DEBUG(instance_id, "am_get_config_file() %s is set to '%s'",
321 AM_LOG_DEBUG(instance_id, "am_get_config_file() %s is set to '%s'",
336 AM_LOG_DEBUG(instance_id, "am_get_config_file() %s is set to '%d'", prm, *value);
348 AM_LOG_DEBUG(instance_id, "am_get_config_file() %s is set to %d value(s)", prm, *itm_sz);
360 AM_LOG_DEBUG(instance_id, "am_get_config_file() %s is set to %d value(s)", prm, *itm_sz);
381 AM_LOG_DEBUG(instance_id, "am_get_config_file() %s is set to %d value(s)", prm, *itm_sz);
H A Daudit.c259 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);
H A Dlog.h212 #define AM_LOG_DEBUG(instance, format, ...) \ macro
237 #define AM_LOG_DEBUG(instance, format, ...) \ macro
H A Dnet_client.c391 AM_LOG_DEBUG(n->instance_id, "%s found host '%s' (%s) entry in "AM_AGENTS_CONFIG_HOST_MAP,
459 AM_LOG_DEBUG(n->instance_id, "%s connected to %s:%d (%s)",
494 AM_LOG_DEBUG(n->instance_id, "%s connected to %s:%d (%s)",
H A Dnet_client_ssl.c330 AM_LOG_DEBUG(net->instance_id,
337 AM_LOG_DEBUG(net->instance_id,
589 AM_LOG_DEBUG(net->instance_id, "%s %s (%s)",
H A Dutility.c196 AM_LOG_DEBUG(instance_id, "match: pcre_compile failed on \"%s\" with error %s", pattern, (error == NULL) ? "unknown" : error);
202 AM_LOG_DEBUG(instance_id, "match(): '%s' does not match '%s'", subject, pattern);
205 AM_LOG_DEBUG(instance_id, "match(): '%s' matches '%s'", subject, pattern);
956 AM_LOG_DEBUG(rq->instance_id, "get_cookie_value(%s): parsing cookie header: %s",
1649 AM_LOG_DEBUG(r->instance_id,
1755 AM_LOG_DEBUG(instance_id, "am_timer(): %s took %.0f seconds",
H A Dnaming_valid.c208 AM_LOG_DEBUG(w->instance_id, "%s validating %s", thisfunc, url);
H A Dconfig.c1391 AM_LOG_DEBUG(instance_id, "%s agent configuration fetch in progress: %d",
1425 AM_LOG_DEBUG(instance_id, "%s agent login%s succeeded", thisfunc,
1433 AM_LOG_DEBUG(instance_id, "%s agent configuration stored in a cache",
1482 AM_LOG_DEBUG(instance_id, "%s agent configuration read from a cache",
/forgerock/web-agents-v4/tests/
H A Dtest_log.c55 AM_LOG_DEBUG(0, "%s %s", text1, text2);
157 * Ensure that an impractically high log level we DO actually log text via AM_LOG_DEBUG.
165 AM_LOG_DEBUG(getpid(), message);
173 * Ensure that at warning log level we do NOT log something via AM_LOG_DEBUG.
180 AM_LOG_DEBUG(getpid(), message);
/forgerock/web-agents-v4/source/apache/
H A Dagent.c277 AM_LOG_DEBUG(rq->instance_id, "%s %s", thisfunc, LOGEMPTY(user));
433 AM_LOG_DEBUG(rq->instance_id, "set_custom_response(): issuing %s sub-request to %s (%s), status %d",
463 AM_LOG_DEBUG(rq->instance_id, "set_custom_response(): status: %s (exit: %s)",
474 AM_LOG_DEBUG(instance_id, "%s method %s (%s, %d)", thisfunc, LOGEMPTY(r->method),
483 AM_LOG_DEBUG(instance_id, "%s number corresponds to %s method",
492 AM_LOG_DEBUG(instance_id, "%s set method number to correspond to %s method (%d)",
503 AM_LOG_DEBUG(instance_id, "%s set method to %s", thisfunc, LOGEMPTY(r->method));
532 AM_LOG_DEBUG(rq->instance_id, "%s preserved %d bytes", thisfunc,
616 AM_LOG_DEBUG(rq->instance_id, "%s read %d bytes \n%s", thisfunc,
658 AM_LOG_DEBUG(confi
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_log.h52 AM_LOG_DEBUG, /* used for debug messages */ enumerator in enum:am_log_level
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_log.h52 AM_LOG_DEBUG, /* used for debug messages */ enumerator in enum:am_log_level
/forgerock/web-agents-v4/source/iis/
H A Dagent.c446 AM_LOG_DEBUG(instance_id, "%s trying to fetch server variable %s", thisfunc, var);
453 AM_LOG_DEBUG(instance_id, "%s found variable %s with value [%s]",
509 AM_LOG_DEBUG(req->instance_id, "%s reconstructed path info: %s", thisfunc,
523 AM_LOG_DEBUG(rq->instance_id, "%s %s = %s", thisfunc, LOGEMPTY(key), LOGEMPTY(value));
742 AM_LOG_DEBUG(rq->instance_id, "%s read %d bytes \n%s", thisfunc,
888 AM_LOG_DEBUG(site->GetSiteId(), "%s begin", thisfunc);
972 AM_LOG_DEBUG(site->GetSiteId(), "%s exit status: %s (%d)", thisfunc, am_strerror(d.status), d.status);
996 AM_LOG_DEBUG(site->GetSiteId(), "OpenAMHttpModule(): context user set to \"%s\"", userName);
1277 AM_LOG_DEBUG(rq->instance_id, "set_custom_response(): status: %s (exit: %s)",
/forgerock/web-agents-v4/source/varnish/
H A Dagent.c460 AM_LOG_DEBUG(ar->instance_id, "set_custom_response(): status: %s (exit: %s)",
521 AM_LOG_DEBUG(ar->instance_id, "%s preserved %d bytes", thisfunc,
593 AM_LOG_DEBUG(settings->instance_id, "vmod_authenticate(): exit status: %s (%d)",
684 AM_LOG_DEBUG(settings->instance_id, "%s setting response status %d",
694 AM_LOG_DEBUG(settings->instance_id, "%s setting response header \"%s\"",
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c510 AM_LOG_DEBUG(ar->instance_id, "set_custom_response(): status: %s (exit: %s)",
571 AM_LOG_DEBUG(ar->instance_id, "%s preserved %d bytes", thisfunc,
643 AM_LOG_DEBUG(settings->instance_id, "vmod_authenticate(): exit status: %s (%d)",
731 AM_LOG_DEBUG(settings->instance_id, "%s setting response header \"%s\"",
765 AM_LOG_DEBUG(settings->instance_id, "%s setting response status %d",

Completed in 138 milliseconds