mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
Add new CURLOPT_GSSAPI_DELEGATION option.
Curl_gss_init_sec_context got new parameter - SessionHandle. Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
7688a99bef
commit
ebf42c4be7
10 changed files with 40 additions and 12 deletions
|
|
@ -1525,6 +1525,8 @@ struct UserDefined {
|
|||
curl_fnmatch_callback fnmatch; /* callback to decide which file corresponds
|
||||
to pattern (e.g. if WILDCARDMATCH is on) */
|
||||
void *fnmatch_data;
|
||||
|
||||
bool gssapi_delegation; /* allow GSSAPI credential delegation */
|
||||
};
|
||||
|
||||
struct Names {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue