connection_edge.c 114 KB

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