Loading lib/url.c +2 −2 Original line number Diff line number Diff line Loading @@ -1536,14 +1536,14 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option, break; case CURLOPT_USERNAME: /* * user:password to use in the operation * authentication user name to use in the operation */ result = setstropt(&data->set.str[STRING_USERNAME], va_arg(param, char *)); break; case CURLOPT_PASSWORD: /* * user:password to use in the operation * authentication password to use in the operation */ result = setstropt(&data->set.str[STRING_PASSWORD], va_arg(param, char *)); Loading packages/OS400/README.OS400 +2 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,8 @@ options: CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 CURLOPT_CRLFILE CURLOPT_ISSUERCERT CURLOPT_USERNAME CURLOPT_PASSWORD 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 +4 −2 Original line number Diff line number Diff line Loading @@ -728,7 +728,7 @@ curl_formadd_ccsid(struct curl_httppost * * httppost, /* Allocate the local curl_forms array. */ lformlen = ALLOC_GRANULE; lforms = malloc(lformlen * sizeof(struct curl_forms)); lforms = malloc(lformlen * sizeof *lforms); if (!lforms) return CURL_FORMADD_MEMORY; Loading Loading @@ -1030,7 +1030,7 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...) if (testwarn) { testwarn = 0; if ((int) STRING_LAST != (int) STRING_SSL_ISSUERCERT + 1) if ((int) STRING_LAST != (int) STRING_PASSWORD + 1) curl_mfprintf(stderr, "*** WARNING: curl_easy_setopt_ccsid() should be reworked ***\n"); } Loading Loading @@ -1075,6 +1075,8 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...) case CURLOPT_SSH_HOST_PUBLIC_KEY_MD5: case CURLOPT_CRLFILE: case CURLOPT_ISSUERCERT: case CURLOPT_USERNAME: case CURLOPT_PASSWORD: s = va_arg(arg, char *); ccsid = va_arg(arg, unsigned int); Loading packages/OS400/curl.inc.in +4 −0 Original line number Diff line number Diff line Loading @@ -782,6 +782,10 @@ d c 00171 d CURLOPT_CERTINFO... d c 00172 d CURLOPT_USERNAME... d c 10173 d CURLOPT_PASSWORD... d c 10174 * d CURLOPT_POST301... d c 00161 Obsolescent Loading Loading
lib/url.c +2 −2 Original line number Diff line number Diff line Loading @@ -1536,14 +1536,14 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option, break; case CURLOPT_USERNAME: /* * user:password to use in the operation * authentication user name to use in the operation */ result = setstropt(&data->set.str[STRING_USERNAME], va_arg(param, char *)); break; case CURLOPT_PASSWORD: /* * user:password to use in the operation * authentication password to use in the operation */ result = setstropt(&data->set.str[STRING_PASSWORD], va_arg(param, char *)); Loading
packages/OS400/README.OS400 +2 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,8 @@ options: CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 CURLOPT_CRLFILE CURLOPT_ISSUERCERT CURLOPT_USERNAME CURLOPT_PASSWORD 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 +4 −2 Original line number Diff line number Diff line Loading @@ -728,7 +728,7 @@ curl_formadd_ccsid(struct curl_httppost * * httppost, /* Allocate the local curl_forms array. */ lformlen = ALLOC_GRANULE; lforms = malloc(lformlen * sizeof(struct curl_forms)); lforms = malloc(lformlen * sizeof *lforms); if (!lforms) return CURL_FORMADD_MEMORY; Loading Loading @@ -1030,7 +1030,7 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...) if (testwarn) { testwarn = 0; if ((int) STRING_LAST != (int) STRING_SSL_ISSUERCERT + 1) if ((int) STRING_LAST != (int) STRING_PASSWORD + 1) curl_mfprintf(stderr, "*** WARNING: curl_easy_setopt_ccsid() should be reworked ***\n"); } Loading Loading @@ -1075,6 +1075,8 @@ curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...) case CURLOPT_SSH_HOST_PUBLIC_KEY_MD5: case CURLOPT_CRLFILE: case CURLOPT_ISSUERCERT: case CURLOPT_USERNAME: case CURLOPT_PASSWORD: s = va_arg(arg, char *); ccsid = va_arg(arg, unsigned int); Loading
packages/OS400/curl.inc.in +4 −0 Original line number Diff line number Diff line Loading @@ -782,6 +782,10 @@ d c 00171 d CURLOPT_CERTINFO... d c 00172 d CURLOPT_USERNAME... d c 10173 d CURLOPT_PASSWORD... d c 10174 * d CURLOPT_POST301... d c 00161 Obsolescent Loading