connection_edge.c 134 KB

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