2
0
mirror of https://github.com/curl/curl.git synced 2025-03-19 15:40:42 +08:00
Dominik Hölzl 6c60355323
Negotiate: fix for HTTP POST with Negotiate
* Adjusted unit tests 2056, 2057
* do not generally close connections with CURLAUTH_NEGOTIATE after every request
* moved negotiatedata from UrlState to connectdata
* Added stream rewind logic for CURLAUTH_NEGOTIATE
* introduced negotiatedata::GSS_AUTHDONE and negotiatedata::GSS_AUTHSUCC
* Consider authproblem state for CURLAUTH_NEGOTIATE
* Consider reuse_forbid for CURLAUTH_NEGOTIATE
* moved and adjusted negotiate authentication state handling from
  output_auth_headers into Curl_output_negotiate
* Curl_output_negotiate: ensure auth done is always set
* Curl_output_negotiate: Set auth done also if result code is
  GSS_S_CONTINUE_NEEDED/SEC_I_CONTINUE_NEEDED as this result code may
  also indicate the last challenge request (only works with disabled
  Expect: 100-continue and CURLOPT_KEEP_SENDING_ON_ERROR -> 1)
* Consider "Persistent-Auth" header, detect if not present;
  Reset/Cleanup negotiate after authentication if no persistent
  authentication
* apply changes introduced with  for negotiate rewind logic

Fixes 
Closes 
2019-03-14 09:26:03 +01:00
..
2019-03-03 11:17:52 +01:00
2018-09-23 22:24:02 +00:00
2018-12-03 23:13:40 +01:00
2018-09-23 22:24:02 +00:00
2018-10-19 09:23:14 +02:00
2019-02-10 18:38:57 +01:00
2019-03-03 11:17:52 +01:00
2018-09-23 22:24:02 +00:00
2019-03-01 17:30:34 +01:00
2018-09-23 22:24:02 +00:00
2019-03-01 17:30:34 +01:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2019-03-01 17:30:34 +01:00
2019-03-01 17:30:34 +01:00
2019-03-01 17:30:34 +01:00
2019-03-05 08:01:50 +01:00
2018-06-11 11:14:48 +02:00
2018-11-01 10:29:53 +01:00
2018-09-23 22:24:02 +00:00
2019-02-10 18:38:57 +01:00
2019-02-10 18:38:57 +01:00
2018-09-23 22:24:02 +00:00
2019-03-01 17:30:34 +01:00
2019-03-01 17:30:34 +01:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2019-03-01 17:30:34 +01:00
2018-12-10 00:10:04 +01:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2019-03-03 11:17:52 +01:00
2018-09-23 22:24:02 +00:00
2018-12-03 23:13:40 +01:00
2018-11-01 10:29:53 +01:00
2019-02-12 10:24:29 +01:00
2018-09-23 22:24:02 +00:00
2019-03-01 17:30:34 +01:00
2018-09-23 22:24:02 +00:00
2018-07-20 22:58:42 +02:00
2019-03-01 17:30:34 +01:00
2018-09-23 22:24:02 +00:00
2019-03-01 17:30:34 +01:00
2018-09-23 22:24:02 +00:00
2018-06-11 11:14:48 +02:00
2018-09-23 22:24:02 +00:00
2019-03-03 11:17:52 +01:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-07-30 17:59:36 +02:00
2019-03-01 17:30:34 +01:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2018-09-23 22:24:02 +00:00
2019-03-01 17:30:34 +01:00
2018-09-01 10:40:42 +02:00
2018-08-21 18:53:43 +02:00
2019-03-01 17:30:34 +01:00
2018-09-23 22:24:02 +00:00
2019-03-01 17:30:34 +01:00
2018-09-23 22:24:02 +00:00
2019-03-01 17:30:34 +01:00
2019-03-01 17:30:34 +01:00
2019-01-11 15:35:13 +01:00
2018-12-11 15:02:24 +01:00
2019-02-10 18:38:57 +01:00
2019-03-03 11:17:52 +01:00