~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to packages/OS400/README.OS400

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
$Id: README.OS400,v 1.6 2008-01-16 16:04:47 patrickm Exp $
 
1
$Id: README.OS400,v 1.12 2009-02-17 16:16:07 patrickm Exp $
2
2
 
3
3
Implementation notes:
4
4
 
99
99
        CURLOPT_USERAGENT
100
100
        CURLOPT_USERPWD
101
101
        CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
 
102
        CURLOPT_CRLFILE
 
103
        CURLOPT_ISSUERCERT
 
104
        CURLOPT_USERNAME
 
105
        CURLOPT_PASSWORD
 
106
        CURLOPT_PROXYUSERNAME
 
107
        CURLOPT_PROXYPASSWORD
 
108
        CURLOPT_NOPROXY
 
109
        CURLOPT_SOCKS5_GSSAPI_SERVICE
102
110
  Else it is the same as for curl_easy_setopt().
103
111
  Note that CURLOPT_ERRORBUFFER is not in the list above, since it gives the
104
112
address of an (empty) character buffer, not the address of a string.