circuitlist.c 67 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126
  1. /* Copyright 2001 Matej Pfajfar.
  2. * Copyright (c) 2001-2004, Roger Dingledine.
  3. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
  4. * Copyright (c) 2007-2013, The Tor Project, Inc. */
  5. /* See LICENSE for licensing information */
  6. /**
  7. * \file circuitlist.c
  8. * \brief Manage the global circuit list.
  9. **/
  10. #define CIRCUITLIST_PRIVATE
  11. #include "or.h"
  12. #include "channel.h"
  13. #include "circpathbias.h"
  14. #include "circuitbuild.h"
  15. #include "circuitlist.h"
  16. #include "circuituse.h"
  17. #include "circuitstats.h"
  18. #include "connection.h"
  19. #include "config.h"
  20. #include "connection_edge.h"
  21. #include "connection_or.h"
  22. #include "control.h"
  23. #include "networkstatus.h"
  24. #include "nodelist.h"
  25. #include "onion.h"
  26. #include "onion_fast.h"
  27. #include "policies.h"
  28. #include "relay.h"
  29. #include "rendclient.h"
  30. #include "rendcommon.h"
  31. #include "rephist.h"
  32. #include "routerlist.h"
  33. #include "routerset.h"
  34. #include "ht.h"
  35. /********* START VARIABLES **********/
  36. /** A global list of all circuits at this hop. */
  37. struct global_circuitlist_s global_circuitlist =
  38. TOR_LIST_HEAD_INITIALIZER(global_circuitlist);
  39. /** A list of all the circuits in CIRCUIT_STATE_CHAN_WAIT. */
  40. static smartlist_t *circuits_pending_chans = NULL;
  41. static void circuit_free_cpath_node(crypt_path_t *victim);
  42. static void cpath_ref_decref(crypt_path_reference_t *cpath_ref);
  43. //static void circuit_set_rend_token(or_circuit_t *circ, int is_rend_circ,
  44. // const uint8_t *token);
  45. static void circuit_clear_rend_token(or_circuit_t *circ);
  46. /********* END VARIABLES ************/
  47. /** A map from channel and circuit ID to circuit. (Lookup performance is
  48. * very important here, since we need to do it every time a cell arrives.) */
  49. typedef struct chan_circid_circuit_map_t {
  50. HT_ENTRY(chan_circid_circuit_map_t) node;
  51. channel_t *chan;
  52. circid_t circ_id;
  53. circuit_t *circuit;
  54. } chan_circid_circuit_map_t;
  55. /** Helper for hash tables: compare the channel and circuit ID for a and
  56. * b, and return less than, equal to, or greater than zero appropriately.
  57. */
  58. static INLINE int
  59. chan_circid_entries_eq_(chan_circid_circuit_map_t *a,
  60. chan_circid_circuit_map_t *b)
  61. {
  62. return a->chan == b->chan && a->circ_id == b->circ_id;
  63. }
  64. /** Helper: return a hash based on circuit ID and the pointer value of
  65. * chan in <b>a</b>. */
  66. static INLINE unsigned int
  67. chan_circid_entry_hash_(chan_circid_circuit_map_t *a)
  68. {
  69. return ((unsigned)a->circ_id) ^ (unsigned)(uintptr_t)(a->chan);
  70. }
  71. /** Map from [chan,circid] to circuit. */
  72. static HT_HEAD(chan_circid_map, chan_circid_circuit_map_t)
  73. chan_circid_map = HT_INITIALIZER();
  74. HT_PROTOTYPE(chan_circid_map, chan_circid_circuit_map_t, node,
  75. chan_circid_entry_hash_, chan_circid_entries_eq_)
  76. HT_GENERATE(chan_circid_map, chan_circid_circuit_map_t, node,
  77. chan_circid_entry_hash_, chan_circid_entries_eq_, 0.6,
  78. malloc, realloc, free)
  79. /** The most recently returned entry from circuit_get_by_circid_chan;
  80. * used to improve performance when many cells arrive in a row from the
  81. * same circuit.
  82. */
  83. chan_circid_circuit_map_t *_last_circid_chan_ent = NULL;
  84. /** Implementation helper for circuit_set_{p,n}_circid_channel: A circuit ID
  85. * and/or channel for circ has just changed from <b>old_chan, old_id</b>
  86. * to <b>chan, id</b>. Adjust the chan,circid map as appropriate, removing
  87. * the old entry (if any) and adding a new one. */
  88. static void
  89. circuit_set_circid_chan_helper(circuit_t *circ, int direction,
  90. circid_t id,
  91. channel_t *chan)
  92. {
  93. chan_circid_circuit_map_t search;
  94. chan_circid_circuit_map_t *found;
  95. channel_t *old_chan, **chan_ptr;
  96. circid_t old_id, *circid_ptr;
  97. int make_active, attached = 0;
  98. if (direction == CELL_DIRECTION_OUT) {
  99. chan_ptr = &circ->n_chan;
  100. circid_ptr = &circ->n_circ_id;
  101. make_active = circ->n_chan_cells.n > 0;
  102. } else {
  103. or_circuit_t *c = TO_OR_CIRCUIT(circ);
  104. chan_ptr = &c->p_chan;
  105. circid_ptr = &c->p_circ_id;
  106. make_active = c->p_chan_cells.n > 0;
  107. }
  108. old_chan = *chan_ptr;
  109. old_id = *circid_ptr;
  110. if (id == old_id && chan == old_chan)
  111. return;
  112. if (_last_circid_chan_ent &&
  113. ((old_id == _last_circid_chan_ent->circ_id &&
  114. old_chan == _last_circid_chan_ent->chan) ||
  115. (id == _last_circid_chan_ent->circ_id &&
  116. chan == _last_circid_chan_ent->chan))) {
  117. _last_circid_chan_ent = NULL;
  118. }
  119. if (old_chan) {
  120. /*
  121. * If we're changing channels or ID and had an old channel and a non
  122. * zero old ID and weren't marked for close (i.e., we should have been
  123. * attached), detach the circuit. ID changes require this because
  124. * circuitmux hashes on (channel_id, circuit_id).
  125. */
  126. if (old_id != 0 && (old_chan != chan || old_id != id) &&
  127. !(circ->marked_for_close)) {
  128. tor_assert(old_chan->cmux);
  129. circuitmux_detach_circuit(old_chan->cmux, circ);
  130. }
  131. /* we may need to remove it from the conn-circid map */
  132. search.circ_id = old_id;
  133. search.chan = old_chan;
  134. found = HT_REMOVE(chan_circid_map, &chan_circid_map, &search);
  135. if (found) {
  136. tor_free(found);
  137. if (direction == CELL_DIRECTION_OUT) {
  138. /* One fewer circuits use old_chan as n_chan */
  139. --(old_chan->num_n_circuits);
  140. } else {
  141. /* One fewer circuits use old_chan as p_chan */
  142. --(old_chan->num_p_circuits);
  143. }
  144. }
  145. }
  146. /* Change the values only after we have possibly made the circuit inactive
  147. * on the previous chan. */
  148. *chan_ptr = chan;
  149. *circid_ptr = id;
  150. if (chan == NULL)
  151. return;
  152. /* now add the new one to the conn-circid map */
  153. search.circ_id = id;
  154. search.chan = chan;
  155. found = HT_FIND(chan_circid_map, &chan_circid_map, &search);
  156. if (found) {
  157. found->circuit = circ;
  158. } else {
  159. found = tor_malloc_zero(sizeof(chan_circid_circuit_map_t));
  160. found->circ_id = id;
  161. found->chan = chan;
  162. found->circuit = circ;
  163. HT_INSERT(chan_circid_map, &chan_circid_map, found);
  164. }
  165. /*
  166. * Attach to the circuitmux if we're changing channels or IDs and
  167. * have a new channel and ID to use and the circuit is not marked for
  168. * close.
  169. */
  170. if (chan && id != 0 && (old_chan != chan || old_id != id) &&
  171. !(circ->marked_for_close)) {
  172. tor_assert(chan->cmux);
  173. circuitmux_attach_circuit(chan->cmux, circ, direction);
  174. attached = 1;
  175. }
  176. /*
  177. * This is a no-op if we have no cells, but if we do it marks us active to
  178. * the circuitmux
  179. */
  180. if (make_active && attached)
  181. update_circuit_on_cmux(circ, direction);
  182. /* Adjust circuit counts on new channel */
  183. if (direction == CELL_DIRECTION_OUT) {
  184. ++chan->num_n_circuits;
  185. } else {
  186. ++chan->num_p_circuits;
  187. }
  188. }
  189. /** Mark that circuit id <b>id</b> shouldn't be used on channel <b>chan</b>,
  190. * even if there is no circuit on the channel. We use this to keep the
  191. * circuit id from getting re-used while we have queued but not yet sent
  192. * a destroy cell. */
  193. void
  194. channel_mark_circid_unusable(channel_t *chan, circid_t id)
  195. {
  196. chan_circid_circuit_map_t search;
  197. chan_circid_circuit_map_t *ent;
  198. /* See if there's an entry there. That wouldn't be good. */
  199. memset(&search, 0, sizeof(search));
  200. search.chan = chan;
  201. search.circ_id = id;
  202. ent = HT_FIND(chan_circid_map, &chan_circid_map, &search);
  203. if (ent && ent->circuit) {
  204. /* we have a problem. */
  205. log_warn(LD_BUG, "Tried to mark %u unusable on %p, but there was already "
  206. "a circuit there.", (unsigned)id, chan);
  207. } else if (ent) {
  208. /* It's already marked. */
  209. } else {
  210. ent = tor_malloc_zero(sizeof(chan_circid_circuit_map_t));
  211. ent->chan = chan;
  212. ent->circ_id = id;
  213. /* leave circuit at NULL */
  214. HT_INSERT(chan_circid_map, &chan_circid_map, ent);
  215. }
  216. }
  217. /** Mark that a circuit id <b>id</b> can be used again on <b>chan</b>.
  218. * We use this to re-enable the circuit ID after we've sent a destroy cell.
  219. */
  220. void
  221. channel_mark_circid_usable(channel_t *chan, circid_t id)
  222. {
  223. chan_circid_circuit_map_t search;
  224. chan_circid_circuit_map_t *ent;
  225. /* See if there's an entry there. That wouldn't be good. */
  226. memset(&search, 0, sizeof(search));
  227. search.chan = chan;
  228. search.circ_id = id;
  229. ent = HT_REMOVE(chan_circid_map, &chan_circid_map, &search);
  230. if (ent && ent->circuit) {
  231. log_warn(LD_BUG, "Tried to mark %u usable on %p, but there was already "
  232. "a circuit there.", (unsigned)id, chan);
  233. return;
  234. }
  235. if (_last_circid_chan_ent == ent)
  236. _last_circid_chan_ent = NULL;
  237. tor_free(ent);
  238. }
  239. /** Called to indicate that a DESTROY is pending on <b>chan</b> with
  240. * circuit ID <b>id</b>, but hasn't been sent yet. */
  241. void
  242. channel_note_destroy_pending(channel_t *chan, circid_t id)
  243. {
  244. circuit_t *circ = circuit_get_by_circid_channel_even_if_marked(id,chan);
  245. if (circ) {
  246. if (circ->n_chan == chan && circ->n_circ_id == id) {
  247. circ->n_delete_pending = 1;
  248. } else {
  249. or_circuit_t *orcirc = TO_OR_CIRCUIT(circ);
  250. if (orcirc->p_chan == chan && orcirc->p_circ_id == id) {
  251. circ->p_delete_pending = 1;
  252. }
  253. }
  254. return;
  255. }
  256. channel_mark_circid_unusable(chan, id);
  257. }
  258. /** Called to indicate that a DESTROY is no longer pending on <b>chan</b> with
  259. * circuit ID <b>id</b> -- typically, because it has been sent. */
  260. void
  261. channel_note_destroy_not_pending(channel_t *chan, circid_t id)
  262. {
  263. circuit_t *circ = circuit_get_by_circid_channel_even_if_marked(id,chan);
  264. if (circ) {
  265. if (circ->n_chan == chan && circ->n_circ_id == id) {
  266. circ->n_delete_pending = 0;
  267. } else {
  268. or_circuit_t *orcirc = TO_OR_CIRCUIT(circ);
  269. if (orcirc->p_chan == chan && orcirc->p_circ_id == id) {
  270. circ->p_delete_pending = 0;
  271. }
  272. }
  273. /* XXXX this shouldn't happen; log a bug here. */
  274. return;
  275. }
  276. channel_mark_circid_usable(chan, id);
  277. }
  278. /** Set the p_conn field of a circuit <b>circ</b>, along
  279. * with the corresponding circuit ID, and add the circuit as appropriate
  280. * to the (chan,id)-\>circuit map. */
  281. void
  282. circuit_set_p_circid_chan(or_circuit_t *or_circ, circid_t id,
  283. channel_t *chan)
  284. {
  285. circuit_t *circ = TO_CIRCUIT(or_circ);
  286. channel_t *old_chan = or_circ->p_chan;
  287. circid_t old_id = or_circ->p_circ_id;
  288. circuit_set_circid_chan_helper(circ, CELL_DIRECTION_IN, id, chan);
  289. if (chan)
  290. tor_assert(bool_eq(or_circ->p_chan_cells.n,
  291. or_circ->next_active_on_p_chan));
  292. if (circ->p_delete_pending && old_chan) {
  293. channel_mark_circid_unusable(old_chan, old_id);
  294. circ->p_delete_pending = 0;
  295. }
  296. }
  297. /** Set the n_conn field of a circuit <b>circ</b>, along
  298. * with the corresponding circuit ID, and add the circuit as appropriate
  299. * to the (chan,id)-\>circuit map. */
  300. void
  301. circuit_set_n_circid_chan(circuit_t *circ, circid_t id,
  302. channel_t *chan)
  303. {
  304. channel_t *old_chan = circ->n_chan;
  305. circid_t old_id = circ->n_circ_id;
  306. circuit_set_circid_chan_helper(circ, CELL_DIRECTION_OUT, id, chan);
  307. if (chan)
  308. tor_assert(bool_eq(circ->n_chan_cells.n, circ->next_active_on_n_chan));
  309. if (circ->n_delete_pending && old_chan) {
  310. channel_mark_circid_unusable(old_chan, old_id);
  311. circ->n_delete_pending = 0;
  312. }
  313. }
  314. /** Change the state of <b>circ</b> to <b>state</b>, adding it to or removing
  315. * it from lists as appropriate. */
  316. void
  317. circuit_set_state(circuit_t *circ, uint8_t state)
  318. {
  319. tor_assert(circ);
  320. if (state == circ->state)
  321. return;
  322. if (!circuits_pending_chans)
  323. circuits_pending_chans = smartlist_new();
  324. if (circ->state == CIRCUIT_STATE_CHAN_WAIT) {
  325. /* remove from waiting-circuit list. */
  326. smartlist_remove(circuits_pending_chans, circ);
  327. }
  328. if (state == CIRCUIT_STATE_CHAN_WAIT) {
  329. /* add to waiting-circuit list. */
  330. smartlist_add(circuits_pending_chans, circ);
  331. }
  332. if (state == CIRCUIT_STATE_OPEN)
  333. tor_assert(!circ->n_chan_create_cell);
  334. circ->state = state;
  335. }
  336. /** Append to <b>out</b> all circuits in state CHAN_WAIT waiting for
  337. * the given connection. */
  338. void
  339. circuit_get_all_pending_on_channel(smartlist_t *out, channel_t *chan)
  340. {
  341. tor_assert(out);
  342. tor_assert(chan);
  343. if (!circuits_pending_chans)
  344. return;
  345. SMARTLIST_FOREACH_BEGIN(circuits_pending_chans, circuit_t *, circ) {
  346. if (circ->marked_for_close)
  347. continue;
  348. if (!circ->n_hop)
  349. continue;
  350. tor_assert(circ->state == CIRCUIT_STATE_CHAN_WAIT);
  351. if (tor_digest_is_zero(circ->n_hop->identity_digest)) {
  352. /* Look at addr/port. This is an unkeyed connection. */
  353. if (!channel_matches_extend_info(chan, circ->n_hop))
  354. continue;
  355. } else {
  356. /* We expected a key. See if it's the right one. */
  357. if (tor_memneq(chan->identity_digest,
  358. circ->n_hop->identity_digest, DIGEST_LEN))
  359. continue;
  360. }
  361. smartlist_add(out, circ);
  362. } SMARTLIST_FOREACH_END(circ);
  363. }
  364. /** Return the number of circuits in state CHAN_WAIT, waiting for the given
  365. * channel. */
  366. int
  367. circuit_count_pending_on_channel(channel_t *chan)
  368. {
  369. int cnt;
  370. smartlist_t *sl = smartlist_new();
  371. tor_assert(chan);
  372. circuit_get_all_pending_on_channel(sl, chan);
  373. cnt = smartlist_len(sl);
  374. smartlist_free(sl);
  375. log_debug(LD_CIRC,"or_conn to %s at %s, %d pending circs",
  376. chan->nickname ? chan->nickname : "NULL",
  377. channel_get_canonical_remote_descr(chan),
  378. cnt);
  379. return cnt;
  380. }
  381. /** Detach from the global circuit list, and deallocate, all
  382. * circuits that have been marked for close.
  383. */
  384. void
  385. circuit_close_all_marked(void)
  386. {
  387. circuit_t *circ, *tmp;
  388. TOR_LIST_FOREACH_SAFE(circ, &global_circuitlist, head, tmp)
  389. if (circ->marked_for_close)
  390. circuit_free(circ);
  391. }
  392. /** Return the head of the global linked list of circuits. */
  393. MOCK_IMPL(struct global_circuitlist_s *,
  394. circuit_get_global_list,(void))
  395. {
  396. return &global_circuitlist;
  397. }
  398. /** Function to make circ-\>state human-readable */
  399. const char *
  400. circuit_state_to_string(int state)
  401. {
  402. static char buf[64];
  403. switch (state) {
  404. case CIRCUIT_STATE_BUILDING: return "doing handshakes";
  405. case CIRCUIT_STATE_ONIONSKIN_PENDING: return "processing the onion";
  406. case CIRCUIT_STATE_CHAN_WAIT: return "connecting to server";
  407. case CIRCUIT_STATE_OPEN: return "open";
  408. default:
  409. log_warn(LD_BUG, "Unknown circuit state %d", state);
  410. tor_snprintf(buf, sizeof(buf), "unknown state [%d]", state);
  411. return buf;
  412. }
  413. }
  414. /** Map a circuit purpose to a string suitable to be displayed to a
  415. * controller. */
  416. const char *
  417. circuit_purpose_to_controller_string(uint8_t purpose)
  418. {
  419. static char buf[32];
  420. switch (purpose) {
  421. case CIRCUIT_PURPOSE_OR:
  422. case CIRCUIT_PURPOSE_INTRO_POINT:
  423. case CIRCUIT_PURPOSE_REND_POINT_WAITING:
  424. case CIRCUIT_PURPOSE_REND_ESTABLISHED:
  425. return "SERVER"; /* A controller should never see these, actually. */
  426. case CIRCUIT_PURPOSE_C_GENERAL:
  427. return "GENERAL";
  428. case CIRCUIT_PURPOSE_C_INTRODUCING:
  429. case CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT:
  430. case CIRCUIT_PURPOSE_C_INTRODUCE_ACKED:
  431. return "HS_CLIENT_INTRO";
  432. case CIRCUIT_PURPOSE_C_ESTABLISH_REND:
  433. case CIRCUIT_PURPOSE_C_REND_READY:
  434. case CIRCUIT_PURPOSE_C_REND_READY_INTRO_ACKED:
  435. case CIRCUIT_PURPOSE_C_REND_JOINED:
  436. return "HS_CLIENT_REND";
  437. case CIRCUIT_PURPOSE_S_ESTABLISH_INTRO:
  438. case CIRCUIT_PURPOSE_S_INTRO:
  439. return "HS_SERVICE_INTRO";
  440. case CIRCUIT_PURPOSE_S_CONNECT_REND:
  441. case CIRCUIT_PURPOSE_S_REND_JOINED:
  442. return "HS_SERVICE_REND";
  443. case CIRCUIT_PURPOSE_TESTING:
  444. return "TESTING";
  445. case CIRCUIT_PURPOSE_C_MEASURE_TIMEOUT:
  446. return "MEASURE_TIMEOUT";
  447. case CIRCUIT_PURPOSE_CONTROLLER:
  448. return "CONTROLLER";
  449. case CIRCUIT_PURPOSE_PATH_BIAS_TESTING:
  450. return "PATH_BIAS_TESTING";
  451. default:
  452. tor_snprintf(buf, sizeof(buf), "UNKNOWN_%d", (int)purpose);
  453. return buf;
  454. }
  455. }
  456. /** Return a string specifying the state of the hidden-service circuit
  457. * purpose <b>purpose</b>, or NULL if <b>purpose</b> is not a
  458. * hidden-service-related circuit purpose. */
  459. const char *
  460. circuit_purpose_to_controller_hs_state_string(uint8_t purpose)
  461. {
  462. switch (purpose)
  463. {
  464. default:
  465. log_fn(LOG_WARN, LD_BUG,
  466. "Unrecognized circuit purpose: %d",
  467. (int)purpose);
  468. tor_fragile_assert();
  469. /* fall through */
  470. case CIRCUIT_PURPOSE_OR:
  471. case CIRCUIT_PURPOSE_C_GENERAL:
  472. case CIRCUIT_PURPOSE_C_MEASURE_TIMEOUT:
  473. case CIRCUIT_PURPOSE_TESTING:
  474. case CIRCUIT_PURPOSE_CONTROLLER:
  475. case CIRCUIT_PURPOSE_PATH_BIAS_TESTING:
  476. return NULL;
  477. case CIRCUIT_PURPOSE_INTRO_POINT:
  478. return "OR_HSSI_ESTABLISHED";
  479. case CIRCUIT_PURPOSE_REND_POINT_WAITING:
  480. return "OR_HSCR_ESTABLISHED";
  481. case CIRCUIT_PURPOSE_REND_ESTABLISHED:
  482. return "OR_HS_R_JOINED";
  483. case CIRCUIT_PURPOSE_C_INTRODUCING:
  484. return "HSCI_CONNECTING";
  485. case CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT:
  486. return "HSCI_INTRO_SENT";
  487. case CIRCUIT_PURPOSE_C_INTRODUCE_ACKED:
  488. return "HSCI_DONE";
  489. case CIRCUIT_PURPOSE_C_ESTABLISH_REND:
  490. return "HSCR_CONNECTING";
  491. case CIRCUIT_PURPOSE_C_REND_READY:
  492. return "HSCR_ESTABLISHED_IDLE";
  493. case CIRCUIT_PURPOSE_C_REND_READY_INTRO_ACKED:
  494. return "HSCR_ESTABLISHED_WAITING";
  495. case CIRCUIT_PURPOSE_C_REND_JOINED:
  496. return "HSCR_JOINED";
  497. case CIRCUIT_PURPOSE_S_ESTABLISH_INTRO:
  498. return "HSSI_CONNECTING";
  499. case CIRCUIT_PURPOSE_S_INTRO:
  500. return "HSSI_ESTABLISHED";
  501. case CIRCUIT_PURPOSE_S_CONNECT_REND:
  502. return "HSSR_CONNECTING";
  503. case CIRCUIT_PURPOSE_S_REND_JOINED:
  504. return "HSSR_JOINED";
  505. }
  506. }
  507. /** Return a human-readable string for the circuit purpose <b>purpose</b>. */
  508. const char *
  509. circuit_purpose_to_string(uint8_t purpose)
  510. {
  511. static char buf[32];
  512. switch (purpose)
  513. {
  514. case CIRCUIT_PURPOSE_OR:
  515. return "Circuit at relay";
  516. case CIRCUIT_PURPOSE_INTRO_POINT:
  517. return "Acting as intro point";
  518. case CIRCUIT_PURPOSE_REND_POINT_WAITING:
  519. return "Acting as rendevous (pending)";
  520. case CIRCUIT_PURPOSE_REND_ESTABLISHED:
  521. return "Acting as rendevous (established)";
  522. case CIRCUIT_PURPOSE_C_GENERAL:
  523. return "General-purpose client";
  524. case CIRCUIT_PURPOSE_C_INTRODUCING:
  525. return "Hidden service client: Connecting to intro point";
  526. case CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT:
  527. return "Hidden service client: Waiting for ack from intro point";
  528. case CIRCUIT_PURPOSE_C_INTRODUCE_ACKED:
  529. return "Hidden service client: Received ack from intro point";
  530. case CIRCUIT_PURPOSE_C_ESTABLISH_REND:
  531. return "Hidden service client: Establishing rendezvous point";
  532. case CIRCUIT_PURPOSE_C_REND_READY:
  533. return "Hidden service client: Pending rendezvous point";
  534. case CIRCUIT_PURPOSE_C_REND_READY_INTRO_ACKED:
  535. return "Hidden service client: Pending rendezvous point (ack received)";
  536. case CIRCUIT_PURPOSE_C_REND_JOINED:
  537. return "Hidden service client: Active rendezvous point";
  538. case CIRCUIT_PURPOSE_C_MEASURE_TIMEOUT:
  539. return "Measuring circuit timeout";
  540. case CIRCUIT_PURPOSE_S_ESTABLISH_INTRO:
  541. return "Hidden service: Establishing introduction point";
  542. case CIRCUIT_PURPOSE_S_INTRO:
  543. return "Hidden service: Introduction point";
  544. case CIRCUIT_PURPOSE_S_CONNECT_REND:
  545. return "Hidden service: Connecting to rendezvous point";
  546. case CIRCUIT_PURPOSE_S_REND_JOINED:
  547. return "Hidden service: Active rendezvous point";
  548. case CIRCUIT_PURPOSE_TESTING:
  549. return "Testing circuit";
  550. case CIRCUIT_PURPOSE_CONTROLLER:
  551. return "Circuit made by controller";
  552. case CIRCUIT_PURPOSE_PATH_BIAS_TESTING:
  553. return "Path-bias testing circuit";
  554. default:
  555. tor_snprintf(buf, sizeof(buf), "UNKNOWN_%d", (int)purpose);
  556. return buf;
  557. }
  558. }
  559. /** Pick a reasonable package_window to start out for our circuits.
  560. * Originally this was hard-coded at 1000, but now the consensus votes
  561. * on the answer. See proposal 168. */
  562. int32_t
  563. circuit_initial_package_window(void)
  564. {
  565. int32_t num = networkstatus_get_param(NULL, "circwindow", CIRCWINDOW_START,
  566. CIRCWINDOW_START_MIN,
  567. CIRCWINDOW_START_MAX);
  568. /* If the consensus tells us a negative number, we'd assert. */
  569. if (num < 0)
  570. num = CIRCWINDOW_START;
  571. return num;
  572. }
  573. /** Initialize the common elements in a circuit_t, and add it to the global
  574. * list. */
  575. static void
  576. init_circuit_base(circuit_t *circ)
  577. {
  578. tor_gettimeofday(&circ->timestamp_created);
  579. // Gets reset when we send CREATE_FAST.
  580. // circuit_expire_building() expects these to be equal
  581. // until the orconn is built.
  582. circ->timestamp_began = circ->timestamp_created;
  583. circ->package_window = circuit_initial_package_window();
  584. circ->deliver_window = CIRCWINDOW_START;
  585. cell_queue_init(&circ->n_chan_cells);
  586. TOR_LIST_INSERT_HEAD(&global_circuitlist, circ, head);
  587. }
  588. /** Allocate space for a new circuit, initializing with <b>p_circ_id</b>
  589. * and <b>p_conn</b>. Add it to the global circuit list.
  590. */
  591. origin_circuit_t *
  592. origin_circuit_new(void)
  593. {
  594. origin_circuit_t *circ;
  595. /* never zero, since a global ID of 0 is treated specially by the
  596. * controller */
  597. static uint32_t n_circuits_allocated = 1;
  598. circ = tor_malloc_zero(sizeof(origin_circuit_t));
  599. circ->base_.magic = ORIGIN_CIRCUIT_MAGIC;
  600. circ->next_stream_id = crypto_rand_int(1<<16);
  601. circ->global_identifier = n_circuits_allocated++;
  602. circ->remaining_relay_early_cells = MAX_RELAY_EARLY_CELLS_PER_CIRCUIT;
  603. circ->remaining_relay_early_cells -= crypto_rand_int(2);
  604. init_circuit_base(TO_CIRCUIT(circ));
  605. circuit_build_times_update_last_circ(get_circuit_build_times_mutable());
  606. return circ;
  607. }
  608. /** Allocate a new or_circuit_t, connected to <b>p_conn</b> as
  609. * <b>p_circ_id</b>. If <b>p_conn</b> is NULL, the circuit is unattached. */
  610. or_circuit_t *
  611. or_circuit_new(circid_t p_circ_id, channel_t *p_chan)
  612. {
  613. /* CircIDs */
  614. or_circuit_t *circ;
  615. circ = tor_malloc_zero(sizeof(or_circuit_t));
  616. circ->base_.magic = OR_CIRCUIT_MAGIC;
  617. if (p_chan)
  618. circuit_set_p_circid_chan(circ, p_circ_id, p_chan);
  619. circ->remaining_relay_early_cells = MAX_RELAY_EARLY_CELLS_PER_CIRCUIT;
  620. cell_queue_init(&circ->p_chan_cells);
  621. init_circuit_base(TO_CIRCUIT(circ));
  622. return circ;
  623. }
  624. /** Deallocate space associated with circ.
  625. */
  626. STATIC void
  627. circuit_free(circuit_t *circ)
  628. {
  629. void *mem;
  630. size_t memlen;
  631. if (!circ)
  632. return;
  633. if (CIRCUIT_IS_ORIGIN(circ)) {
  634. origin_circuit_t *ocirc = TO_ORIGIN_CIRCUIT(circ);
  635. mem = ocirc;
  636. memlen = sizeof(origin_circuit_t);
  637. tor_assert(circ->magic == ORIGIN_CIRCUIT_MAGIC);
  638. if (ocirc->build_state) {
  639. extend_info_free(ocirc->build_state->chosen_exit);
  640. circuit_free_cpath_node(ocirc->build_state->pending_final_cpath);
  641. cpath_ref_decref(ocirc->build_state->service_pending_final_cpath_ref);
  642. }
  643. tor_free(ocirc->build_state);
  644. circuit_clear_cpath(ocirc);
  645. crypto_pk_free(ocirc->intro_key);
  646. rend_data_free(ocirc->rend_data);
  647. tor_free(ocirc->dest_address);
  648. if (ocirc->socks_username) {
  649. memwipe(ocirc->socks_username, 0x12, ocirc->socks_username_len);
  650. tor_free(ocirc->socks_username);
  651. }
  652. if (ocirc->socks_password) {
  653. memwipe(ocirc->socks_password, 0x06, ocirc->socks_password_len);
  654. tor_free(ocirc->socks_password);
  655. }
  656. addr_policy_list_free(ocirc->prepend_policy);
  657. } else {
  658. or_circuit_t *ocirc = TO_OR_CIRCUIT(circ);
  659. /* Remember cell statistics for this circuit before deallocating. */
  660. if (get_options()->CellStatistics)
  661. rep_hist_buffer_stats_add_circ(circ, time(NULL));
  662. mem = ocirc;
  663. memlen = sizeof(or_circuit_t);
  664. tor_assert(circ->magic == OR_CIRCUIT_MAGIC);
  665. crypto_cipher_free(ocirc->p_crypto);
  666. crypto_digest_free(ocirc->p_digest);
  667. crypto_cipher_free(ocirc->n_crypto);
  668. crypto_digest_free(ocirc->n_digest);
  669. circuit_clear_rend_token(ocirc);
  670. if (ocirc->rend_splice) {
  671. or_circuit_t *other = ocirc->rend_splice;
  672. tor_assert(other->base_.magic == OR_CIRCUIT_MAGIC);
  673. other->rend_splice = NULL;
  674. }
  675. /* remove from map. */
  676. circuit_set_p_circid_chan(ocirc, 0, NULL);
  677. /* Clear cell queue _after_ removing it from the map. Otherwise our
  678. * "active" checks will be violated. */
  679. cell_queue_clear(&ocirc->p_chan_cells);
  680. }
  681. extend_info_free(circ->n_hop);
  682. tor_free(circ->n_chan_create_cell);
  683. TOR_LIST_REMOVE(circ, head);
  684. /* Remove from map. */
  685. circuit_set_n_circid_chan(circ, 0, NULL);
  686. /* Clear cell queue _after_ removing it from the map. Otherwise our
  687. * "active" checks will be violated. */
  688. cell_queue_clear(&circ->n_chan_cells);
  689. memwipe(mem, 0xAA, memlen); /* poison memory */
  690. tor_free(mem);
  691. }
  692. /** Deallocate the linked list circ-><b>cpath</b>, and remove the cpath from
  693. * <b>circ</b>. */
  694. void
  695. circuit_clear_cpath(origin_circuit_t *circ)
  696. {
  697. crypt_path_t *victim, *head, *cpath;
  698. head = cpath = circ->cpath;
  699. if (!cpath)
  700. return;
  701. /* it's a circular list, so we have to notice when we've
  702. * gone through it once. */
  703. while (cpath->next && cpath->next != head) {
  704. victim = cpath;
  705. cpath = victim->next;
  706. circuit_free_cpath_node(victim);
  707. }
  708. circuit_free_cpath_node(cpath);
  709. circ->cpath = NULL;
  710. }
  711. /** Release all storage held by circuits. */
  712. void
  713. circuit_free_all(void)
  714. {
  715. circuit_t *tmp, *tmp2;
  716. TOR_LIST_FOREACH_SAFE(tmp, &global_circuitlist, head, tmp2) {
  717. if (! CIRCUIT_IS_ORIGIN(tmp)) {
  718. or_circuit_t *or_circ = TO_OR_CIRCUIT(tmp);
  719. while (or_circ->resolving_streams) {
  720. edge_connection_t *next_conn;
  721. next_conn = or_circ->resolving_streams->next_stream;
  722. connection_free(TO_CONN(or_circ->resolving_streams));
  723. or_circ->resolving_streams = next_conn;
  724. }
  725. }
  726. circuit_free(tmp);
  727. }
  728. smartlist_free(circuits_pending_chans);
  729. circuits_pending_chans = NULL;
  730. {
  731. chan_circid_circuit_map_t **elt, **next, *c;
  732. for (elt = HT_START(chan_circid_map, &chan_circid_map);
  733. elt;
  734. elt = next) {
  735. c = *elt;
  736. next = HT_NEXT_RMV(chan_circid_map, &chan_circid_map, elt);
  737. tor_assert(c->circuit == NULL);
  738. tor_free(c);
  739. }
  740. }
  741. HT_CLEAR(chan_circid_map, &chan_circid_map);
  742. }
  743. /** Deallocate space associated with the cpath node <b>victim</b>. */
  744. static void
  745. circuit_free_cpath_node(crypt_path_t *victim)
  746. {
  747. if (!victim)
  748. return;
  749. crypto_cipher_free(victim->f_crypto);
  750. crypto_cipher_free(victim->b_crypto);
  751. crypto_digest_free(victim->f_digest);
  752. crypto_digest_free(victim->b_digest);
  753. onion_handshake_state_release(&victim->handshake_state);
  754. crypto_dh_free(victim->rend_dh_handshake_state);
  755. extend_info_free(victim->extend_info);
  756. memwipe(victim, 0xBB, sizeof(crypt_path_t)); /* poison memory */
  757. tor_free(victim);
  758. }
  759. /** Release a crypt_path_reference_t*, which may be NULL. */
  760. static void
  761. cpath_ref_decref(crypt_path_reference_t *cpath_ref)
  762. {
  763. if (cpath_ref != NULL) {
  764. if (--(cpath_ref->refcount) == 0) {
  765. circuit_free_cpath_node(cpath_ref->cpath);
  766. tor_free(cpath_ref);
  767. }
  768. }
  769. }
  770. /** A helper function for circuit_dump_by_conn() below. Log a bunch
  771. * of information about circuit <b>circ</b>.
  772. */
  773. static void
  774. circuit_dump_conn_details(int severity,
  775. circuit_t *circ,
  776. int conn_array_index,
  777. const char *type,
  778. circid_t this_circid,
  779. circid_t other_circid)
  780. {
  781. tor_log(severity, LD_CIRC, "Conn %d has %s circuit: circID %u "
  782. "(other side %u), state %d (%s), born %ld:",
  783. conn_array_index, type, (unsigned)this_circid, (unsigned)other_circid,
  784. circ->state, circuit_state_to_string(circ->state),
  785. (long)circ->timestamp_began.tv_sec);
  786. if (CIRCUIT_IS_ORIGIN(circ)) { /* circ starts at this node */
  787. circuit_log_path(severity, LD_CIRC, TO_ORIGIN_CIRCUIT(circ));
  788. }
  789. }
  790. /** Log, at severity <b>severity</b>, information about each circuit
  791. * that is connected to <b>conn</b>.
  792. */
  793. void
  794. circuit_dump_by_conn(connection_t *conn, int severity)
  795. {
  796. circuit_t *circ;
  797. edge_connection_t *tmpconn;
  798. TOR_LIST_FOREACH(circ, &global_circuitlist, head) {
  799. circid_t n_circ_id = circ->n_circ_id, p_circ_id = 0;
  800. if (circ->marked_for_close) {
  801. continue;
  802. }
  803. if (!CIRCUIT_IS_ORIGIN(circ)) {
  804. p_circ_id = TO_OR_CIRCUIT(circ)->p_circ_id;
  805. }
  806. if (CIRCUIT_IS_ORIGIN(circ)) {
  807. for (tmpconn=TO_ORIGIN_CIRCUIT(circ)->p_streams; tmpconn;
  808. tmpconn=tmpconn->next_stream) {
  809. if (TO_CONN(tmpconn) == conn) {
  810. circuit_dump_conn_details(severity, circ, conn->conn_array_index,
  811. "App-ward", p_circ_id, n_circ_id);
  812. }
  813. }
  814. }
  815. if (! CIRCUIT_IS_ORIGIN(circ)) {
  816. for (tmpconn=TO_OR_CIRCUIT(circ)->n_streams; tmpconn;
  817. tmpconn=tmpconn->next_stream) {
  818. if (TO_CONN(tmpconn) == conn) {
  819. circuit_dump_conn_details(severity, circ, conn->conn_array_index,
  820. "Exit-ward", n_circ_id, p_circ_id);
  821. }
  822. }
  823. }
  824. }
  825. }
  826. /** Return the circuit whose global ID is <b>id</b>, or NULL if no
  827. * such circuit exists. */
  828. origin_circuit_t *
  829. circuit_get_by_global_id(uint32_t id)
  830. {
  831. circuit_t *circ;
  832. TOR_LIST_FOREACH(circ, &global_circuitlist, head) {
  833. if (CIRCUIT_IS_ORIGIN(circ) &&
  834. TO_ORIGIN_CIRCUIT(circ)->global_identifier == id) {
  835. if (circ->marked_for_close)
  836. return NULL;
  837. else
  838. return TO_ORIGIN_CIRCUIT(circ);
  839. }
  840. }
  841. return NULL;
  842. }
  843. /** Return a circ such that:
  844. * - circ-\>n_circ_id or circ-\>p_circ_id is equal to <b>circ_id</b>, and
  845. * - circ is attached to <b>chan</b>, either as p_chan or n_chan.
  846. * Return NULL if no such circuit exists.
  847. *
  848. * If <b>found_entry_out</b> is provided, set it to true if we have a
  849. * placeholder entry for circid/chan, and leave it unset otherwise.
  850. */
  851. static INLINE circuit_t *
  852. circuit_get_by_circid_channel_impl(circid_t circ_id, channel_t *chan,
  853. int *found_entry_out)
  854. {
  855. chan_circid_circuit_map_t search;
  856. chan_circid_circuit_map_t *found;
  857. if (_last_circid_chan_ent &&
  858. circ_id == _last_circid_chan_ent->circ_id &&
  859. chan == _last_circid_chan_ent->chan) {
  860. found = _last_circid_chan_ent;
  861. } else {
  862. search.circ_id = circ_id;
  863. search.chan = chan;
  864. found = HT_FIND(chan_circid_map, &chan_circid_map, &search);
  865. _last_circid_chan_ent = found;
  866. }
  867. if (found && found->circuit) {
  868. log_debug(LD_CIRC,
  869. "circuit_get_by_circid_channel_impl() returning circuit %p for"
  870. " circ_id %u, channel ID " U64_FORMAT " (%p)",
  871. found->circuit, (unsigned)circ_id,
  872. U64_PRINTF_ARG(chan->global_identifier), chan);
  873. if (found_entry_out)
  874. *found_entry_out = 1;
  875. return found->circuit;
  876. }
  877. log_debug(LD_CIRC,
  878. "circuit_get_by_circid_channel_impl() found %s for"
  879. " circ_id %u, channel ID " U64_FORMAT " (%p)",
  880. found ? "placeholder" : "nothing",
  881. (unsigned)circ_id,
  882. U64_PRINTF_ARG(chan->global_identifier), chan);
  883. if (found_entry_out)
  884. *found_entry_out = found ? 1 : 0;
  885. return NULL;
  886. /* The rest of this checks for bugs. Disabled by default. */
  887. /* We comment it out because coverity complains otherwise.
  888. {
  889. circuit_t *circ;
  890. TOR_LIST_FOREACH(circ, &global_circuitlist, head) {
  891. if (! CIRCUIT_IS_ORIGIN(circ)) {
  892. or_circuit_t *or_circ = TO_OR_CIRCUIT(circ);
  893. if (or_circ->p_chan == chan && or_circ->p_circ_id == circ_id) {
  894. log_warn(LD_BUG,
  895. "circuit matches p_chan, but not in hash table (Bug!)");
  896. return circ;
  897. }
  898. }
  899. if (circ->n_chan == chan && circ->n_circ_id == circ_id) {
  900. log_warn(LD_BUG,
  901. "circuit matches n_chan, but not in hash table (Bug!)");
  902. return circ;
  903. }
  904. }
  905. return NULL;
  906. } */
  907. }
  908. /** Return a circ such that:
  909. * - circ-\>n_circ_id or circ-\>p_circ_id is equal to <b>circ_id</b>, and
  910. * - circ is attached to <b>chan</b>, either as p_chan or n_chan.
  911. * - circ is not marked for close.
  912. * Return NULL if no such circuit exists.
  913. */
  914. circuit_t *
  915. circuit_get_by_circid_channel(circid_t circ_id, channel_t *chan)
  916. {
  917. circuit_t *circ = circuit_get_by_circid_channel_impl(circ_id, chan, NULL);
  918. if (!circ || circ->marked_for_close)
  919. return NULL;
  920. else
  921. return circ;
  922. }
  923. /** Return a circ such that:
  924. * - circ-\>n_circ_id or circ-\>p_circ_id is equal to <b>circ_id</b>, and
  925. * - circ is attached to <b>chan</b>, either as p_chan or n_chan.
  926. * Return NULL if no such circuit exists.
  927. */
  928. circuit_t *
  929. circuit_get_by_circid_channel_even_if_marked(circid_t circ_id,
  930. channel_t *chan)
  931. {
  932. return circuit_get_by_circid_channel_impl(circ_id, chan, NULL);
  933. }
  934. /** Return true iff the circuit ID <b>circ_id</b> is currently used by a
  935. * circuit, marked or not, on <b>chan</b>, or if the circ ID is reserved until
  936. * a queued destroy cell can be sent.
  937. *
  938. * (Return 1 if the circuit is present, marked or not; Return 2
  939. * if the circuit ID is pending a destroy.)
  940. **/
  941. int
  942. circuit_id_in_use_on_channel(circid_t circ_id, channel_t *chan)
  943. {
  944. int found = 0;
  945. if (circuit_get_by_circid_channel_impl(circ_id, chan, &found) != NULL)
  946. return 1;
  947. if (found)
  948. return 2;
  949. return 0;
  950. }
  951. /** Return the circuit that a given edge connection is using. */
  952. circuit_t *
  953. circuit_get_by_edge_conn(edge_connection_t *conn)
  954. {
  955. circuit_t *circ;
  956. circ = conn->on_circuit;
  957. tor_assert(!circ ||
  958. (CIRCUIT_IS_ORIGIN(circ) ? circ->magic == ORIGIN_CIRCUIT_MAGIC
  959. : circ->magic == OR_CIRCUIT_MAGIC));
  960. return circ;
  961. }
  962. /** For each circuit that has <b>chan</b> as n_chan or p_chan, unlink the
  963. * circuit from the chan,circid map, and mark it for close if it hasn't
  964. * been marked already.
  965. */
  966. void
  967. circuit_unlink_all_from_channel(channel_t *chan, int reason)
  968. {
  969. smartlist_t *detached = smartlist_new();
  970. /* #define DEBUG_CIRCUIT_UNLINK_ALL */
  971. channel_unlink_all_circuits(chan, detached);
  972. #ifdef DEBUG_CIRCUIT_UNLINK_ALL
  973. {
  974. circuit_t *circ;
  975. smartlist_t *detached_2 = smartlist_new();
  976. int mismatch = 0, badlen = 0;
  977. TOR_LIST_FOREACH(circ, &global_circuitlist, head) {
  978. if (circ->n_chan == chan ||
  979. (!CIRCUIT_IS_ORIGIN(circ) &&
  980. TO_OR_CIRCUIT(circ)->p_chan == chan)) {
  981. smartlist_add(detached_2, circ);
  982. }
  983. }
  984. if (smartlist_len(detached) != smartlist_len(detached_2)) {
  985. log_warn(LD_BUG, "List of detached circuits had the wrong length! "
  986. "(got %d, should have gotten %d)",
  987. (int)smartlist_len(detached),
  988. (int)smartlist_len(detached_2));
  989. badlen = 1;
  990. }
  991. smartlist_sort_pointers(detached);
  992. smartlist_sort_pointers(detached_2);
  993. SMARTLIST_FOREACH(detached, circuit_t *, c,
  994. if (c != smartlist_get(detached_2, c_sl_idx))
  995. mismatch = 1;
  996. );
  997. if (mismatch)
  998. log_warn(LD_BUG, "Mismatch in list of detached circuits.");
  999. if (badlen || mismatch) {
  1000. smartlist_free(detached);
  1001. detached = detached_2;
  1002. } else {
  1003. log_notice(LD_CIRC, "List of %d circuits was as expected.",
  1004. (int)smartlist_len(detached));
  1005. smartlist_free(detached_2);
  1006. }
  1007. }
  1008. #endif
  1009. SMARTLIST_FOREACH_BEGIN(detached, circuit_t *, circ) {
  1010. int mark = 0;
  1011. if (circ->n_chan == chan) {
  1012. circuit_set_n_circid_chan(circ, 0, NULL);
  1013. mark = 1;
  1014. /* If we didn't request this closure, pass the remote
  1015. * bit to mark_for_close. */
  1016. if (chan->reason_for_closing != CHANNEL_CLOSE_REQUESTED)
  1017. reason |= END_CIRC_REASON_FLAG_REMOTE;
  1018. }
  1019. if (! CIRCUIT_IS_ORIGIN(circ)) {
  1020. or_circuit_t *or_circ = TO_OR_CIRCUIT(circ);
  1021. if (or_circ->p_chan == chan) {
  1022. circuit_set_p_circid_chan(or_circ, 0, NULL);
  1023. mark = 1;
  1024. }
  1025. }
  1026. if (!mark) {
  1027. log_warn(LD_BUG, "Circuit on detached list which I had no reason "
  1028. "to mark");
  1029. continue;
  1030. }
  1031. if (!circ->marked_for_close)
  1032. circuit_mark_for_close(circ, reason);
  1033. } SMARTLIST_FOREACH_END(circ);
  1034. smartlist_free(detached);
  1035. }
  1036. /** Return a circ such that
  1037. * - circ-\>rend_data-\>onion_address is equal to
  1038. * <b>rend_data</b>-\>onion_address,
  1039. * - circ-\>rend_data-\>rend_cookie is equal to
  1040. * <b>rend_data</b>-\>rend_cookie, and
  1041. * - circ-\>purpose is equal to CIRCUIT_PURPOSE_C_REND_READY.
  1042. *
  1043. * Return NULL if no such circuit exists.
  1044. */
  1045. origin_circuit_t *
  1046. circuit_get_ready_rend_circ_by_rend_data(const rend_data_t *rend_data)
  1047. {
  1048. circuit_t *circ;
  1049. TOR_LIST_FOREACH(circ, &global_circuitlist, head) {
  1050. if (!circ->marked_for_close &&
  1051. circ->purpose == CIRCUIT_PURPOSE_C_REND_READY) {
  1052. origin_circuit_t *ocirc = TO_ORIGIN_CIRCUIT(circ);
  1053. if (ocirc->rend_data &&
  1054. !rend_cmp_service_ids(rend_data->onion_address,
  1055. ocirc->rend_data->onion_address) &&
  1056. tor_memeq(ocirc->rend_data->rend_cookie,
  1057. rend_data->rend_cookie,
  1058. REND_COOKIE_LEN))
  1059. return ocirc;
  1060. }
  1061. }
  1062. return NULL;
  1063. }
  1064. /** Return the first circuit originating here in global_circuitlist after
  1065. * <b>start</b> whose purpose is <b>purpose</b>, and where
  1066. * <b>digest</b> (if set) matches the rend_pk_digest field. Return NULL if no
  1067. * circuit is found. If <b>start</b> is NULL, begin at the start of the list.
  1068. */
  1069. origin_circuit_t *
  1070. circuit_get_next_by_pk_and_purpose(origin_circuit_t *start,
  1071. const char *digest, uint8_t purpose)
  1072. {
  1073. circuit_t *circ;
  1074. tor_assert(CIRCUIT_PURPOSE_IS_ORIGIN(purpose));
  1075. if (start == NULL)
  1076. circ = TOR_LIST_FIRST(&global_circuitlist);
  1077. else
  1078. circ = TOR_LIST_NEXT(TO_CIRCUIT(start), head);
  1079. for ( ; circ; circ = TOR_LIST_NEXT(circ, head)) {
  1080. if (circ->marked_for_close)
  1081. continue;
  1082. if (circ->purpose != purpose)
  1083. continue;
  1084. if (!digest)
  1085. return TO_ORIGIN_CIRCUIT(circ);
  1086. else if (TO_ORIGIN_CIRCUIT(circ)->rend_data &&
  1087. tor_memeq(TO_ORIGIN_CIRCUIT(circ)->rend_data->rend_pk_digest,
  1088. digest, DIGEST_LEN))
  1089. return TO_ORIGIN_CIRCUIT(circ);
  1090. }
  1091. return NULL;
  1092. }
  1093. /** Map from rendezvous cookie to or_circuit_t */
  1094. static digestmap_t *rend_cookie_map = NULL;
  1095. /** Map from introduction point digest to or_circuit_t */
  1096. static digestmap_t *intro_digest_map = NULL;
  1097. /** Return the OR circuit whose purpose is <b>purpose</b>, and whose
  1098. * rend_token is the REND_TOKEN_LEN-byte <b>token</b>. If <b>is_rend_circ</b>,
  1099. * look for rendezvous point circuits; otherwise look for introduction point
  1100. * circuits. */
  1101. static or_circuit_t *
  1102. circuit_get_by_rend_token_and_purpose(uint8_t purpose, int is_rend_circ,
  1103. const char *token)
  1104. {
  1105. or_circuit_t *circ;
  1106. digestmap_t *map = is_rend_circ ? rend_cookie_map : intro_digest_map;
  1107. if (!map)
  1108. return NULL;
  1109. circ = digestmap_get(map, token);
  1110. if (!circ ||
  1111. circ->base_.purpose != purpose ||
  1112. circ->base_.marked_for_close)
  1113. return NULL;
  1114. if (!circ->rendinfo) {
  1115. char *t = tor_strdup(hex_str(token, REND_TOKEN_LEN));
  1116. log_warn(LD_BUG, "Wanted a circuit with %s:%d, but lookup returned a "
  1117. "circuit with no rendinfo set.",
  1118. safe_str(t), is_rend_circ);
  1119. tor_free(t);
  1120. return NULL;
  1121. }
  1122. if (! bool_eq(circ->rendinfo->is_rend_circ, is_rend_circ) ||
  1123. tor_memneq(circ->rendinfo->rend_token, token, REND_TOKEN_LEN)) {
  1124. char *t = tor_strdup(hex_str(token, REND_TOKEN_LEN));
  1125. log_warn(LD_BUG, "Wanted a circuit with %s:%d, but lookup returned %s:%d",
  1126. safe_str(t), is_rend_circ,
  1127. safe_str(hex_str(circ->rendinfo->rend_token, REND_TOKEN_LEN)),
  1128. (int)circ->rendinfo->is_rend_circ);
  1129. tor_free(t);
  1130. return NULL;
  1131. }
  1132. return circ;
  1133. }
  1134. /** Clear the rendezvous cookie or introduction point key digest that's
  1135. * configured on <b>circ</b>, if any, and remove it from any such maps. */
  1136. static void
  1137. circuit_clear_rend_token(or_circuit_t *circ)
  1138. {
  1139. or_circuit_t *found_circ;
  1140. digestmap_t *map;
  1141. if (!circ || !circ->rendinfo)
  1142. return;
  1143. map = circ->rendinfo->is_rend_circ ? rend_cookie_map : intro_digest_map;
  1144. if (!map) {
  1145. log_warn(LD_BUG, "Tried to clear rend token on circuit, but found no map");
  1146. return;
  1147. }
  1148. found_circ = digestmap_get(map, circ->rendinfo->rend_token);
  1149. if (found_circ == circ) {
  1150. /* Great, this is the right one. */
  1151. digestmap_remove(map, circ->rendinfo->rend_token);
  1152. } else if (found_circ) {
  1153. log_warn(LD_BUG, "Tried to clear rend token on circuit, but "
  1154. "it was already replaced in the map.");
  1155. } else {
  1156. log_warn(LD_BUG, "Tried to clear rend token on circuit, but "
  1157. "it not in the map at all.");
  1158. }
  1159. tor_free(circ->rendinfo); /* Sets it to NULL too */
  1160. }
  1161. /** Set the rendezvous cookie (if is_rend_circ), or the introduction point
  1162. * digest (if ! is_rend_circ) of <b>circ</b> to the REND_TOKEN_LEN-byte value
  1163. * in <b>token</b>, and add it to the appropriate map. If it previously had a
  1164. * token, clear it. If another circuit previously had the same
  1165. * cookie/intro-digest, mark that circuit and remove it from the map. */
  1166. static void
  1167. circuit_set_rend_token(or_circuit_t *circ, int is_rend_circ,
  1168. const uint8_t *token)
  1169. {
  1170. digestmap_t **map_p, *map;
  1171. or_circuit_t *found_circ;
  1172. /* Find the right map, creating it as needed */
  1173. map_p = is_rend_circ ? &rend_cookie_map : &intro_digest_map;
  1174. if (!*map_p)
  1175. *map_p = digestmap_new();
  1176. map = *map_p;
  1177. /* If this circuit already has a token, we need to remove that. */
  1178. if (circ->rendinfo)
  1179. circuit_clear_rend_token(circ);
  1180. if (token == NULL) {
  1181. /* We were only trying to remove this token, not set a new one. */
  1182. return;
  1183. }
  1184. found_circ = digestmap_get(map, (const char *)token);
  1185. if (found_circ) {
  1186. tor_assert(found_circ != circ);
  1187. circuit_clear_rend_token(found_circ);
  1188. if (! found_circ->base_.marked_for_close) {
  1189. circuit_mark_for_close(TO_CIRCUIT(found_circ), END_CIRC_REASON_FINISHED);
  1190. if (is_rend_circ) {
  1191. log_fn(LOG_PROTOCOL_WARN, LD_REND,
  1192. "Duplicate rendezvous cookie (%s...) used on two circuits",
  1193. hex_str((const char*)token, 4)); /* only log first 4 chars */
  1194. }
  1195. }
  1196. }
  1197. /* Now set up the rendinfo */
  1198. circ->rendinfo = tor_malloc(sizeof(*circ->rendinfo));
  1199. memcpy(circ->rendinfo->rend_token, token, REND_TOKEN_LEN);
  1200. circ->rendinfo->is_rend_circ = is_rend_circ ? 1 : 0;
  1201. digestmap_set(map, (const char *)token, circ);
  1202. }
  1203. /** Return the circuit waiting for a rendezvous with the provided cookie.
  1204. * Return NULL if no such circuit is found.
  1205. */
  1206. or_circuit_t *
  1207. circuit_get_rendezvous(const uint8_t *cookie)
  1208. {
  1209. return circuit_get_by_rend_token_and_purpose(
  1210. CIRCUIT_PURPOSE_REND_POINT_WAITING,
  1211. 1, (const char*)cookie);
  1212. }
  1213. /** Return the circuit waiting for intro cells of the given digest.
  1214. * Return NULL if no such circuit is found.
  1215. */
  1216. or_circuit_t *
  1217. circuit_get_intro_point(const uint8_t *digest)
  1218. {
  1219. return circuit_get_by_rend_token_and_purpose(
  1220. CIRCUIT_PURPOSE_INTRO_POINT, 0,
  1221. (const char *)digest);
  1222. }
  1223. /** Set the rendezvous cookie of <b>circ</b> to <b>cookie</b>. If another
  1224. * circuit previously had that cookie, mark it. */
  1225. void
  1226. circuit_set_rendezvous_cookie(or_circuit_t *circ, const uint8_t *cookie)
  1227. {
  1228. circuit_set_rend_token(circ, 1, cookie);
  1229. }
  1230. /** Set the intro point key digest of <b>circ</b> to <b>cookie</b>. If another
  1231. * circuit previously had that intro point digest, mark it. */
  1232. void
  1233. circuit_set_intro_point_digest(or_circuit_t *circ, const uint8_t *digest)
  1234. {
  1235. circuit_set_rend_token(circ, 0, digest);
  1236. }
  1237. /** Return a circuit that is open, is CIRCUIT_PURPOSE_C_GENERAL,
  1238. * has a timestamp_dirty value of 0, has flags matching the CIRCLAUNCH_*
  1239. * flags in <b>flags</b>, and if info is defined, does not already use info
  1240. * as any of its hops; or NULL if no circuit fits this description.
  1241. *
  1242. * The <b>purpose</b> argument (currently ignored) refers to the purpose of
  1243. * the circuit we want to create, not the purpose of the circuit we want to
  1244. * cannibalize.
  1245. *
  1246. * If !CIRCLAUNCH_NEED_UPTIME, prefer returning non-uptime circuits.
  1247. */
  1248. origin_circuit_t *
  1249. circuit_find_to_cannibalize(uint8_t purpose, extend_info_t *info,
  1250. int flags)
  1251. {
  1252. circuit_t *circ_;
  1253. origin_circuit_t *best=NULL;
  1254. int need_uptime = (flags & CIRCLAUNCH_NEED_UPTIME) != 0;
  1255. int need_capacity = (flags & CIRCLAUNCH_NEED_CAPACITY) != 0;
  1256. int internal = (flags & CIRCLAUNCH_IS_INTERNAL) != 0;
  1257. const or_options_t *options = get_options();
  1258. /* Make sure we're not trying to create a onehop circ by
  1259. * cannibalization. */
  1260. tor_assert(!(flags & CIRCLAUNCH_ONEHOP_TUNNEL));
  1261. log_debug(LD_CIRC,
  1262. "Hunting for a circ to cannibalize: purpose %d, uptime %d, "
  1263. "capacity %d, internal %d",
  1264. purpose, need_uptime, need_capacity, internal);
  1265. TOR_LIST_FOREACH(circ_, &global_circuitlist, head) {
  1266. if (CIRCUIT_IS_ORIGIN(circ_) &&
  1267. circ_->state == CIRCUIT_STATE_OPEN &&
  1268. !circ_->marked_for_close &&
  1269. circ_->purpose == CIRCUIT_PURPOSE_C_GENERAL &&
  1270. !circ_->timestamp_dirty) {
  1271. origin_circuit_t *circ = TO_ORIGIN_CIRCUIT(circ_);
  1272. if ((!need_uptime || circ->build_state->need_uptime) &&
  1273. (!need_capacity || circ->build_state->need_capacity) &&
  1274. (internal == circ->build_state->is_internal) &&
  1275. !circ->unusable_for_new_conns &&
  1276. circ->remaining_relay_early_cells &&
  1277. circ->build_state->desired_path_len == DEFAULT_ROUTE_LEN &&
  1278. !circ->build_state->onehop_tunnel &&
  1279. !circ->isolation_values_set) {
  1280. if (info) {
  1281. /* need to make sure we don't duplicate hops */
  1282. crypt_path_t *hop = circ->cpath;
  1283. const node_t *ri1 = node_get_by_id(info->identity_digest);
  1284. do {
  1285. const node_t *ri2;
  1286. if (tor_memeq(hop->extend_info->identity_digest,
  1287. info->identity_digest, DIGEST_LEN))
  1288. goto next;
  1289. if (ri1 &&
  1290. (ri2 = node_get_by_id(hop->extend_info->identity_digest))
  1291. && nodes_in_same_family(ri1, ri2))
  1292. goto next;
  1293. hop=hop->next;
  1294. } while (hop!=circ->cpath);
  1295. }
  1296. if (options->ExcludeNodes) {
  1297. /* Make sure no existing nodes in the circuit are excluded for
  1298. * general use. (This may be possible if StrictNodes is 0, and we
  1299. * thought we needed to use an otherwise excluded node for, say, a
  1300. * directory operation.) */
  1301. crypt_path_t *hop = circ->cpath;
  1302. do {
  1303. if (routerset_contains_extendinfo(options->ExcludeNodes,
  1304. hop->extend_info))
  1305. goto next;
  1306. hop = hop->next;
  1307. } while (hop != circ->cpath);
  1308. }
  1309. if (!best || (best->build_state->need_uptime && !need_uptime))
  1310. best = circ;
  1311. next: ;
  1312. }
  1313. }
  1314. }
  1315. return best;
  1316. }
  1317. /** Return the number of hops in circuit's path. */
  1318. int
  1319. circuit_get_cpath_len(origin_circuit_t *circ)
  1320. {
  1321. int n = 0;
  1322. if (circ && circ->cpath) {
  1323. crypt_path_t *cpath, *cpath_next = NULL;
  1324. for (cpath = circ->cpath; cpath_next != circ->cpath; cpath = cpath_next) {
  1325. cpath_next = cpath->next;
  1326. ++n;
  1327. }
  1328. }
  1329. return n;
  1330. }
  1331. /** Return the <b>hopnum</b>th hop in <b>circ</b>->cpath, or NULL if there
  1332. * aren't that many hops in the list. */
  1333. crypt_path_t *
  1334. circuit_get_cpath_hop(origin_circuit_t *circ, int hopnum)
  1335. {
  1336. if (circ && circ->cpath && hopnum > 0) {
  1337. crypt_path_t *cpath, *cpath_next = NULL;
  1338. for (cpath = circ->cpath; cpath_next != circ->cpath; cpath = cpath_next) {
  1339. cpath_next = cpath->next;
  1340. if (--hopnum <= 0)
  1341. return cpath;
  1342. }
  1343. }
  1344. return NULL;
  1345. }
  1346. /** Go through the circuitlist; mark-for-close each circuit that starts
  1347. * at us but has not yet been used. */
  1348. void
  1349. circuit_mark_all_unused_circs(void)
  1350. {
  1351. circuit_t *circ;
  1352. TOR_LIST_FOREACH(circ, &global_circuitlist, head) {
  1353. if (CIRCUIT_IS_ORIGIN(circ) &&
  1354. !circ->marked_for_close &&
  1355. !circ->timestamp_dirty)
  1356. circuit_mark_for_close(circ, END_CIRC_REASON_FINISHED);
  1357. }
  1358. }
  1359. /** Go through the circuitlist; for each circuit that starts at us
  1360. * and is dirty, frob its timestamp_dirty so we won't use it for any
  1361. * new streams.
  1362. *
  1363. * This is useful for letting the user change pseudonyms, so new
  1364. * streams will not be linkable to old streams.
  1365. */
  1366. void
  1367. circuit_mark_all_dirty_circs_as_unusable(void)
  1368. {
  1369. circuit_t *circ;
  1370. TOR_LIST_FOREACH(circ, &global_circuitlist, head) {
  1371. if (CIRCUIT_IS_ORIGIN(circ) &&
  1372. !circ->marked_for_close &&
  1373. circ->timestamp_dirty) {
  1374. mark_circuit_unusable_for_new_conns(TO_ORIGIN_CIRCUIT(circ));
  1375. }
  1376. }
  1377. }
  1378. /** Mark <b>circ</b> to be closed next time we call
  1379. * circuit_close_all_marked(). Do any cleanup needed:
  1380. * - If state is onionskin_pending, remove circ from the onion_pending
  1381. * list.
  1382. * - If circ isn't open yet: call circuit_build_failed() if we're
  1383. * the origin, and in either case call circuit_rep_hist_note_result()
  1384. * to note stats.
  1385. * - If purpose is C_INTRODUCE_ACK_WAIT, report the intro point
  1386. * failure we just had to the hidden service client module.
  1387. * - If purpose is C_INTRODUCING and <b>reason</b> isn't TIMEOUT,
  1388. * report to the hidden service client module that the intro point
  1389. * we just tried may be unreachable.
  1390. * - Send appropriate destroys and edge_destroys for conns and
  1391. * streams attached to circ.
  1392. * - If circ->rend_splice is set (we are the midpoint of a joined
  1393. * rendezvous stream), then mark the other circuit to close as well.
  1394. */
  1395. MOCK_IMPL(void,
  1396. circuit_mark_for_close_, (circuit_t *circ, int reason, int line,
  1397. const char *file))
  1398. {
  1399. int orig_reason = reason; /* Passed to the controller */
  1400. assert_circuit_ok(circ);
  1401. tor_assert(line);
  1402. tor_assert(file);
  1403. if (circ->marked_for_close) {
  1404. log_warn(LD_BUG,
  1405. "Duplicate call to circuit_mark_for_close at %s:%d"
  1406. " (first at %s:%d)", file, line,
  1407. circ->marked_for_close_file, circ->marked_for_close);
  1408. return;
  1409. }
  1410. if (reason == END_CIRC_AT_ORIGIN) {
  1411. if (!CIRCUIT_IS_ORIGIN(circ)) {
  1412. log_warn(LD_BUG, "Specified 'at-origin' non-reason for ending circuit, "
  1413. "but circuit was not at origin. (called %s:%d, purpose=%d)",
  1414. file, line, circ->purpose);
  1415. }
  1416. reason = END_CIRC_REASON_NONE;
  1417. }
  1418. if (CIRCUIT_IS_ORIGIN(circ)) {
  1419. if (pathbias_check_close(TO_ORIGIN_CIRCUIT(circ), reason) == -1) {
  1420. /* Don't close it yet, we need to test it first */
  1421. return;
  1422. }
  1423. /* We don't send reasons when closing circuits at the origin. */
  1424. reason = END_CIRC_REASON_NONE;
  1425. }
  1426. if (reason & END_CIRC_REASON_FLAG_REMOTE)
  1427. reason &= ~END_CIRC_REASON_FLAG_REMOTE;
  1428. if (reason < END_CIRC_REASON_MIN_ || reason > END_CIRC_REASON_MAX_) {
  1429. if (!(orig_reason & END_CIRC_REASON_FLAG_REMOTE))
  1430. log_warn(LD_BUG, "Reason %d out of range at %s:%d", reason, file, line);
  1431. reason = END_CIRC_REASON_NONE;
  1432. }
  1433. if (circ->state == CIRCUIT_STATE_ONIONSKIN_PENDING) {
  1434. onion_pending_remove(TO_OR_CIRCUIT(circ));
  1435. }
  1436. /* If the circuit ever became OPEN, we sent it to the reputation history
  1437. * module then. If it isn't OPEN, we send it there now to remember which
  1438. * links worked and which didn't.
  1439. */
  1440. if (circ->state != CIRCUIT_STATE_OPEN) {
  1441. if (CIRCUIT_IS_ORIGIN(circ)) {
  1442. origin_circuit_t *ocirc = TO_ORIGIN_CIRCUIT(circ);
  1443. circuit_build_failed(ocirc); /* take actions if necessary */
  1444. circuit_rep_hist_note_result(ocirc);
  1445. }
  1446. }
  1447. if (circ->state == CIRCUIT_STATE_CHAN_WAIT) {
  1448. if (circuits_pending_chans)
  1449. smartlist_remove(circuits_pending_chans, circ);
  1450. }
  1451. if (CIRCUIT_IS_ORIGIN(circ)) {
  1452. control_event_circuit_status(TO_ORIGIN_CIRCUIT(circ),
  1453. (circ->state == CIRCUIT_STATE_OPEN)?CIRC_EVENT_CLOSED:CIRC_EVENT_FAILED,
  1454. orig_reason);
  1455. }
  1456. if (circ->purpose == CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT) {
  1457. origin_circuit_t *ocirc = TO_ORIGIN_CIRCUIT(circ);
  1458. int timed_out = (reason == END_CIRC_REASON_TIMEOUT);
  1459. tor_assert(circ->state == CIRCUIT_STATE_OPEN);
  1460. tor_assert(ocirc->build_state->chosen_exit);
  1461. tor_assert(ocirc->rend_data);
  1462. /* treat this like getting a nack from it */
  1463. log_info(LD_REND, "Failed intro circ %s to %s (awaiting ack). %s",
  1464. safe_str_client(ocirc->rend_data->onion_address),
  1465. safe_str_client(build_state_get_exit_nickname(ocirc->build_state)),
  1466. timed_out ? "Recording timeout." : "Removing from descriptor.");
  1467. rend_client_report_intro_point_failure(ocirc->build_state->chosen_exit,
  1468. ocirc->rend_data,
  1469. timed_out ?
  1470. INTRO_POINT_FAILURE_TIMEOUT :
  1471. INTRO_POINT_FAILURE_GENERIC);
  1472. } else if (circ->purpose == CIRCUIT_PURPOSE_C_INTRODUCING &&
  1473. reason != END_CIRC_REASON_TIMEOUT) {
  1474. origin_circuit_t *ocirc = TO_ORIGIN_CIRCUIT(circ);
  1475. if (ocirc->build_state->chosen_exit && ocirc->rend_data) {
  1476. log_info(LD_REND, "Failed intro circ %s to %s "
  1477. "(building circuit to intro point). "
  1478. "Marking intro point as possibly unreachable.",
  1479. safe_str_client(ocirc->rend_data->onion_address),
  1480. safe_str_client(build_state_get_exit_nickname(ocirc->build_state)));
  1481. rend_client_report_intro_point_failure(ocirc->build_state->chosen_exit,
  1482. ocirc->rend_data,
  1483. INTRO_POINT_FAILURE_UNREACHABLE);
  1484. }
  1485. }
  1486. if (circ->n_chan) {
  1487. circuit_clear_cell_queue(circ, circ->n_chan);
  1488. /* Only send destroy if the channel isn't closing anyway */
  1489. if (!(circ->n_chan->state == CHANNEL_STATE_CLOSING ||
  1490. circ->n_chan->state == CHANNEL_STATE_CLOSED ||
  1491. circ->n_chan->state == CHANNEL_STATE_ERROR)) {
  1492. channel_send_destroy(circ->n_circ_id, circ->n_chan, reason);
  1493. }
  1494. circuitmux_detach_circuit(circ->n_chan->cmux, circ);
  1495. circuit_set_n_circid_chan(circ, 0, NULL);
  1496. }
  1497. if (! CIRCUIT_IS_ORIGIN(circ)) {
  1498. or_circuit_t *or_circ = TO_OR_CIRCUIT(circ);
  1499. edge_connection_t *conn;
  1500. for (conn=or_circ->n_streams; conn; conn=conn->next_stream)
  1501. connection_edge_destroy(or_circ->p_circ_id, conn);
  1502. or_circ->n_streams = NULL;
  1503. while (or_circ->resolving_streams) {
  1504. conn = or_circ->resolving_streams;
  1505. or_circ->resolving_streams = conn->next_stream;
  1506. if (!conn->base_.marked_for_close) {
  1507. /* The client will see a DESTROY, and infer that the connections
  1508. * are closing because the circuit is getting torn down. No need
  1509. * to send an end cell. */
  1510. conn->edge_has_sent_end = 1;
  1511. conn->end_reason = END_STREAM_REASON_DESTROY;
  1512. conn->end_reason |= END_STREAM_REASON_FLAG_ALREADY_SENT_CLOSED;
  1513. connection_mark_for_close(TO_CONN(conn));
  1514. }
  1515. conn->on_circuit = NULL;
  1516. }
  1517. if (or_circ->p_chan) {
  1518. circuit_clear_cell_queue(circ, or_circ->p_chan);
  1519. /* Only send destroy if the channel isn't closing anyway */
  1520. if (!(or_circ->p_chan->state == CHANNEL_STATE_CLOSING ||
  1521. or_circ->p_chan->state == CHANNEL_STATE_CLOSED ||
  1522. or_circ->p_chan->state == CHANNEL_STATE_ERROR)) {
  1523. channel_send_destroy(or_circ->p_circ_id, or_circ->p_chan, reason);
  1524. }
  1525. circuitmux_detach_circuit(or_circ->p_chan->cmux, circ);
  1526. circuit_set_p_circid_chan(or_circ, 0, NULL);
  1527. }
  1528. } else {
  1529. origin_circuit_t *ocirc = TO_ORIGIN_CIRCUIT(circ);
  1530. edge_connection_t *conn;
  1531. for (conn=ocirc->p_streams; conn; conn=conn->next_stream)
  1532. connection_edge_destroy(circ->n_circ_id, conn);
  1533. ocirc->p_streams = NULL;
  1534. }
  1535. circ->marked_for_close = line;
  1536. circ->marked_for_close_file = file;
  1537. if (!CIRCUIT_IS_ORIGIN(circ)) {
  1538. or_circuit_t *or_circ = TO_OR_CIRCUIT(circ);
  1539. if (or_circ->rend_splice) {
  1540. if (!or_circ->rend_splice->base_.marked_for_close) {
  1541. /* do this after marking this circuit, to avoid infinite recursion. */
  1542. circuit_mark_for_close(TO_CIRCUIT(or_circ->rend_splice), reason);
  1543. }
  1544. or_circ->rend_splice = NULL;
  1545. }
  1546. }
  1547. }
  1548. /** Given a marked circuit <b>circ</b>, aggressively free its cell queues to
  1549. * recover memory. */
  1550. static void
  1551. marked_circuit_free_cells(circuit_t *circ)
  1552. {
  1553. if (!circ->marked_for_close) {
  1554. log_warn(LD_BUG, "Called on non-marked circuit");
  1555. return;
  1556. }
  1557. cell_queue_clear(&circ->n_chan_cells);
  1558. if (! CIRCUIT_IS_ORIGIN(circ))
  1559. cell_queue_clear(& TO_OR_CIRCUIT(circ)->p_chan_cells);
  1560. }
  1561. /** Aggressively free buffer contents on all the buffers of all streams in the
  1562. * list starting at <b>stream</b>. Return the number of bytes recovered. */
  1563. static size_t
  1564. marked_circuit_streams_free_bytes(edge_connection_t *stream)
  1565. {
  1566. size_t result = 0;
  1567. for ( ; stream; stream = stream->next_stream) {
  1568. connection_t *conn = TO_CONN(stream);
  1569. if (conn->inbuf) {
  1570. result += buf_allocation(conn->inbuf);
  1571. buf_clear(conn->inbuf);
  1572. }
  1573. if (conn->outbuf) {
  1574. result += buf_allocation(conn->outbuf);
  1575. buf_clear(conn->outbuf);
  1576. }
  1577. }
  1578. return result;
  1579. }
  1580. /** Aggressively free buffer contents on all the buffers of all streams on
  1581. * circuit <b>c</b>. Return the number of bytes recovered. */
  1582. static size_t
  1583. marked_circuit_free_stream_bytes(circuit_t *c)
  1584. {
  1585. if (CIRCUIT_IS_ORIGIN(c)) {
  1586. return marked_circuit_streams_free_bytes(TO_ORIGIN_CIRCUIT(c)->p_streams);
  1587. } else {
  1588. return marked_circuit_streams_free_bytes(TO_OR_CIRCUIT(c)->n_streams);
  1589. }
  1590. }
  1591. /** Return the number of cells used by the circuit <b>c</b>'s cell queues. */
  1592. STATIC size_t
  1593. n_cells_in_circ_queues(const circuit_t *c)
  1594. {
  1595. size_t n = c->n_chan_cells.n;
  1596. if (! CIRCUIT_IS_ORIGIN(c)) {
  1597. circuit_t *cc = (circuit_t *) c;
  1598. n += TO_OR_CIRCUIT(cc)->p_chan_cells.n;
  1599. }
  1600. return n;
  1601. }
  1602. /**
  1603. * Return the age of the oldest cell queued on <b>c</b>, in milliseconds.
  1604. * Return 0 if there are no cells queued on c. Requires that <b>now</b> be
  1605. * the current time in milliseconds since the epoch, truncated.
  1606. *
  1607. * This function will return incorrect results if the oldest cell queued on
  1608. * the circuit is older than 2**32 msec (about 49 days) old.
  1609. */
  1610. STATIC uint32_t
  1611. circuit_max_queued_cell_age(const circuit_t *c, uint32_t now)
  1612. {
  1613. uint32_t age = 0;
  1614. packed_cell_t *cell;
  1615. if (NULL != (cell = TOR_SIMPLEQ_FIRST(&c->n_chan_cells.head)))
  1616. age = now - cell->inserted_time;
  1617. if (! CIRCUIT_IS_ORIGIN(c)) {
  1618. const or_circuit_t *orcirc = TO_OR_CIRCUIT((circuit_t*)c);
  1619. if (NULL != (cell = TOR_SIMPLEQ_FIRST(&orcirc->p_chan_cells.head))) {
  1620. uint32_t age2 = now - cell->inserted_time;
  1621. if (age2 > age)
  1622. return age2;
  1623. }
  1624. }
  1625. return age;
  1626. }
  1627. /** Return the age in milliseconds of the oldest buffer chunk on any stream in
  1628. * the linked list <b>stream</b>, where age is taken in milliseconds before
  1629. * the time <b>now</b> (in truncated milliseconds since the epoch). */
  1630. static uint32_t
  1631. circuit_get_streams_max_data_age(const edge_connection_t *stream, uint32_t now)
  1632. {
  1633. uint32_t age = 0, age2;
  1634. for (; stream; stream = stream->next_stream) {
  1635. const connection_t *conn = TO_CONN(stream);
  1636. if (conn->outbuf) {
  1637. age2 = buf_get_oldest_chunk_timestamp(conn->outbuf, now);
  1638. if (age2 > age)
  1639. age = age2;
  1640. }
  1641. if (conn->inbuf) {
  1642. age2 = buf_get_oldest_chunk_timestamp(conn->inbuf, now);
  1643. if (age2 > age)
  1644. age = age2;
  1645. }
  1646. }
  1647. return age;
  1648. }
  1649. /** Return the age in milliseconds of the oldest buffer chunk on any stream
  1650. * attached to the circuit <b>c</b>, where age is taken in milliseconds before
  1651. * the time <b>now</b> (in truncated milliseconds since the epoch). */
  1652. STATIC uint32_t
  1653. circuit_max_queued_data_age(const circuit_t *c, uint32_t now)
  1654. {
  1655. if (CIRCUIT_IS_ORIGIN(c)) {
  1656. return circuit_get_streams_max_data_age(
  1657. TO_ORIGIN_CIRCUIT((circuit_t*)c)->p_streams, now);
  1658. } else {
  1659. return circuit_get_streams_max_data_age(
  1660. TO_OR_CIRCUIT((circuit_t*)c)->n_streams, now);
  1661. }
  1662. }
  1663. /** Return the age of the oldest cell or stream buffer chunk on the circuit
  1664. * <b>c</b>, where age is taken in milliseconds before the time <b>now</b> (in
  1665. * truncated milliseconds since the epoch). */
  1666. STATIC uint32_t
  1667. circuit_max_queued_item_age(const circuit_t *c, uint32_t now)
  1668. {
  1669. uint32_t cell_age = circuit_max_queued_cell_age(c, now);
  1670. uint32_t data_age = circuit_max_queued_data_age(c, now);
  1671. if (cell_age > data_age)
  1672. return cell_age;
  1673. else
  1674. return data_age;
  1675. }
  1676. /** Helper to sort a list of circuit_t by age of oldest item, in descending
  1677. * order. */
  1678. static int
  1679. circuits_compare_by_oldest_queued_item_(const void **a_, const void **b_)
  1680. {
  1681. const circuit_t *a = *a_;
  1682. const circuit_t *b = *b_;
  1683. uint32_t age_a = a->age_tmp;
  1684. uint32_t age_b = b->age_tmp;
  1685. if (age_a < age_b)
  1686. return 1;
  1687. else if (age_a == age_b)
  1688. return 0;
  1689. else
  1690. return -1;
  1691. }
  1692. #define FRACTION_OF_DATA_TO_RETAIN_ON_OOM 0.90
  1693. /** We're out of memory for cells, having allocated <b>current_allocation</b>
  1694. * bytes' worth. Kill the 'worst' circuits until we're under
  1695. * FRACTION_OF_DATA_TO_RETAIN_ON_OOM of our maximum usage. */
  1696. void
  1697. circuits_handle_oom(size_t current_allocation)
  1698. {
  1699. /* Let's hope there's enough slack space for this allocation here... */
  1700. smartlist_t *circlist = smartlist_new();
  1701. circuit_t *circ;
  1702. size_t mem_to_recover;
  1703. size_t mem_recovered=0;
  1704. int n_circuits_killed=0;
  1705. struct timeval now;
  1706. uint32_t now_ms;
  1707. log_notice(LD_GENERAL, "We're low on memory. Killing circuits with "
  1708. "over-long queues. (This behavior is controlled by "
  1709. "MaxMemInQueues.)");
  1710. {
  1711. const size_t recovered = buf_shrink_freelists(1);
  1712. if (recovered >= current_allocation) {
  1713. log_warn(LD_BUG, "We somehow recovered more memory from freelists "
  1714. "than we thought we had allocated");
  1715. current_allocation = 0;
  1716. } else {
  1717. current_allocation -= recovered;
  1718. }
  1719. }
  1720. {
  1721. size_t mem_target = (size_t)(get_options()->MaxMemInQueues *
  1722. FRACTION_OF_DATA_TO_RETAIN_ON_OOM);
  1723. if (current_allocation <= mem_target)
  1724. return;
  1725. mem_to_recover = current_allocation - mem_target;
  1726. }
  1727. tor_gettimeofday_cached_monotonic(&now);
  1728. now_ms = (uint32_t)tv_to_msec(&now);
  1729. /* This algorithm itself assumes that you've got enough memory slack
  1730. * to actually run it. */
  1731. TOR_LIST_FOREACH(circ, &global_circuitlist, head) {
  1732. circ->age_tmp = circuit_max_queued_item_age(circ, now_ms);
  1733. smartlist_add(circlist, circ);
  1734. }
  1735. /* This is O(n log n); there are faster algorithms we could use instead.
  1736. * Let's hope this doesn't happen enough to be in the critical path. */
  1737. smartlist_sort(circlist, circuits_compare_by_oldest_queued_item_);
  1738. /* Okay, now the worst circuits are at the front of the list. Let's mark
  1739. * them, and reclaim their storage aggressively. */
  1740. SMARTLIST_FOREACH_BEGIN(circlist, circuit_t *, circ) {
  1741. size_t n = n_cells_in_circ_queues(circ);
  1742. size_t freed;
  1743. if (! circ->marked_for_close) {
  1744. circuit_mark_for_close(circ, END_CIRC_REASON_RESOURCELIMIT);
  1745. }
  1746. marked_circuit_free_cells(circ);
  1747. freed = marked_circuit_free_stream_bytes(circ);
  1748. ++n_circuits_killed;
  1749. mem_recovered += n * packed_cell_mem_cost();
  1750. mem_recovered += freed;
  1751. if (mem_recovered >= mem_to_recover)
  1752. break;
  1753. } SMARTLIST_FOREACH_END(circ);
  1754. clean_cell_pool(); /* In case this helps. */
  1755. buf_shrink_freelists(1); /* This is necessary to actually release buffer
  1756. chunks. */
  1757. log_notice(LD_GENERAL, "Removed "U64_FORMAT" bytes by killing %d circuits; "
  1758. "%d circuits remain alive.",
  1759. U64_PRINTF_ARG(mem_recovered),
  1760. n_circuits_killed,
  1761. smartlist_len(circlist) - n_circuits_killed);
  1762. smartlist_free(circlist);
  1763. }
  1764. /** Verify that cpath layer <b>cp</b> has all of its invariants
  1765. * correct. Trigger an assert if anything is invalid.
  1766. */
  1767. void
  1768. assert_cpath_layer_ok(const crypt_path_t *cp)
  1769. {
  1770. // tor_assert(cp->addr); /* these are zero for rendezvous extra-hops */
  1771. // tor_assert(cp->port);
  1772. tor_assert(cp);
  1773. tor_assert(cp->magic == CRYPT_PATH_MAGIC);
  1774. switch (cp->state)
  1775. {
  1776. case CPATH_STATE_OPEN:
  1777. tor_assert(cp->f_crypto);
  1778. tor_assert(cp->b_crypto);
  1779. /* fall through */
  1780. case CPATH_STATE_CLOSED:
  1781. /*XXXX Assert that there's no handshake_state either. */
  1782. tor_assert(!cp->rend_dh_handshake_state);
  1783. break;
  1784. case CPATH_STATE_AWAITING_KEYS:
  1785. /* tor_assert(cp->dh_handshake_state); */
  1786. break;
  1787. default:
  1788. log_fn(LOG_ERR, LD_BUG, "Unexpected state %d", cp->state);
  1789. tor_assert(0);
  1790. }
  1791. tor_assert(cp->package_window >= 0);
  1792. tor_assert(cp->deliver_window >= 0);
  1793. }
  1794. /** Verify that cpath <b>cp</b> has all of its invariants
  1795. * correct. Trigger an assert if anything is invalid.
  1796. */
  1797. static void
  1798. assert_cpath_ok(const crypt_path_t *cp)
  1799. {
  1800. const crypt_path_t *start = cp;
  1801. do {
  1802. assert_cpath_layer_ok(cp);
  1803. /* layers must be in sequence of: "open* awaiting? closed*" */
  1804. if (cp != start) {
  1805. if (cp->state == CPATH_STATE_AWAITING_KEYS) {
  1806. tor_assert(cp->prev->state == CPATH_STATE_OPEN);
  1807. } else if (cp->state == CPATH_STATE_OPEN) {
  1808. tor_assert(cp->prev->state == CPATH_STATE_OPEN);
  1809. }
  1810. }
  1811. cp = cp->next;
  1812. tor_assert(cp);
  1813. } while (cp != start);
  1814. }
  1815. /** Verify that circuit <b>c</b> has all of its invariants
  1816. * correct. Trigger an assert if anything is invalid.
  1817. */
  1818. void
  1819. assert_circuit_ok(const circuit_t *c)
  1820. {
  1821. edge_connection_t *conn;
  1822. const or_circuit_t *or_circ = NULL;
  1823. const origin_circuit_t *origin_circ = NULL;
  1824. tor_assert(c);
  1825. tor_assert(c->magic == ORIGIN_CIRCUIT_MAGIC || c->magic == OR_CIRCUIT_MAGIC);
  1826. tor_assert(c->purpose >= CIRCUIT_PURPOSE_MIN_ &&
  1827. c->purpose <= CIRCUIT_PURPOSE_MAX_);
  1828. {
  1829. /* Having a separate variable for this pleases GCC 4.2 in ways I hope I
  1830. * never understand. -NM. */
  1831. circuit_t *nonconst_circ = (circuit_t*) c;
  1832. if (CIRCUIT_IS_ORIGIN(c))
  1833. origin_circ = TO_ORIGIN_CIRCUIT(nonconst_circ);
  1834. else
  1835. or_circ = TO_OR_CIRCUIT(nonconst_circ);
  1836. }
  1837. if (c->n_chan) {
  1838. tor_assert(!c->n_hop);
  1839. if (c->n_circ_id) {
  1840. /* We use the _impl variant here to make sure we don't fail on marked
  1841. * circuits, which would not be returned by the regular function. */
  1842. circuit_t *c2 = circuit_get_by_circid_channel_impl(c->n_circ_id,
  1843. c->n_chan, NULL);
  1844. tor_assert(c == c2);
  1845. }
  1846. }
  1847. if (or_circ && or_circ->p_chan) {
  1848. if (or_circ->p_circ_id) {
  1849. /* ibid */
  1850. circuit_t *c2 =
  1851. circuit_get_by_circid_channel_impl(or_circ->p_circ_id,
  1852. or_circ->p_chan, NULL);
  1853. tor_assert(c == c2);
  1854. }
  1855. }
  1856. if (or_circ)
  1857. for (conn = or_circ->n_streams; conn; conn = conn->next_stream)
  1858. tor_assert(conn->base_.type == CONN_TYPE_EXIT);
  1859. tor_assert(c->deliver_window >= 0);
  1860. tor_assert(c->package_window >= 0);
  1861. if (c->state == CIRCUIT_STATE_OPEN) {
  1862. tor_assert(!c->n_chan_create_cell);
  1863. if (or_circ) {
  1864. tor_assert(or_circ->n_crypto);
  1865. tor_assert(or_circ->p_crypto);
  1866. tor_assert(or_circ->n_digest);
  1867. tor_assert(or_circ->p_digest);
  1868. }
  1869. }
  1870. if (c->state == CIRCUIT_STATE_CHAN_WAIT && !c->marked_for_close) {
  1871. tor_assert(circuits_pending_chans &&
  1872. smartlist_contains(circuits_pending_chans, c));
  1873. } else {
  1874. tor_assert(!circuits_pending_chans ||
  1875. !smartlist_contains(circuits_pending_chans, c));
  1876. }
  1877. if (origin_circ && origin_circ->cpath) {
  1878. assert_cpath_ok(origin_circ->cpath);
  1879. }
  1880. if (c->purpose == CIRCUIT_PURPOSE_REND_ESTABLISHED) {
  1881. tor_assert(or_circ);
  1882. if (!c->marked_for_close) {
  1883. tor_assert(or_circ->rend_splice);
  1884. tor_assert(or_circ->rend_splice->rend_splice == or_circ);
  1885. }
  1886. tor_assert(or_circ->rend_splice != or_circ);
  1887. } else {
  1888. tor_assert(!or_circ || !or_circ->rend_splice);
  1889. }
  1890. }