• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/serf/auth/

Lines Matching refs:response

76  *    key with the TGS again. If it checks out, we can return the response
110 Pipeline mode disabled, requests are sent only after the response off the
117 the Negotiate header of the response with the session initiated by the
124 be. When we receive a 40x response from the server switch to STATELESS
129 The rest of the state machine starts with the arrival of the response to the
130 second request, and then goes on with each response:
133 | INIT | C --> S: GET request in response to 40x of the server
185 /* On the initial 401 response of the server, request a session key from
245 - when a response from a server is received that contains an authn header
246 (either from a 40x or 2xx response)
274 /* Is this a response from a host/proxy? auth_hdr should always be set. */
291 /* This is a new request, not a retry in response to a 40x of the
419 /* A 40x response was received, handle the authentication. */
423 serf_bucket_t *response,
458 previous response will have created the authn headers for this request
500 40x response we know we'll otherwise receive.
510 0l, /* no response authn header */
582 * have to do anything, except for the first response after the
583 * authentication handshake. This specific response includes authentication
592 serf_bucket_t *response,
599 /* TODO: currently this function is only called when a response includes
601 not provide this header on the first 2xx response, we will not promote
605 "Validate Negotiate response header.\n");
620 hdrs = serf_bucket_response_get_headers(response);