connection_edge.c 131 KB

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