mirror of
https://github.com/curl/curl.git
synced 2026-08-03 17:50:28 +03:00
GSSAPI: private export mechanisms OIDs. OS400: Make RPG binding up to date.
This commit is contained in:
parent
2cd0c2d244
commit
8efc11a0c1
4 changed files with 21 additions and 11 deletions
|
|
@ -94,7 +94,7 @@
|
|||
d CURL_VERSION_NTLM...
|
||||
d c X'00000010'
|
||||
d CURL_VERSION_GSSNEGOTIATE...
|
||||
d c X'00000020'
|
||||
d c X'00000020' Deprecated
|
||||
d CURL_VERSION_DEBUG...
|
||||
d c X'00000040'
|
||||
d CURL_VERSION_ASYNCHDNS...
|
||||
|
|
@ -117,6 +117,8 @@
|
|||
d c X'00008000'
|
||||
d CURL_VERSION_HTTP2...
|
||||
d c X'00010000'
|
||||
d CURL_VERSION_GSSAPI...
|
||||
d c X'00020000'
|
||||
*
|
||||
d HTTPPOST_FILENAME...
|
||||
d c X'00000001'
|
||||
|
|
@ -152,7 +154,7 @@
|
|||
d CURLAUTH_BASIC c X'00000001'
|
||||
d CURLAUTH_DIGEST...
|
||||
d c X'00000002'
|
||||
d CURLAUTH_GSSNEGOTIATE...
|
||||
d CURLAUTH_NEGOTIATE...
|
||||
d c X'00000004'
|
||||
d CURLAUTH_NTLM c X'00000008'
|
||||
d CURLAUTH_DIGEST_IE...
|
||||
|
|
@ -362,8 +364,7 @@
|
|||
d c 14
|
||||
d CURLE_FTP_CANT_GET_HOST...
|
||||
d c 15
|
||||
d CURLE_OBSOLETE16...
|
||||
d c 16
|
||||
d CURLE_HTTP2 c 16
|
||||
d CURLE_FTP_COULDNT_SET_TYPE...
|
||||
d c 17
|
||||
d CURLE_PARTIAL_FILE...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue