urldata.h 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598
  1. #ifndef HEADER_CURL_URLDATA_H
  2. #define HEADER_CURL_URLDATA_H
  3. /***************************************************************************
  4. * _ _ ____ _
  5. * Project ___| | | | _ \| |
  6. * / __| | | | |_) | |
  7. * | (__| |_| | _ <| |___
  8. * \___|\___/|_| \_\_____|
  9. *
  10. * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
  11. *
  12. * This software is licensed as described in the file COPYING, which
  13. * you should have received as part of this distribution. The terms
  14. * are also available at http://curl.haxx.se/docs/copyright.html.
  15. *
  16. * You may opt to use, copy, modify, merge, publish, distribute and/or sell
  17. * copies of the Software, and permit persons to whom the Software is
  18. * furnished to do so, under the terms of the COPYING file.
  19. *
  20. * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  21. * KIND, either express or implied.
  22. *
  23. ***************************************************************************/
  24. /* This file is for lib internal stuff */
  25. #include "setup.h"
  26. #define PORT_FTP 21
  27. #define PORT_FTPS 990
  28. #define PORT_TELNET 23
  29. #define PORT_HTTP 80
  30. #define PORT_HTTPS 443
  31. #define PORT_DICT 2628
  32. #define PORT_LDAP 389
  33. #define PORT_LDAPS 636
  34. #define PORT_TFTP 69
  35. #define PORT_SSH 22
  36. #define PORT_IMAP 143
  37. #define PORT_IMAPS 993
  38. #define PORT_POP3 110
  39. #define PORT_POP3S 995
  40. #define PORT_SMTP 25
  41. #define PORT_SMTPS 465 /* sometimes called SSMTP */
  42. #define PORT_RTSP 554
  43. #define PORT_RTMP 1935
  44. #define PORT_RTMPT PORT_HTTP
  45. #define PORT_RTMPS PORT_HTTPS
  46. #define PORT_GOPHER 70
  47. #define DICT_MATCH "/MATCH:"
  48. #define DICT_MATCH2 "/M:"
  49. #define DICT_MATCH3 "/FIND:"
  50. #define DICT_DEFINE "/DEFINE:"
  51. #define DICT_DEFINE2 "/D:"
  52. #define DICT_DEFINE3 "/LOOKUP:"
  53. #define CURL_DEFAULT_USER "anonymous"
  54. #define CURL_DEFAULT_PASSWORD "ftp@example.com"
  55. /* length of longest IPv6 address string including the trailing null */
  56. #define MAX_IPADR_LEN sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255")
  57. /* Default FTP/IMAP etc response timeout in milliseconds.
  58. Symbian OS panics when given a timeout much greater than 1/2 hour.
  59. */
  60. #define RESP_TIMEOUT (1800*1000)
  61. #include "cookie.h"
  62. #include "formdata.h"
  63. #ifdef USE_SSLEAY
  64. #ifdef USE_OPENSSL
  65. #include <openssl/rsa.h>
  66. #include <openssl/crypto.h>
  67. #include <openssl/x509.h>
  68. #include <openssl/pem.h>
  69. #include <openssl/ssl.h>
  70. #include <openssl/err.h>
  71. #ifdef HAVE_OPENSSL_ENGINE_H
  72. #include <openssl/engine.h>
  73. #endif
  74. #ifdef HAVE_OPENSSL_PKCS12_H
  75. #include <openssl/pkcs12.h>
  76. #endif
  77. #else /* SSLeay-style includes */
  78. #include <rsa.h>
  79. #include <crypto.h>
  80. #include <x509.h>
  81. #include <pem.h>
  82. #include <ssl.h>
  83. #include <err.h>
  84. #ifdef HAVE_OPENSSL_ENGINE_H
  85. #include <engine.h>
  86. #endif
  87. #ifdef HAVE_OPENSSL_PKCS12_H
  88. #include <pkcs12.h>
  89. #endif
  90. #endif /* USE_OPENSSL */
  91. #ifdef USE_GNUTLS
  92. #error Configuration error; cannot use GnuTLS *and* OpenSSL.
  93. #endif
  94. #endif /* USE_SSLEAY */
  95. #ifdef USE_GNUTLS
  96. #include <gnutls/gnutls.h>
  97. #endif
  98. #ifdef USE_POLARSSL
  99. #include <polarssl/havege.h>
  100. #include <polarssl/ssl.h>
  101. #endif
  102. #ifdef USE_CYASSL
  103. #include <openssl/ssl.h>
  104. #endif
  105. #ifdef USE_NSS
  106. #include <nspr.h>
  107. #include <pk11pub.h>
  108. #endif
  109. #ifdef USE_QSOSSL
  110. #include <qsossl.h>
  111. #endif
  112. #ifdef USE_AXTLS
  113. #include <axTLS/ssl.h>
  114. #undef malloc
  115. #undef calloc
  116. #undef realloc
  117. #endif /* USE_AXTLS */
  118. #ifdef HAVE_NETINET_IN_H
  119. #include <netinet/in.h>
  120. #endif
  121. #include "timeval.h"
  122. #ifdef HAVE_ZLIB_H
  123. #include <zlib.h> /* for content-encoding */
  124. #ifdef __SYMBIAN32__
  125. /* zlib pollutes the namespace with this definition */
  126. #undef WIN32
  127. #endif
  128. #endif
  129. #include <curl/curl.h>
  130. #include "http_chunks.h" /* for the structs and enum stuff */
  131. #include "hostip.h"
  132. #include "hash.h"
  133. #include "splay.h"
  134. #include "imap.h"
  135. #include "pop3.h"
  136. #include "smtp.h"
  137. #include "ftp.h"
  138. #include "file.h"
  139. #include "ssh.h"
  140. #include "http.h"
  141. #include "rtsp.h"
  142. #include "wildcard.h"
  143. #ifdef HAVE_GSSAPI
  144. # ifdef HAVE_GSSGNU
  145. # include <gss.h>
  146. # elif defined HAVE_GSSMIT
  147. # include <gssapi/gssapi.h>
  148. # include <gssapi/gssapi_generic.h>
  149. # else
  150. # include <gssapi.h>
  151. # endif
  152. #endif
  153. #ifdef HAVE_LIBSSH2_H
  154. #include <libssh2.h>
  155. #include <libssh2_sftp.h>
  156. #endif /* HAVE_LIBSSH2_H */
  157. /* Download buffer size, keep it fairly big for speed reasons */
  158. #undef BUFSIZE
  159. #define BUFSIZE CURL_MAX_WRITE_SIZE
  160. /* Initial size of the buffer to store headers in, it'll be enlarged in case
  161. of need. */
  162. #define HEADERSIZE 256
  163. #define CURLEASY_MAGIC_NUMBER 0xc0dedbadU
  164. /* Some convenience macros to get the larger/smaller value out of two given.
  165. We prefix with CURL to prevent name collisions. */
  166. #define CURLMAX(x,y) ((x)>(y)?(x):(y))
  167. #define CURLMIN(x,y) ((x)<(y)?(x):(y))
  168. #if defined(HAVE_KRB4) || defined(HAVE_GSSAPI)
  169. /* Types needed for krb4/5-ftp connections */
  170. struct krb4buffer {
  171. void *data;
  172. size_t size;
  173. size_t index;
  174. int eof_flag;
  175. };
  176. enum protection_level {
  177. PROT_NONE, /* first in list */
  178. PROT_CLEAR,
  179. PROT_SAFE,
  180. PROT_CONFIDENTIAL,
  181. PROT_PRIVATE,
  182. PROT_CMD,
  183. PROT_LAST /* last in list */
  184. };
  185. #endif
  186. /* enum for the nonblocking SSL connection state machine */
  187. typedef enum {
  188. ssl_connect_1,
  189. ssl_connect_2,
  190. ssl_connect_2_reading,
  191. ssl_connect_2_writing,
  192. ssl_connect_3,
  193. ssl_connect_done
  194. } ssl_connect_state;
  195. typedef enum {
  196. ssl_connection_none,
  197. ssl_connection_negotiating,
  198. ssl_connection_complete
  199. } ssl_connection_state;
  200. /* struct for data related to each SSL connection */
  201. struct ssl_connect_data {
  202. /* Use ssl encrypted communications TRUE/FALSE, not necessarily using it atm
  203. but at least asked to or meaning to use it. See 'state' for the exact
  204. current state of the connection. */
  205. bool use;
  206. ssl_connection_state state;
  207. #ifdef USE_SSLEAY
  208. /* these ones requires specific SSL-types */
  209. SSL_CTX* ctx;
  210. SSL* handle;
  211. X509* server_cert;
  212. ssl_connect_state connecting_state;
  213. #endif /* USE_SSLEAY */
  214. #ifdef USE_GNUTLS
  215. gnutls_session session;
  216. gnutls_certificate_credentials cred;
  217. #ifdef USE_TLS_SRP
  218. gnutls_srp_client_credentials srp_client_cred;
  219. #endif
  220. ssl_connect_state connecting_state;
  221. #endif /* USE_GNUTLS */
  222. #ifdef USE_POLARSSL
  223. havege_state hs;
  224. ssl_context ssl;
  225. ssl_session ssn;
  226. int server_fd;
  227. x509_cert cacert;
  228. x509_cert clicert;
  229. x509_crl crl;
  230. rsa_context rsa;
  231. #endif /* USE_POLARSSL */
  232. #ifdef USE_CYASSL
  233. SSL_CTX* ctx;
  234. SSL* handle;
  235. ssl_connect_state connecting_state;
  236. #endif /* USE_CYASSL */
  237. #ifdef USE_NSS
  238. PRFileDesc *handle;
  239. char *client_nickname;
  240. struct SessionHandle *data;
  241. #ifdef HAVE_PK11_CREATEGENERICOBJECT
  242. struct curl_llist *obj_list;
  243. PK11GenericObject *obj_clicert;
  244. #endif
  245. #endif /* USE_NSS */
  246. #ifdef USE_QSOSSL
  247. SSLHandle *handle;
  248. #endif /* USE_QSOSSL */
  249. #ifdef USE_AXTLS
  250. SSL_CTX* ssl_ctx;
  251. SSL* ssl;
  252. #endif /* USE_AXTLS */
  253. };
  254. struct ssl_config_data {
  255. long version; /* what version the client wants to use */
  256. long certverifyresult; /* result from the certificate verification */
  257. long verifypeer; /* set TRUE if this is desired */
  258. long verifyhost; /* 0: no verify
  259. 1: check that CN exists
  260. 2: CN must match hostname */
  261. char *CApath; /* certificate dir (doesn't work on windows) */
  262. char *CAfile; /* certificate to verify peer against */
  263. const char *CRLfile; /* CRL to check certificate revocation */
  264. const char *issuercert;/* optional issuer certificate filename */
  265. char *random_file; /* path to file containing "random" data */
  266. char *egdsocket; /* path to file containing the EGD daemon socket */
  267. char *cipher_list; /* list of ciphers to use */
  268. long numsessions; /* SSL session id cache size */
  269. curl_ssl_ctx_callback fsslctx; /* function to initialize ssl ctx */
  270. void *fsslctxp; /* parameter for call back */
  271. bool sessionid; /* cache session IDs or not */
  272. bool certinfo; /* gather lots of certificate info */
  273. #ifdef USE_TLS_SRP
  274. char *username; /* TLS username (for, e.g., SRP) */
  275. char *password; /* TLS password (for, e.g., SRP) */
  276. enum CURL_TLSAUTH authtype; /* TLS authentication type (default SRP) */
  277. #endif
  278. };
  279. /* information stored about one single SSL session */
  280. struct curl_ssl_session {
  281. char *name; /* host name for which this ID was used */
  282. void *sessionid; /* as returned from the SSL layer */
  283. size_t idsize; /* if known, otherwise 0 */
  284. long age; /* just a number, the higher the more recent */
  285. unsigned short remote_port; /* remote port to connect to */
  286. struct ssl_config_data ssl_config; /* setup for this session */
  287. };
  288. /* Struct used for Digest challenge-response authentication */
  289. struct digestdata {
  290. char *nonce;
  291. char *cnonce;
  292. char *realm;
  293. int algo;
  294. bool stale; /* set true for re-negotiation */
  295. char *opaque;
  296. char *qop;
  297. char *algorithm;
  298. int nc; /* nounce count */
  299. };
  300. typedef enum {
  301. NTLMSTATE_NONE,
  302. NTLMSTATE_TYPE1,
  303. NTLMSTATE_TYPE2,
  304. NTLMSTATE_TYPE3,
  305. NTLMSTATE_LAST
  306. } curlntlm;
  307. #ifdef USE_WINDOWS_SSPI
  308. #include "curl_sspi.h"
  309. #endif
  310. #if defined(CURL_DOES_CONVERSIONS) && defined(HAVE_ICONV)
  311. #include <iconv.h>
  312. #endif
  313. /* Struct used for NTLM challenge-response authentication */
  314. struct ntlmdata {
  315. curlntlm state;
  316. #ifdef USE_WINDOWS_SSPI
  317. CredHandle handle;
  318. CtxtHandle c_handle;
  319. SEC_WINNT_AUTH_IDENTITY identity;
  320. SEC_WINNT_AUTH_IDENTITY *p_identity;
  321. int has_handles;
  322. void *type_2;
  323. unsigned long n_type_2;
  324. #else
  325. unsigned int flags;
  326. unsigned char nonce[8];
  327. #endif
  328. };
  329. #ifdef USE_HTTP_NEGOTIATE
  330. struct negotiatedata {
  331. /* when doing Negotiate we first need to receive an auth token and then we
  332. need to send our header */
  333. enum { GSS_AUTHNONE, GSS_AUTHRECV, GSS_AUTHSENT } state;
  334. bool gss; /* Whether we're processing GSS-Negotiate or Negotiate */
  335. const char* protocol; /* "GSS-Negotiate" or "Negotiate" */
  336. #ifdef HAVE_GSSAPI
  337. OM_uint32 status;
  338. gss_ctx_id_t context;
  339. gss_name_t server_name;
  340. gss_buffer_desc output_token;
  341. #else
  342. #ifdef USE_WINDOWS_SSPI
  343. DWORD status;
  344. CtxtHandle *context;
  345. CredHandle *credentials;
  346. char server_name[1024];
  347. size_t max_token_length;
  348. BYTE *output_token;
  349. size_t output_token_length;
  350. #endif
  351. #endif
  352. };
  353. #endif
  354. /*
  355. * Boolean values that concerns this connection.
  356. */
  357. struct ConnectBits {
  358. bool close; /* if set, we close the connection after this request */
  359. bool reuse; /* if set, this is a re-used connection */
  360. bool proxy; /* if set, this transfer is done through a proxy - any type */
  361. bool httpproxy; /* if set, this transfer is done through a http proxy */
  362. bool user_passwd; /* do we use user+password for this connection? */
  363. bool proxy_user_passwd; /* user+password for the proxy? */
  364. bool ipv6_ip; /* we communicate with a remote site specified with pure IPv6
  365. IP address */
  366. bool ipv6; /* we communicate with a site using an IPv6 address */
  367. bool do_more; /* this is set TRUE if the ->curl_do_more() function is
  368. supposed to be called, after ->curl_do() */
  369. bool wait_data_conn; /* this is set TRUE if data connection is waited */
  370. bool tcpconnect[2]; /* the TCP layer (or similar) is connected, this is set
  371. the first time on the first connect function call */
  372. bool protoconnstart;/* the protocol layer has STARTED its operation after
  373. the TCP layer connect */
  374. bool retry; /* this connection is about to get closed and then
  375. re-attempted at another connection. */
  376. bool tunnel_proxy; /* if CONNECT is used to "tunnel" through the proxy.
  377. This is implicit when SSL-protocols are used through
  378. proxies, but can also be enabled explicitly by
  379. apps */
  380. bool tunnel_connecting; /* TRUE while we're still waiting for a proxy CONNECT
  381. */
  382. bool authneg; /* TRUE when the auth phase has started, which means
  383. that we are creating a request with an auth header,
  384. but it is not the final request in the auth
  385. negotiation. */
  386. bool rewindaftersend;/* TRUE when the sending couldn't be stopped even
  387. though it will be discarded. When the whole send
  388. operation is done, we must call the data rewind
  389. callback. */
  390. bool ftp_use_epsv; /* As set with CURLOPT_FTP_USE_EPSV, but if we find out
  391. EPSV doesn't work we disable it for the forthcoming
  392. requests */
  393. bool ftp_use_eprt; /* As set with CURLOPT_FTP_USE_EPRT, but if we find out
  394. EPRT doesn't work we disable it for the forthcoming
  395. requests */
  396. bool netrc; /* name+password provided by netrc */
  397. bool userpwd_in_url; /* name+password found in url */
  398. bool done; /* set to FALSE when Curl_do() is called and set to TRUE
  399. when Curl_done() is called, to prevent Curl_done() to
  400. get invoked twice when the multi interface is
  401. used. */
  402. bool stream_was_rewound; /* Indicates that the stream was rewound after a
  403. request read past the end of its response byte
  404. boundary */
  405. bool proxy_connect_closed; /* set true if a proxy disconnected the
  406. connection in a CONNECT request with auth, so
  407. that libcurl should reconnect and continue. */
  408. bool bound; /* set true if bind() has already been done on this socket/
  409. connection */
  410. bool type_set; /* type= was used in the URL */
  411. };
  412. struct hostname {
  413. char *rawalloc; /* allocated "raw" version of the name */
  414. char *encalloc; /* allocated IDN-encoded version of the name */
  415. char *name; /* name to use internally, might be encoded, might be raw */
  416. const char *dispname; /* name to display, as 'name' might be encoded */
  417. };
  418. /*
  419. * Flags on the keepon member of the Curl_transfer_keeper
  420. */
  421. #define KEEP_NONE 0
  422. #define KEEP_RECV (1<<0) /* there is or may be data to read */
  423. #define KEEP_SEND (1<<1) /* there is or may be data to write */
  424. #define KEEP_RECV_HOLD (1<<2) /* when set, no reading should be done but there
  425. might still be data to read */
  426. #define KEEP_SEND_HOLD (1<<3) /* when set, no writing should be done but there
  427. might still be data to write */
  428. #define KEEP_RECV_PAUSE (1<<4) /* reading is paused */
  429. #define KEEP_SEND_PAUSE (1<<5) /* writing is paused */
  430. #define KEEP_RECVBITS (KEEP_RECV | KEEP_RECV_HOLD | KEEP_RECV_PAUSE)
  431. #define KEEP_SENDBITS (KEEP_SEND | KEEP_SEND_HOLD | KEEP_SEND_PAUSE)
  432. #ifdef HAVE_LIBZ
  433. typedef enum {
  434. ZLIB_UNINIT, /* uninitialized */
  435. ZLIB_INIT, /* initialized */
  436. ZLIB_GZIP_HEADER, /* reading gzip header */
  437. ZLIB_GZIP_INFLATING, /* inflating gzip stream */
  438. ZLIB_INIT_GZIP /* initialized in transparent gzip mode */
  439. } zlibInitState;
  440. #endif
  441. #ifdef CURLRES_ASYNCH
  442. struct Curl_async {
  443. char *hostname;
  444. int port;
  445. struct Curl_dns_entry *dns;
  446. bool done; /* set TRUE when the lookup is complete */
  447. int status; /* if done is TRUE, this is the status from the callback */
  448. void *os_specific; /* 'struct thread_data' for Windows */
  449. };
  450. #endif
  451. #define FIRSTSOCKET 0
  452. #define SECONDARYSOCKET 1
  453. /* These function pointer types are here only to allow easier typecasting
  454. within the source when we need to cast between data pointers (such as NULL)
  455. and function pointers. */
  456. typedef CURLcode (*Curl_do_more_func)(struct connectdata *);
  457. typedef CURLcode (*Curl_done_func)(struct connectdata *, CURLcode, bool);
  458. enum expect100 {
  459. EXP100_SEND_DATA, /* enough waiting, just send the body now */
  460. EXP100_AWAITING_CONTINUE, /* waiting for the 100 Continue header */
  461. EXP100_SENDING_REQUEST, /* still sending the request but will wait for
  462. the 100 header once done with the request */
  463. EXP100_FAILED /* used on 417 Expectation Failed */
  464. };
  465. /*
  466. * Request specific data in the easy handle (SessionHandle). Previously,
  467. * these members were on the connectdata struct but since a conn struct may
  468. * now be shared between different SessionHandles, we store connection-specific
  469. * data here. This struct only keeps stuff that's interesting for *this*
  470. * request, as it will be cleared between multiple ones
  471. */
  472. struct SingleRequest {
  473. curl_off_t size; /* -1 if unknown at this point */
  474. curl_off_t *bytecountp; /* return number of bytes read or NULL */
  475. curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch,
  476. -1 means unlimited */
  477. curl_off_t *writebytecountp; /* return number of bytes written or NULL */
  478. curl_off_t bytecount; /* total number of bytes read */
  479. curl_off_t writebytecount; /* number of bytes written */
  480. long headerbytecount; /* only count received headers */
  481. long deductheadercount; /* this amount of bytes doesn't count when we check
  482. if anything has been transferred at the end of a
  483. connection. We use this counter to make only a
  484. 100 reply (without a following second response
  485. code) result in a CURLE_GOT_NOTHING error code */
  486. struct timeval start; /* transfer started at this time */
  487. struct timeval now; /* current time */
  488. bool header; /* incoming data has HTTP header */
  489. enum {
  490. HEADER_NORMAL, /* no bad header at all */
  491. HEADER_PARTHEADER, /* part of the chunk is a bad header, the rest
  492. is normal data */
  493. HEADER_ALLBAD /* all was believed to be header */
  494. } badheader; /* the header was deemed bad and will be
  495. written as body */
  496. int headerline; /* counts header lines to better track the
  497. first one */
  498. char *hbufp; /* points at *end* of header line */
  499. size_t hbuflen;
  500. char *str; /* within buf */
  501. char *str_start; /* within buf */
  502. char *end_ptr; /* within buf */
  503. char *p; /* within headerbuff */
  504. bool content_range; /* set TRUE if Content-Range: was found */
  505. curl_off_t offset; /* possible resume offset read from the
  506. Content-Range: header */
  507. int httpcode; /* error code from the 'HTTP/1.? XXX' or
  508. 'RTSP/1.? XXX' line */
  509. struct timeval start100; /* time stamp to wait for the 100 code from */
  510. enum expect100 exp100; /* expect 100 continue state */
  511. int auto_decoding; /* What content encoding. sec 3.5, RFC2616. */
  512. #define IDENTITY 0 /* No encoding */
  513. #define DEFLATE 1 /* zlib deflate [RFC 1950 & 1951] */
  514. #define GZIP 2 /* gzip algorithm [RFC 1952] */
  515. #define COMPRESS 3 /* Not handled, added for completeness */
  516. #ifdef HAVE_LIBZ
  517. zlibInitState zlib_init; /* possible zlib init state;
  518. undefined if Content-Encoding header. */
  519. z_stream z; /* State structure for zlib. */
  520. #endif
  521. time_t timeofdoc;
  522. long bodywrites;
  523. char *buf;
  524. char *uploadbuf;
  525. curl_socket_t maxfd;
  526. int keepon;
  527. bool upload_done; /* set to TRUE when doing chunked transfer-encoding upload
  528. and we're uploading the last chunk */
  529. bool ignorebody; /* we read a response-body but we ignore it! */
  530. bool ignorecl; /* This HTTP response has no body so we ignore the Content-
  531. Length: header */
  532. char *location; /* This points to an allocated version of the Location:
  533. header data */
  534. char *newurl; /* Set to the new URL to use when a redirect or a retry is
  535. wanted */
  536. /* 'upload_present' is used to keep a byte counter of how much data there is
  537. still left in the buffer, aimed for upload. */
  538. ssize_t upload_present;
  539. /* 'upload_fromhere' is used as a read-pointer when we uploaded parts of a
  540. buffer, so the next read should read from where this pointer points to,
  541. and the 'upload_present' contains the number of bytes available at this
  542. position */
  543. char *upload_fromhere;
  544. bool chunk; /* if set, this is a chunked transfer-encoding */
  545. bool upload_chunky; /* set TRUE if we are doing chunked transfer-encoding
  546. on upload */
  547. bool getheader; /* TRUE if header parsing is wanted */
  548. bool forbidchunk; /* used only to explicitly forbid chunk-upload for
  549. specific upload buffers. See readmoredata() in
  550. http.c for details. */
  551. };
  552. /*
  553. * Specific protocol handler.
  554. */
  555. struct Curl_handler {
  556. const char * scheme; /* URL scheme name. */
  557. /* Complement to setup_connection_internals(). */
  558. CURLcode (*setup_connection)(struct connectdata *);
  559. /* These two functions MUST be set to be protocol dependent */
  560. CURLcode (*do_it)(struct connectdata *, bool *done);
  561. Curl_done_func done;
  562. /* If the curl_do() function is better made in two halves, this
  563. * curl_do_more() function will be called afterwards, if set. For example
  564. * for doing the FTP stuff after the PASV/PORT command.
  565. */
  566. Curl_do_more_func do_more;
  567. /* This function *MAY* be set to a protocol-dependent function that is run
  568. * after the connect() and everything is done, as a step in the connection.
  569. * The 'done' pointer points to a bool that should be set to TRUE if the
  570. * function completes before return. If it doesn't complete, the caller
  571. * should call the curl_connecting() function until it is.
  572. */
  573. CURLcode (*connect_it)(struct connectdata *, bool *done);
  574. /* See above. Currently only used for FTP. */
  575. CURLcode (*connecting)(struct connectdata *, bool *done);
  576. CURLcode (*doing)(struct connectdata *, bool *done);
  577. /* Called from the multi interface during the PROTOCONNECT phase, and it
  578. should then return a proper fd set */
  579. int (*proto_getsock)(struct connectdata *conn,
  580. curl_socket_t *socks,
  581. int numsocks);
  582. /* Called from the multi interface during the DOING phase, and it should
  583. then return a proper fd set */
  584. int (*doing_getsock)(struct connectdata *conn,
  585. curl_socket_t *socks,
  586. int numsocks);
  587. /* Called from the multi interface during the DO_MORE phase, and it should
  588. then return a proper fd set */
  589. int (*domore_getsock)(struct connectdata *conn,
  590. curl_socket_t *socks,
  591. int numsocks);
  592. /* Called from the multi interface during the DO_DONE, PERFORM and
  593. WAITPERFORM phases, and it should then return a proper fd set. Not setting
  594. this will make libcurl use the generic default one. */
  595. int (*perform_getsock)(const struct connectdata *conn,
  596. curl_socket_t *socks,
  597. int numsocks);
  598. /* This function *MAY* be set to a protocol-dependent function that is run
  599. * by the curl_disconnect(), as a step in the disconnection. If the handler
  600. * is called because the connection has been considered dead, dead_connection
  601. * is set to TRUE.
  602. */
  603. CURLcode (*disconnect)(struct connectdata *, bool dead_connection);
  604. /* If used, this function gets called from transfer.c:readwrite_data() to
  605. allow the protocol to do extra reads/writes */
  606. CURLcode (*readwrite)(struct SessionHandle *data, struct connectdata *conn,
  607. ssize_t *nread, bool *readmore);
  608. long defport; /* Default port. */
  609. unsigned int protocol; /* See CURLPROTO_* */
  610. unsigned int flags; /* Extra particular characteristics, see PROTOPT_* */
  611. };
  612. #define PROTOPT_NONE 0 /* nothing extra */
  613. #define PROTOPT_SSL (1<<0) /* uses SSL */
  614. #define PROTOPT_DUAL (1<<1) /* this protocol uses two connections */
  615. #define PROTOPT_CLOSEACTION (1<<2) /* need action before socket close */
  616. /* some protocols will have to call the underlying functions without regard to
  617. what exact state the socket signals. IE even if the socket says "readable",
  618. the send function might need to be called while uploading, or vice versa.
  619. */
  620. #define PROTOPT_DIRLOCK (1<<3)
  621. #define PROTOPT_NONETWORK (1<<4) /* protocol doesn't use the network! */
  622. #define PROTOPT_NEEDSPWD (1<<5) /* needs a password, and if none is set it
  623. gets a default */
  624. #define PROTOPT_NOURLQUERY (1<<6) /* protocol can't handle
  625. url query strings (?foo=bar) ! */
  626. /* return the count of bytes sent, or -1 on error */
  627. typedef ssize_t (Curl_send)(struct connectdata *conn, /* connection data */
  628. int sockindex, /* socketindex */
  629. const void *buf, /* data to write */
  630. size_t len, /* max amount to write */
  631. CURLcode *err); /* error to return */
  632. /* return the count of bytes read, or -1 on error */
  633. typedef ssize_t (Curl_recv)(struct connectdata *conn, /* connection data */
  634. int sockindex, /* socketindex */
  635. char *buf, /* store data here */
  636. size_t len, /* max amount to read */
  637. CURLcode *err); /* error to return */
  638. /*
  639. * The connectdata struct contains all fields and variables that should be
  640. * unique for an entire connection.
  641. */
  642. struct connectdata {
  643. /* 'data' is the CURRENT SessionHandle using this connection -- take great
  644. caution that this might very well vary between different times this
  645. connection is used! */
  646. struct SessionHandle *data;
  647. /* chunk is for HTTP chunked encoding, but is in the general connectdata
  648. struct only because we can do just about any protocol through a HTTP proxy
  649. and a HTTP proxy may in fact respond using chunked encoding */
  650. struct Curl_chunker chunk;
  651. curl_closesocket_callback fclosesocket; /* function closing the socket(s) */
  652. void *closesocket_client;
  653. bool inuse; /* This is a marker for the connection cache logic. If this is
  654. TRUE this handle is being used by an easy handle and cannot
  655. be used by any other easy handle without careful
  656. consideration (== only for pipelining). */
  657. /**** Fields set when inited and not modified again */
  658. long connectindex; /* what index in the connection cache connects index this
  659. particular struct has */
  660. /* 'dns_entry' is the particular host we use. This points to an entry in the
  661. DNS cache and it will not get pruned while locked. It gets unlocked in
  662. Curl_done(). This entry will be NULL if the connection is re-used as then
  663. there is no name resolve done. */
  664. struct Curl_dns_entry *dns_entry;
  665. /* 'ip_addr' is the particular IP we connected to. It points to a struct
  666. within the DNS cache, so this pointer is only valid as long as the DNS
  667. cache entry remains locked. It gets unlocked in Curl_done() */
  668. Curl_addrinfo *ip_addr;
  669. /* 'ip_addr_str' is the ip_addr data as a human readable string.
  670. It remains available as long as the connection does, which is longer than
  671. the ip_addr itself. */
  672. char ip_addr_str[MAX_IPADR_LEN];
  673. unsigned int scope; /* address scope for IPv6 */
  674. int socktype; /* SOCK_STREAM or SOCK_DGRAM */
  675. struct hostname host;
  676. struct hostname proxy;
  677. long port; /* which port to use locally */
  678. unsigned short remote_port; /* what remote port to connect to,
  679. not the proxy port! */
  680. /* 'primary_ip' and 'primary_port' get filled with peer's numerical
  681. ip address and port number whenever an outgoing connection is
  682. *attempted* from the primary socket to a remote address. When more
  683. than one address is tried for a connection these will hold data
  684. for the last attempt. When the connection is actually established
  685. these are updated with data which comes directly from the socket. */
  686. char primary_ip[MAX_IPADR_LEN];
  687. long primary_port;
  688. /* 'local_ip' and 'local_port' get filled with local's numerical
  689. ip address and port number whenever an outgoing connection is
  690. **established** from the primary socket to a remote address. */
  691. char local_ip[MAX_IPADR_LEN];
  692. long local_port;
  693. char *user; /* user name string, allocated */
  694. char *passwd; /* password string, allocated */
  695. char *proxyuser; /* proxy user name string, allocated */
  696. char *proxypasswd; /* proxy password string, allocated */
  697. curl_proxytype proxytype; /* what kind of proxy that is in use */
  698. int httpversion; /* the HTTP version*10 reported by the server */
  699. int rtspversion; /* the RTSP version*10 reported by the server */
  700. struct timeval now; /* "current" time */
  701. struct timeval created; /* creation time */
  702. curl_socket_t sock[2]; /* two sockets, the second is used for the data
  703. transfer when doing FTP */
  704. bool sock_accepted[2]; /* TRUE if the socket on this index was created with
  705. accept() */
  706. Curl_recv *recv[2];
  707. Curl_send *send[2];
  708. struct ssl_connect_data ssl[2]; /* this is for ssl-stuff */
  709. struct ssl_config_data ssl_config;
  710. struct ConnectBits bits; /* various state-flags for this connection */
  711. /* connecttime: when connect() is called on the current IP address. Used to
  712. be able to track when to move on to try next IP - but only when the multi
  713. interface is used. */
  714. struct timeval connecttime;
  715. /* The two fields below get set in Curl_connecthost */
  716. int num_addr; /* number of addresses to try to connect to */
  717. long timeoutms_per_addr; /* how long time in milliseconds to spend on
  718. trying to connect to each IP address */
  719. const struct Curl_handler *handler; /* Connection's protocol handler */
  720. const struct Curl_handler *given; /* The protocol first given */
  721. long ip_version; /* copied from the SessionHandle at creation time */
  722. /**** curl_get() phase fields */
  723. curl_socket_t sockfd; /* socket to read from or CURL_SOCKET_BAD */
  724. curl_socket_t writesockfd; /* socket to write to, it may very
  725. well be the same we read from.
  726. CURL_SOCKET_BAD disables */
  727. /** Dynamicly allocated strings, MUST be freed before this **/
  728. /** struct is killed. **/
  729. struct dynamically_allocated_data {
  730. char *proxyuserpwd;
  731. char *uagent;
  732. char *accept_encoding;
  733. char *userpwd;
  734. char *rangeline;
  735. char *ref;
  736. char *host;
  737. char *cookiehost;
  738. char *rtsp_transport;
  739. char *te; /* TE: request header */
  740. } allocptr;
  741. int sec_complete; /* if kerberos is enabled for this connection */
  742. #if defined(HAVE_KRB4) || defined(HAVE_GSSAPI)
  743. enum protection_level command_prot;
  744. enum protection_level data_prot;
  745. enum protection_level request_data_prot;
  746. size_t buffer_size;
  747. struct krb4buffer in_buffer;
  748. void *app_data;
  749. const struct Curl_sec_client_mech *mech;
  750. struct sockaddr_in local_addr;
  751. #endif
  752. /* the two following *_inuse fields are only flags, not counters in any way.
  753. If TRUE it means the channel is in use, and if FALSE it means the channel
  754. is up for grabs by one. */
  755. bool readchannel_inuse; /* whether the read channel is in use by an easy
  756. handle */
  757. bool writechannel_inuse; /* whether the write channel is in use by an easy
  758. handle */
  759. bool server_supports_pipelining; /* TRUE if server supports pipelining,
  760. set after first response */
  761. struct curl_llist *send_pipe; /* List of handles waiting to
  762. send on this pipeline */
  763. struct curl_llist *recv_pipe; /* List of handles waiting to read
  764. their responses on this pipeline */
  765. struct curl_llist *pend_pipe; /* List of pending handles on
  766. this pipeline */
  767. struct curl_llist *done_pipe; /* Handles that are finished, but
  768. still reference this connectdata */
  769. #define MAX_PIPELINE_LENGTH 5
  770. char* master_buffer; /* The master buffer allocated on-demand;
  771. used for pipelining. */
  772. size_t read_pos; /* Current read position in the master buffer */
  773. size_t buf_len; /* Length of the buffer?? */
  774. curl_seek_callback seek_func; /* function that seeks the input */
  775. void *seek_client; /* pointer to pass to the seek() above */
  776. /*************** Request - specific items ************/
  777. /* previously this was in the urldata struct */
  778. curl_read_callback fread_func; /* function that reads the input */
  779. void *fread_in; /* pointer to pass to the fread() above */
  780. struct ntlmdata ntlm; /* NTLM differs from other authentication schemes
  781. because it authenticates connections, not
  782. single requests! */
  783. struct ntlmdata proxyntlm; /* NTLM data for proxy */
  784. #if defined(USE_NTLM) && defined(NTLM_WB_ENABLED)
  785. /* used for communication with Samba's winbind daemon helper ntlm_auth */
  786. curl_socket_t ntlm_auth_hlpr_socket;
  787. pid_t ntlm_auth_hlpr_pid;
  788. char* challenge_header;
  789. char* response_header;
  790. #endif
  791. char syserr_buf [256]; /* buffer for Curl_strerror() */
  792. #ifdef CURLRES_ASYNCH
  793. /* data used for the asynch name resolve callback */
  794. struct Curl_async async;
  795. #endif
  796. /* These three are used for chunked-encoding trailer support */
  797. char *trailer; /* allocated buffer to store trailer in */
  798. int trlMax; /* allocated buffer size */
  799. int trlPos; /* index of where to store data */
  800. union {
  801. struct ftp_conn ftpc;
  802. struct ssh_conn sshc;
  803. struct tftp_state_data *tftpc;
  804. struct imap_conn imapc;
  805. struct pop3_conn pop3c;
  806. struct smtp_conn smtpc;
  807. struct rtsp_conn rtspc;
  808. void *generic;
  809. } proto;
  810. int cselect_bits; /* bitmask of socket events */
  811. int waitfor; /* current READ/WRITE bits to wait for */
  812. #if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI)
  813. int socks5_gssapi_enctype;
  814. #endif
  815. long verifypeer;
  816. long verifyhost;
  817. /* When this connection is created, store the conditions for the local end
  818. bind. This is stored before the actual bind and before any connection is
  819. made and will serve the purpose of being used for comparison reasons so
  820. that subsequent bound-requested connections aren't accidentally re-using
  821. wrong connections. */
  822. char *localdev;
  823. unsigned short localport;
  824. int localportrange;
  825. };
  826. /* The end of connectdata. */
  827. /*
  828. * Struct to keep statistical and informational data.
  829. */
  830. struct PureInfo {
  831. int httpcode; /* Recent HTTP, FTP, or RTSP response code */
  832. int httpproxycode; /* response code from proxy when received separate */
  833. int httpversion; /* the http version number X.Y = X*10+Y */
  834. long filetime; /* If requested, this is might get set. Set to -1 if the time
  835. was unretrievable. We cannot have this of type time_t,
  836. since time_t is unsigned on several platforms such as
  837. OpenVMS. */
  838. bool timecond; /* set to TRUE if the time condition didn't match, which
  839. thus made the document NOT get fetched */
  840. long header_size; /* size of read header(s) in bytes */
  841. long request_size; /* the amount of bytes sent in the request(s) */
  842. long proxyauthavail; /* what proxy auth types were announced */
  843. long httpauthavail; /* what host auth types were announced */
  844. long numconnects; /* how many new connection did libcurl created */
  845. char *contenttype; /* the content type of the object */
  846. char *wouldredirect; /* URL this would've been redirected to if asked to */
  847. /* PureInfo members 'conn_primary_ip', 'conn_primary_port', 'conn_local_ip'
  848. and, 'conn_local_port' are copied over from the connectdata struct in
  849. order to allow curl_easy_getinfo() to return this information even when
  850. the session handle is no longer associated with a connection, and also
  851. allow curl_easy_reset() to clear this information from the session handle
  852. without disturbing information which is still alive, and that might be
  853. reused, in the connection cache. */
  854. char conn_primary_ip[MAX_IPADR_LEN];
  855. long conn_primary_port;
  856. char conn_local_ip[MAX_IPADR_LEN];
  857. long conn_local_port;
  858. struct curl_certinfo certs; /* info about the certs, only populated in
  859. OpenSSL builds. Asked for with
  860. CURLOPT_CERTINFO / CURLINFO_CERTINFO */
  861. };
  862. struct Progress {
  863. long lastshow; /* time() of the last displayed progress meter or NULL to
  864. force redraw at next call */
  865. curl_off_t size_dl; /* total expected size */
  866. curl_off_t size_ul; /* total expected size */
  867. curl_off_t downloaded; /* transferred so far */
  868. curl_off_t uploaded; /* transferred so far */
  869. curl_off_t current_speed; /* uses the currently fastest transfer */
  870. bool callback; /* set when progress callback is used */
  871. int width; /* screen width at download start */
  872. int flags; /* see progress.h */
  873. double timespent;
  874. curl_off_t dlspeed;
  875. curl_off_t ulspeed;
  876. double t_nslookup;
  877. double t_connect;
  878. double t_appconnect;
  879. double t_pretransfer;
  880. double t_starttransfer;
  881. double t_redirect;
  882. struct timeval start;
  883. struct timeval t_startsingle;
  884. struct timeval t_acceptdata;
  885. #define CURR_TIME (5+1) /* 6 entries for 5 seconds */
  886. curl_off_t speeder[ CURR_TIME ];
  887. struct timeval speeder_time[ CURR_TIME ];
  888. int speeder_c;
  889. };
  890. typedef enum {
  891. HTTPREQ_NONE, /* first in list */
  892. HTTPREQ_GET,
  893. HTTPREQ_POST,
  894. HTTPREQ_POST_FORM, /* we make a difference internally */
  895. HTTPREQ_PUT,
  896. HTTPREQ_HEAD,
  897. HTTPREQ_CUSTOM,
  898. HTTPREQ_LAST /* last in list */
  899. } Curl_HttpReq;
  900. typedef enum {
  901. RTSPREQ_NONE, /* first in list */
  902. RTSPREQ_OPTIONS,
  903. RTSPREQ_DESCRIBE,
  904. RTSPREQ_ANNOUNCE,
  905. RTSPREQ_SETUP,
  906. RTSPREQ_PLAY,
  907. RTSPREQ_PAUSE,
  908. RTSPREQ_TEARDOWN,
  909. RTSPREQ_GET_PARAMETER,
  910. RTSPREQ_SET_PARAMETER,
  911. RTSPREQ_RECORD,
  912. RTSPREQ_RECEIVE,
  913. RTSPREQ_LAST /* last in list */
  914. } Curl_RtspReq;
  915. /*
  916. * Values that are generated, temporary or calculated internally for a
  917. * "session handle" must be defined within the 'struct UrlState'. This struct
  918. * will be used within the SessionHandle struct. When the 'SessionHandle'
  919. * struct is cloned, this data MUST NOT be copied.
  920. *
  921. * Remember that any "state" information goes globally for the curl handle.
  922. * Session-data MUST be put in the connectdata struct and here. */
  923. #define MAX_CURL_USER_LENGTH 256
  924. #define MAX_CURL_PASSWORD_LENGTH 256
  925. #define MAX_CURL_USER_LENGTH_TXT "255"
  926. #define MAX_CURL_PASSWORD_LENGTH_TXT "255"
  927. struct auth {
  928. long want; /* Bitmask set to the authentication methods wanted by the app
  929. (with CURLOPT_HTTPAUTH or CURLOPT_PROXYAUTH). */
  930. long picked;
  931. long avail; /* bitmask for what the server reports to support for this
  932. resource */
  933. bool done; /* TRUE when the auth phase is done and ready to do the *actual*
  934. request */
  935. bool multi; /* TRUE if this is not yet authenticated but within the auth
  936. multipass negotiation */
  937. bool iestyle; /* TRUE if digest should be done IE-style or FALSE if it should
  938. be RFC compliant */
  939. };
  940. struct conncache {
  941. /* 'connects' will be an allocated array with pointers. If the pointer is
  942. set, it holds an allocated connection. */
  943. struct connectdata **connects;
  944. long num; /* number of entries of the 'connects' array */
  945. enum {
  946. CONNCACHE_PRIVATE, /* used for an easy handle alone */
  947. CONNCACHE_MULTI /* shared within a multi handle */
  948. } type;
  949. };
  950. struct UrlState {
  951. enum {
  952. Curl_if_none,
  953. Curl_if_easy,
  954. Curl_if_multi
  955. } used_interface;
  956. struct conncache *connc; /* points to the connection cache this handle
  957. uses */
  958. /* buffers to store authentication data in, as parsed from input options */
  959. struct timeval keeps_speed; /* for the progress meter really */
  960. long lastconnect; /* index of most recent connect or -1 if undefined */
  961. char *headerbuff; /* allocated buffer to store headers in */
  962. size_t headersize; /* size of the allocation */
  963. char buffer[BUFSIZE+1]; /* download buffer */
  964. char uploadbuffer[BUFSIZE+1]; /* upload buffer */
  965. curl_off_t current_speed; /* the ProgressShow() funcion sets this,
  966. bytes / second */
  967. bool this_is_a_follow; /* this is a followed Location: request */
  968. char *first_host; /* if set, this should be the host name that we will
  969. sent authorization to, no else. Used to make Location:
  970. following not keep sending user+password... This is
  971. strdup() data.
  972. */
  973. struct curl_ssl_session *session; /* array of 'numsessions' size */
  974. long sessionage; /* number of the most recent session */
  975. char *tempwrite; /* allocated buffer to keep data in when a write
  976. callback returns to make the connection paused */
  977. size_t tempwritesize; /* size of the 'tempwrite' allocated buffer */
  978. int tempwritetype; /* type of the 'tempwrite' buffer as a bitmask that is
  979. used with Curl_client_write() */
  980. char *scratch; /* huge buffer[BUFSIZE*2] when doing upload CRLF replacing */
  981. bool errorbuf; /* Set to TRUE if the error buffer is already filled in.
  982. This must be set to FALSE every time _easy_perform() is
  983. called. */
  984. int os_errno; /* filled in with errno whenever an error occurs */
  985. #ifdef HAVE_SIGNAL
  986. /* storage for the previous bag^H^H^HSIGPIPE signal handler :-) */
  987. void (*prev_signal)(int sig);
  988. #endif
  989. bool allow_port; /* Is set.use_port allowed to take effect or not. This
  990. is always set TRUE when curl_easy_perform() is called. */
  991. struct digestdata digest; /* state data for host Digest auth */
  992. struct digestdata proxydigest; /* state data for proxy Digest auth */
  993. #ifdef USE_HTTP_NEGOTIATE
  994. struct negotiatedata negotiate; /* state data for host Negotiate auth */
  995. struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
  996. #endif
  997. struct auth authhost; /* auth details for host */
  998. struct auth authproxy; /* auth details for proxy */
  999. bool authproblem; /* TRUE if there's some problem authenticating */
  1000. void *resolver; /* resolver state, if it is used in the URL state -
  1001. ares_channel f.e. */
  1002. #if defined(USE_SSLEAY) && defined(HAVE_OPENSSL_ENGINE_H)
  1003. ENGINE *engine;
  1004. #endif /* USE_SSLEAY */
  1005. struct timeval expiretime; /* set this with Curl_expire() only */
  1006. struct Curl_tree timenode; /* for the splay stuff */
  1007. struct curl_llist *timeoutlist; /* list of pending timeouts */
  1008. /* a place to store the most recently set FTP entrypath */
  1009. char *most_recent_ftp_entrypath;
  1010. /* set after initial USER failure, to prevent an authentication loop */
  1011. bool ftp_trying_alternative;
  1012. int httpversion; /* the lowest HTTP version*10 reported by any server
  1013. involved in this request */
  1014. bool expect100header; /* TRUE if we added Expect: 100-continue */
  1015. bool pipe_broke; /* TRUE if the connection we were pipelined on broke
  1016. and we need to restart from the beginning */
  1017. #if !defined(WIN32) && !defined(MSDOS) && !defined(__EMX__) && \
  1018. !defined(__SYMBIAN32__)
  1019. /* do FTP line-end conversions on most platforms */
  1020. #define CURL_DO_LINEEND_CONV
  1021. /* for FTP downloads: track CRLF sequences that span blocks */
  1022. bool prev_block_had_trailing_cr;
  1023. /* for FTP downloads: how many CRLFs did we converted to LFs? */
  1024. curl_off_t crlf_conversions;
  1025. #endif
  1026. /* If set to non-NULL, there's a connection in a shared connection cache
  1027. that uses this handle so we can't kill this SessionHandle just yet but
  1028. must keep it around and add it to the list of handles to kill once all
  1029. its connections are gone */
  1030. void *shared_conn;
  1031. bool closed; /* set to TRUE when curl_easy_cleanup() has been called on this
  1032. handle, but it is kept around as mentioned for
  1033. shared_conn */
  1034. char *pathbuffer;/* allocated buffer to store the URL's path part in */
  1035. char *path; /* path to use, points to somewhere within the pathbuffer
  1036. area */
  1037. bool slash_removed; /* set TRUE if the 'path' points to a path where the
  1038. initial URL slash separator has been taken off */
  1039. bool use_range;
  1040. bool rangestringalloc; /* the range string is malloc()'ed */
  1041. char *range; /* range, if used. See README for detailed specification on
  1042. this syntax. */
  1043. curl_off_t resume_from; /* continue [ftp] transfer from here */
  1044. /* This RTSP state information survives requests and connections */
  1045. long rtsp_next_client_CSeq; /* the session's next client CSeq */
  1046. long rtsp_next_server_CSeq; /* the session's next server CSeq */
  1047. long rtsp_CSeq_recv; /* most recent CSeq received */
  1048. /* Protocol specific data.
  1049. *
  1050. *************************************************************************
  1051. * Note that this data will be REMOVED after each request, so anything that
  1052. * should be kept/stored on a per-connection basis and thus live for the
  1053. * next request on the same connection MUST be put in the connectdata struct!
  1054. *************************************************************************/
  1055. union {
  1056. struct HTTP *http;
  1057. struct HTTP *https; /* alias, just for the sake of being more readable */
  1058. struct RTSP *rtsp;
  1059. struct FTP *ftp;
  1060. /* void *tftp; not used */
  1061. struct FILEPROTO *file;
  1062. void *telnet; /* private for telnet.c-eyes only */
  1063. void *generic;
  1064. struct SSHPROTO *ssh;
  1065. struct FTP *imap;
  1066. struct FTP *pop3;
  1067. struct FTP *smtp;
  1068. } proto;
  1069. /* current user of this SessionHandle instance, or NULL */
  1070. struct connectdata *current_conn;
  1071. /* if true, force SSL connection retry (workaround for certain servers) */
  1072. bool ssl_connect_retry;
  1073. };
  1074. /*
  1075. * This 'DynamicStatic' struct defines dynamic states that actually change
  1076. * values in the 'UserDefined' area, which MUST be taken into consideration
  1077. * if the UserDefined struct is cloned or similar. You can probably just
  1078. * copy these, but each one indicate a special action on other data.
  1079. */
  1080. struct DynamicStatic {
  1081. char *url; /* work URL, copied from UserDefined */
  1082. bool url_alloc; /* URL string is malloc()'ed */
  1083. char *referer; /* referer string */
  1084. bool referer_alloc; /* referer sting is malloc()ed */
  1085. struct curl_slist *cookielist; /* list of cookie files set by
  1086. curl_easy_setopt(COOKIEFILE) calls */
  1087. struct curl_slist *resolve; /* set to point to the set.resolve list when
  1088. this should be dealt with in pretransfer */
  1089. };
  1090. /*
  1091. * This 'UserDefined' struct must only contain data that is set once to go
  1092. * for many (perhaps) independent connections. Values that are generated or
  1093. * calculated internally for the "session handle" MUST be defined within the
  1094. * 'struct UrlState' instead. The only exceptions MUST note the changes in
  1095. * the 'DynamicStatic' struct.
  1096. * Character pointer fields point to dynamic storage, unless otherwise stated.
  1097. */
  1098. struct Curl_one_easy; /* declared and used only in multi.c */
  1099. struct Curl_multi; /* declared and used only in multi.c */
  1100. enum dupstring {
  1101. STRING_CERT, /* client certificate file name */
  1102. STRING_CERT_TYPE, /* format for certificate (default: PEM)*/
  1103. STRING_COOKIE, /* HTTP cookie string to send */
  1104. STRING_COOKIEJAR, /* dump all cookies to this file */
  1105. STRING_CUSTOMREQUEST, /* HTTP/FTP/RTSP request/method to use */
  1106. STRING_DEVICE, /* local network interface/address to use */
  1107. STRING_ENCODING, /* Accept-Encoding string */
  1108. STRING_FTP_ACCOUNT, /* ftp account data */
  1109. STRING_FTP_ALTERNATIVE_TO_USER, /* command to send if USER/PASS fails */
  1110. STRING_FTPPORT, /* port to send with the FTP PORT command */
  1111. STRING_KEY, /* private key file name */
  1112. STRING_KEY_PASSWD, /* plain text private key password */
  1113. STRING_KEY_TYPE, /* format for private key (default: PEM) */
  1114. STRING_KRB_LEVEL, /* krb security level */
  1115. STRING_NETRC_FILE, /* if not NULL, use this instead of trying to find
  1116. $HOME/.netrc */
  1117. STRING_COPYPOSTFIELDS, /* if POST, set the fields' values here */
  1118. STRING_PROXY, /* proxy to use */
  1119. STRING_SET_RANGE, /* range, if used */
  1120. STRING_SET_REFERER, /* custom string for the HTTP referer field */
  1121. STRING_SET_URL, /* what original URL to work on */
  1122. STRING_SSL_CAPATH, /* CA directory name (doesn't work on windows) */
  1123. STRING_SSL_CAFILE, /* certificate file to verify peer against */
  1124. STRING_SSL_CIPHER_LIST, /* list of ciphers to use */
  1125. STRING_SSL_EGDSOCKET, /* path to file containing the EGD daemon socket */
  1126. STRING_SSL_RANDOM_FILE, /* path to file containing "random" data */
  1127. STRING_USERAGENT, /* User-Agent string */
  1128. STRING_SSL_CRLFILE, /* crl file to check certificate */
  1129. STRING_SSL_ISSUERCERT, /* issuer cert file to check certificate */
  1130. STRING_USERNAME, /* <username>, if used */
  1131. STRING_PASSWORD, /* <password>, if used */
  1132. STRING_PROXYUSERNAME, /* Proxy <username>, if used */
  1133. STRING_PROXYPASSWORD, /* Proxy <password>, if used */
  1134. STRING_NOPROXY, /* List of hosts which should not use the proxy, if
  1135. used */
  1136. STRING_RTSP_SESSION_ID, /* Session ID to use */
  1137. STRING_RTSP_STREAM_URI, /* Stream URI for this request */
  1138. STRING_RTSP_TRANSPORT, /* Transport for this session */
  1139. #ifdef USE_LIBSSH2
  1140. STRING_SSH_PRIVATE_KEY, /* path to the private key file for auth */
  1141. STRING_SSH_PUBLIC_KEY, /* path to the public key file for auth */
  1142. STRING_SSH_HOST_PUBLIC_KEY_MD5, /* md5 of host public key in ascii hex */
  1143. STRING_SSH_KNOWNHOSTS, /* file name of knownhosts file */
  1144. #endif
  1145. #if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI)
  1146. STRING_SOCKS5_GSSAPI_SERVICE, /* GSSAPI service name */
  1147. #endif
  1148. STRING_MAIL_FROM,
  1149. #ifdef USE_TLS_SRP
  1150. STRING_TLSAUTH_USERNAME, /* TLS auth <username> */
  1151. STRING_TLSAUTH_PASSWORD, /* TLS auth <password> */
  1152. #endif
  1153. /* -- end of strings -- */
  1154. STRING_LAST /* not used, just an end-of-list marker */
  1155. };
  1156. struct UserDefined {
  1157. FILE *err; /* the stderr user data goes here */
  1158. void *debugdata; /* the data that will be passed to fdebug */
  1159. char *errorbuffer; /* (Static) store failure messages in here */
  1160. long proxyport; /* If non-zero, use this port number by default. If the
  1161. proxy string features a ":[port]" that one will override
  1162. this. */
  1163. void *out; /* the fetched file goes here */
  1164. void *in; /* the uploaded file is read from here */
  1165. void *writeheader; /* write the header to this if non-NULL */
  1166. void *rtp_out; /* write RTP to this if non-NULL */
  1167. long use_port; /* which port to use (when not using default) */
  1168. long httpauth; /* what kind of HTTP authentication to use (bitmask) */
  1169. long proxyauth; /* what kind of proxy authentication to use (bitmask) */
  1170. long followlocation; /* as in HTTP Location: */
  1171. long maxredirs; /* maximum no. of http(s) redirects to follow, set to -1
  1172. for infinity */
  1173. bool post301; /* Obey RFC 2616/10.3.2 and keep POSTs as POSTs after a
  1174. 301 */
  1175. bool post302; /* keep POSTs as POSTs after a 302 */
  1176. bool free_referer; /* set TRUE if 'referer' points to a string we
  1177. allocated */
  1178. void *postfields; /* if POST, set the fields' values here */
  1179. curl_seek_callback seek_func; /* function that seeks the input */
  1180. curl_off_t postfieldsize; /* if POST, this might have a size to use instead
  1181. of strlen(), and then the data *may* be binary
  1182. (contain zero bytes) */
  1183. unsigned short localport; /* local port number to bind to */
  1184. int localportrange; /* number of additional port numbers to test in case the
  1185. 'localport' one can't be bind()ed */
  1186. curl_write_callback fwrite_func; /* function that stores the output */
  1187. curl_write_callback fwrite_header; /* function that stores headers */
  1188. curl_write_callback fwrite_rtp; /* function that stores interleaved RTP */
  1189. curl_read_callback fread_func; /* function that reads the input */
  1190. int is_fread_set; /* boolean, has read callback been set to non-NULL? */
  1191. int is_fwrite_set; /* boolean, has write callback been set to non-NULL? */
  1192. curl_progress_callback fprogress; /* function for progress information */
  1193. curl_debug_callback fdebug; /* function that write informational data */
  1194. curl_ioctl_callback ioctl_func; /* function for I/O control */
  1195. curl_sockopt_callback fsockopt; /* function for setting socket options */
  1196. void *sockopt_client; /* pointer to pass to the socket options callback */
  1197. curl_opensocket_callback fopensocket; /* function for checking/translating
  1198. the address and opening the
  1199. socket */
  1200. void* opensocket_client;
  1201. curl_closesocket_callback fclosesocket; /* function for closing the
  1202. socket */
  1203. void* closesocket_client;
  1204. void *seek_client; /* pointer to pass to the seek callback */
  1205. /* the 3 curl_conv_callback functions below are used on non-ASCII hosts */
  1206. /* function to convert from the network encoding: */
  1207. curl_conv_callback convfromnetwork;
  1208. /* function to convert to the network encoding: */
  1209. curl_conv_callback convtonetwork;
  1210. /* function to convert from UTF-8 encoding: */
  1211. curl_conv_callback convfromutf8;
  1212. void *progress_client; /* pointer to pass to the progress callback */
  1213. void *ioctl_client; /* pointer to pass to the ioctl callback */
  1214. long timeout; /* in milliseconds, 0 means no timeout */
  1215. long connecttimeout; /* in milliseconds, 0 means no timeout */
  1216. long accepttimeout; /* in milliseconds, 0 means no timeout */
  1217. long server_response_timeout; /* in milliseconds, 0 means no timeout */
  1218. long tftp_blksize ; /* in bytes, 0 means use default */
  1219. curl_off_t infilesize; /* size of file to upload, -1 means unknown */
  1220. long low_speed_limit; /* bytes/second */
  1221. long low_speed_time; /* number of seconds */
  1222. curl_off_t max_send_speed; /* high speed limit in bytes/second for upload */
  1223. curl_off_t max_recv_speed; /* high speed limit in bytes/second for
  1224. download */
  1225. curl_off_t set_resume_from; /* continue [ftp] transfer from here */
  1226. struct curl_slist *headers; /* linked list of extra headers */
  1227. struct curl_httppost *httppost; /* linked list of POST data */
  1228. bool cookiesession; /* new cookie session? */
  1229. bool crlf; /* convert crlf on ftp upload(?) */
  1230. struct curl_slist *quote; /* after connection is established */
  1231. struct curl_slist *postquote; /* after the transfer */
  1232. struct curl_slist *prequote; /* before the transfer, after type */
  1233. struct curl_slist *source_quote; /* 3rd party quote */
  1234. struct curl_slist *source_prequote; /* in 3rd party transfer mode - before
  1235. the transfer on source host */
  1236. struct curl_slist *source_postquote; /* in 3rd party transfer mode - after
  1237. the transfer on source host */
  1238. struct curl_slist *telnet_options; /* linked list of telnet options */
  1239. struct curl_slist *resolve; /* list of names to add/remove from
  1240. DNS cache */
  1241. curl_TimeCond timecondition; /* kind of time/date comparison */
  1242. time_t timevalue; /* what time to compare with */
  1243. Curl_HttpReq httpreq; /* what kind of HTTP request (if any) is this */
  1244. long httpversion; /* when non-zero, a specific HTTP version requested to
  1245. be used in the library's request(s) */
  1246. struct ssl_config_data ssl; /* user defined SSL stuff */
  1247. curl_proxytype proxytype; /* what kind of proxy that is in use */
  1248. long dns_cache_timeout; /* DNS cache timeout */
  1249. long buffer_size; /* size of receive buffer to use */
  1250. void *private_data; /* application-private data */
  1251. struct Curl_one_easy *one_easy; /* When adding an easy handle to a multi
  1252. handle, an internal 'Curl_one_easy'
  1253. struct is created and this is a pointer
  1254. to the particular struct associated with
  1255. this SessionHandle */
  1256. struct curl_slist *http200aliases; /* linked list of aliases for http200 */
  1257. long ipver; /* the CURL_IPRESOLVE_* defines in the public header file
  1258. 0 - whatever, 1 - v2, 2 - v6 */
  1259. curl_off_t max_filesize; /* Maximum file size to download */
  1260. curl_ftpfile ftp_filemethod; /* how to get to a file when FTP is used */
  1261. int ftp_create_missing_dirs; /* 1 - create directories that don't exist
  1262. 2 - the same but also allow MKD to fail once
  1263. */
  1264. curl_sshkeycallback ssh_keyfunc; /* key matching callback */
  1265. void *ssh_keyfunc_userp; /* custom pointer to callback */
  1266. /* Here follows boolean settings that define how to behave during
  1267. this session. They are STATIC, set by libcurl users or at least initially
  1268. and they don't change during operations. */
  1269. bool printhost; /* printing host name in debug info */
  1270. bool get_filetime; /* get the time and get of the remote file */
  1271. bool tunnel_thru_httpproxy; /* use CONNECT through a HTTP proxy */
  1272. bool prefer_ascii; /* ASCII rather than binary */
  1273. bool ftp_append; /* append, not overwrite, on upload */
  1274. bool ftp_list_only; /* switch FTP command for listing directories */
  1275. bool ftp_use_port; /* use the FTP PORT command */
  1276. bool hide_progress; /* don't use the progress meter */
  1277. bool http_fail_on_error; /* fail on HTTP error codes >= 300 */
  1278. bool http_follow_location; /* follow HTTP redirects */
  1279. bool http_transfer_encoding; /* request compressed HTTP transfer-encoding */
  1280. bool http_disable_hostname_check_before_authentication;
  1281. bool include_header; /* include received protocol headers in data output */
  1282. bool http_set_referer; /* is a custom referer used */
  1283. bool http_auto_referer; /* set "correct" referer when following location: */
  1284. bool opt_no_body; /* as set with CURLOPT_NO_BODY */
  1285. bool set_port; /* custom port number used */
  1286. bool upload; /* upload request */
  1287. enum CURL_NETRC_OPTION
  1288. use_netrc; /* defined in include/curl.h */
  1289. bool verbose; /* output verbosity */
  1290. bool krb; /* kerberos connection requested */
  1291. bool reuse_forbid; /* forbidden to be reused, close after use */
  1292. bool reuse_fresh; /* do not re-use an existing connection */
  1293. bool ftp_use_epsv; /* if EPSV is to be attempted or not */
  1294. bool ftp_use_eprt; /* if EPRT is to be attempted or not */
  1295. bool ftp_use_pret; /* if PRET is to be used before PASV or not */
  1296. curl_usessl use_ssl; /* if AUTH TLS is to be attempted etc, for FTP or
  1297. IMAP or POP3 or others! */
  1298. curl_ftpauth ftpsslauth; /* what AUTH XXX to be attempted */
  1299. curl_ftpccc ftp_ccc; /* FTP CCC options */
  1300. bool no_signal; /* do not use any signal/alarm handler */
  1301. bool global_dns_cache; /* subject for future removal */
  1302. bool tcp_nodelay; /* whether to enable TCP_NODELAY or not */
  1303. bool ignorecl; /* ignore content length */
  1304. bool ftp_skip_ip; /* skip the IP address the FTP server passes on to
  1305. us */
  1306. bool connect_only; /* make connection, let application use the socket */
  1307. long ssh_auth_types; /* allowed SSH auth types */
  1308. bool http_te_skip; /* pass the raw body data to the user, even when
  1309. transfer-encoded (chunked, compressed) */
  1310. bool http_ce_skip; /* pass the raw body data to the user, even when
  1311. content-encoded (chunked, compressed) */
  1312. long new_file_perms; /* Permissions to use when creating remote files */
  1313. long new_directory_perms; /* Permissions to use when creating remote dirs */
  1314. bool proxy_transfer_mode; /* set transfer mode (;type=<a|i>) when doing FTP
  1315. via an HTTP proxy */
  1316. char *str[STRING_LAST]; /* array of strings, pointing to allocated memory */
  1317. unsigned int scope; /* address scope for IPv6 */
  1318. long allowed_protocols;
  1319. long redir_protocols;
  1320. #if defined(HAVE_GSSAPI) || defined(USE_WINDOWS_SSPI)
  1321. long socks5_gssapi_nec; /* flag to support nec socks5 server */
  1322. #endif
  1323. struct curl_slist *mail_rcpt; /* linked list of mail recipients */
  1324. /* Common RTSP header options */
  1325. Curl_RtspReq rtspreq; /* RTSP request type */
  1326. long rtspversion; /* like httpversion, for RTSP */
  1327. bool wildcardmatch; /* enable wildcard matching */
  1328. curl_chunk_bgn_callback chunk_bgn; /* called before part of transfer
  1329. starts */
  1330. curl_chunk_end_callback chunk_end; /* called after part transferring
  1331. stopped */
  1332. curl_fnmatch_callback fnmatch; /* callback to decide which file corresponds
  1333. to pattern (e.g. if WILDCARDMATCH is on) */
  1334. void *fnmatch_data;
  1335. long gssapi_delegation; /* GSSAPI credential delegation, see the
  1336. documentation of CURLOPT_GSSAPI_DELEGATION */
  1337. };
  1338. struct Names {
  1339. struct curl_hash *hostcache;
  1340. enum {
  1341. HCACHE_NONE, /* not pointing to anything */
  1342. HCACHE_PRIVATE, /* points to our own */
  1343. HCACHE_GLOBAL, /* points to the (shrug) global one */
  1344. HCACHE_MULTI, /* points to a shared one in the multi handle */
  1345. HCACHE_SHARED /* points to a shared one in a shared object */
  1346. } hostcachetype;
  1347. };
  1348. /*
  1349. * The 'connectdata' struct MUST have all the connection oriented stuff as we
  1350. * may have several simultaneous connections and connection structs in memory.
  1351. *
  1352. * The 'struct UserDefined' must only contain data that is set once to go for
  1353. * many (perhaps) independent connections. Values that are generated or
  1354. * calculated internally for the "session handle" must be defined within the
  1355. * 'struct UrlState' instead.
  1356. */
  1357. struct SessionHandle {
  1358. struct Names dns;
  1359. struct Curl_multi *multi; /* if non-NULL, points to the multi handle
  1360. struct to which this "belongs" */
  1361. struct Curl_one_easy *multi_pos; /* if non-NULL, points to its position
  1362. in multi controlling structure to assist
  1363. in removal. */
  1364. struct Curl_share *share; /* Share, handles global variable mutexing */
  1365. struct SingleRequest req; /* Request-specific data */
  1366. struct UserDefined set; /* values set by the libcurl user */
  1367. struct DynamicStatic change; /* possibly modified userdefined data */
  1368. struct CookieInfo *cookies; /* the cookies, read from files and servers.
  1369. NOTE that the 'cookie' field in the
  1370. UserDefined struct defines if the "engine"
  1371. is to be used or not. */
  1372. struct Progress progress; /* for all the progress meter data */
  1373. struct UrlState state; /* struct for fields used for state info and
  1374. other dynamic purposes */
  1375. struct WildcardData wildcard; /* wildcard download state info */
  1376. struct PureInfo info; /* stats, reports and info data */
  1377. #if defined(CURL_DOES_CONVERSIONS) && defined(HAVE_ICONV)
  1378. iconv_t outbound_cd; /* for translating to the network encoding */
  1379. iconv_t inbound_cd; /* for translating from the network encoding */
  1380. iconv_t utf8_cd; /* for translating to UTF8 */
  1381. #endif /* CURL_DOES_CONVERSIONS && HAVE_ICONV */
  1382. unsigned int magic; /* set to a CURLEASY_MAGIC_NUMBER */
  1383. };
  1384. #define LIBCURL_NAME "libcurl"
  1385. #endif /* HEADER_CURL_URLDATA_H */