mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:53:31 +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
|
|
@ -230,7 +230,8 @@ krb5_auth(void *app_data, struct connectdata *conn)
|
|||
taken care by a final gss_release_buffer. */
|
||||
gss_release_buffer(&min, &output_buffer);
|
||||
ret = AUTH_OK;
|
||||
maj = Curl_gss_init_sec_context(&min,
|
||||
maj = Curl_gss_init_sec_context(data,
|
||||
&min,
|
||||
context,
|
||||
gssname,
|
||||
&chan,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue