connection_edge.c 110 KB

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