Home | History | Annotate | Download | only in server

Lines Matching refs:sessionid

58 			  const char *sessionid, const char *pw,
70 sessionid, user ? user : "", realm ? realm : "",
87 const char *realm, const char *sessionid,
94 pw, sessionid, user, realm);
109 const char *sessionid,
115 pw_mm ? "1" : "0", sessionid, user, realm);
129 const char *realm, const char *sessionid,
140 str, sessionid, user, realm);
153 static void db_add_session_devinfo(struct hs20_svc *ctx, const char *sessionid,
163 str, sessionid);
177 const char *sessionid,
187 str, sessionid);
202 const char *sessionid)
208 "id=%Q", sessionid);
212 user, realm, sessionid);
227 const char *sessionid, const char *notes,
236 user_buf = db_get_session_val(ctx, NULL, NULL, sessionid,
239 realm_buf = db_get_session_val(ctx, NULL, NULL, sessionid,
245 "(user,realm,sessionid,timestamp,notes,dump,addr)"
249 user, realm, sessionid, notes,
265 const char *sessionid, const char *notes,
274 hs20_eventlog(ctx, user, realm, sessionid, notes, str);
638 xml_node_add_attr(ctx->xml, spp_node, ns, "sessionID", session_id);
1664 debug_print(ctx, 1, "requestReason: %s sessionID: %s redirectURI: %s",
1880 xml_node_add_attr(ctx->xml, spp_node, ns, "sessionID", session_id);
1933 "sessionid=%Q AND (user='' OR user IS NULL)",
2037 debug_print(ctx, 1, "sppUpdateResponse: sppStatus: %s sessionID: %s",
2043 "No session active for user: %s sessionID: %s",
2193 * We may not be able to extract the sessionID from invalid
2198 "sessionID");
2215 "sessionID");
2218 debug_print(ctx, 1, "Received sessionID %s", session_id);
2227 debug_print(ctx, 1, "Failed to generate sessionID");
2230 debug_print(ctx, 1, "Generated sessionID %s", session_id);