connection_edge.c 108 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987
  1. /* Copyright (c) 2001 Matej Pfajfar.
  2. * Copyright (c) 2001-2004, Roger Dingledine.
  3. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
  4. * Copyright (c) 2007-2012, The Tor Project, Inc. */
  5. /* See LICENSE for licensing information */
  6. /**
  7. * \file connection_edge.c
  8. * \brief Handle edge streams.
  9. **/
  10. #define CONNECTION_EDGE_PRIVATE
  11. #include "or.h"
  12. #include "addressmap.h"
  13. #include "buffers.h"
  14. #include "channel.h"
  15. #include "circuitlist.h"
  16. #include "circuituse.h"
  17. #include "config.h"
  18. #include "connection.h"
  19. #include "connection_edge.h"
  20. #include "connection_or.h"
  21. #include "control.h"
  22. #include "dns.h"
  23. #include "dnsserv.h"
  24. #include "dirserv.h"
  25. #include "hibernate.h"
  26. #include "main.h"
  27. #include "nodelist.h"
  28. #include "policies.h"
  29. #include "reasons.h"
  30. #include "relay.h"
  31. #include "rendclient.h"
  32. #include "rendcommon.h"
  33. #include "rendservice.h"
  34. #include "rephist.h"
  35. #include "router.h"
  36. #include "routerlist.h"
  37. #include "routerset.h"
  38. #ifdef HAVE_LINUX_TYPES_H
  39. #include <linux/types.h>
  40. #endif
  41. #ifdef HAVE_LINUX_NETFILTER_IPV4_H
  42. #include <linux/netfilter_ipv4.h>
  43. #define TRANS_NETFILTER
  44. #endif
  45. #if defined(HAVE_NET_IF_H) && defined(HAVE_NET_PFVAR_H)
  46. #include <net/if.h>
  47. #include <net/pfvar.h>
  48. #define TRANS_PF
  49. #endif
  50. #define SOCKS4_GRANTED 90
  51. #define SOCKS4_REJECT 91
  52. static int connection_ap_handshake_process_socks(entry_connection_t *conn);
  53. static int connection_ap_process_natd(entry_connection_t *conn);
  54. static int connection_exit_connect_dir(edge_connection_t *exitconn);
  55. static int consider_plaintext_ports(entry_connection_t *conn, uint16_t port);
  56. static int connection_ap_supports_optimistic_data(const entry_connection_t *);
  57. /** An AP stream has failed/finished. If it hasn't already sent back
  58. * a socks reply, send one now (based on endreason). Also set
  59. * has_sent_end to 1, and mark the conn.
  60. */
  61. void
  62. connection_mark_unattached_ap_(entry_connection_t *conn, int endreason,
  63. int line, const char *file)
  64. {
  65. connection_t *base_conn = ENTRY_TO_CONN(conn);
  66. edge_connection_t *edge_conn = ENTRY_TO_EDGE_CONN(conn);
  67. tor_assert(base_conn->type == CONN_TYPE_AP);
  68. ENTRY_TO_EDGE_CONN(conn)->edge_has_sent_end = 1; /* no circ yet */
  69. /* If this is a rendezvous stream and it is failing without ever
  70. * being attached to a circuit, assume that an attempt to connect to
  71. * the destination hidden service has just ended.
  72. *
  73. * XXXX This condition doesn't limit to only streams failing
  74. * without ever being attached. That sloppiness should be harmless,
  75. * but we should fix it someday anyway. */
  76. if ((edge_conn->on_circuit != NULL || edge_conn->edge_has_sent_end) &&
  77. connection_edge_is_rendezvous_stream(edge_conn)) {
  78. rend_client_note_connection_attempt_ended(
  79. edge_conn->rend_data->onion_address);
  80. }
  81. if (base_conn->marked_for_close) {
  82. /* This call will warn as appropriate. */
  83. connection_mark_for_close_(base_conn, line, file);
  84. return;
  85. }
  86. if (!conn->socks_request->has_finished) {
  87. if (endreason & END_STREAM_REASON_FLAG_ALREADY_SOCKS_REPLIED)
  88. log_warn(LD_BUG,
  89. "stream (marked at %s:%d) sending two socks replies?",
  90. file, line);
  91. if (SOCKS_COMMAND_IS_CONNECT(conn->socks_request->command))
  92. connection_ap_handshake_socks_reply(conn, NULL, 0, endreason);
  93. else if (SOCKS_COMMAND_IS_RESOLVE(conn->socks_request->command))
  94. connection_ap_handshake_socks_resolved(conn,
  95. RESOLVED_TYPE_ERROR_TRANSIENT,
  96. 0, NULL, -1, -1);
  97. else /* unknown or no handshake at all. send no response. */
  98. conn->socks_request->has_finished = 1;
  99. }
  100. connection_mark_and_flush_(base_conn, line, file);
  101. ENTRY_TO_EDGE_CONN(conn)->end_reason = endreason;
  102. }
  103. /** There was an EOF. Send an end and mark the connection for close.
  104. */
  105. int
  106. connection_edge_reached_eof(edge_connection_t *conn)
  107. {
  108. if (connection_get_inbuf_len(TO_CONN(conn)) &&
  109. connection_state_is_open(TO_CONN(conn))) {
  110. /* it still has stuff to process. don't let it die yet. */
  111. return 0;
  112. }
  113. log_info(LD_EDGE,"conn (fd %d) reached eof. Closing.", conn->base_.s);
  114. if (!conn->base_.marked_for_close) {
  115. /* only mark it if not already marked. it's possible to
  116. * get the 'end' right around when the client hangs up on us. */
  117. connection_edge_end(conn, END_STREAM_REASON_DONE);
  118. if (conn->base_.type == CONN_TYPE_AP) {
  119. /* eof, so don't send a socks reply back */
  120. if (EDGE_TO_ENTRY_CONN(conn)->socks_request)
  121. EDGE_TO_ENTRY_CONN(conn)->socks_request->has_finished = 1;
  122. }
  123. connection_mark_for_close(TO_CONN(conn));
  124. }
  125. return 0;
  126. }
  127. /** Handle new bytes on conn->inbuf based on state:
  128. * - If it's waiting for socks info, try to read another step of the
  129. * socks handshake out of conn->inbuf.
  130. * - If it's waiting for the original destination, fetch it.
  131. * - If it's open, then package more relay cells from the stream.
  132. * - Else, leave the bytes on inbuf alone for now.
  133. *
  134. * Mark and return -1 if there was an unexpected error with the conn,
  135. * else return 0.
  136. */
  137. int
  138. connection_edge_process_inbuf(edge_connection_t *conn, int package_partial)
  139. {
  140. tor_assert(conn);
  141. switch (conn->base_.state) {
  142. case AP_CONN_STATE_SOCKS_WAIT:
  143. if (connection_ap_handshake_process_socks(EDGE_TO_ENTRY_CONN(conn)) <0) {
  144. /* already marked */
  145. return -1;
  146. }
  147. return 0;
  148. case AP_CONN_STATE_NATD_WAIT:
  149. if (connection_ap_process_natd(EDGE_TO_ENTRY_CONN(conn)) < 0) {
  150. /* already marked */
  151. return -1;
  152. }
  153. return 0;
  154. case AP_CONN_STATE_OPEN:
  155. case EXIT_CONN_STATE_OPEN:
  156. if (connection_edge_package_raw_inbuf(conn, package_partial, NULL) < 0) {
  157. /* (We already sent an end cell if possible) */
  158. connection_mark_for_close(TO_CONN(conn));
  159. return -1;
  160. }
  161. return 0;
  162. case AP_CONN_STATE_CONNECT_WAIT:
  163. if (connection_ap_supports_optimistic_data(EDGE_TO_ENTRY_CONN(conn))) {
  164. log_info(LD_EDGE,
  165. "data from edge while in '%s' state. Sending it anyway. "
  166. "package_partial=%d, buflen=%ld",
  167. conn_state_to_string(conn->base_.type, conn->base_.state),
  168. package_partial,
  169. (long)connection_get_inbuf_len(TO_CONN(conn)));
  170. if (connection_edge_package_raw_inbuf(conn, package_partial, NULL)<0) {
  171. /* (We already sent an end cell if possible) */
  172. connection_mark_for_close(TO_CONN(conn));
  173. return -1;
  174. }
  175. return 0;
  176. }
  177. /* Fall through if the connection is on a circuit without optimistic
  178. * data support. */
  179. case EXIT_CONN_STATE_CONNECTING:
  180. case AP_CONN_STATE_RENDDESC_WAIT:
  181. case AP_CONN_STATE_CIRCUIT_WAIT:
  182. case AP_CONN_STATE_RESOLVE_WAIT:
  183. case AP_CONN_STATE_CONTROLLER_WAIT:
  184. log_info(LD_EDGE,
  185. "data from edge while in '%s' state. Leaving it on buffer.",
  186. conn_state_to_string(conn->base_.type, conn->base_.state));
  187. return 0;
  188. }
  189. log_warn(LD_BUG,"Got unexpected state %d. Closing.",conn->base_.state);
  190. tor_fragile_assert();
  191. connection_edge_end(conn, END_STREAM_REASON_INTERNAL);
  192. connection_mark_for_close(TO_CONN(conn));
  193. return -1;
  194. }
  195. /** This edge needs to be closed, because its circuit has closed.
  196. * Mark it for close and return 0.
  197. */
  198. int
  199. connection_edge_destroy(circid_t circ_id, edge_connection_t *conn)
  200. {
  201. if (!conn->base_.marked_for_close) {
  202. log_info(LD_EDGE,
  203. "CircID %d: At an edge. Marking connection for close.", circ_id);
  204. if (conn->base_.type == CONN_TYPE_AP) {
  205. entry_connection_t *entry_conn = EDGE_TO_ENTRY_CONN(conn);
  206. connection_mark_unattached_ap(entry_conn, END_STREAM_REASON_DESTROY);
  207. control_event_stream_bandwidth(conn);
  208. control_event_stream_status(entry_conn, STREAM_EVENT_CLOSED,
  209. END_STREAM_REASON_DESTROY);
  210. conn->end_reason |= END_STREAM_REASON_FLAG_ALREADY_SENT_CLOSED;
  211. } else {
  212. /* closing the circuit, nothing to send an END to */
  213. conn->edge_has_sent_end = 1;
  214. conn->end_reason = END_STREAM_REASON_DESTROY;
  215. conn->end_reason |= END_STREAM_REASON_FLAG_ALREADY_SENT_CLOSED;
  216. connection_mark_and_flush(TO_CONN(conn));
  217. }
  218. }
  219. conn->cpath_layer = NULL;
  220. conn->on_circuit = NULL;
  221. return 0;
  222. }
  223. /** Send a raw end cell to the stream with ID <b>stream_id</b> out over the
  224. * <b>circ</b> towards the hop identified with <b>cpath_layer</b>. If this
  225. * is not a client connection, set the relay end cell's reason for closing
  226. * as <b>reason</b> */
  227. static int
  228. relay_send_end_cell_from_edge(streamid_t stream_id, circuit_t *circ,
  229. uint8_t reason, crypt_path_t *cpath_layer)
  230. {
  231. char payload[1];
  232. if (CIRCUIT_PURPOSE_IS_CLIENT(circ->purpose)) {
  233. /* Never send the server an informative reason code; it doesn't need to
  234. * know why the client stream is failing. */
  235. reason = END_STREAM_REASON_MISC;
  236. }
  237. payload[0] = (char) reason;
  238. return relay_send_command_from_edge(stream_id, circ, RELAY_COMMAND_END,
  239. payload, 1, cpath_layer);
  240. }
  241. /** Send a relay end cell from stream <b>conn</b> down conn's circuit, and
  242. * remember that we've done so. If this is not a client connection, set the
  243. * relay end cell's reason for closing as <b>reason</b>.
  244. *
  245. * Return -1 if this function has already been called on this conn,
  246. * else return 0.
  247. */
  248. int
  249. connection_edge_end(edge_connection_t *conn, uint8_t reason)
  250. {
  251. char payload[RELAY_PAYLOAD_SIZE];
  252. size_t payload_len=1;
  253. circuit_t *circ;
  254. uint8_t control_reason = reason;
  255. if (conn->edge_has_sent_end) {
  256. log_warn(LD_BUG,"(Harmless.) Calling connection_edge_end (reason %d) "
  257. "on an already ended stream?", reason);
  258. tor_fragile_assert();
  259. return -1;
  260. }
  261. if (conn->base_.marked_for_close) {
  262. log_warn(LD_BUG,
  263. "called on conn that's already marked for close at %s:%d.",
  264. conn->base_.marked_for_close_file, conn->base_.marked_for_close);
  265. return 0;
  266. }
  267. circ = circuit_get_by_edge_conn(conn);
  268. if (circ && CIRCUIT_PURPOSE_IS_CLIENT(circ->purpose)) {
  269. /* If this is a client circuit, don't send the server an informative
  270. * reason code; it doesn't need to know why the client stream is
  271. * failing. */
  272. reason = END_STREAM_REASON_MISC;
  273. }
  274. payload[0] = (char)reason;
  275. if (reason == END_STREAM_REASON_EXITPOLICY &&
  276. !connection_edge_is_rendezvous_stream(conn)) {
  277. int addrlen;
  278. if (tor_addr_family(&conn->base_.addr) == AF_INET) {
  279. set_uint32(payload+1, tor_addr_to_ipv4n(&conn->base_.addr));
  280. addrlen = 4;
  281. } else {
  282. memcpy(payload+1, tor_addr_to_in6_addr8(&conn->base_.addr), 16);
  283. addrlen = 16;
  284. }
  285. set_uint32(payload+1+addrlen, htonl(dns_clip_ttl(conn->address_ttl)));
  286. payload_len += 4+addrlen;
  287. }
  288. if (circ && !circ->marked_for_close) {
  289. log_debug(LD_EDGE,"Sending end on conn (fd %d).",conn->base_.s);
  290. connection_edge_send_command(conn, RELAY_COMMAND_END,
  291. payload, payload_len);
  292. } else {
  293. log_debug(LD_EDGE,"No circ to send end on conn (fd %d).",
  294. conn->base_.s);
  295. }
  296. conn->edge_has_sent_end = 1;
  297. conn->end_reason = control_reason;
  298. return 0;
  299. }
  300. /** An error has just occurred on an operation on an edge connection
  301. * <b>conn</b>. Extract the errno; convert it to an end reason, and send an
  302. * appropriate relay end cell to the other end of the connection's circuit.
  303. **/
  304. int
  305. connection_edge_end_errno(edge_connection_t *conn)
  306. {
  307. uint8_t reason;
  308. tor_assert(conn);
  309. reason = errno_to_stream_end_reason(tor_socket_errno(conn->base_.s));
  310. return connection_edge_end(conn, reason);
  311. }
  312. /** We just wrote some data to <b>conn</b>; act appropriately.
  313. *
  314. * (That is, if it's open, consider sending a stream-level sendme cell if we
  315. * have just flushed enough.)
  316. */
  317. int
  318. connection_edge_flushed_some(edge_connection_t *conn)
  319. {
  320. switch (conn->base_.state) {
  321. case AP_CONN_STATE_OPEN:
  322. case EXIT_CONN_STATE_OPEN:
  323. connection_edge_consider_sending_sendme(conn);
  324. break;
  325. }
  326. return 0;
  327. }
  328. /** Connection <b>conn</b> has finished writing and has no bytes left on
  329. * its outbuf.
  330. *
  331. * If it's in state 'open', stop writing, consider responding with a
  332. * sendme, and return.
  333. * Otherwise, stop writing and return.
  334. *
  335. * If <b>conn</b> is broken, mark it for close and return -1, else
  336. * return 0.
  337. */
  338. int
  339. connection_edge_finished_flushing(edge_connection_t *conn)
  340. {
  341. tor_assert(conn);
  342. switch (conn->base_.state) {
  343. case AP_CONN_STATE_OPEN:
  344. case EXIT_CONN_STATE_OPEN:
  345. connection_edge_consider_sending_sendme(conn);
  346. return 0;
  347. case AP_CONN_STATE_SOCKS_WAIT:
  348. case AP_CONN_STATE_NATD_WAIT:
  349. case AP_CONN_STATE_RENDDESC_WAIT:
  350. case AP_CONN_STATE_CIRCUIT_WAIT:
  351. case AP_CONN_STATE_CONNECT_WAIT:
  352. case AP_CONN_STATE_CONTROLLER_WAIT:
  353. case AP_CONN_STATE_RESOLVE_WAIT:
  354. return 0;
  355. default:
  356. log_warn(LD_BUG, "Called in unexpected state %d.",conn->base_.state);
  357. tor_fragile_assert();
  358. return -1;
  359. }
  360. return 0;
  361. }
  362. /** DOCDOC */
  363. #define MAX_CONNECTED_CELL_PAYLOAD_LEN 25
  364. /** DOCDOC */
  365. /* private */int
  366. connected_cell_format_payload(uint8_t *payload_out,
  367. const tor_addr_t *addr,
  368. uint32_t ttl)
  369. {
  370. const sa_family_t family = tor_addr_family(addr);
  371. int connected_payload_len;
  372. if (family == AF_INET) {
  373. set_uint32(payload_out, tor_addr_to_ipv4n(addr));
  374. connected_payload_len = 4;
  375. } else if (family == AF_INET6) {
  376. set_uint32(payload_out, 0);
  377. set_uint8(payload_out + 4, 6);
  378. memcpy(payload_out + 5, tor_addr_to_in6_addr8(addr), 16);
  379. connected_payload_len = 21;
  380. } else {
  381. return -1;
  382. }
  383. set_uint32(payload_out + connected_payload_len, htonl(dns_clip_ttl(ttl)));
  384. connected_payload_len += 4;
  385. tor_assert(connected_payload_len <= MAX_CONNECTED_CELL_PAYLOAD_LEN);
  386. return connected_payload_len;
  387. }
  388. /** Connected handler for exit connections: start writing pending
  389. * data, deliver 'CONNECTED' relay cells as appropriate, and check
  390. * any pending data that may have been received. */
  391. int
  392. connection_edge_finished_connecting(edge_connection_t *edge_conn)
  393. {
  394. connection_t *conn;
  395. tor_assert(edge_conn);
  396. tor_assert(edge_conn->base_.type == CONN_TYPE_EXIT);
  397. conn = TO_CONN(edge_conn);
  398. tor_assert(conn->state == EXIT_CONN_STATE_CONNECTING);
  399. log_info(LD_EXIT,"Exit connection to %s:%u (%s) established.",
  400. escaped_safe_str(conn->address), conn->port,
  401. safe_str(fmt_and_decorate_addr(&conn->addr)));
  402. rep_hist_note_exit_stream_opened(conn->port);
  403. conn->state = EXIT_CONN_STATE_OPEN;
  404. IF_HAS_NO_BUFFEREVENT(conn)
  405. connection_watch_events(conn, READ_EVENT); /* stop writing, keep reading */
  406. if (connection_get_outbuf_len(conn)) /* in case there are any queued relay
  407. * cells */
  408. connection_start_writing(conn);
  409. /* deliver a 'connected' relay cell back through the circuit. */
  410. if (connection_edge_is_rendezvous_stream(edge_conn)) {
  411. if (connection_edge_send_command(edge_conn,
  412. RELAY_COMMAND_CONNECTED, NULL, 0) < 0)
  413. return 0; /* circuit is closed, don't continue */
  414. } else {
  415. uint8_t connected_payload[MAX_CONNECTED_CELL_PAYLOAD_LEN];
  416. int connected_payload_len =
  417. connected_cell_format_payload(connected_payload, &conn->addr,
  418. edge_conn->address_ttl);
  419. if (connected_payload_len < 0)
  420. return -1;
  421. if (connection_edge_send_command(edge_conn,
  422. RELAY_COMMAND_CONNECTED,
  423. (char*)connected_payload, connected_payload_len) < 0)
  424. return 0; /* circuit is closed, don't continue */
  425. }
  426. tor_assert(edge_conn->package_window > 0);
  427. /* in case the server has written anything */
  428. return connection_edge_process_inbuf(edge_conn, 1);
  429. }
  430. /** Common code to connection_(ap|exit)_about_to_close. */
  431. static void
  432. connection_edge_about_to_close(edge_connection_t *edge_conn)
  433. {
  434. if (!edge_conn->edge_has_sent_end) {
  435. connection_t *conn = TO_CONN(edge_conn);
  436. log_warn(LD_BUG, "(Harmless.) Edge connection (marked at %s:%d) "
  437. "hasn't sent end yet?",
  438. conn->marked_for_close_file, conn->marked_for_close);
  439. tor_fragile_assert();
  440. }
  441. }
  442. /** Called when we're about to finally unlink and free an AP (client)
  443. * connection: perform necessary accounting and cleanup */
  444. void
  445. connection_ap_about_to_close(entry_connection_t *entry_conn)
  446. {
  447. circuit_t *circ;
  448. edge_connection_t *edge_conn = ENTRY_TO_EDGE_CONN(entry_conn);
  449. connection_t *conn = ENTRY_TO_CONN(entry_conn);
  450. if (entry_conn->socks_request->has_finished == 0) {
  451. /* since conn gets removed right after this function finishes,
  452. * there's no point trying to send back a reply at this point. */
  453. log_warn(LD_BUG,"Closing stream (marked at %s:%d) without sending"
  454. " back a socks reply.",
  455. conn->marked_for_close_file, conn->marked_for_close);
  456. }
  457. if (!edge_conn->end_reason) {
  458. log_warn(LD_BUG,"Closing stream (marked at %s:%d) without having"
  459. " set end_reason.",
  460. conn->marked_for_close_file, conn->marked_for_close);
  461. }
  462. if (entry_conn->dns_server_request) {
  463. log_warn(LD_BUG,"Closing stream (marked at %s:%d) without having"
  464. " replied to DNS request.",
  465. conn->marked_for_close_file, conn->marked_for_close);
  466. dnsserv_reject_request(entry_conn);
  467. }
  468. control_event_stream_bandwidth(edge_conn);
  469. control_event_stream_status(entry_conn, STREAM_EVENT_CLOSED,
  470. edge_conn->end_reason);
  471. circ = circuit_get_by_edge_conn(edge_conn);
  472. if (circ)
  473. circuit_detach_stream(circ, edge_conn);
  474. }
  475. /** Called when we're about to finally unlink and free an exit
  476. * connection: perform necessary accounting and cleanup */
  477. void
  478. connection_exit_about_to_close(edge_connection_t *edge_conn)
  479. {
  480. circuit_t *circ;
  481. connection_t *conn = TO_CONN(edge_conn);
  482. connection_edge_about_to_close(edge_conn);
  483. circ = circuit_get_by_edge_conn(edge_conn);
  484. if (circ)
  485. circuit_detach_stream(circ, edge_conn);
  486. if (conn->state == EXIT_CONN_STATE_RESOLVING) {
  487. connection_dns_remove(edge_conn);
  488. }
  489. }
  490. /** Define a schedule for how long to wait between retrying
  491. * application connections. Rather than waiting a fixed amount of
  492. * time between each retry, we wait 10 seconds each for the first
  493. * two tries, and 15 seconds for each retry after
  494. * that. Hopefully this will improve the expected user experience. */
  495. static int
  496. compute_retry_timeout(entry_connection_t *conn)
  497. {
  498. int timeout = get_options()->CircuitStreamTimeout;
  499. if (timeout) /* if our config options override the default, use them */
  500. return timeout;
  501. if (conn->num_socks_retries < 2) /* try 0 and try 1 */
  502. return 10;
  503. return 15;
  504. }
  505. /** Find all general-purpose AP streams waiting for a response that sent their
  506. * begin/resolve cell too long ago. Detach from their current circuit, and
  507. * mark their current circuit as unsuitable for new streams. Then call
  508. * connection_ap_handshake_attach_circuit() to attach to a new circuit (if
  509. * available) or launch a new one.
  510. *
  511. * For rendezvous streams, simply give up after SocksTimeout seconds (with no
  512. * retry attempt).
  513. */
  514. void
  515. connection_ap_expire_beginning(void)
  516. {
  517. edge_connection_t *conn;
  518. entry_connection_t *entry_conn;
  519. circuit_t *circ;
  520. time_t now = time(NULL);
  521. const or_options_t *options = get_options();
  522. int severity;
  523. int cutoff;
  524. int seconds_idle, seconds_since_born;
  525. smartlist_t *conns = get_connection_array();
  526. SMARTLIST_FOREACH_BEGIN(conns, connection_t *, base_conn) {
  527. if (base_conn->type != CONN_TYPE_AP || base_conn->marked_for_close)
  528. continue;
  529. entry_conn = TO_ENTRY_CONN(base_conn);
  530. conn = ENTRY_TO_EDGE_CONN(entry_conn);
  531. /* if it's an internal linked connection, don't yell its status. */
  532. severity = (tor_addr_is_null(&base_conn->addr) && !base_conn->port)
  533. ? LOG_INFO : LOG_NOTICE;
  534. seconds_idle = (int)( now - base_conn->timestamp_lastread );
  535. seconds_since_born = (int)( now - base_conn->timestamp_created );
  536. if (base_conn->state == AP_CONN_STATE_OPEN)
  537. continue;
  538. /* We already consider SocksTimeout in
  539. * connection_ap_handshake_attach_circuit(), but we need to consider
  540. * it here too because controllers that put streams in controller_wait
  541. * state never ask Tor to attach the circuit. */
  542. if (AP_CONN_STATE_IS_UNATTACHED(base_conn->state)) {
  543. if (seconds_since_born >= options->SocksTimeout) {
  544. log_fn(severity, LD_APP,
  545. "Tried for %d seconds to get a connection to %s:%d. "
  546. "Giving up. (%s)",
  547. seconds_since_born,
  548. safe_str_client(entry_conn->socks_request->address),
  549. entry_conn->socks_request->port,
  550. conn_state_to_string(CONN_TYPE_AP, base_conn->state));
  551. connection_mark_unattached_ap(entry_conn, END_STREAM_REASON_TIMEOUT);
  552. }
  553. continue;
  554. }
  555. /* We're in state connect_wait or resolve_wait now -- waiting for a
  556. * reply to our relay cell. See if we want to retry/give up. */
  557. cutoff = compute_retry_timeout(entry_conn);
  558. if (seconds_idle < cutoff)
  559. continue;
  560. circ = circuit_get_by_edge_conn(conn);
  561. if (!circ) { /* it's vanished? */
  562. log_info(LD_APP,"Conn is waiting (address %s), but lost its circ.",
  563. safe_str_client(entry_conn->socks_request->address));
  564. connection_mark_unattached_ap(entry_conn, END_STREAM_REASON_TIMEOUT);
  565. continue;
  566. }
  567. if (circ->purpose == CIRCUIT_PURPOSE_C_REND_JOINED) {
  568. if (seconds_idle >= options->SocksTimeout) {
  569. log_fn(severity, LD_REND,
  570. "Rend stream is %d seconds late. Giving up on address"
  571. " '%s.onion'.",
  572. seconds_idle,
  573. safe_str_client(entry_conn->socks_request->address));
  574. connection_edge_end(conn, END_STREAM_REASON_TIMEOUT);
  575. connection_mark_unattached_ap(entry_conn, END_STREAM_REASON_TIMEOUT);
  576. }
  577. continue;
  578. }
  579. tor_assert(circ->purpose == CIRCUIT_PURPOSE_C_GENERAL);
  580. log_fn(cutoff < 15 ? LOG_INFO : severity, LD_APP,
  581. "We tried for %d seconds to connect to '%s' using exit %s."
  582. " Retrying on a new circuit.",
  583. seconds_idle,
  584. safe_str_client(entry_conn->socks_request->address),
  585. conn->cpath_layer ?
  586. extend_info_describe(conn->cpath_layer->extend_info):
  587. "*unnamed*");
  588. /* send an end down the circuit */
  589. connection_edge_end(conn, END_STREAM_REASON_TIMEOUT);
  590. /* un-mark it as ending, since we're going to reuse it */
  591. conn->edge_has_sent_end = 0;
  592. conn->end_reason = 0;
  593. /* kludge to make us not try this circuit again, yet to allow
  594. * current streams on it to survive if they can: make it
  595. * unattractive to use for new streams */
  596. /* XXXX024 this is a kludgy way to do this. */
  597. tor_assert(circ->timestamp_dirty);
  598. circ->timestamp_dirty -= options->MaxCircuitDirtiness;
  599. /* give our stream another 'cutoff' seconds to try */
  600. conn->base_.timestamp_lastread += cutoff;
  601. if (entry_conn->num_socks_retries < 250) /* avoid overflow */
  602. entry_conn->num_socks_retries++;
  603. /* move it back into 'pending' state, and try to attach. */
  604. if (connection_ap_detach_retriable(entry_conn, TO_ORIGIN_CIRCUIT(circ),
  605. END_STREAM_REASON_TIMEOUT)<0) {
  606. if (!base_conn->marked_for_close)
  607. connection_mark_unattached_ap(entry_conn,
  608. END_STREAM_REASON_CANT_ATTACH);
  609. }
  610. } SMARTLIST_FOREACH_END(base_conn);
  611. }
  612. /** Tell any AP streams that are waiting for a new circuit to try again,
  613. * either attaching to an available circ or launching a new one.
  614. */
  615. void
  616. connection_ap_attach_pending(void)
  617. {
  618. entry_connection_t *entry_conn;
  619. smartlist_t *conns = get_connection_array();
  620. SMARTLIST_FOREACH_BEGIN(conns, connection_t *, conn) {
  621. if (conn->marked_for_close ||
  622. conn->type != CONN_TYPE_AP ||
  623. conn->state != AP_CONN_STATE_CIRCUIT_WAIT)
  624. continue;
  625. entry_conn = TO_ENTRY_CONN(conn);
  626. if (connection_ap_handshake_attach_circuit(entry_conn) < 0) {
  627. if (!conn->marked_for_close)
  628. connection_mark_unattached_ap(entry_conn,
  629. END_STREAM_REASON_CANT_ATTACH);
  630. }
  631. } SMARTLIST_FOREACH_END(conn);
  632. }
  633. /** Tell any AP streams that are waiting for a one-hop tunnel to
  634. * <b>failed_digest</b> that they are going to fail. */
  635. /* XXX024 We should get rid of this function, and instead attach
  636. * one-hop streams to circ->p_streams so they get marked in
  637. * circuit_mark_for_close like normal p_streams. */
  638. void
  639. connection_ap_fail_onehop(const char *failed_digest,
  640. cpath_build_state_t *build_state)
  641. {
  642. entry_connection_t *entry_conn;
  643. char digest[DIGEST_LEN];
  644. smartlist_t *conns = get_connection_array();
  645. SMARTLIST_FOREACH_BEGIN(conns, connection_t *, conn) {
  646. if (conn->marked_for_close ||
  647. conn->type != CONN_TYPE_AP ||
  648. conn->state != AP_CONN_STATE_CIRCUIT_WAIT)
  649. continue;
  650. entry_conn = TO_ENTRY_CONN(conn);
  651. if (!entry_conn->want_onehop)
  652. continue;
  653. if (hexdigest_to_digest(entry_conn->chosen_exit_name, digest) < 0 ||
  654. tor_memneq(digest, failed_digest, DIGEST_LEN))
  655. continue;
  656. if (tor_digest_is_zero(digest)) {
  657. /* we don't know the digest; have to compare addr:port */
  658. tor_addr_t addr;
  659. if (!build_state || !build_state->chosen_exit ||
  660. !entry_conn->socks_request || !entry_conn->socks_request->address)
  661. continue;
  662. if (tor_addr_parse(&addr, entry_conn->socks_request->address)<0 ||
  663. !tor_addr_eq(&build_state->chosen_exit->addr, &addr) ||
  664. build_state->chosen_exit->port != entry_conn->socks_request->port)
  665. continue;
  666. }
  667. log_info(LD_APP, "Closing one-hop stream to '%s/%s' because the OR conn "
  668. "just failed.", entry_conn->chosen_exit_name,
  669. entry_conn->socks_request->address);
  670. connection_mark_unattached_ap(entry_conn, END_STREAM_REASON_TIMEOUT);
  671. } SMARTLIST_FOREACH_END(conn);
  672. }
  673. /** A circuit failed to finish on its last hop <b>info</b>. If there
  674. * are any streams waiting with this exit node in mind, but they
  675. * don't absolutely require it, make them give up on it.
  676. */
  677. void
  678. circuit_discard_optional_exit_enclaves(extend_info_t *info)
  679. {
  680. entry_connection_t *entry_conn;
  681. const node_t *r1, *r2;
  682. smartlist_t *conns = get_connection_array();
  683. SMARTLIST_FOREACH_BEGIN(conns, connection_t *, conn) {
  684. if (conn->marked_for_close ||
  685. conn->type != CONN_TYPE_AP ||
  686. conn->state != AP_CONN_STATE_CIRCUIT_WAIT)
  687. continue;
  688. entry_conn = TO_ENTRY_CONN(conn);
  689. if (!entry_conn->chosen_exit_optional &&
  690. !entry_conn->chosen_exit_retries)
  691. continue;
  692. r1 = node_get_by_nickname(entry_conn->chosen_exit_name, 0);
  693. r2 = node_get_by_id(info->identity_digest);
  694. if (!r1 || !r2 || r1 != r2)
  695. continue;
  696. tor_assert(entry_conn->socks_request);
  697. if (entry_conn->chosen_exit_optional) {
  698. log_info(LD_APP, "Giving up on enclave exit '%s' for destination %s.",
  699. safe_str_client(entry_conn->chosen_exit_name),
  700. escaped_safe_str_client(entry_conn->socks_request->address));
  701. entry_conn->chosen_exit_optional = 0;
  702. tor_free(entry_conn->chosen_exit_name); /* clears it */
  703. /* if this port is dangerous, warn or reject it now that we don't
  704. * think it'll be using an enclave. */
  705. consider_plaintext_ports(entry_conn, entry_conn->socks_request->port);
  706. }
  707. if (entry_conn->chosen_exit_retries) {
  708. if (--entry_conn->chosen_exit_retries == 0) { /* give up! */
  709. clear_trackexithost_mappings(entry_conn->chosen_exit_name);
  710. tor_free(entry_conn->chosen_exit_name); /* clears it */
  711. /* if this port is dangerous, warn or reject it now that we don't
  712. * think it'll be using an enclave. */
  713. consider_plaintext_ports(entry_conn, entry_conn->socks_request->port);
  714. }
  715. }
  716. } SMARTLIST_FOREACH_END(conn);
  717. }
  718. /** The AP connection <b>conn</b> has just failed while attaching or
  719. * sending a BEGIN or resolving on <b>circ</b>, but another circuit
  720. * might work. Detach the circuit, and either reattach it, launch a
  721. * new circuit, tell the controller, or give up as a appropriate.
  722. *
  723. * Returns -1 on err, 1 on success, 0 on not-yet-sure.
  724. */
  725. int
  726. connection_ap_detach_retriable(entry_connection_t *conn,
  727. origin_circuit_t *circ,
  728. int reason)
  729. {
  730. control_event_stream_status(conn, STREAM_EVENT_FAILED_RETRIABLE, reason);
  731. ENTRY_TO_CONN(conn)->timestamp_lastread = time(NULL);
  732. if (conn->pending_optimistic_data) {
  733. generic_buffer_set_to_copy(&conn->sending_optimistic_data,
  734. conn->pending_optimistic_data);
  735. }
  736. if (!get_options()->LeaveStreamsUnattached || conn->use_begindir) {
  737. /* If we're attaching streams ourself, or if this connection is
  738. * a tunneled directory connection, then just attach it. */
  739. ENTRY_TO_CONN(conn)->state = AP_CONN_STATE_CIRCUIT_WAIT;
  740. circuit_detach_stream(TO_CIRCUIT(circ),ENTRY_TO_EDGE_CONN(conn));
  741. return connection_ap_handshake_attach_circuit(conn);
  742. } else {
  743. ENTRY_TO_CONN(conn)->state = AP_CONN_STATE_CONTROLLER_WAIT;
  744. circuit_detach_stream(TO_CIRCUIT(circ),ENTRY_TO_EDGE_CONN(conn));
  745. return 0;
  746. }
  747. }
  748. /** Check if <b>conn</b> is using a dangerous port. Then warn and/or
  749. * reject depending on our config options. */
  750. static int
  751. consider_plaintext_ports(entry_connection_t *conn, uint16_t port)
  752. {
  753. const or_options_t *options = get_options();
  754. int reject = smartlist_string_num_isin(options->RejectPlaintextPorts, port);
  755. if (smartlist_string_num_isin(options->WarnPlaintextPorts, port)) {
  756. log_warn(LD_APP, "Application request to port %d: this port is "
  757. "commonly used for unencrypted protocols. Please make sure "
  758. "you don't send anything you would mind the rest of the "
  759. "Internet reading!%s", port, reject ? " Closing." : "");
  760. control_event_client_status(LOG_WARN, "DANGEROUS_PORT PORT=%d RESULT=%s",
  761. port, reject ? "REJECT" : "WARN");
  762. }
  763. if (reject) {
  764. log_info(LD_APP, "Port %d listed in RejectPlaintextPorts. Closing.", port);
  765. connection_mark_unattached_ap(conn, END_STREAM_REASON_ENTRYPOLICY);
  766. return -1;
  767. }
  768. return 0;
  769. }
  770. /** How many times do we try connecting with an exit configured via
  771. * TrackHostExits before concluding that it won't work any more and trying a
  772. * different one? */
  773. #define TRACKHOSTEXITS_RETRIES 5
  774. /** Call connection_ap_handshake_rewrite_and_attach() unless a controller
  775. * asked us to leave streams unattached. Return 0 in that case.
  776. *
  777. * See connection_ap_handshake_rewrite_and_attach()'s
  778. * documentation for arguments and return value.
  779. */
  780. int
  781. connection_ap_rewrite_and_attach_if_allowed(entry_connection_t *conn,
  782. origin_circuit_t *circ,
  783. crypt_path_t *cpath)
  784. {
  785. const or_options_t *options = get_options();
  786. if (options->LeaveStreamsUnattached) {
  787. ENTRY_TO_CONN(conn)->state = AP_CONN_STATE_CONTROLLER_WAIT;
  788. return 0;
  789. }
  790. return connection_ap_handshake_rewrite_and_attach(conn, circ, cpath);
  791. }
  792. /** Connection <b>conn</b> just finished its socks handshake, or the
  793. * controller asked us to take care of it. If <b>circ</b> is defined,
  794. * then that's where we'll want to attach it. Otherwise we have to
  795. * figure it out ourselves.
  796. *
  797. * First, parse whether it's a .exit address, remap it, and so on. Then
  798. * if it's for a general circuit, try to attach it to a circuit (or launch
  799. * one as needed), else if it's for a rendezvous circuit, fetch a
  800. * rendezvous descriptor first (or attach/launch a circuit if the
  801. * rendezvous descriptor is already here and fresh enough).
  802. *
  803. * The stream will exit from the hop
  804. * indicated by <b>cpath</b>, or from the last hop in circ's cpath if
  805. * <b>cpath</b> is NULL.
  806. */
  807. int
  808. connection_ap_handshake_rewrite_and_attach(entry_connection_t *conn,
  809. origin_circuit_t *circ,
  810. crypt_path_t *cpath)
  811. {
  812. socks_request_t *socks = conn->socks_request;
  813. hostname_type_t addresstype;
  814. const or_options_t *options = get_options();
  815. struct in_addr addr_tmp;
  816. /* We set this to true if this is an address we should automatically
  817. * remap to a local address in VirtualAddrNetwork */
  818. int automap = 0;
  819. char orig_address[MAX_SOCKS_ADDR_LEN];
  820. time_t map_expires = TIME_MAX;
  821. time_t now = time(NULL);
  822. connection_t *base_conn = ENTRY_TO_CONN(conn);
  823. addressmap_entry_source_t exit_source = ADDRMAPSRC_NONE;
  824. tor_strlower(socks->address); /* normalize it */
  825. strlcpy(orig_address, socks->address, sizeof(orig_address));
  826. log_debug(LD_APP,"Client asked for %s:%d",
  827. safe_str_client(socks->address),
  828. socks->port);
  829. if (!strcmpend(socks->address, ".exit") && !options->AllowDotExit) {
  830. log_warn(LD_APP, "The \".exit\" notation is disabled in Tor due to "
  831. "security risks. Set AllowDotExit in your torrc to enable "
  832. "it (at your own risk).");
  833. control_event_client_status(LOG_WARN, "SOCKS_BAD_HOSTNAME HOSTNAME=%s",
  834. escaped(socks->address));
  835. connection_mark_unattached_ap(conn, END_STREAM_REASON_TORPROTOCOL);
  836. return -1;
  837. }
  838. if (! conn->original_dest_address)
  839. conn->original_dest_address = tor_strdup(conn->socks_request->address);
  840. if (socks->command == SOCKS_COMMAND_RESOLVE &&
  841. !tor_inet_aton(socks->address, &addr_tmp) &&
  842. options->AutomapHostsOnResolve && options->AutomapHostsSuffixes) {
  843. SMARTLIST_FOREACH(options->AutomapHostsSuffixes, const char *, cp,
  844. if (!strcasecmpend(socks->address, cp)) {
  845. automap = 1;
  846. break;
  847. });
  848. if (automap) {
  849. const char *new_addr;
  850. new_addr = addressmap_register_virtual_address(
  851. RESOLVED_TYPE_IPV4, tor_strdup(socks->address));
  852. if (! new_addr) {
  853. log_warn(LD_APP, "Unable to automap address %s",
  854. escaped_safe_str(socks->address));
  855. connection_mark_unattached_ap(conn, END_STREAM_REASON_INTERNAL);
  856. return -1;
  857. }
  858. log_info(LD_APP, "Automapping %s to %s",
  859. escaped_safe_str_client(socks->address),
  860. safe_str_client(new_addr));
  861. strlcpy(socks->address, new_addr, sizeof(socks->address));
  862. }
  863. }
  864. if (socks->command == SOCKS_COMMAND_RESOLVE_PTR) {
  865. if (addressmap_rewrite_reverse(socks->address, sizeof(socks->address),
  866. &map_expires)) {
  867. char *result = tor_strdup(socks->address);
  868. /* remember _what_ is supposed to have been resolved. */
  869. tor_snprintf(socks->address, sizeof(socks->address), "REVERSE[%s]",
  870. orig_address);
  871. connection_ap_handshake_socks_resolved(conn, RESOLVED_TYPE_HOSTNAME,
  872. strlen(result), (uint8_t*)result,
  873. -1,
  874. map_expires);
  875. connection_mark_unattached_ap(conn,
  876. END_STREAM_REASON_DONE |
  877. END_STREAM_REASON_FLAG_ALREADY_SOCKS_REPLIED);
  878. return 0;
  879. }
  880. if (options->ClientDNSRejectInternalAddresses) {
  881. /* Don't let people try to do a reverse lookup on 10.0.0.1. */
  882. tor_addr_t addr;
  883. int ok;
  884. ok = tor_addr_parse_PTR_name(
  885. &addr, socks->address, AF_UNSPEC, 1);
  886. if (ok == 1 && tor_addr_is_internal(&addr, 0)) {
  887. connection_ap_handshake_socks_resolved(conn, RESOLVED_TYPE_ERROR,
  888. 0, NULL, -1, TIME_MAX);
  889. connection_mark_unattached_ap(conn,
  890. END_STREAM_REASON_SOCKSPROTOCOL |
  891. END_STREAM_REASON_FLAG_ALREADY_SOCKS_REPLIED);
  892. return -1;
  893. }
  894. }
  895. } else if (!automap) {
  896. /* For address map controls, remap the address. */
  897. if (addressmap_rewrite(socks->address, sizeof(socks->address),
  898. &map_expires, &exit_source)) {
  899. control_event_stream_status(conn, STREAM_EVENT_REMAP,
  900. REMAP_STREAM_SOURCE_CACHE);
  901. }
  902. }
  903. if (!automap && address_is_in_virtual_range(socks->address)) {
  904. /* This address was probably handed out by client_dns_get_unmapped_address,
  905. * but the mapping was discarded for some reason. We *don't* want to send
  906. * the address through Tor; that's likely to fail, and may leak
  907. * information.
  908. */
  909. log_warn(LD_APP,"Missing mapping for virtual address '%s'. Refusing.",
  910. safe_str_client(socks->address));
  911. connection_mark_unattached_ap(conn, END_STREAM_REASON_INTERNAL);
  912. return -1;
  913. }
  914. /* Parse the address provided by SOCKS. Modify it in-place if it
  915. * specifies a hidden-service (.onion) or particular exit node (.exit).
  916. */
  917. addresstype = parse_extended_hostname(socks->address);
  918. if (addresstype == BAD_HOSTNAME) {
  919. control_event_client_status(LOG_WARN, "SOCKS_BAD_HOSTNAME HOSTNAME=%s",
  920. escaped(socks->address));
  921. connection_mark_unattached_ap(conn, END_STREAM_REASON_TORPROTOCOL);
  922. return -1;
  923. }
  924. if (addresstype == EXIT_HOSTNAME) {
  925. /* foo.exit -- modify conn->chosen_exit_node to specify the exit
  926. * node, and conn->address to hold only the address portion. */
  927. char *s = strrchr(socks->address,'.');
  928. /* If StrictNodes is not set, then .exit overrides ExcludeNodes. */
  929. routerset_t *excludeset = options->StrictNodes ?
  930. options->ExcludeExitNodesUnion_ : options->ExcludeExitNodes;
  931. const node_t *node;
  932. if (exit_source == ADDRMAPSRC_AUTOMAP && !options->AllowDotExit) {
  933. /* Whoops; this one is stale. It must have gotten added earlier,
  934. * when AllowDotExit was on. */
  935. log_warn(LD_APP,"Stale automapped address for '%s.exit', with "
  936. "AllowDotExit disabled. Refusing.",
  937. safe_str_client(socks->address));
  938. control_event_client_status(LOG_WARN, "SOCKS_BAD_HOSTNAME HOSTNAME=%s",
  939. escaped(socks->address));
  940. connection_mark_unattached_ap(conn, END_STREAM_REASON_TORPROTOCOL);
  941. return -1;
  942. }
  943. if (exit_source == ADDRMAPSRC_DNS ||
  944. (exit_source == ADDRMAPSRC_NONE && !options->AllowDotExit)) {
  945. /* It shouldn't be possible to get a .exit address from any of these
  946. * sources. */
  947. log_warn(LD_BUG,"Address '%s.exit', with impossible source for the "
  948. ".exit part. Refusing.",
  949. safe_str_client(socks->address));
  950. control_event_client_status(LOG_WARN, "SOCKS_BAD_HOSTNAME HOSTNAME=%s",
  951. escaped(socks->address));
  952. connection_mark_unattached_ap(conn, END_STREAM_REASON_TORPROTOCOL);
  953. return -1;
  954. }
  955. tor_assert(!automap);
  956. if (s) {
  957. /* The address was of the form "(stuff).(name).exit */
  958. if (s[1] != '\0') {
  959. conn->chosen_exit_name = tor_strdup(s+1);
  960. node = node_get_by_nickname(conn->chosen_exit_name, 1);
  961. if (exit_source == ADDRMAPSRC_TRACKEXIT) {
  962. /* We 5 tries before it expires the addressmap */
  963. conn->chosen_exit_retries = TRACKHOSTEXITS_RETRIES;
  964. }
  965. *s = 0;
  966. } else {
  967. /* Oops, the address was (stuff)..exit. That's not okay. */
  968. log_warn(LD_APP,"Malformed exit address '%s.exit'. Refusing.",
  969. safe_str_client(socks->address));
  970. control_event_client_status(LOG_WARN, "SOCKS_BAD_HOSTNAME HOSTNAME=%s",
  971. escaped(socks->address));
  972. connection_mark_unattached_ap(conn, END_STREAM_REASON_TORPROTOCOL);
  973. return -1;
  974. }
  975. } else {
  976. /* It looks like they just asked for "foo.exit". */
  977. conn->chosen_exit_name = tor_strdup(socks->address);
  978. node = node_get_by_nickname(conn->chosen_exit_name, 1);
  979. if (node) {
  980. *socks->address = 0;
  981. node_get_address_string(node, socks->address, sizeof(socks->address));
  982. }
  983. }
  984. /* Now make sure that the chosen exit exists... */
  985. if (!node) {
  986. log_warn(LD_APP,
  987. "Unrecognized relay in exit address '%s.exit'. Refusing.",
  988. safe_str_client(socks->address));
  989. connection_mark_unattached_ap(conn, END_STREAM_REASON_TORPROTOCOL);
  990. return -1;
  991. }
  992. /* ...and make sure that it isn't excluded. */
  993. if (routerset_contains_node(excludeset, node)) {
  994. log_warn(LD_APP,
  995. "Excluded relay in exit address '%s.exit'. Refusing.",
  996. safe_str_client(socks->address));
  997. connection_mark_unattached_ap(conn, END_STREAM_REASON_TORPROTOCOL);
  998. return -1;
  999. }
  1000. /* XXXX024-1090 Should we also allow foo.bar.exit if ExitNodes is set and
  1001. Bar is not listed in it? I say yes, but our revised manpage branch
  1002. implies no. */
  1003. }
  1004. if (addresstype != ONION_HOSTNAME) {
  1005. /* not a hidden-service request (i.e. normal or .exit) */
  1006. if (address_is_invalid_destination(socks->address, 1)) {
  1007. control_event_client_status(LOG_WARN, "SOCKS_BAD_HOSTNAME HOSTNAME=%s",
  1008. escaped(socks->address));
  1009. log_warn(LD_APP,
  1010. "Destination '%s' seems to be an invalid hostname. Failing.",
  1011. safe_str_client(socks->address));
  1012. connection_mark_unattached_ap(conn, END_STREAM_REASON_TORPROTOCOL);
  1013. return -1;
  1014. }
  1015. if (options->Tor2webMode) {
  1016. log_warn(LD_APP, "Refusing to connect to non-hidden-service hostname %s "
  1017. "because tor2web mode is enabled.",
  1018. safe_str_client(socks->address));
  1019. connection_mark_unattached_ap(conn, END_STREAM_REASON_ENTRYPOLICY);
  1020. return -1;
  1021. }
  1022. if (socks->command == SOCKS_COMMAND_RESOLVE) {
  1023. uint32_t answer;
  1024. struct in_addr in;
  1025. /* Reply to resolves immediately if we can. */
  1026. if (tor_inet_aton(socks->address, &in)) { /* see if it's an IP already */
  1027. /* leave it in network order */
  1028. answer = in.s_addr;
  1029. /* remember _what_ is supposed to have been resolved. */
  1030. strlcpy(socks->address, orig_address, sizeof(socks->address));
  1031. connection_ap_handshake_socks_resolved(conn,RESOLVED_TYPE_IPV4,4,
  1032. (uint8_t*)&answer,
  1033. -1,map_expires);
  1034. connection_mark_unattached_ap(conn,
  1035. END_STREAM_REASON_DONE |
  1036. END_STREAM_REASON_FLAG_ALREADY_SOCKS_REPLIED);
  1037. return 0;
  1038. }
  1039. tor_assert(!automap);
  1040. rep_hist_note_used_resolve(now); /* help predict this next time */
  1041. } else if (socks->command == SOCKS_COMMAND_CONNECT) {
  1042. tor_assert(!automap);
  1043. if (socks->port == 0) {
  1044. log_notice(LD_APP,"Application asked to connect to port 0. Refusing.");
  1045. connection_mark_unattached_ap(conn, END_STREAM_REASON_TORPROTOCOL);
  1046. return -1;
  1047. }
  1048. if (options->ClientRejectInternalAddresses &&
  1049. !conn->use_begindir && !conn->chosen_exit_name && !circ) {
  1050. tor_addr_t addr;
  1051. if (tor_addr_hostname_is_local(socks->address) ||
  1052. (tor_addr_parse(&addr, socks->address) >= 0 &&
  1053. tor_addr_is_internal(&addr, 0))) {
  1054. /* If this is an explicit private address with no chosen exit node,
  1055. * then we really don't want to try to connect to it. That's
  1056. * probably an error. */
  1057. if (conn->is_transparent_ap) {
  1058. #define WARN_INTRVL_LOOP 300
  1059. static ratelim_t loop_warn_limit = RATELIM_INIT(WARN_INTRVL_LOOP);
  1060. char *m;
  1061. if ((m = rate_limit_log(&loop_warn_limit, approx_time()))) {
  1062. log_warn(LD_NET,
  1063. "Rejecting request for anonymous connection to private "
  1064. "address %s on a TransPort or NATDPort. Possible loop "
  1065. "in your NAT rules?%s", safe_str_client(socks->address),
  1066. m);
  1067. tor_free(m);
  1068. }
  1069. } else {
  1070. #define WARN_INTRVL_PRIV 300
  1071. static ratelim_t priv_warn_limit = RATELIM_INIT(WARN_INTRVL_PRIV);
  1072. char *m;
  1073. if ((m = rate_limit_log(&priv_warn_limit, approx_time()))) {
  1074. log_warn(LD_NET,
  1075. "Rejecting SOCKS request for anonymous connection to "
  1076. "private address %s.%s",
  1077. safe_str_client(socks->address),m);
  1078. tor_free(m);
  1079. }
  1080. }
  1081. connection_mark_unattached_ap(conn, END_STREAM_REASON_PRIVATE_ADDR);
  1082. return -1;
  1083. }
  1084. }
  1085. {
  1086. tor_addr_t addr;
  1087. /* XXX Duplicate call to tor_addr_parse. */
  1088. if (tor_addr_parse(&addr, socks->address) >= 0) {
  1089. sa_family_t family = tor_addr_family(&addr);
  1090. if ((family == AF_INET && ! conn->ipv4_traffic_ok) ||
  1091. (family == AF_INET6 && ! conn->ipv4_traffic_ok)) {
  1092. log_warn(LD_NET, "Rejecting SOCKS request for an IP address "
  1093. "family that this listener does not support.");
  1094. connection_mark_unattached_ap(conn, END_STREAM_REASON_ENTRYPOLICY);
  1095. return -1;
  1096. } else if (family == AF_INET6 && socks->socks_version == 4) {
  1097. log_warn(LD_NET, "Rejecting SOCKS4 request for an IPv6 address.");
  1098. connection_mark_unattached_ap(conn, END_STREAM_REASON_ENTRYPOLICY);
  1099. return -1;
  1100. } else if (socks->socks_version == 4 && !conn->ipv4_traffic_ok) {
  1101. log_warn(LD_NET, "Rejecting SOCKS4 request on a listener with "
  1102. "no IPv4 traffic supported.");
  1103. connection_mark_unattached_ap(conn, END_STREAM_REASON_ENTRYPOLICY);
  1104. return -1;
  1105. } else if (family == AF_INET6) {
  1106. conn->ipv4_traffic_ok = 0;
  1107. } else if (family == AF_INET) {
  1108. conn->ipv6_traffic_ok = 0;
  1109. }
  1110. }
  1111. }
  1112. if (socks->socks_version == 4)
  1113. conn->ipv6_traffic_ok = 0;
  1114. if (!conn->use_begindir && !conn->chosen_exit_name && !circ) {
  1115. /* see if we can find a suitable enclave exit */
  1116. const node_t *r =
  1117. router_find_exact_exit_enclave(socks->address, socks->port);
  1118. if (r) {
  1119. log_info(LD_APP,
  1120. "Redirecting address %s to exit at enclave router %s",
  1121. safe_str_client(socks->address), node_describe(r));
  1122. /* use the hex digest, not nickname, in case there are two
  1123. routers with this nickname */
  1124. conn->chosen_exit_name =
  1125. tor_strdup(hex_str(r->identity, DIGEST_LEN));
  1126. conn->chosen_exit_optional = 1;
  1127. }
  1128. }
  1129. /* warn or reject if it's using a dangerous port */
  1130. if (!conn->use_begindir && !conn->chosen_exit_name && !circ)
  1131. if (consider_plaintext_ports(conn, socks->port) < 0)
  1132. return -1;
  1133. if (!conn->use_begindir) {
  1134. /* help predict this next time */
  1135. rep_hist_note_used_port(now, socks->port);
  1136. }
  1137. } else if (socks->command == SOCKS_COMMAND_RESOLVE_PTR) {
  1138. rep_hist_note_used_resolve(now); /* help predict this next time */
  1139. /* no extra processing needed */
  1140. } else {
  1141. tor_fragile_assert();
  1142. }
  1143. base_conn->state = AP_CONN_STATE_CIRCUIT_WAIT;
  1144. if ((circ && connection_ap_handshake_attach_chosen_circuit(
  1145. conn, circ, cpath) < 0) ||
  1146. (!circ &&
  1147. connection_ap_handshake_attach_circuit(conn) < 0)) {
  1148. if (!base_conn->marked_for_close)
  1149. connection_mark_unattached_ap(conn, END_STREAM_REASON_CANT_ATTACH);
  1150. return -1;
  1151. }
  1152. return 0;
  1153. } else {
  1154. /* it's a hidden-service request */
  1155. rend_cache_entry_t *entry;
  1156. int r;
  1157. rend_service_authorization_t *client_auth;
  1158. rend_data_t *rend_data;
  1159. tor_assert(!automap);
  1160. if (SOCKS_COMMAND_IS_RESOLVE(socks->command)) {
  1161. /* if it's a resolve request, fail it right now, rather than
  1162. * building all the circuits and then realizing it won't work. */
  1163. log_warn(LD_APP,
  1164. "Resolve requests to hidden services not allowed. Failing.");
  1165. connection_ap_handshake_socks_resolved(conn,RESOLVED_TYPE_ERROR,
  1166. 0,NULL,-1,TIME_MAX);
  1167. connection_mark_unattached_ap(conn,
  1168. END_STREAM_REASON_SOCKSPROTOCOL |
  1169. END_STREAM_REASON_FLAG_ALREADY_SOCKS_REPLIED);
  1170. return -1;
  1171. }
  1172. if (circ) {
  1173. log_warn(LD_CONTROL, "Attachstream to a circuit is not "
  1174. "supported for .onion addresses currently. Failing.");
  1175. connection_mark_unattached_ap(conn, END_STREAM_REASON_TORPROTOCOL);
  1176. return -1;
  1177. }
  1178. ENTRY_TO_EDGE_CONN(conn)->rend_data = rend_data =
  1179. tor_malloc_zero(sizeof(rend_data_t));
  1180. strlcpy(rend_data->onion_address, socks->address,
  1181. sizeof(rend_data->onion_address));
  1182. log_info(LD_REND,"Got a hidden service request for ID '%s'",
  1183. safe_str_client(rend_data->onion_address));
  1184. /* see if we already have it cached */
  1185. r = rend_cache_lookup_entry(rend_data->onion_address, -1, &entry);
  1186. if (r<0) {
  1187. log_warn(LD_BUG,"Invalid service name '%s'",
  1188. safe_str_client(rend_data->onion_address));
  1189. connection_mark_unattached_ap(conn, END_STREAM_REASON_TORPROTOCOL);
  1190. return -1;
  1191. }
  1192. /* Help predict this next time. We're not sure if it will need
  1193. * a stable circuit yet, but we know we'll need *something*. */
  1194. rep_hist_note_used_internal(now, 0, 1);
  1195. /* Look up if we have client authorization for it. */
  1196. client_auth = rend_client_lookup_service_authorization(
  1197. rend_data->onion_address);
  1198. if (client_auth) {
  1199. log_info(LD_REND, "Using previously configured client authorization "
  1200. "for hidden service request.");
  1201. memcpy(rend_data->descriptor_cookie,
  1202. client_auth->descriptor_cookie, REND_DESC_COOKIE_LEN);
  1203. rend_data->auth_type = client_auth->auth_type;
  1204. }
  1205. if (r==0) {
  1206. base_conn->state = AP_CONN_STATE_RENDDESC_WAIT;
  1207. log_info(LD_REND, "Unknown descriptor %s. Fetching.",
  1208. safe_str_client(rend_data->onion_address));
  1209. rend_client_refetch_v2_renddesc(rend_data);
  1210. } else { /* r > 0 */
  1211. base_conn->state = AP_CONN_STATE_CIRCUIT_WAIT;
  1212. log_info(LD_REND, "Descriptor is here. Great.");
  1213. if (connection_ap_handshake_attach_circuit(conn) < 0) {
  1214. if (!base_conn->marked_for_close)
  1215. connection_mark_unattached_ap(conn, END_STREAM_REASON_CANT_ATTACH);
  1216. return -1;
  1217. }
  1218. }
  1219. return 0;
  1220. }
  1221. return 0; /* unreached but keeps the compiler happy */
  1222. }
  1223. #ifdef TRANS_PF
  1224. static int pf_socket = -1;
  1225. int
  1226. get_pf_socket(void)
  1227. {
  1228. int pf;
  1229. /* This should be opened before dropping privileges. */
  1230. if (pf_socket >= 0)
  1231. return pf_socket;
  1232. #ifdef OPENBSD
  1233. /* only works on OpenBSD */
  1234. pf = tor_open_cloexec("/dev/pf", O_RDONLY, 0);
  1235. #else
  1236. /* works on NetBSD and FreeBSD */
  1237. pf = tor_open_cloexec("/dev/pf", O_RDWR, 0);
  1238. #endif
  1239. if (pf < 0) {
  1240. log_warn(LD_NET, "open(\"/dev/pf\") failed: %s", strerror(errno));
  1241. return -1;
  1242. }
  1243. pf_socket = pf;
  1244. return pf_socket;
  1245. }
  1246. #endif
  1247. /** Fetch the original destination address and port from a
  1248. * system-specific interface and put them into a
  1249. * socks_request_t as if they came from a socks request.
  1250. *
  1251. * Return -1 if an error prevents fetching the destination,
  1252. * else return 0.
  1253. */
  1254. static int
  1255. connection_ap_get_original_destination(entry_connection_t *conn,
  1256. socks_request_t *req)
  1257. {
  1258. #ifdef TRANS_NETFILTER
  1259. /* Linux 2.4+ */
  1260. struct sockaddr_storage orig_dst;
  1261. socklen_t orig_dst_len = sizeof(orig_dst);
  1262. tor_addr_t addr;
  1263. if (getsockopt(ENTRY_TO_CONN(conn)->s, SOL_IP, SO_ORIGINAL_DST,
  1264. (struct sockaddr*)&orig_dst, &orig_dst_len) < 0) {
  1265. int e = tor_socket_errno(ENTRY_TO_CONN(conn)->s);
  1266. log_warn(LD_NET, "getsockopt() failed: %s", tor_socket_strerror(e));
  1267. return -1;
  1268. }
  1269. tor_addr_from_sockaddr(&addr, (struct sockaddr*)&orig_dst, &req->port);
  1270. tor_addr_to_str(req->address, &addr, sizeof(req->address), 1);
  1271. return 0;
  1272. #elif defined(TRANS_PF)
  1273. struct sockaddr_storage proxy_addr;
  1274. socklen_t proxy_addr_len = sizeof(proxy_addr);
  1275. struct sockaddr *proxy_sa = (struct sockaddr*) &proxy_addr;
  1276. struct pfioc_natlook pnl;
  1277. tor_addr_t addr;
  1278. int pf = -1;
  1279. if (getsockname(ENTRY_TO_CONN(conn)->s, (struct sockaddr*)&proxy_addr,
  1280. &proxy_addr_len) < 0) {
  1281. int e = tor_socket_errno(ENTRY_TO_CONN(conn)->s);
  1282. log_warn(LD_NET, "getsockname() to determine transocks destination "
  1283. "failed: %s", tor_socket_strerror(e));
  1284. return -1;
  1285. }
  1286. memset(&pnl, 0, sizeof(pnl));
  1287. pnl.proto = IPPROTO_TCP;
  1288. pnl.direction = PF_OUT;
  1289. if (proxy_sa->sa_family == AF_INET) {
  1290. struct sockaddr_in *sin = (struct sockaddr_in *)proxy_sa;
  1291. pnl.af = AF_INET;
  1292. pnl.saddr.v4.s_addr = tor_addr_to_ipv4n(&ENTRY_TO_CONN(conn)->addr);
  1293. pnl.sport = htons(ENTRY_TO_CONN(conn)->port);
  1294. pnl.daddr.v4.s_addr = sin->sin_addr.s_addr;
  1295. pnl.dport = sin->sin_port;
  1296. } else if (proxy_sa->sa_family == AF_INET6) {
  1297. struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *)proxy_sa;
  1298. pnl.af = AF_INET6;
  1299. memcpy(&pnl.saddr.v6, tor_addr_to_in6(&ENTRY_TO_CONN(conn)->addr),
  1300. sizeof(struct in6_addr));
  1301. pnl.sport = htons(ENTRY_TO_CONN(conn)->port);
  1302. memcpy(&pnl.daddr.v6, &sin6->sin6_addr, sizeof(struct in6_addr));
  1303. pnl.dport = sin6->sin6_port;
  1304. } else {
  1305. log_warn(LD_NET, "getsockname() gave an unexpected address family (%d)",
  1306. (int)proxy_sa->sa_family);
  1307. return -1;
  1308. }
  1309. pf = get_pf_socket();
  1310. if (pf<0)
  1311. return -1;
  1312. if (ioctl(pf, DIOCNATLOOK, &pnl) < 0) {
  1313. log_warn(LD_NET, "ioctl(DIOCNATLOOK) failed: %s", strerror(errno));
  1314. return -1;
  1315. }
  1316. if (pnl.af == AF_INET) {
  1317. tor_addr_from_ipv4n(&addr, pnl.rdaddr.v4.s_addr);
  1318. } else if (pnl.af == AF_INET6) {
  1319. tor_addr_from_in6(&addr, &pnl.rdaddr.v6);
  1320. } else {
  1321. tor_fragile_assert();
  1322. return -1;
  1323. }
  1324. tor_addr_to_str(req->address, &addr, sizeof(req->address), 1);
  1325. req->port = ntohs(pnl.rdport);
  1326. return 0;
  1327. #else
  1328. (void)conn;
  1329. (void)req;
  1330. log_warn(LD_BUG, "Called connection_ap_get_original_destination, but no "
  1331. "transparent proxy method was configured.");
  1332. return -1;
  1333. #endif
  1334. }
  1335. /** connection_edge_process_inbuf() found a conn in state
  1336. * socks_wait. See if conn->inbuf has the right bytes to proceed with
  1337. * the socks handshake.
  1338. *
  1339. * If the handshake is complete, send it to
  1340. * connection_ap_handshake_rewrite_and_attach().
  1341. *
  1342. * Return -1 if an unexpected error with conn occurs (and mark it for close),
  1343. * else return 0.
  1344. */
  1345. static int
  1346. connection_ap_handshake_process_socks(entry_connection_t *conn)
  1347. {
  1348. socks_request_t *socks;
  1349. int sockshere;
  1350. const or_options_t *options = get_options();
  1351. int had_reply = 0;
  1352. connection_t *base_conn = ENTRY_TO_CONN(conn);
  1353. tor_assert(conn);
  1354. tor_assert(base_conn->type == CONN_TYPE_AP);
  1355. tor_assert(base_conn->state == AP_CONN_STATE_SOCKS_WAIT);
  1356. tor_assert(conn->socks_request);
  1357. socks = conn->socks_request;
  1358. log_debug(LD_APP,"entered.");
  1359. IF_HAS_BUFFEREVENT(base_conn, {
  1360. struct evbuffer *input = bufferevent_get_input(base_conn->bufev);
  1361. sockshere = fetch_from_evbuffer_socks(input, socks,
  1362. options->TestSocks, options->SafeSocks);
  1363. }) ELSE_IF_NO_BUFFEREVENT {
  1364. sockshere = fetch_from_buf_socks(base_conn->inbuf, socks,
  1365. options->TestSocks, options->SafeSocks);
  1366. };
  1367. if (socks->replylen) {
  1368. had_reply = 1;
  1369. connection_write_to_buf((const char*)socks->reply, socks->replylen,
  1370. base_conn);
  1371. socks->replylen = 0;
  1372. if (sockshere == -1) {
  1373. /* An invalid request just got a reply, no additional
  1374. * one is necessary. */
  1375. socks->has_finished = 1;
  1376. }
  1377. }
  1378. if (sockshere == 0) {
  1379. log_debug(LD_APP,"socks handshake not all here yet.");
  1380. return 0;
  1381. } else if (sockshere == -1) {
  1382. if (!had_reply) {
  1383. log_warn(LD_APP,"Fetching socks handshake failed. Closing.");
  1384. connection_ap_handshake_socks_reply(conn, NULL, 0,
  1385. END_STREAM_REASON_SOCKSPROTOCOL);
  1386. }
  1387. connection_mark_unattached_ap(conn,
  1388. END_STREAM_REASON_SOCKSPROTOCOL |
  1389. END_STREAM_REASON_FLAG_ALREADY_SOCKS_REPLIED);
  1390. return -1;
  1391. } /* else socks handshake is done, continue processing */
  1392. if (SOCKS_COMMAND_IS_CONNECT(socks->command))
  1393. control_event_stream_status(conn, STREAM_EVENT_NEW, 0);
  1394. else
  1395. control_event_stream_status(conn, STREAM_EVENT_NEW_RESOLVE, 0);
  1396. return connection_ap_rewrite_and_attach_if_allowed(conn, NULL, NULL);
  1397. }
  1398. /** connection_init_accepted_conn() found a new trans AP conn.
  1399. * Get the original destination and send it to
  1400. * connection_ap_handshake_rewrite_and_attach().
  1401. *
  1402. * Return -1 if an unexpected error with conn (and it should be marked
  1403. * for close), else return 0.
  1404. */
  1405. int
  1406. connection_ap_process_transparent(entry_connection_t *conn)
  1407. {
  1408. socks_request_t *socks;
  1409. tor_assert(conn);
  1410. tor_assert(conn->socks_request);
  1411. socks = conn->socks_request;
  1412. /* pretend that a socks handshake completed so we don't try to
  1413. * send a socks reply down a transparent conn */
  1414. socks->command = SOCKS_COMMAND_CONNECT;
  1415. socks->has_finished = 1;
  1416. log_debug(LD_APP,"entered.");
  1417. if (connection_ap_get_original_destination(conn, socks) < 0) {
  1418. log_warn(LD_APP,"Fetching original destination failed. Closing.");
  1419. connection_mark_unattached_ap(conn,
  1420. END_STREAM_REASON_CANT_FETCH_ORIG_DEST);
  1421. return -1;
  1422. }
  1423. /* we have the original destination */
  1424. control_event_stream_status(conn, STREAM_EVENT_NEW, 0);
  1425. return connection_ap_rewrite_and_attach_if_allowed(conn, NULL, NULL);
  1426. }
  1427. /** connection_edge_process_inbuf() found a conn in state natd_wait. See if
  1428. * conn-\>inbuf has the right bytes to proceed. See FreeBSD's libalias(3) and
  1429. * ProxyEncodeTcpStream() in src/lib/libalias/alias_proxy.c for the encoding
  1430. * form of the original destination.
  1431. *
  1432. * If the original destination is complete, send it to
  1433. * connection_ap_handshake_rewrite_and_attach().
  1434. *
  1435. * Return -1 if an unexpected error with conn (and it should be marked
  1436. * for close), else return 0.
  1437. */
  1438. static int
  1439. connection_ap_process_natd(entry_connection_t *conn)
  1440. {
  1441. char tmp_buf[36], *tbuf, *daddr;
  1442. size_t tlen = 30;
  1443. int err, port_ok;
  1444. socks_request_t *socks;
  1445. tor_assert(conn);
  1446. tor_assert(ENTRY_TO_CONN(conn)->state == AP_CONN_STATE_NATD_WAIT);
  1447. tor_assert(conn->socks_request);
  1448. socks = conn->socks_request;
  1449. log_debug(LD_APP,"entered.");
  1450. /* look for LF-terminated "[DEST ip_addr port]"
  1451. * where ip_addr is a dotted-quad and port is in string form */
  1452. err = connection_fetch_from_buf_line(ENTRY_TO_CONN(conn), tmp_buf, &tlen);
  1453. if (err == 0)
  1454. return 0;
  1455. if (err < 0) {
  1456. log_warn(LD_APP,"NATD handshake failed (DEST too long). Closing");
  1457. connection_mark_unattached_ap(conn, END_STREAM_REASON_INVALID_NATD_DEST);
  1458. return -1;
  1459. }
  1460. if (strcmpstart(tmp_buf, "[DEST ")) {
  1461. log_warn(LD_APP,"NATD handshake was ill-formed; closing. The client "
  1462. "said: %s",
  1463. escaped(tmp_buf));
  1464. connection_mark_unattached_ap(conn, END_STREAM_REASON_INVALID_NATD_DEST);
  1465. return -1;
  1466. }
  1467. daddr = tbuf = &tmp_buf[0] + 6; /* after end of "[DEST " */
  1468. if (!(tbuf = strchr(tbuf, ' '))) {
  1469. log_warn(LD_APP,"NATD handshake was ill-formed; closing. The client "
  1470. "said: %s",
  1471. escaped(tmp_buf));
  1472. connection_mark_unattached_ap(conn, END_STREAM_REASON_INVALID_NATD_DEST);
  1473. return -1;
  1474. }
  1475. *tbuf++ = '\0';
  1476. /* pretend that a socks handshake completed so we don't try to
  1477. * send a socks reply down a natd conn */
  1478. strlcpy(socks->address, daddr, sizeof(socks->address));
  1479. socks->port = (uint16_t)
  1480. tor_parse_long(tbuf, 10, 1, 65535, &port_ok, &daddr);
  1481. if (!port_ok) {
  1482. log_warn(LD_APP,"NATD handshake failed; port %s is ill-formed or out "
  1483. "of range.", escaped(tbuf));
  1484. connection_mark_unattached_ap(conn, END_STREAM_REASON_INVALID_NATD_DEST);
  1485. return -1;
  1486. }
  1487. socks->command = SOCKS_COMMAND_CONNECT;
  1488. socks->has_finished = 1;
  1489. control_event_stream_status(conn, STREAM_EVENT_NEW, 0);
  1490. ENTRY_TO_CONN(conn)->state = AP_CONN_STATE_CIRCUIT_WAIT;
  1491. return connection_ap_rewrite_and_attach_if_allowed(conn, NULL, NULL);
  1492. }
  1493. /** Iterate over the two bytes of stream_id until we get one that is not
  1494. * already in use; return it. Return 0 if can't get a unique stream_id.
  1495. */
  1496. static streamid_t
  1497. get_unique_stream_id_by_circ(origin_circuit_t *circ)
  1498. {
  1499. edge_connection_t *tmpconn;
  1500. streamid_t test_stream_id;
  1501. uint32_t attempts=0;
  1502. again:
  1503. test_stream_id = circ->next_stream_id++;
  1504. if (++attempts > 1<<16) {
  1505. /* Make sure we don't loop forever if all stream_id's are used. */
  1506. log_warn(LD_APP,"No unused stream IDs. Failing.");
  1507. return 0;
  1508. }
  1509. if (test_stream_id == 0)
  1510. goto again;
  1511. for (tmpconn = circ->p_streams; tmpconn; tmpconn=tmpconn->next_stream)
  1512. if (tmpconn->stream_id == test_stream_id)
  1513. goto again;
  1514. return test_stream_id;
  1515. }
  1516. /** Return true iff <b>conn</b> is linked to a circuit and configured to use
  1517. * an exit that supports optimistic data. */
  1518. static int
  1519. connection_ap_supports_optimistic_data(const entry_connection_t *conn)
  1520. {
  1521. const edge_connection_t *edge_conn = ENTRY_TO_EDGE_CONN(conn);
  1522. /* We can only send optimistic data if we're connected to an open
  1523. general circuit. */
  1524. if (edge_conn->on_circuit == NULL ||
  1525. edge_conn->on_circuit->state != CIRCUIT_STATE_OPEN ||
  1526. edge_conn->on_circuit->purpose != CIRCUIT_PURPOSE_C_GENERAL)
  1527. return 0;
  1528. return conn->may_use_optimistic_data;
  1529. }
  1530. /** DOCDOC */
  1531. static uint32_t
  1532. connection_ap_get_begincell_flags(entry_connection_t *ap_conn)
  1533. {
  1534. edge_connection_t *edge_conn = ENTRY_TO_EDGE_CONN(ap_conn);
  1535. const node_t *exitnode = NULL;
  1536. const crypt_path_t *cpath_layer = edge_conn->cpath_layer;
  1537. uint32_t flags = 0;
  1538. if (ap_conn->use_begindir)
  1539. return 0;
  1540. if (edge_conn->on_circuit->purpose != CIRCUIT_PURPOSE_C_GENERAL)
  1541. return 0;
  1542. if (ap_conn->ipv4_traffic_ok && !ap_conn->ipv6_traffic_ok)
  1543. return 0;
  1544. if (! cpath_layer ||
  1545. ! cpath_layer->extend_info)
  1546. return 0;
  1547. if (!ap_conn->ipv4_traffic_ok)
  1548. flags |= BEGIN_FLAG_IPV4_NOT_OK;
  1549. exitnode = node_get_by_id(cpath_layer->extend_info->identity_digest);
  1550. if (ap_conn->ipv6_traffic_ok && exitnode) {
  1551. tor_addr_t a;
  1552. tor_addr_make_null(&a, AF_INET6);
  1553. if (compare_tor_addr_to_node_policy(&a, ap_conn->socks_request->port,
  1554. exitnode)
  1555. != ADDR_POLICY_REJECTED) {
  1556. flags |= BEGIN_FLAG_IPV6_OK;
  1557. }
  1558. }
  1559. if (flags == BEGIN_FLAG_IPV6_OK) {
  1560. /* When IPv4 and IPv6 are both allowed, consider whether to say we
  1561. * prefer IPv6. Otherwise there's no point in declaring a preference */
  1562. if (ap_conn->prefer_ipv6_traffic)
  1563. flags |= BEGIN_FLAG_IPV6_PREFERRED;
  1564. }
  1565. if (flags == BEGIN_FLAG_IPV4_NOT_OK) {
  1566. log_warn(LD_BUG, "Hey; I'm about to ask a node for a connection that I "
  1567. "am telling it to fulfil with neither IPv4 nor IPv6. That's "
  1568. "probably not going to work.");
  1569. }
  1570. return flags;
  1571. }
  1572. /** Write a relay begin cell, using destaddr and destport from ap_conn's
  1573. * socks_request field, and send it down circ.
  1574. *
  1575. * If ap_conn is broken, mark it for close and return -1. Else return 0.
  1576. */
  1577. int
  1578. connection_ap_handshake_send_begin(entry_connection_t *ap_conn)
  1579. {
  1580. char payload[CELL_PAYLOAD_SIZE];
  1581. int payload_len;
  1582. int begin_type;
  1583. origin_circuit_t *circ;
  1584. edge_connection_t *edge_conn = ENTRY_TO_EDGE_CONN(ap_conn);
  1585. connection_t *base_conn = TO_CONN(edge_conn);
  1586. tor_assert(edge_conn->on_circuit);
  1587. circ = TO_ORIGIN_CIRCUIT(edge_conn->on_circuit);
  1588. tor_assert(base_conn->type == CONN_TYPE_AP);
  1589. tor_assert(base_conn->state == AP_CONN_STATE_CIRCUIT_WAIT);
  1590. tor_assert(ap_conn->socks_request);
  1591. tor_assert(SOCKS_COMMAND_IS_CONNECT(ap_conn->socks_request->command));
  1592. edge_conn->stream_id = get_unique_stream_id_by_circ(circ);
  1593. if (edge_conn->stream_id==0) {
  1594. /* XXXX024 Instead of closing this stream, we should make it get
  1595. * retried on another circuit. */
  1596. connection_mark_unattached_ap(ap_conn, END_STREAM_REASON_INTERNAL);
  1597. /* Mark this circuit "unusable for new streams". */
  1598. /* XXXX024 this is a kludgy way to do this. */
  1599. tor_assert(circ->base_.timestamp_dirty);
  1600. circ->base_.timestamp_dirty -= get_options()->MaxCircuitDirtiness;
  1601. return -1;
  1602. }
  1603. /* Set up begin cell flags. */
  1604. edge_conn->begincell_flags = connection_ap_get_begincell_flags(ap_conn);
  1605. tor_snprintf(payload,RELAY_PAYLOAD_SIZE, "%s:%d",
  1606. (circ->base_.purpose == CIRCUIT_PURPOSE_C_GENERAL) ?
  1607. ap_conn->socks_request->address : "",
  1608. ap_conn->socks_request->port);
  1609. payload_len = (int)strlen(payload)+1;
  1610. if (payload_len <= RELAY_PAYLOAD_SIZE - 4 && edge_conn->begincell_flags) {
  1611. set_uint32(payload + payload_len, htonl(edge_conn->begincell_flags));
  1612. payload_len += 4;
  1613. }
  1614. log_info(LD_APP,
  1615. "Sending relay cell %d to begin stream %d.",
  1616. (int)ap_conn->use_begindir,
  1617. edge_conn->stream_id);
  1618. begin_type = ap_conn->use_begindir ?
  1619. RELAY_COMMAND_BEGIN_DIR : RELAY_COMMAND_BEGIN;
  1620. if (begin_type == RELAY_COMMAND_BEGIN) {
  1621. #ifndef NON_ANONYMOUS_MODE_ENABLED
  1622. tor_assert(circ->build_state->onehop_tunnel == 0);
  1623. #endif
  1624. }
  1625. if (connection_edge_send_command(edge_conn, begin_type,
  1626. begin_type == RELAY_COMMAND_BEGIN ? payload : NULL,
  1627. begin_type == RELAY_COMMAND_BEGIN ? payload_len : 0) < 0)
  1628. return -1; /* circuit is closed, don't continue */
  1629. edge_conn->package_window = STREAMWINDOW_START;
  1630. edge_conn->deliver_window = STREAMWINDOW_START;
  1631. base_conn->state = AP_CONN_STATE_CONNECT_WAIT;
  1632. log_info(LD_APP,"Address/port sent, ap socket %d, n_circ_id %d",
  1633. base_conn->s, circ->base_.n_circ_id);
  1634. control_event_stream_status(ap_conn, STREAM_EVENT_SENT_CONNECT, 0);
  1635. /* If there's queued-up data, send it now */
  1636. if ((connection_get_inbuf_len(base_conn) ||
  1637. ap_conn->sending_optimistic_data) &&
  1638. connection_ap_supports_optimistic_data(ap_conn)) {
  1639. log_info(LD_APP, "Sending up to %ld + %ld bytes of queued-up data",
  1640. (long)connection_get_inbuf_len(base_conn),
  1641. ap_conn->sending_optimistic_data ?
  1642. (long)generic_buffer_len(ap_conn->sending_optimistic_data) : 0);
  1643. if (connection_edge_package_raw_inbuf(edge_conn, 1, NULL) < 0) {
  1644. connection_mark_for_close(base_conn);
  1645. }
  1646. }
  1647. return 0;
  1648. }
  1649. /** Write a relay resolve cell, using destaddr and destport from ap_conn's
  1650. * socks_request field, and send it down circ.
  1651. *
  1652. * If ap_conn is broken, mark it for close and return -1. Else return 0.
  1653. */
  1654. int
  1655. connection_ap_handshake_send_resolve(entry_connection_t *ap_conn)
  1656. {
  1657. int payload_len, command;
  1658. const char *string_addr;
  1659. char inaddr_buf[REVERSE_LOOKUP_NAME_BUF_LEN];
  1660. origin_circuit_t *circ;
  1661. edge_connection_t *edge_conn = ENTRY_TO_EDGE_CONN(ap_conn);
  1662. connection_t *base_conn = TO_CONN(edge_conn);
  1663. tor_assert(edge_conn->on_circuit);
  1664. circ = TO_ORIGIN_CIRCUIT(edge_conn->on_circuit);
  1665. tor_assert(base_conn->type == CONN_TYPE_AP);
  1666. tor_assert(base_conn->state == AP_CONN_STATE_CIRCUIT_WAIT);
  1667. tor_assert(ap_conn->socks_request);
  1668. tor_assert(circ->base_.purpose == CIRCUIT_PURPOSE_C_GENERAL);
  1669. command = ap_conn->socks_request->command;
  1670. tor_assert(SOCKS_COMMAND_IS_RESOLVE(command));
  1671. edge_conn->stream_id = get_unique_stream_id_by_circ(circ);
  1672. if (edge_conn->stream_id==0) {
  1673. /* XXXX024 Instead of closing this stream, we should make it get
  1674. * retried on another circuit. */
  1675. connection_mark_unattached_ap(ap_conn, END_STREAM_REASON_INTERNAL);
  1676. /* Mark this circuit "unusable for new streams". */
  1677. /* XXXX024 this is a kludgy way to do this. */
  1678. tor_assert(circ->base_.timestamp_dirty);
  1679. circ->base_.timestamp_dirty -= get_options()->MaxCircuitDirtiness;
  1680. return -1;
  1681. }
  1682. if (command == SOCKS_COMMAND_RESOLVE) {
  1683. string_addr = ap_conn->socks_request->address;
  1684. payload_len = (int)strlen(string_addr)+1;
  1685. } else {
  1686. /* command == SOCKS_COMMAND_RESOLVE_PTR */
  1687. const char *a = ap_conn->socks_request->address;
  1688. tor_addr_t addr;
  1689. int r;
  1690. /* We're doing a reverse lookup. The input could be an IP address, or
  1691. * could be an .in-addr.arpa or .ip6.arpa address */
  1692. r = tor_addr_parse_PTR_name(&addr, a, AF_INET, 1);
  1693. if (r <= 0) {
  1694. log_warn(LD_APP, "Rejecting ill-formed reverse lookup of %s",
  1695. safe_str_client(a));
  1696. connection_mark_unattached_ap(ap_conn, END_STREAM_REASON_INTERNAL);
  1697. return -1;
  1698. }
  1699. r = tor_addr_to_PTR_name(inaddr_buf, sizeof(inaddr_buf), &addr);
  1700. if (r < 0) {
  1701. log_warn(LD_BUG, "Couldn't generate reverse lookup hostname of %s",
  1702. safe_str_client(a));
  1703. connection_mark_unattached_ap(ap_conn, END_STREAM_REASON_INTERNAL);
  1704. return -1;
  1705. }
  1706. string_addr = inaddr_buf;
  1707. payload_len = (int)strlen(inaddr_buf)+1;
  1708. tor_assert(payload_len <= (int)sizeof(inaddr_buf));
  1709. }
  1710. log_debug(LD_APP,
  1711. "Sending relay cell to begin stream %d.", edge_conn->stream_id);
  1712. if (connection_edge_send_command(edge_conn,
  1713. RELAY_COMMAND_RESOLVE,
  1714. string_addr, payload_len) < 0)
  1715. return -1; /* circuit is closed, don't continue */
  1716. tor_free(base_conn->address); /* Maybe already set by dnsserv. */
  1717. base_conn->address = tor_strdup("(Tor_internal)");
  1718. base_conn->state = AP_CONN_STATE_RESOLVE_WAIT;
  1719. log_info(LD_APP,"Address sent for resolve, ap socket %d, n_circ_id %d",
  1720. base_conn->s, circ->base_.n_circ_id);
  1721. control_event_stream_status(ap_conn, STREAM_EVENT_NEW, 0);
  1722. control_event_stream_status(ap_conn, STREAM_EVENT_SENT_RESOLVE, 0);
  1723. return 0;
  1724. }
  1725. /** Make an AP connection_t linked to the connection_t <b>partner</b>. make a
  1726. * new linked connection pair, and attach one side to the conn, connection_add
  1727. * it, initialize it to circuit_wait, and call
  1728. * connection_ap_handshake_attach_circuit(conn) on it.
  1729. *
  1730. * Return the newly created end of the linked connection pair, or -1 if error.
  1731. */
  1732. entry_connection_t *
  1733. connection_ap_make_link(connection_t *partner,
  1734. char *address, uint16_t port,
  1735. const char *digest,
  1736. int session_group, int isolation_flags,
  1737. int use_begindir, int want_onehop)
  1738. {
  1739. entry_connection_t *conn;
  1740. connection_t *base_conn;
  1741. log_info(LD_APP,"Making internal %s tunnel to %s:%d ...",
  1742. want_onehop ? "direct" : "anonymized",
  1743. safe_str_client(address), port);
  1744. conn = entry_connection_new(CONN_TYPE_AP, tor_addr_family(&partner->addr));
  1745. base_conn = ENTRY_TO_CONN(conn);
  1746. base_conn->linked = 1; /* so that we can add it safely below. */
  1747. /* populate conn->socks_request */
  1748. /* leave version at zero, so the socks_reply is empty */
  1749. conn->socks_request->socks_version = 0;
  1750. conn->socks_request->has_finished = 0; /* waiting for 'connected' */
  1751. strlcpy(conn->socks_request->address, address,
  1752. sizeof(conn->socks_request->address));
  1753. conn->socks_request->port = port;
  1754. conn->socks_request->command = SOCKS_COMMAND_CONNECT;
  1755. conn->want_onehop = want_onehop;
  1756. conn->use_begindir = use_begindir;
  1757. if (use_begindir) {
  1758. conn->chosen_exit_name = tor_malloc(HEX_DIGEST_LEN+2);
  1759. conn->chosen_exit_name[0] = '$';
  1760. tor_assert(digest);
  1761. base16_encode(conn->chosen_exit_name+1,HEX_DIGEST_LEN+1,
  1762. digest, DIGEST_LEN);
  1763. }
  1764. /* Populate isolation fields. */
  1765. conn->socks_request->listener_type = CONN_TYPE_DIR_LISTENER;
  1766. conn->original_dest_address = tor_strdup(address);
  1767. conn->session_group = session_group;
  1768. conn->isolation_flags = isolation_flags;
  1769. base_conn->address = tor_strdup("(Tor_internal)");
  1770. tor_addr_make_unspec(&base_conn->addr);
  1771. base_conn->port = 0;
  1772. connection_link_connections(partner, base_conn);
  1773. if (connection_add(base_conn) < 0) { /* no space, forget it */
  1774. connection_free(base_conn);
  1775. return NULL;
  1776. }
  1777. base_conn->state = AP_CONN_STATE_CIRCUIT_WAIT;
  1778. control_event_stream_status(conn, STREAM_EVENT_NEW, 0);
  1779. /* attaching to a dirty circuit is fine */
  1780. if (connection_ap_handshake_attach_circuit(conn) < 0) {
  1781. if (!base_conn->marked_for_close)
  1782. connection_mark_unattached_ap(conn, END_STREAM_REASON_CANT_ATTACH);
  1783. return NULL;
  1784. }
  1785. log_info(LD_APP,"... application connection created and linked.");
  1786. return conn;
  1787. }
  1788. /** Notify any interested controller connections about a new hostname resolve
  1789. * or resolve error. Takes the same arguments as does
  1790. * connection_ap_handshake_socks_resolved(). */
  1791. static void
  1792. tell_controller_about_resolved_result(entry_connection_t *conn,
  1793. int answer_type,
  1794. size_t answer_len,
  1795. const char *answer,
  1796. int ttl,
  1797. time_t expires)
  1798. {
  1799. if (ttl >= 0 && (answer_type == RESOLVED_TYPE_IPV4 ||
  1800. answer_type == RESOLVED_TYPE_HOSTNAME)) {
  1801. return; /* we already told the controller. */
  1802. } else if (answer_type == RESOLVED_TYPE_IPV4 && answer_len >= 4) {
  1803. char *cp = tor_dup_ip(ntohl(get_uint32(answer)));
  1804. control_event_address_mapped(conn->socks_request->address,
  1805. cp, expires, NULL);
  1806. tor_free(cp);
  1807. } else if (answer_type == RESOLVED_TYPE_HOSTNAME && answer_len < 256) {
  1808. char *cp = tor_strndup(answer, answer_len);
  1809. control_event_address_mapped(conn->socks_request->address,
  1810. cp, expires, NULL);
  1811. tor_free(cp);
  1812. } else {
  1813. control_event_address_mapped(conn->socks_request->address,
  1814. "<error>",
  1815. time(NULL)+ttl,
  1816. "error=yes");
  1817. }
  1818. }
  1819. /** Send an answer to an AP connection that has requested a DNS lookup via
  1820. * SOCKS. The type should be one of RESOLVED_TYPE_(IPV4|IPV6|HOSTNAME) or -1
  1821. * for unreachable; the answer should be in the format specified in the socks
  1822. * extensions document. <b>ttl</b> is the ttl for the answer, or -1 on
  1823. * certain errors or for values that didn't come via DNS. <b>expires</b> is
  1824. * a time when the answer expires, or -1 or TIME_MAX if there's a good TTL.
  1825. **/
  1826. /* XXXX the use of the ttl and expires fields is nutty. Let's make this
  1827. * interface and those that use it less ugly. */
  1828. void
  1829. connection_ap_handshake_socks_resolved(entry_connection_t *conn,
  1830. int answer_type,
  1831. size_t answer_len,
  1832. const uint8_t *answer,
  1833. int ttl,
  1834. time_t expires)
  1835. {
  1836. char buf[384];
  1837. size_t replylen;
  1838. if (ttl >= 0) {
  1839. origin_circuit_t *origin_circ = NULL;
  1840. circuit_t *circ = ENTRY_TO_EDGE_CONN(conn)->on_circuit;
  1841. if (CIRCUIT_IS_ORIGIN(circ)) /* should always be true */
  1842. origin_circ = TO_ORIGIN_CIRCUIT(circ);
  1843. if (answer_type == RESOLVED_TYPE_IPV4 && answer_len == 4) {
  1844. tor_addr_t a;
  1845. tor_addr_from_ipv4n(&a, get_uint32(answer));
  1846. if (! tor_addr_is_null(&a)) {
  1847. client_dns_set_addressmap(origin_circ,
  1848. conn->socks_request->address, &a,
  1849. conn->chosen_exit_name, ttl);
  1850. }
  1851. } else if (answer_type == RESOLVED_TYPE_IPV6 && answer_len == 16) {
  1852. tor_addr_t a;
  1853. tor_addr_from_ipv6_bytes(&a, (char*)answer);
  1854. if (! tor_addr_is_null(&a)) {
  1855. client_dns_set_addressmap(origin_circ,
  1856. conn->socks_request->address, &a,
  1857. conn->chosen_exit_name, ttl);
  1858. }
  1859. } else if (answer_type == RESOLVED_TYPE_HOSTNAME && answer_len < 256) {
  1860. char *cp = tor_strndup((char*)answer, answer_len);
  1861. client_dns_set_reverse_addressmap(origin_circ,
  1862. conn->socks_request->address,
  1863. cp,
  1864. conn->chosen_exit_name, ttl);
  1865. tor_free(cp);
  1866. }
  1867. }
  1868. if (ENTRY_TO_EDGE_CONN(conn)->is_dns_request) {
  1869. if (conn->dns_server_request) {
  1870. /* We had a request on our DNS port: answer it. */
  1871. dnsserv_resolved(conn, answer_type, answer_len, (char*)answer, ttl);
  1872. conn->socks_request->has_finished = 1;
  1873. return;
  1874. } else {
  1875. /* This must be a request from the controller. We already sent
  1876. * a mapaddress if there's a ttl. */
  1877. tell_controller_about_resolved_result(conn, answer_type, answer_len,
  1878. (char*)answer, ttl, expires);
  1879. conn->socks_request->has_finished = 1;
  1880. return;
  1881. }
  1882. /* We shouldn't need to free conn here; it gets marked by the caller. */
  1883. }
  1884. if (conn->socks_request->socks_version == 4) {
  1885. buf[0] = 0x00; /* version */
  1886. if (answer_type == RESOLVED_TYPE_IPV4 && answer_len == 4) {
  1887. buf[1] = SOCKS4_GRANTED;
  1888. set_uint16(buf+2, 0);
  1889. memcpy(buf+4, answer, 4); /* address */
  1890. replylen = SOCKS4_NETWORK_LEN;
  1891. } else { /* "error" */
  1892. buf[1] = SOCKS4_REJECT;
  1893. memset(buf+2, 0, 6);
  1894. replylen = SOCKS4_NETWORK_LEN;
  1895. }
  1896. } else if (conn->socks_request->socks_version == 5) {
  1897. /* SOCKS5 */
  1898. buf[0] = 0x05; /* version */
  1899. if (answer_type == RESOLVED_TYPE_IPV4 && answer_len == 4) {
  1900. buf[1] = SOCKS5_SUCCEEDED;
  1901. buf[2] = 0; /* reserved */
  1902. buf[3] = 0x01; /* IPv4 address type */
  1903. memcpy(buf+4, answer, 4); /* address */
  1904. set_uint16(buf+8, 0); /* port == 0. */
  1905. replylen = 10;
  1906. } else if (answer_type == RESOLVED_TYPE_IPV6 && answer_len == 16) {
  1907. buf[1] = SOCKS5_SUCCEEDED;
  1908. buf[2] = 0; /* reserved */
  1909. buf[3] = 0x04; /* IPv6 address type */
  1910. memcpy(buf+4, answer, 16); /* address */
  1911. set_uint16(buf+20, 0); /* port == 0. */
  1912. replylen = 22;
  1913. } else if (answer_type == RESOLVED_TYPE_HOSTNAME && answer_len < 256) {
  1914. buf[1] = SOCKS5_SUCCEEDED;
  1915. buf[2] = 0; /* reserved */
  1916. buf[3] = 0x03; /* Domainname address type */
  1917. buf[4] = (char)answer_len;
  1918. memcpy(buf+5, answer, answer_len); /* address */
  1919. set_uint16(buf+5+answer_len, 0); /* port == 0. */
  1920. replylen = 5+answer_len+2;
  1921. } else {
  1922. buf[1] = SOCKS5_HOST_UNREACHABLE;
  1923. memset(buf+2, 0, 8);
  1924. replylen = 10;
  1925. }
  1926. } else {
  1927. /* no socks version info; don't send anything back */
  1928. return;
  1929. }
  1930. connection_ap_handshake_socks_reply(conn, buf, replylen,
  1931. (answer_type == RESOLVED_TYPE_IPV4 ||
  1932. answer_type == RESOLVED_TYPE_IPV6 ||
  1933. answer_type == RESOLVED_TYPE_HOSTNAME) ?
  1934. 0 : END_STREAM_REASON_RESOLVEFAILED);
  1935. }
  1936. /** Send a socks reply to stream <b>conn</b>, using the appropriate
  1937. * socks version, etc, and mark <b>conn</b> as completed with SOCKS
  1938. * handshaking.
  1939. *
  1940. * If <b>reply</b> is defined, then write <b>replylen</b> bytes of it to conn
  1941. * and return, else reply based on <b>endreason</b> (one of
  1942. * END_STREAM_REASON_*). If <b>reply</b> is undefined, <b>endreason</b> can't
  1943. * be 0 or REASON_DONE. Send endreason to the controller, if appropriate.
  1944. */
  1945. void
  1946. connection_ap_handshake_socks_reply(entry_connection_t *conn, char *reply,
  1947. size_t replylen, int endreason)
  1948. {
  1949. char buf[256];
  1950. socks5_reply_status_t status =
  1951. stream_end_reason_to_socks5_response(endreason);
  1952. tor_assert(conn->socks_request); /* make sure it's an AP stream */
  1953. control_event_stream_status(conn,
  1954. status==SOCKS5_SUCCEEDED ? STREAM_EVENT_SUCCEEDED : STREAM_EVENT_FAILED,
  1955. endreason);
  1956. if (conn->socks_request->has_finished) {
  1957. log_warn(LD_BUG, "(Harmless.) duplicate calls to "
  1958. "connection_ap_handshake_socks_reply.");
  1959. return;
  1960. }
  1961. if (replylen) { /* we already have a reply in mind */
  1962. connection_write_to_buf(reply, replylen, ENTRY_TO_CONN(conn));
  1963. conn->socks_request->has_finished = 1;
  1964. return;
  1965. }
  1966. if (conn->socks_request->socks_version == 4) {
  1967. memset(buf,0,SOCKS4_NETWORK_LEN);
  1968. buf[1] = (status==SOCKS5_SUCCEEDED ? SOCKS4_GRANTED : SOCKS4_REJECT);
  1969. /* leave version, destport, destip zero */
  1970. connection_write_to_buf(buf, SOCKS4_NETWORK_LEN, ENTRY_TO_CONN(conn));
  1971. } else if (conn->socks_request->socks_version == 5) {
  1972. buf[0] = 5; /* version 5 */
  1973. buf[1] = (char)status;
  1974. buf[2] = 0;
  1975. buf[3] = 1; /* ipv4 addr */
  1976. memset(buf+4,0,6); /* Set external addr/port to 0.
  1977. The spec doesn't seem to say what to do here. -RD */
  1978. connection_write_to_buf(buf,10,ENTRY_TO_CONN(conn));
  1979. }
  1980. /* If socks_version isn't 4 or 5, don't send anything.
  1981. * This can happen in the case of AP bridges. */
  1982. conn->socks_request->has_finished = 1;
  1983. return;
  1984. }
  1985. /* DOCDOC */
  1986. /* static */ int
  1987. begin_cell_parse(const cell_t *cell, begin_cell_t *bcell,
  1988. uint8_t *end_reason_out)
  1989. {
  1990. relay_header_t rh;
  1991. const uint8_t *body, *nul;
  1992. memset(bcell, 0, sizeof(*bcell));
  1993. *end_reason_out = END_STREAM_REASON_MISC;
  1994. relay_header_unpack(&rh, cell->payload);
  1995. if (rh.length > RELAY_PAYLOAD_SIZE) {
  1996. return -2; /*XXXX why not TORPROTOL? */
  1997. }
  1998. bcell->stream_id = rh.stream_id;
  1999. if (rh.command == RELAY_COMMAND_BEGIN_DIR) {
  2000. bcell->is_begindir = 1;
  2001. return 0;
  2002. } else if (rh.command != RELAY_COMMAND_BEGIN) {
  2003. log_warn(LD_BUG, "Got an unexpected command %d", (int)rh.command);
  2004. *end_reason_out = END_STREAM_REASON_INTERNAL;
  2005. return -1;
  2006. }
  2007. body = cell->payload + RELAY_HEADER_SIZE;
  2008. nul = memchr(body, 0, rh.length);
  2009. if (! nul) {
  2010. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
  2011. "Relay begin cell has no \\0. Closing.");
  2012. *end_reason_out = END_STREAM_REASON_TORPROTOCOL;
  2013. return -1;
  2014. }
  2015. if (tor_addr_port_split(LOG_PROTOCOL_WARN,
  2016. (char*)(body),
  2017. &bcell->address,&bcell->port)<0) {
  2018. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
  2019. "Unable to parse addr:port in relay begin cell. Closing.");
  2020. *end_reason_out = END_STREAM_REASON_TORPROTOCOL;
  2021. return -1;
  2022. }
  2023. if (bcell->port == 0) {
  2024. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
  2025. "Missing port in relay begin cell. Closing.");
  2026. tor_free(bcell->address);
  2027. *end_reason_out = END_STREAM_REASON_TORPROTOCOL;
  2028. return -1;
  2029. }
  2030. if (body + rh.length >= nul + 4)
  2031. bcell->flags = ntohl(get_uint32(nul+1));
  2032. return 0;
  2033. }
  2034. /** A relay 'begin' or 'begin_dir' cell has arrived, and either we are
  2035. * an exit hop for the circuit, or we are the origin and it is a
  2036. * rendezvous begin.
  2037. *
  2038. * Launch a new exit connection and initialize things appropriately.
  2039. *
  2040. * If it's a rendezvous stream, call connection_exit_connect() on
  2041. * it.
  2042. *
  2043. * For general streams, call dns_resolve() on it first, and only call
  2044. * connection_exit_connect() if the dns answer is already known.
  2045. *
  2046. * Note that we don't call connection_add() on the new stream! We wait
  2047. * for connection_exit_connect() to do that.
  2048. *
  2049. * Return -(some circuit end reason) if we want to tear down <b>circ</b>.
  2050. * Else return 0.
  2051. */
  2052. int
  2053. connection_exit_begin_conn(cell_t *cell, circuit_t *circ)
  2054. {
  2055. edge_connection_t *n_stream;
  2056. relay_header_t rh;
  2057. char *address = NULL;
  2058. uint16_t port = 0;
  2059. or_circuit_t *or_circ = NULL;
  2060. const or_options_t *options = get_options();
  2061. begin_cell_t bcell;
  2062. int r;
  2063. uint8_t end_reason=0;
  2064. assert_circuit_ok(circ);
  2065. if (!CIRCUIT_IS_ORIGIN(circ))
  2066. or_circ = TO_OR_CIRCUIT(circ);
  2067. relay_header_unpack(&rh, cell->payload);
  2068. if (rh.length > RELAY_PAYLOAD_SIZE)
  2069. return -1;
  2070. /* Note: we have to use relay_send_command_from_edge here, not
  2071. * connection_edge_end or connection_edge_send_command, since those require
  2072. * that we have a stream connected to a circuit, and we don't connect to a
  2073. * circuit until we have a pending/successful resolve. */
  2074. if (!server_mode(options) &&
  2075. circ->purpose != CIRCUIT_PURPOSE_S_REND_JOINED) {
  2076. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
  2077. "Relay begin cell at non-server. Closing.");
  2078. relay_send_end_cell_from_edge(rh.stream_id, circ,
  2079. END_STREAM_REASON_EXITPOLICY, NULL);
  2080. return 0;
  2081. }
  2082. r = begin_cell_parse(cell, &bcell, &end_reason);
  2083. if (r < -1) {
  2084. return -1;
  2085. } else if (r == -1) {
  2086. tor_free(bcell.address);
  2087. relay_send_end_cell_from_edge(rh.stream_id, circ, end_reason, NULL);
  2088. return 0;
  2089. }
  2090. if (! bcell.is_begindir) {
  2091. /* Steal reference */
  2092. address = bcell.address;
  2093. port = bcell.port;
  2094. if (or_circ && or_circ->p_chan) {
  2095. if (!options->AllowSingleHopExits &&
  2096. (or_circ->is_first_hop ||
  2097. (!connection_or_digest_is_known_relay(
  2098. or_circ->p_chan->identity_digest) &&
  2099. should_refuse_unknown_exits(options)))) {
  2100. /* Don't let clients use us as a single-hop proxy, unless the user
  2101. * has explicitly allowed that in the config. It attracts attackers
  2102. * and users who'd be better off with, well, single-hop proxies.
  2103. */
  2104. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
  2105. "Attempt by %s to open a stream %s. Closing.",
  2106. safe_str(channel_get_canonical_remote_descr(or_circ->p_chan)),
  2107. or_circ->is_first_hop ? "on first hop of circuit" :
  2108. "from unknown relay");
  2109. relay_send_end_cell_from_edge(rh.stream_id, circ,
  2110. or_circ->is_first_hop ?
  2111. END_STREAM_REASON_TORPROTOCOL :
  2112. END_STREAM_REASON_MISC,
  2113. NULL);
  2114. tor_free(address);
  2115. return 0;
  2116. }
  2117. }
  2118. } else if (rh.command == RELAY_COMMAND_BEGIN_DIR) {
  2119. if (!directory_permits_begindir_requests(options) ||
  2120. circ->purpose != CIRCUIT_PURPOSE_OR) {
  2121. relay_send_end_cell_from_edge(rh.stream_id, circ,
  2122. END_STREAM_REASON_NOTDIRECTORY, NULL);
  2123. return 0;
  2124. }
  2125. /* Make sure to get the 'real' address of the previous hop: the
  2126. * caller might want to know whether his IP address has changed, and
  2127. * we might already have corrected base_.addr[ess] for the relay's
  2128. * canonical IP address. */
  2129. if (or_circ && or_circ->p_chan)
  2130. address = tor_strdup(channel_get_actual_remote_address(or_circ->p_chan));
  2131. else
  2132. address = tor_strdup("127.0.0.1");
  2133. port = 1; /* XXXX This value is never actually used anywhere, and there
  2134. * isn't "really" a connection here. But we
  2135. * need to set it to something nonzero. */
  2136. } else {
  2137. log_warn(LD_BUG, "Got an unexpected command %d", (int)rh.command);
  2138. relay_send_end_cell_from_edge(rh.stream_id, circ,
  2139. END_STREAM_REASON_INTERNAL, NULL);
  2140. return 0;
  2141. }
  2142. if (! options->IPv6Exit) {
  2143. /* I don't care if you prefer IPv6; I can't give you any. */
  2144. bcell.flags &= ~BEGIN_FLAG_IPV6_PREFERRED;
  2145. /* If you don't want IPv4, I can't help. */
  2146. if (bcell.flags & BEGIN_FLAG_IPV4_NOT_OK) {
  2147. tor_free(address);
  2148. relay_send_end_cell_from_edge(rh.stream_id, circ,
  2149. END_STREAM_REASON_EXITPOLICY, NULL);
  2150. }
  2151. }
  2152. log_debug(LD_EXIT,"Creating new exit connection.");
  2153. n_stream = edge_connection_new(CONN_TYPE_EXIT, AF_INET);/*XXXX IPv6*/
  2154. /* Remember the tunneled request ID in the new edge connection, so that
  2155. * we can measure download times. */
  2156. n_stream->dirreq_id = circ->dirreq_id;
  2157. n_stream->base_.purpose = EXIT_PURPOSE_CONNECT;
  2158. n_stream->begincell_flags = bcell.flags;
  2159. n_stream->stream_id = rh.stream_id;
  2160. n_stream->base_.port = port;
  2161. /* leave n_stream->s at -1, because it's not yet valid */
  2162. n_stream->package_window = STREAMWINDOW_START;
  2163. n_stream->deliver_window = STREAMWINDOW_START;
  2164. if (circ->purpose == CIRCUIT_PURPOSE_S_REND_JOINED) {
  2165. origin_circuit_t *origin_circ = TO_ORIGIN_CIRCUIT(circ);
  2166. log_info(LD_REND,"begin is for rendezvous. configuring stream.");
  2167. n_stream->base_.address = tor_strdup("(rendezvous)");
  2168. n_stream->base_.state = EXIT_CONN_STATE_CONNECTING;
  2169. n_stream->rend_data = rend_data_dup(origin_circ->rend_data);
  2170. tor_assert(connection_edge_is_rendezvous_stream(n_stream));
  2171. assert_circuit_ok(circ);
  2172. if (rend_service_set_connection_addr_port(n_stream, origin_circ) < 0) {
  2173. log_info(LD_REND,"Didn't find rendezvous service (port %d)",
  2174. n_stream->base_.port);
  2175. relay_send_end_cell_from_edge(rh.stream_id, circ,
  2176. END_STREAM_REASON_EXITPOLICY,
  2177. origin_circ->cpath->prev);
  2178. connection_free(TO_CONN(n_stream));
  2179. tor_free(address);
  2180. return 0;
  2181. }
  2182. assert_circuit_ok(circ);
  2183. log_debug(LD_REND,"Finished assigning addr/port");
  2184. n_stream->cpath_layer = origin_circ->cpath->prev; /* link it */
  2185. /* add it into the linked list of p_streams on this circuit */
  2186. n_stream->next_stream = origin_circ->p_streams;
  2187. n_stream->on_circuit = circ;
  2188. origin_circ->p_streams = n_stream;
  2189. assert_circuit_ok(circ);
  2190. connection_exit_connect(n_stream);
  2191. tor_free(address);
  2192. return 0;
  2193. }
  2194. tor_strlower(address);
  2195. n_stream->base_.address = address;
  2196. n_stream->base_.state = EXIT_CONN_STATE_RESOLVEFAILED;
  2197. /* default to failed, change in dns_resolve if it turns out not to fail */
  2198. if (we_are_hibernating()) {
  2199. relay_send_end_cell_from_edge(rh.stream_id, circ,
  2200. END_STREAM_REASON_HIBERNATING, NULL);
  2201. connection_free(TO_CONN(n_stream));
  2202. return 0;
  2203. }
  2204. n_stream->on_circuit = circ;
  2205. if (rh.command == RELAY_COMMAND_BEGIN_DIR) {
  2206. tor_addr_t tmp_addr;
  2207. tor_assert(or_circ);
  2208. if (or_circ->p_chan &&
  2209. channel_get_addr_if_possible(or_circ->p_chan, &tmp_addr)) {
  2210. tor_addr_copy(&n_stream->base_.addr, &tmp_addr);
  2211. }
  2212. return connection_exit_connect_dir(n_stream);
  2213. }
  2214. log_debug(LD_EXIT,"about to start the dns_resolve().");
  2215. /* send it off to the gethostbyname farm */
  2216. switch (dns_resolve(n_stream)) {
  2217. case 1: /* resolve worked; now n_stream is attached to circ. */
  2218. assert_circuit_ok(circ);
  2219. log_debug(LD_EXIT,"about to call connection_exit_connect().");
  2220. connection_exit_connect(n_stream);
  2221. return 0;
  2222. case -1: /* resolve failed */
  2223. relay_send_end_cell_from_edge(rh.stream_id, circ,
  2224. END_STREAM_REASON_RESOLVEFAILED, NULL);
  2225. /* n_stream got freed. don't touch it. */
  2226. break;
  2227. case 0: /* resolve added to pending list */
  2228. assert_circuit_ok(circ);
  2229. break;
  2230. }
  2231. return 0;
  2232. }
  2233. /**
  2234. * Called when we receive a RELAY_COMMAND_RESOLVE cell 'cell' along the
  2235. * circuit <b>circ</b>;
  2236. * begin resolving the hostname, and (eventually) reply with a RESOLVED cell.
  2237. */
  2238. int
  2239. connection_exit_begin_resolve(cell_t *cell, or_circuit_t *circ)
  2240. {
  2241. edge_connection_t *dummy_conn;
  2242. relay_header_t rh;
  2243. assert_circuit_ok(TO_CIRCUIT(circ));
  2244. relay_header_unpack(&rh, cell->payload);
  2245. if (rh.length > RELAY_PAYLOAD_SIZE)
  2246. return -1;
  2247. /* This 'dummy_conn' only exists to remember the stream ID
  2248. * associated with the resolve request; and to make the
  2249. * implementation of dns.c more uniform. (We really only need to
  2250. * remember the circuit, the stream ID, and the hostname to be
  2251. * resolved; but if we didn't store them in a connection like this,
  2252. * the housekeeping in dns.c would get way more complicated.)
  2253. */
  2254. dummy_conn = edge_connection_new(CONN_TYPE_EXIT, AF_INET);
  2255. dummy_conn->stream_id = rh.stream_id;
  2256. dummy_conn->base_.address = tor_strndup(
  2257. (char*)cell->payload+RELAY_HEADER_SIZE,
  2258. rh.length);
  2259. dummy_conn->base_.port = 0;
  2260. dummy_conn->base_.state = EXIT_CONN_STATE_RESOLVEFAILED;
  2261. dummy_conn->base_.purpose = EXIT_PURPOSE_RESOLVE;
  2262. dummy_conn->on_circuit = TO_CIRCUIT(circ);
  2263. /* send it off to the gethostbyname farm */
  2264. switch (dns_resolve(dummy_conn)) {
  2265. case -1: /* Impossible to resolve; a resolved cell was sent. */
  2266. /* Connection freed; don't touch it. */
  2267. return 0;
  2268. case 1: /* The result was cached; a resolved cell was sent. */
  2269. if (!dummy_conn->base_.marked_for_close)
  2270. connection_free(TO_CONN(dummy_conn));
  2271. return 0;
  2272. case 0: /* resolve added to pending list */
  2273. assert_circuit_ok(TO_CIRCUIT(circ));
  2274. break;
  2275. }
  2276. return 0;
  2277. }
  2278. /** Connect to conn's specified addr and port. If it worked, conn
  2279. * has now been added to the connection_array.
  2280. *
  2281. * Send back a connected cell. Include the resolved IP of the destination
  2282. * address, but <em>only</em> if it's a general exit stream. (Rendezvous
  2283. * streams must not reveal what IP they connected to.)
  2284. */
  2285. void
  2286. connection_exit_connect(edge_connection_t *edge_conn)
  2287. {
  2288. const tor_addr_t *addr;
  2289. uint16_t port;
  2290. connection_t *conn = TO_CONN(edge_conn);
  2291. int socket_error = 0;
  2292. if ( (!connection_edge_is_rendezvous_stream(edge_conn) &&
  2293. router_compare_to_my_exit_policy(&edge_conn->base_.addr,
  2294. edge_conn->base_.port)) ||
  2295. (tor_addr_family(&conn->addr) == AF_INET6 &&
  2296. ! get_options()->IPv6Exit)) {
  2297. log_info(LD_EXIT,"%s:%d failed exit policy. Closing.",
  2298. escaped_safe_str_client(conn->address), conn->port);
  2299. connection_edge_end(edge_conn, END_STREAM_REASON_EXITPOLICY);
  2300. circuit_detach_stream(circuit_get_by_edge_conn(edge_conn), edge_conn);
  2301. connection_free(conn);
  2302. return;
  2303. }
  2304. addr = &conn->addr;
  2305. port = conn->port;
  2306. if (tor_addr_family(addr) == AF_INET6)
  2307. conn->socket_family = AF_INET6;
  2308. log_debug(LD_EXIT,"about to try connecting");
  2309. switch (connection_connect(conn, conn->address, addr, port, &socket_error)) {
  2310. case -1: {
  2311. int reason = errno_to_stream_end_reason(socket_error);
  2312. connection_edge_end(edge_conn, reason);
  2313. circuit_detach_stream(circuit_get_by_edge_conn(edge_conn), edge_conn);
  2314. connection_free(conn);
  2315. return;
  2316. }
  2317. case 0:
  2318. conn->state = EXIT_CONN_STATE_CONNECTING;
  2319. connection_watch_events(conn, READ_EVENT | WRITE_EVENT);
  2320. /* writable indicates finish;
  2321. * readable/error indicates broken link in windows-land. */
  2322. return;
  2323. /* case 1: fall through */
  2324. }
  2325. conn->state = EXIT_CONN_STATE_OPEN;
  2326. if (connection_get_outbuf_len(conn)) {
  2327. /* in case there are any queued data cells */
  2328. log_warn(LD_BUG,"newly connected conn had data waiting!");
  2329. // connection_start_writing(conn);
  2330. }
  2331. IF_HAS_NO_BUFFEREVENT(conn)
  2332. connection_watch_events(conn, READ_EVENT);
  2333. /* also, deliver a 'connected' cell back through the circuit. */
  2334. if (connection_edge_is_rendezvous_stream(edge_conn)) {
  2335. /* rendezvous stream */
  2336. /* don't send an address back! */
  2337. connection_edge_send_command(edge_conn,
  2338. RELAY_COMMAND_CONNECTED,
  2339. NULL, 0);
  2340. } else { /* normal stream */
  2341. uint8_t connected_payload[MAX_CONNECTED_CELL_PAYLOAD_LEN];
  2342. int connected_payload_len =
  2343. connected_cell_format_payload(connected_payload, &conn->addr,
  2344. edge_conn->address_ttl);
  2345. if (connected_payload_len < 0) {
  2346. connection_edge_end(edge_conn, END_STREAM_REASON_INTERNAL);
  2347. circuit_detach_stream(circuit_get_by_edge_conn(edge_conn), edge_conn);
  2348. connection_free(conn);
  2349. }
  2350. connection_edge_send_command(edge_conn,
  2351. RELAY_COMMAND_CONNECTED,
  2352. (char*)connected_payload,
  2353. connected_payload_len);
  2354. }
  2355. }
  2356. /** Given an exit conn that should attach to us as a directory server, open a
  2357. * bridge connection with a linked connection pair, create a new directory
  2358. * conn, and join them together. Return 0 on success (or if there was an
  2359. * error we could send back an end cell for). Return -(some circuit end
  2360. * reason) if the circuit needs to be torn down. Either connects
  2361. * <b>exitconn</b>, frees it, or marks it, as appropriate.
  2362. */
  2363. static int
  2364. connection_exit_connect_dir(edge_connection_t *exitconn)
  2365. {
  2366. dir_connection_t *dirconn = NULL;
  2367. or_circuit_t *circ = TO_OR_CIRCUIT(exitconn->on_circuit);
  2368. log_info(LD_EXIT, "Opening local connection for anonymized directory exit");
  2369. exitconn->base_.state = EXIT_CONN_STATE_OPEN;
  2370. dirconn = dir_connection_new(tor_addr_family(&exitconn->base_.addr));
  2371. tor_addr_copy(&dirconn->base_.addr, &exitconn->base_.addr);
  2372. dirconn->base_.port = 0;
  2373. dirconn->base_.address = tor_strdup(exitconn->base_.address);
  2374. dirconn->base_.type = CONN_TYPE_DIR;
  2375. dirconn->base_.purpose = DIR_PURPOSE_SERVER;
  2376. dirconn->base_.state = DIR_CONN_STATE_SERVER_COMMAND_WAIT;
  2377. /* Note that the new dir conn belongs to the same tunneled request as
  2378. * the edge conn, so that we can measure download times. */
  2379. dirconn->dirreq_id = exitconn->dirreq_id;
  2380. connection_link_connections(TO_CONN(dirconn), TO_CONN(exitconn));
  2381. if (connection_add(TO_CONN(exitconn))<0) {
  2382. connection_edge_end(exitconn, END_STREAM_REASON_RESOURCELIMIT);
  2383. connection_free(TO_CONN(exitconn));
  2384. connection_free(TO_CONN(dirconn));
  2385. return 0;
  2386. }
  2387. /* link exitconn to circ, now that we know we can use it. */
  2388. exitconn->next_stream = circ->n_streams;
  2389. circ->n_streams = exitconn;
  2390. if (connection_add(TO_CONN(dirconn))<0) {
  2391. connection_edge_end(exitconn, END_STREAM_REASON_RESOURCELIMIT);
  2392. connection_close_immediate(TO_CONN(exitconn));
  2393. connection_mark_for_close(TO_CONN(exitconn));
  2394. connection_free(TO_CONN(dirconn));
  2395. return 0;
  2396. }
  2397. connection_start_reading(TO_CONN(dirconn));
  2398. connection_start_reading(TO_CONN(exitconn));
  2399. if (connection_edge_send_command(exitconn,
  2400. RELAY_COMMAND_CONNECTED, NULL, 0) < 0) {
  2401. connection_mark_for_close(TO_CONN(exitconn));
  2402. connection_mark_for_close(TO_CONN(dirconn));
  2403. return 0;
  2404. }
  2405. return 0;
  2406. }
  2407. /** Return 1 if <b>conn</b> is a rendezvous stream, or 0 if
  2408. * it is a general stream.
  2409. */
  2410. int
  2411. connection_edge_is_rendezvous_stream(edge_connection_t *conn)
  2412. {
  2413. tor_assert(conn);
  2414. if (conn->rend_data)
  2415. return 1;
  2416. return 0;
  2417. }
  2418. /** Return 1 if router <b>exit</b> is likely to allow stream <b>conn</b>
  2419. * to exit from it, or 0 if it probably will not allow it.
  2420. * (We might be uncertain if conn's destination address has not yet been
  2421. * resolved.)
  2422. */
  2423. int
  2424. connection_ap_can_use_exit(const entry_connection_t *conn, const node_t *exit)
  2425. {
  2426. const or_options_t *options = get_options();
  2427. tor_assert(conn);
  2428. tor_assert(conn->socks_request);
  2429. tor_assert(exit);
  2430. /* If a particular exit node has been requested for the new connection,
  2431. * make sure the exit node of the existing circuit matches exactly.
  2432. */
  2433. if (conn->chosen_exit_name) {
  2434. const node_t *chosen_exit =
  2435. node_get_by_nickname(conn->chosen_exit_name, 1);
  2436. if (!chosen_exit || tor_memneq(chosen_exit->identity,
  2437. exit->identity, DIGEST_LEN)) {
  2438. /* doesn't match */
  2439. // log_debug(LD_APP,"Requested node '%s', considering node '%s'. No.",
  2440. // conn->chosen_exit_name, exit->nickname);
  2441. return 0;
  2442. }
  2443. }
  2444. if (conn->use_begindir) {
  2445. /* Internal directory fetches do not count as exiting. */
  2446. return 1;
  2447. }
  2448. if (conn->socks_request->command == SOCKS_COMMAND_CONNECT) {
  2449. tor_addr_t addr, *addrp = NULL;
  2450. addr_policy_result_t r;
  2451. if (0 == tor_addr_parse(&addr, conn->socks_request->address)) {
  2452. addrp = &addr;
  2453. } else if (!conn->ipv4_traffic_ok && conn->ipv6_traffic_ok) {
  2454. tor_addr_make_null(&addr, AF_INET6);
  2455. addrp = &addr;
  2456. } else if (conn->ipv4_traffic_ok && !conn->ipv6_traffic_ok) {
  2457. tor_addr_make_null(&addr, AF_INET);
  2458. addrp = &addr;
  2459. }
  2460. r = compare_tor_addr_to_node_policy(addrp, conn->socks_request->port,exit);
  2461. if (r == ADDR_POLICY_REJECTED)
  2462. return 0; /* We know the address, and the exit policy rejects it. */
  2463. if (r == ADDR_POLICY_PROBABLY_REJECTED && !conn->chosen_exit_name)
  2464. return 0; /* We don't know the addr, but the exit policy rejects most
  2465. * addresses with this port. Since the user didn't ask for
  2466. * this node, err on the side of caution. */
  2467. } else if (SOCKS_COMMAND_IS_RESOLVE(conn->socks_request->command)) {
  2468. /* Don't send DNS requests to non-exit servers by default. */
  2469. if (!conn->chosen_exit_name && node_exit_policy_rejects_all(exit))
  2470. return 0;
  2471. }
  2472. if (routerset_contains_node(options->ExcludeExitNodesUnion_, exit)) {
  2473. /* Not a suitable exit. Refuse it. */
  2474. return 0;
  2475. }
  2476. return 1;
  2477. }
  2478. /** If address is of the form "y.onion" with a well-formed handle y:
  2479. * Put a NUL after y, lower-case it, and return ONION_HOSTNAME.
  2480. *
  2481. * If address is of the form "y.onion" with a badly-formed handle y:
  2482. * Return BAD_HOSTNAME and log a message.
  2483. *
  2484. * If address is of the form "y.exit":
  2485. * Put a NUL after y and return EXIT_HOSTNAME.
  2486. *
  2487. * Otherwise:
  2488. * Return NORMAL_HOSTNAME and change nothing.
  2489. */
  2490. hostname_type_t
  2491. parse_extended_hostname(char *address)
  2492. {
  2493. char *s;
  2494. char query[REND_SERVICE_ID_LEN_BASE32+1];
  2495. s = strrchr(address,'.');
  2496. if (!s)
  2497. return NORMAL_HOSTNAME; /* no dot, thus normal */
  2498. if (!strcmp(s+1,"exit")) {
  2499. *s = 0; /* NUL-terminate it */
  2500. return EXIT_HOSTNAME; /* .exit */
  2501. }
  2502. if (strcmp(s+1,"onion"))
  2503. return NORMAL_HOSTNAME; /* neither .exit nor .onion, thus normal */
  2504. /* so it is .onion */
  2505. *s = 0; /* NUL-terminate it */
  2506. if (strlcpy(query, address, REND_SERVICE_ID_LEN_BASE32+1) >=
  2507. REND_SERVICE_ID_LEN_BASE32+1)
  2508. goto failed;
  2509. if (rend_valid_service_id(query)) {
  2510. return ONION_HOSTNAME; /* success */
  2511. }
  2512. failed:
  2513. /* otherwise, return to previous state and return 0 */
  2514. *s = '.';
  2515. log_warn(LD_APP, "Invalid onion hostname %s; rejecting",
  2516. safe_str_client(address));
  2517. return BAD_HOSTNAME;
  2518. }
  2519. /** Return true iff the (possibly NULL) <b>alen</b>-byte chunk of memory at
  2520. * <b>a</b> is equal to the (possibly NULL) <b>blen</b>-byte chunk of memory
  2521. * at <b>b</b>. */
  2522. static int
  2523. memeq_opt(const char *a, size_t alen, const char *b, size_t blen)
  2524. {
  2525. if (a == NULL) {
  2526. return (b == NULL);
  2527. } else if (b == NULL) {
  2528. return 0;
  2529. } else if (alen != blen) {
  2530. return 0;
  2531. } else {
  2532. return tor_memeq(a, b, alen);
  2533. }
  2534. }
  2535. /**
  2536. * Return true iff none of the isolation flags and fields in <b>conn</b>
  2537. * should prevent it from being attached to <b>circ</b>.
  2538. */
  2539. int
  2540. connection_edge_compatible_with_circuit(const entry_connection_t *conn,
  2541. const origin_circuit_t *circ)
  2542. {
  2543. const uint8_t iso = conn->isolation_flags;
  2544. const socks_request_t *sr = conn->socks_request;
  2545. /* If circ has never been used for an isolated connection, we can
  2546. * totally use it for this one. */
  2547. if (!circ->isolation_values_set)
  2548. return 1;
  2549. /* If circ has been used for connections having more than one value
  2550. * for some field f, it will have the corresponding bit set in
  2551. * isolation_flags_mixed. If isolation_flags_mixed has any bits
  2552. * in common with iso, then conn must be isolated from at least
  2553. * one stream that has been attached to circ. */
  2554. if ((iso & circ->isolation_flags_mixed) != 0) {
  2555. /* For at least one field where conn is isolated, the circuit
  2556. * already has mixed streams. */
  2557. return 0;
  2558. }
  2559. if (! conn->original_dest_address) {
  2560. log_warn(LD_BUG, "Reached connection_edge_compatible_with_circuit without "
  2561. "having set conn->original_dest_address");
  2562. ((entry_connection_t*)conn)->original_dest_address =
  2563. tor_strdup(conn->socks_request->address);
  2564. }
  2565. if ((iso & ISO_STREAM) &&
  2566. (circ->associated_isolated_stream_global_id !=
  2567. ENTRY_TO_CONN(conn)->global_identifier))
  2568. return 0;
  2569. if ((iso & ISO_DESTPORT) && conn->socks_request->port != circ->dest_port)
  2570. return 0;
  2571. if ((iso & ISO_DESTADDR) &&
  2572. strcasecmp(conn->original_dest_address, circ->dest_address))
  2573. return 0;
  2574. if ((iso & ISO_SOCKSAUTH) &&
  2575. (! memeq_opt(sr->username, sr->usernamelen,
  2576. circ->socks_username, circ->socks_username_len) ||
  2577. ! memeq_opt(sr->password, sr->passwordlen,
  2578. circ->socks_password, circ->socks_password_len)))
  2579. return 0;
  2580. if ((iso & ISO_CLIENTPROTO) &&
  2581. (conn->socks_request->listener_type != circ->client_proto_type ||
  2582. conn->socks_request->socks_version != circ->client_proto_socksver))
  2583. return 0;
  2584. if ((iso & ISO_CLIENTADDR) &&
  2585. !tor_addr_eq(&ENTRY_TO_CONN(conn)->addr, &circ->client_addr))
  2586. return 0;
  2587. if ((iso & ISO_SESSIONGRP) && conn->session_group != circ->session_group)
  2588. return 0;
  2589. if ((iso & ISO_NYM_EPOCH) && conn->nym_epoch != circ->nym_epoch)
  2590. return 0;
  2591. return 1;
  2592. }
  2593. /**
  2594. * If <b>dry_run</b> is false, update <b>circ</b>'s isolation flags and fields
  2595. * to reflect having had <b>conn</b> attached to it, and return 0. Otherwise,
  2596. * if <b>dry_run</b> is true, then make no changes to <b>circ</b>, and return
  2597. * a bitfield of isolation flags that we would have to set in
  2598. * isolation_flags_mixed to add <b>conn</b> to <b>circ</b>, or -1 if
  2599. * <b>circ</b> has had no streams attached to it.
  2600. */
  2601. int
  2602. connection_edge_update_circuit_isolation(const entry_connection_t *conn,
  2603. origin_circuit_t *circ,
  2604. int dry_run)
  2605. {
  2606. const socks_request_t *sr = conn->socks_request;
  2607. if (! conn->original_dest_address) {
  2608. log_warn(LD_BUG, "Reached connection_update_circuit_isolation without "
  2609. "having set conn->original_dest_address");
  2610. ((entry_connection_t*)conn)->original_dest_address =
  2611. tor_strdup(conn->socks_request->address);
  2612. }
  2613. if (!circ->isolation_values_set) {
  2614. if (dry_run)
  2615. return -1;
  2616. circ->associated_isolated_stream_global_id =
  2617. ENTRY_TO_CONN(conn)->global_identifier;
  2618. circ->dest_port = conn->socks_request->port;
  2619. circ->dest_address = tor_strdup(conn->original_dest_address);
  2620. circ->client_proto_type = conn->socks_request->listener_type;
  2621. circ->client_proto_socksver = conn->socks_request->socks_version;
  2622. tor_addr_copy(&circ->client_addr, &ENTRY_TO_CONN(conn)->addr);
  2623. circ->session_group = conn->session_group;
  2624. circ->nym_epoch = conn->nym_epoch;
  2625. circ->socks_username = sr->username ?
  2626. tor_memdup(sr->username, sr->usernamelen) : NULL;
  2627. circ->socks_password = sr->password ?
  2628. tor_memdup(sr->password, sr->passwordlen) : NULL;
  2629. circ->socks_username_len = sr->usernamelen;
  2630. circ->socks_password_len = sr->passwordlen;
  2631. circ->isolation_values_set = 1;
  2632. return 0;
  2633. } else {
  2634. uint8_t mixed = 0;
  2635. if (conn->socks_request->port != circ->dest_port)
  2636. mixed |= ISO_DESTPORT;
  2637. if (strcasecmp(conn->original_dest_address, circ->dest_address))
  2638. mixed |= ISO_DESTADDR;
  2639. if (!memeq_opt(sr->username, sr->usernamelen,
  2640. circ->socks_username, circ->socks_username_len) ||
  2641. !memeq_opt(sr->password, sr->passwordlen,
  2642. circ->socks_password, circ->socks_password_len))
  2643. mixed |= ISO_SOCKSAUTH;
  2644. if ((conn->socks_request->listener_type != circ->client_proto_type ||
  2645. conn->socks_request->socks_version != circ->client_proto_socksver))
  2646. mixed |= ISO_CLIENTPROTO;
  2647. if (!tor_addr_eq(&ENTRY_TO_CONN(conn)->addr, &circ->client_addr))
  2648. mixed |= ISO_CLIENTADDR;
  2649. if (conn->session_group != circ->session_group)
  2650. mixed |= ISO_SESSIONGRP;
  2651. if (conn->nym_epoch != circ->nym_epoch)
  2652. mixed |= ISO_NYM_EPOCH;
  2653. if (dry_run)
  2654. return mixed;
  2655. if ((mixed & conn->isolation_flags) != 0) {
  2656. log_warn(LD_BUG, "Updating a circuit with seemingly incompatible "
  2657. "isolation flags.");
  2658. }
  2659. circ->isolation_flags_mixed |= mixed;
  2660. return 0;
  2661. }
  2662. }
  2663. /**
  2664. * Clear the isolation settings on <b>circ</b>.
  2665. *
  2666. * This only works on an open circuit that has never had a stream attached to
  2667. * it, and whose isolation settings are hypothetical. (We set hypothetical
  2668. * isolation settings on circuits as we're launching them, so that we
  2669. * know whether they can handle more streams or whether we need to launch
  2670. * even more circuits. Once the circuit is open, if it turns out that
  2671. * we no longer have any streams to attach to it, we clear the isolation flags
  2672. * and data so that other streams can have a chance.)
  2673. */
  2674. void
  2675. circuit_clear_isolation(origin_circuit_t *circ)
  2676. {
  2677. if (circ->isolation_any_streams_attached) {
  2678. log_warn(LD_BUG, "Tried to clear the isolation status of a dirty circuit");
  2679. return;
  2680. }
  2681. if (TO_CIRCUIT(circ)->state != CIRCUIT_STATE_OPEN) {
  2682. log_warn(LD_BUG, "Tried to clear the isolation status of a non-open "
  2683. "circuit");
  2684. return;
  2685. }
  2686. circ->isolation_values_set = 0;
  2687. circ->isolation_flags_mixed = 0;
  2688. circ->associated_isolated_stream_global_id = 0;
  2689. circ->client_proto_type = 0;
  2690. circ->client_proto_socksver = 0;
  2691. circ->dest_port = 0;
  2692. tor_addr_make_unspec(&circ->client_addr);
  2693. tor_free(circ->dest_address);
  2694. circ->session_group = -1;
  2695. circ->nym_epoch = 0;
  2696. if (circ->socks_username) {
  2697. memwipe(circ->socks_username, 0x11, circ->socks_username_len);
  2698. tor_free(circ->socks_username);
  2699. }
  2700. if (circ->socks_password) {
  2701. memwipe(circ->socks_password, 0x05, circ->socks_password_len);
  2702. tor_free(circ->socks_password);
  2703. }
  2704. circ->socks_username_len = circ->socks_password_len = 0;
  2705. }