connection_edge.c 131 KB

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