Loading packages/OS400/README.OS400 +3 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,9 @@ options: CURLOPT_RTSP_TRANSPORT CURLOPT_SOCKS5_GSSAPI_SERVICE CURLOPT_MAIL_FROM CURLOPT_TLSAUTH_USERNAME CURLOPT_TLSAUTH_PASSWORD CURLOPT_TLSAUTH_TYPE Else it is the same as for curl_easy_setopt(). Note that CURLOPT_ERRORBUFFER is not in the list above, since it gives the address of an (empty) character buffer, not the address of a string. Loading packages/OS400/ccsidcurl.c +9 −0 Original line number Diff line number Diff line Loading @@ -1029,7 +1029,11 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...) if (testwarn) { testwarn = 0; #ifdef USE_TLS_SRP if ((int) STRING_LAST != (int) STRING_TLSAUTH_PASSWORD + 1) #else if ((int) STRING_LAST != (int) STRING_MAIL_FROM + 1) #endif curl_mfprintf(stderr, "*** WARNING: curl_easy_setopt_ccsid() should be reworked ***\n"); } Loading Loading @@ -1086,6 +1090,11 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...) /* case CURLOPT_SSH_KNOWNHOSTS: */ case CURLOPT_SOCKS5_GSSAPI_SERVICE: case CURLOPT_MAIL_FROM: #ifdef USE_TLS_SRP case CURLOPT_TLSAUTH_USERNAME: case CURLOPT_TLSAUTH_PASSWORD: case CURLOPT_TLSAUTH_TYPE: #endif s = va_arg(arg, char *); ccsid = va_arg(arg, unsigned int); Loading packages/OS400/curl.inc.in +7 −2 Original line number Diff line number Diff line Loading @@ -474,8 +474,6 @@ d c 87 d CURLE_CHUNK_FAILED... d c 88 d CURLE_TLSAUTH_FAILED... d c 89 * d curlioerr s 10i 0 based(######ptr######) Enum d CURLIOE_OK c 0 Loading Loading @@ -1279,6 +1277,13 @@ d CURLSOCKTYPE_IPCXN... d c 0 * d CURL_SOCKOPT_OK... d c 0 d CURL_SOCKOPT_ERROR... d c 1 d CURL_SOCKOPT_ALREADY_CONNECTED... d c 2 * d CURLMcode s 10i 0 based(######ptr######) Enum d CURLM_CALL_MULTI_PERFORM... d c -1 Loading Loading
packages/OS400/README.OS400 +3 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,9 @@ options: CURLOPT_RTSP_TRANSPORT CURLOPT_SOCKS5_GSSAPI_SERVICE CURLOPT_MAIL_FROM CURLOPT_TLSAUTH_USERNAME CURLOPT_TLSAUTH_PASSWORD CURLOPT_TLSAUTH_TYPE Else it is the same as for curl_easy_setopt(). Note that CURLOPT_ERRORBUFFER is not in the list above, since it gives the address of an (empty) character buffer, not the address of a string. Loading
packages/OS400/ccsidcurl.c +9 −0 Original line number Diff line number Diff line Loading @@ -1029,7 +1029,11 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...) if (testwarn) { testwarn = 0; #ifdef USE_TLS_SRP if ((int) STRING_LAST != (int) STRING_TLSAUTH_PASSWORD + 1) #else if ((int) STRING_LAST != (int) STRING_MAIL_FROM + 1) #endif curl_mfprintf(stderr, "*** WARNING: curl_easy_setopt_ccsid() should be reworked ***\n"); } Loading Loading @@ -1086,6 +1090,11 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...) /* case CURLOPT_SSH_KNOWNHOSTS: */ case CURLOPT_SOCKS5_GSSAPI_SERVICE: case CURLOPT_MAIL_FROM: #ifdef USE_TLS_SRP case CURLOPT_TLSAUTH_USERNAME: case CURLOPT_TLSAUTH_PASSWORD: case CURLOPT_TLSAUTH_TYPE: #endif s = va_arg(arg, char *); ccsid = va_arg(arg, unsigned int); Loading
packages/OS400/curl.inc.in +7 −2 Original line number Diff line number Diff line Loading @@ -474,8 +474,6 @@ d c 87 d CURLE_CHUNK_FAILED... d c 88 d CURLE_TLSAUTH_FAILED... d c 89 * d curlioerr s 10i 0 based(######ptr######) Enum d CURLIOE_OK c 0 Loading Loading @@ -1279,6 +1277,13 @@ d CURLSOCKTYPE_IPCXN... d c 0 * d CURL_SOCKOPT_OK... d c 0 d CURL_SOCKOPT_ERROR... d c 1 d CURL_SOCKOPT_ALREADY_CONNECTED... d c 2 * d CURLMcode s 10i 0 based(######ptr######) Enum d CURLM_CALL_MULTI_PERFORM... d c -1 Loading