main.c 67 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985
  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, The Tor Project, Inc. */
  5. /* See LICENSE for licensing information */
  6. /* $Id$ */
  7. const char main_c_id[] =
  8. "$Id$";
  9. /**
  10. * \file main.c
  11. * \brief Toplevel module. Handles signals, multiplexes between
  12. * connections, implements main loop, and drives scheduled events.
  13. **/
  14. #define MAIN_PRIVATE
  15. #include "or.h"
  16. #ifdef USE_DMALLOC
  17. #include <dmalloc.h>
  18. #endif
  19. void evdns_shutdown(int);
  20. /********* PROTOTYPES **********/
  21. static void dumpmemusage(int severity);
  22. static void dumpstats(int severity); /* log stats */
  23. static void conn_read_callback(int fd, short event, void *_conn);
  24. static void conn_write_callback(int fd, short event, void *_conn);
  25. static void signal_callback(int fd, short events, void *arg);
  26. static void second_elapsed_callback(int fd, short event, void *args);
  27. static int conn_close_if_marked(int i);
  28. static void connection_start_reading_from_linked_conn(connection_t *conn);
  29. static int connection_should_read_from_linked_conn(connection_t *conn);
  30. /********* START VARIABLES **********/
  31. int global_read_bucket; /**< Max number of bytes I can read this second. */
  32. int global_write_bucket; /**< Max number of bytes I can write this second. */
  33. /** Max number of relayed (bandwidth class 1) bytes I can read this second. */
  34. int global_relayed_read_bucket;
  35. /** Max number of relayed (bandwidth class 1) bytes I can write this second. */
  36. int global_relayed_write_bucket;
  37. /** What was the read bucket before the last call to prepare_for_pool?
  38. * (used to determine how many bytes we've read). */
  39. static int stats_prev_global_read_bucket;
  40. /** What was the write bucket before the last call to prepare_for_pool?
  41. * (used to determine how many bytes we've written). */
  42. static int stats_prev_global_write_bucket;
  43. /* XXX we might want to keep stats about global_relayed_*_bucket too. Or not.*/
  44. /** How many bytes have we read/written since we started the process? */
  45. static uint64_t stats_n_bytes_read = 0;
  46. static uint64_t stats_n_bytes_written = 0;
  47. /** What time did this process start up? */
  48. time_t time_of_process_start = 0;
  49. /** How many seconds have we been running? */
  50. long stats_n_seconds_working = 0;
  51. /** When do we next download a directory? */
  52. static time_t time_to_fetch_directory = 0;
  53. /** When do we next download a running-routers summary? */
  54. static time_t time_to_fetch_running_routers = 0;
  55. /** When do we next launch DNS wildcarding checks? */
  56. static time_t time_to_check_for_correct_dns = 0;
  57. /** How often will we honor SIGNEWNYM requests? */
  58. #define MAX_SIGNEWNYM_RATE 10
  59. /** When did we last process a SIGNEWNYM request? */
  60. static time_t time_of_last_signewnym = 0;
  61. /** Is there a signewnym request we're currently waiting to handle? */
  62. static int signewnym_is_pending = 0;
  63. /** Smartlist of all open connections. */
  64. static smartlist_t *connection_array = NULL;
  65. /** List of connections that have been marked for close and need to be freed
  66. * and removed from connection_array. */
  67. static smartlist_t *closeable_connection_lst = NULL;
  68. /** List of linked connections that are currently reading data into their
  69. * inbuf from their partner's outbuf. */
  70. static smartlist_t *active_linked_connection_lst = NULL;
  71. /** Flag: Set to true iff we entered the current libevent main loop via
  72. * <b>loop_once</b>. If so, there's no need to trigger a loopexit in order
  73. * to handle linked connections. */
  74. static int called_loop_once = 0;
  75. /** We set this to 1 when we've opened a circuit, so we can print a log
  76. * entry to inform the user that Tor is working. */
  77. int has_completed_circuit=0;
  78. /** If our router descriptor ever goes this long without being regenerated
  79. * because something changed, we force an immediate regenerate-and-upload. */
  80. #define FORCE_REGENERATE_DESCRIPTOR_INTERVAL (18*60*60)
  81. /** How often do we check whether part of our router info has changed in a way
  82. * that would require an upload? */
  83. #define CHECK_DESCRIPTOR_INTERVAL (60)
  84. /** How often do we (as a router) check whether our IP address has changed? */
  85. #define CHECK_IPADDRESS_INTERVAL (15*60)
  86. /** How often do we check buffers and pools for empty space that can be
  87. * deallocated? */
  88. #define MEM_SHRINK_INTERVAL (60)
  89. /** How often do we check for router descriptors that we should download
  90. * when we have too little directory info? */
  91. #define GREEDY_DESCRIPTOR_RETRY_INTERVAL (10)
  92. /** How often do we check for router descriptors that we should download
  93. * when we have enough directory info? */
  94. #define LAZY_DESCRIPTOR_RETRY_INTERVAL (60)
  95. /** How often do we 'forgive' undownloadable router descriptors and attempt
  96. * to download them again? */
  97. #define DESCRIPTOR_FAILURE_RESET_INTERVAL (60*60)
  98. /** How often do we add more entropy to OpenSSL's RNG pool? */
  99. #define ENTROPY_INTERVAL (60*60)
  100. /** How long do we let a directory connection stall before expiring it? */
  101. #define DIR_CONN_MAX_STALL (5*60)
  102. /** How old do we let a connection to an OR get before deciding it's
  103. * obsolete? */
  104. #define TIME_BEFORE_OR_CONN_IS_OBSOLETE (60*60*24*7)
  105. /** How long do we let OR connections handshake before we decide that
  106. * they are obsolete? */
  107. #define TLS_HANDSHAKE_TIMEOUT (60)
  108. /********* END VARIABLES ************/
  109. /****************************************************************************
  110. *
  111. * This section contains accessors and other methods on the connection_array
  112. * variables (which are global within this file and unavailable outside it).
  113. *
  114. ****************************************************************************/
  115. /** Add <b>conn</b> to the array of connections that we can poll on. The
  116. * connection's socket must be set; the connection starts out
  117. * non-reading and non-writing.
  118. */
  119. int
  120. connection_add(connection_t *conn)
  121. {
  122. tor_assert(conn);
  123. tor_assert(conn->s >= 0 ||
  124. conn->linked ||
  125. (conn->type == CONN_TYPE_AP &&
  126. TO_EDGE_CONN(conn)->is_dns_request));
  127. tor_assert(conn->conn_array_index == -1); /* can only connection_add once */
  128. conn->conn_array_index = smartlist_len(connection_array);
  129. smartlist_add(connection_array, conn);
  130. if (conn->s >= 0 || conn->linked) {
  131. conn->read_event = tor_malloc_zero(sizeof(struct event));
  132. conn->write_event = tor_malloc_zero(sizeof(struct event));
  133. event_set(conn->read_event, conn->s, EV_READ|EV_PERSIST,
  134. conn_read_callback, conn);
  135. event_set(conn->write_event, conn->s, EV_WRITE|EV_PERSIST,
  136. conn_write_callback, conn);
  137. }
  138. log_debug(LD_NET,"new conn type %s, socket %d, n_conns %d.",
  139. conn_type_to_string(conn->type), conn->s,
  140. smartlist_len(connection_array));
  141. return 0;
  142. }
  143. /** Remove the connection from the global list, and remove the
  144. * corresponding poll entry. Calling this function will shift the last
  145. * connection (if any) into the position occupied by conn.
  146. */
  147. int
  148. connection_remove(connection_t *conn)
  149. {
  150. int current_index;
  151. connection_t *tmp;
  152. tor_assert(conn);
  153. log_debug(LD_NET,"removing socket %d (type %s), n_conns now %d",
  154. conn->s, conn_type_to_string(conn->type),
  155. smartlist_len(connection_array));
  156. tor_assert(conn->conn_array_index >= 0);
  157. current_index = conn->conn_array_index;
  158. connection_unregister_events(conn); /* This is redundant, but cheap. */
  159. if (current_index == smartlist_len(connection_array)-1) { /* at the end */
  160. smartlist_del(connection_array, current_index);
  161. return 0;
  162. }
  163. /* replace this one with the one at the end */
  164. smartlist_del(connection_array, current_index);
  165. tmp = smartlist_get(connection_array, current_index);
  166. tmp->conn_array_index = current_index;
  167. return 0;
  168. }
  169. /** If <b>conn</b> is an edge conn, remove it from the list
  170. * of conn's on this circuit. If it's not on an edge,
  171. * flush and send destroys for all circuits on this conn.
  172. *
  173. * Remove it from connection_array (if applicable) and
  174. * from closeable_connection_list.
  175. *
  176. * Then free it.
  177. */
  178. static void
  179. connection_unlink(connection_t *conn)
  180. {
  181. connection_about_to_close_connection(conn);
  182. if (conn->conn_array_index >= 0) {
  183. connection_remove(conn);
  184. }
  185. if (conn->linked_conn) {
  186. conn->linked_conn->linked_conn = NULL;
  187. if (! conn->linked_conn->marked_for_close &&
  188. conn->linked_conn->reading_from_linked_conn)
  189. connection_start_reading(conn->linked_conn);
  190. conn->linked_conn = NULL;
  191. }
  192. smartlist_remove(closeable_connection_lst, conn);
  193. smartlist_remove(active_linked_connection_lst, conn);
  194. if (conn->type == CONN_TYPE_EXIT) {
  195. assert_connection_edge_not_dns_pending(TO_EDGE_CONN(conn));
  196. }
  197. if (conn->type == CONN_TYPE_OR) {
  198. if (!tor_digest_is_zero(TO_OR_CONN(conn)->identity_digest))
  199. connection_or_remove_from_identity_map(TO_OR_CONN(conn));
  200. }
  201. connection_free(conn);
  202. }
  203. /** Schedule <b>conn</b> to be closed. **/
  204. void
  205. add_connection_to_closeable_list(connection_t *conn)
  206. {
  207. tor_assert(!smartlist_isin(closeable_connection_lst, conn));
  208. tor_assert(conn->marked_for_close);
  209. assert_connection_ok(conn, time(NULL));
  210. smartlist_add(closeable_connection_lst, conn);
  211. }
  212. /** Return 1 if conn is on the closeable list, else return 0. */
  213. int
  214. connection_is_on_closeable_list(connection_t *conn)
  215. {
  216. return smartlist_isin(closeable_connection_lst, conn);
  217. }
  218. /** Return true iff conn is in the current poll array. */
  219. int
  220. connection_in_array(connection_t *conn)
  221. {
  222. return smartlist_isin(connection_array, conn);
  223. }
  224. /** Set <b>*array</b> to an array of all connections, and <b>*n</b>
  225. * to the length of the array. <b>*array</b> and <b>*n</b> must not
  226. * be modified.
  227. */
  228. smartlist_t *
  229. get_connection_array(void)
  230. {
  231. return connection_array;
  232. }
  233. /** Set the event mask on <b>conn</b> to <b>events</b>. (The event
  234. * mask is a bitmask whose bits are EV_READ and EV_WRITE.)
  235. */
  236. void
  237. connection_watch_events(connection_t *conn, short events)
  238. {
  239. if (events & EV_READ)
  240. connection_start_reading(conn);
  241. else
  242. connection_stop_reading(conn);
  243. if (events & EV_WRITE)
  244. connection_start_writing(conn);
  245. else
  246. connection_stop_writing(conn);
  247. }
  248. /** Return true iff <b>conn</b> is listening for read events. */
  249. int
  250. connection_is_reading(connection_t *conn)
  251. {
  252. tor_assert(conn);
  253. return conn->reading_from_linked_conn ||
  254. (conn->read_event && event_pending(conn->read_event, EV_READ, NULL));
  255. }
  256. /** Tell the main loop to stop notifying <b>conn</b> of any read events. */
  257. void
  258. connection_stop_reading(connection_t *conn)
  259. {
  260. tor_assert(conn);
  261. tor_assert(conn->read_event);
  262. if (conn->linked) {
  263. conn->reading_from_linked_conn = 0;
  264. connection_stop_reading_from_linked_conn(conn);
  265. } else {
  266. if (event_del(conn->read_event))
  267. log_warn(LD_NET, "Error from libevent setting read event state for %d "
  268. "to unwatched: %s",
  269. conn->s,
  270. tor_socket_strerror(tor_socket_errno(conn->s)));
  271. }
  272. }
  273. /** Tell the main loop to start notifying <b>conn</b> of any read events. */
  274. void
  275. connection_start_reading(connection_t *conn)
  276. {
  277. tor_assert(conn);
  278. tor_assert(conn->read_event);
  279. if (conn->linked) {
  280. conn->reading_from_linked_conn = 1;
  281. if (connection_should_read_from_linked_conn(conn))
  282. connection_start_reading_from_linked_conn(conn);
  283. } else {
  284. if (event_add(conn->read_event, NULL))
  285. log_warn(LD_NET, "Error from libevent setting read event state for %d "
  286. "to watched: %s",
  287. conn->s,
  288. tor_socket_strerror(tor_socket_errno(conn->s)));
  289. }
  290. }
  291. /** Return true iff <b>conn</b> is listening for write events. */
  292. int
  293. connection_is_writing(connection_t *conn)
  294. {
  295. tor_assert(conn);
  296. return conn->writing_to_linked_conn ||
  297. (conn->write_event && event_pending(conn->write_event, EV_WRITE, NULL));
  298. }
  299. /** Tell the main loop to stop notifying <b>conn</b> of any write events. */
  300. void
  301. connection_stop_writing(connection_t *conn)
  302. {
  303. tor_assert(conn);
  304. tor_assert(conn->write_event);
  305. if (conn->linked) {
  306. conn->writing_to_linked_conn = 0;
  307. if (conn->linked_conn)
  308. connection_stop_reading_from_linked_conn(conn->linked_conn);
  309. } else {
  310. if (event_del(conn->write_event))
  311. log_warn(LD_NET, "Error from libevent setting write event state for %d "
  312. "to unwatched: %s",
  313. conn->s,
  314. tor_socket_strerror(tor_socket_errno(conn->s)));
  315. }
  316. }
  317. /** Tell the main loop to start notifying <b>conn</b> of any write events. */
  318. void
  319. connection_start_writing(connection_t *conn)
  320. {
  321. tor_assert(conn);
  322. tor_assert(conn->write_event);
  323. if (conn->linked) {
  324. conn->writing_to_linked_conn = 1;
  325. if (conn->linked_conn &&
  326. connection_should_read_from_linked_conn(conn->linked_conn))
  327. connection_start_reading_from_linked_conn(conn->linked_conn);
  328. } else {
  329. if (event_add(conn->write_event, NULL))
  330. log_warn(LD_NET, "Error from libevent setting write event state for %d "
  331. "to watched: %s",
  332. conn->s,
  333. tor_socket_strerror(tor_socket_errno(conn->s)));
  334. }
  335. }
  336. /** Return true iff <b>conn</b> is linked conn, and reading from the conn
  337. * linked to it would be good and feasible. (Reading is "feasible" if the
  338. * other conn exists and has data in its outbuf, and is "good" if we have our
  339. * reading_from_linked_conn flag set and the other conn has its
  340. * writing_to_linked_conn flag set.)*/
  341. static int
  342. connection_should_read_from_linked_conn(connection_t *conn)
  343. {
  344. if (conn->linked && conn->reading_from_linked_conn) {
  345. if (! conn->linked_conn ||
  346. (conn->linked_conn->writing_to_linked_conn &&
  347. buf_datalen(conn->linked_conn->outbuf)))
  348. return 1;
  349. }
  350. return 0;
  351. }
  352. /** Helper: Tell the main loop to begin reading bytes into <b>conn</b> from
  353. * its linked connection, if it is not doing so already. Called by
  354. * connection_start_reading and connection_start_writing as appropriate. */
  355. static void
  356. connection_start_reading_from_linked_conn(connection_t *conn)
  357. {
  358. tor_assert(conn);
  359. tor_assert(conn->linked == 1);
  360. if (!conn->active_on_link) {
  361. conn->active_on_link = 1;
  362. smartlist_add(active_linked_connection_lst, conn);
  363. if (!called_loop_once) {
  364. /* This is the first event on the list; we won't be in LOOP_ONCE mode,
  365. * so we need to make sure that the event_loop() actually exits at the
  366. * end of its run through the current connections and
  367. * lets us activate read events for linked connections. */
  368. struct timeval tv = { 0, 0 };
  369. event_loopexit(&tv);
  370. }
  371. } else {
  372. tor_assert(smartlist_isin(active_linked_connection_lst, conn));
  373. }
  374. }
  375. /** Tell the main loop to stop reading bytes into <b>conn</b> from its linked
  376. * connection, if is currently doing so. Called by connection_stop_reading,
  377. * connection_stop_writing, and connection_read. */
  378. void
  379. connection_stop_reading_from_linked_conn(connection_t *conn)
  380. {
  381. tor_assert(conn);
  382. tor_assert(conn->linked == 1);
  383. if (conn->active_on_link) {
  384. conn->active_on_link = 0;
  385. /* XXXX020 maybe we should keep an index here so we can smartlist_del
  386. * cleanly. */
  387. smartlist_remove(active_linked_connection_lst, conn);
  388. } else {
  389. tor_assert(!smartlist_isin(active_linked_connection_lst, conn));
  390. }
  391. }
  392. /** Close all connections that have been scheduled to get closed. */
  393. static void
  394. close_closeable_connections(void)
  395. {
  396. int i;
  397. for (i = 0; i < smartlist_len(closeable_connection_lst); ) {
  398. connection_t *conn = smartlist_get(closeable_connection_lst, i);
  399. if (conn->conn_array_index < 0) {
  400. connection_unlink(conn); /* blow it away right now */
  401. } else {
  402. if (!conn_close_if_marked(conn->conn_array_index))
  403. ++i;
  404. }
  405. }
  406. }
  407. /** Libevent callback: this gets invoked when (connection_t*)<b>conn</b> has
  408. * some data to read. */
  409. static void
  410. conn_read_callback(int fd, short event, void *_conn)
  411. {
  412. connection_t *conn = _conn;
  413. (void)fd;
  414. (void)event;
  415. log_debug(LD_NET,"socket %d wants to read.",conn->s);
  416. assert_connection_ok(conn, time(NULL));
  417. if (connection_handle_read(conn) < 0) {
  418. if (!conn->marked_for_close) {
  419. #ifndef MS_WINDOWS
  420. log_warn(LD_BUG,"Unhandled error on read for %s connection "
  421. "(fd %d); removing",
  422. conn_type_to_string(conn->type), conn->s);
  423. tor_fragile_assert();
  424. #endif
  425. if (CONN_IS_EDGE(conn))
  426. connection_edge_end_errno(TO_EDGE_CONN(conn));
  427. connection_mark_for_close(conn);
  428. }
  429. }
  430. assert_connection_ok(conn, time(NULL));
  431. if (smartlist_len(closeable_connection_lst))
  432. close_closeable_connections();
  433. }
  434. /** Libevent callback: this gets invoked when (connection_t*)<b>conn</b> has
  435. * some data to write. */
  436. static void
  437. conn_write_callback(int fd, short events, void *_conn)
  438. {
  439. connection_t *conn = _conn;
  440. (void)fd;
  441. (void)events;
  442. LOG_FN_CONN(conn, (LOG_DEBUG, LD_NET, "socket %d wants to write.",conn->s));
  443. assert_connection_ok(conn, time(NULL));
  444. if (connection_handle_write(conn, 0) < 0) {
  445. if (!conn->marked_for_close) {
  446. /* this connection is broken. remove it. */
  447. log_fn(LOG_WARN,LD_BUG,
  448. "unhandled error on write for %s connection (fd %d); removing",
  449. conn_type_to_string(conn->type), conn->s);
  450. tor_fragile_assert();
  451. if (CONN_IS_EDGE(conn)) {
  452. /* otherwise we cry wolf about duplicate close */
  453. edge_connection_t *edge_conn = TO_EDGE_CONN(conn);
  454. if (!edge_conn->end_reason)
  455. edge_conn->end_reason = END_STREAM_REASON_INTERNAL;
  456. conn->edge_has_sent_end = 1;
  457. }
  458. /* XXX020 do we need a close-immediate here, so we don't try to flush? */
  459. connection_mark_for_close(conn);
  460. }
  461. }
  462. assert_connection_ok(conn, time(NULL));
  463. if (smartlist_len(closeable_connection_lst))
  464. close_closeable_connections();
  465. }
  466. /** If the connection at connection_array[i] is marked for close, then:
  467. * - If it has data that it wants to flush, try to flush it.
  468. * - If it _still_ has data to flush, and conn->hold_open_until_flushed is
  469. * true, then leave the connection open and return.
  470. * - Otherwise, remove the connection from connection_array and from
  471. * all other lists, close it, and free it.
  472. * Returns 1 if the connection was closed, 0 otherwise.
  473. */
  474. static int
  475. conn_close_if_marked(int i)
  476. {
  477. connection_t *conn;
  478. int retval;
  479. time_t now;
  480. conn = smartlist_get(connection_array, i);
  481. if (!conn->marked_for_close)
  482. return 0; /* nothing to see here, move along */
  483. now = time(NULL);
  484. assert_connection_ok(conn, now);
  485. assert_all_pending_dns_resolves_ok();
  486. log_debug(LD_NET,"Cleaning up connection (fd %d).",conn->s);
  487. if ((conn->s >= 0 || conn->linked_conn) && connection_wants_to_flush(conn)) {
  488. /* s == -1 means it's an incomplete edge connection, or that the socket
  489. * has already been closed as unflushable. */
  490. int sz = connection_bucket_write_limit(conn, now);
  491. if (!conn->hold_open_until_flushed)
  492. log_info(LD_NET,
  493. "Conn (addr %s, fd %d, type %s, state %d) marked, but wants "
  494. "to flush %d bytes. (Marked at %s:%d)",
  495. escaped_safe_str(conn->address),
  496. conn->s, conn_type_to_string(conn->type), conn->state,
  497. (int)conn->outbuf_flushlen,
  498. conn->marked_for_close_file, conn->marked_for_close);
  499. if (conn->linked_conn) {
  500. retval = move_buf_to_buf(conn->linked_conn->inbuf, conn->outbuf,
  501. &conn->outbuf_flushlen);
  502. if (retval >= 0) {
  503. /* The linked conn will notice that it has data when it notices that
  504. * we're gone. */
  505. connection_start_reading_from_linked_conn(conn->linked_conn);
  506. }
  507. /* XXXX020 Downgrade to debug. */
  508. log_info(LD_GENERAL, "Flushed last %d bytes from a linked conn; "
  509. "%d left; flushlen %d; wants-to-flush==%d", retval,
  510. (int)buf_datalen(conn->outbuf),
  511. (int)conn->outbuf_flushlen,
  512. connection_wants_to_flush(conn));
  513. } else if (connection_speaks_cells(conn)) {
  514. if (conn->state == OR_CONN_STATE_OPEN) {
  515. retval = flush_buf_tls(TO_OR_CONN(conn)->tls, conn->outbuf, sz,
  516. &conn->outbuf_flushlen);
  517. } else
  518. retval = -1; /* never flush non-open broken tls connections */
  519. } else {
  520. retval = flush_buf(conn->s, conn->outbuf, sz, &conn->outbuf_flushlen);
  521. }
  522. if (retval >= 0 && /* Technically, we could survive things like
  523. TLS_WANT_WRITE here. But don't bother for now. */
  524. conn->hold_open_until_flushed && connection_wants_to_flush(conn)) {
  525. if (retval > 0)
  526. LOG_FN_CONN(conn, (LOG_INFO,LD_NET,
  527. "Holding conn (fd %d) open for more flushing.",
  528. conn->s));
  529. /* XXX020 should we reset timestamp_lastwritten here? */
  530. return 0;
  531. }
  532. if (connection_wants_to_flush(conn)) {
  533. int severity;
  534. if (conn->type == CONN_TYPE_EXIT ||
  535. (conn->type == CONN_TYPE_OR && server_mode(get_options())) ||
  536. (conn->type == CONN_TYPE_DIR && conn->purpose == DIR_PURPOSE_SERVER))
  537. severity = LOG_INFO;
  538. else
  539. severity = LOG_NOTICE;
  540. /* XXXX Maybe allow this to happen a certain amount per hour; it usually
  541. * is meaningless. */
  542. log_fn(severity, LD_NET, "We stalled too much while trying to write %d "
  543. "bytes to address %s. If this happens a lot, either "
  544. "something is wrong with your network connection, or "
  545. "something is wrong with theirs. "
  546. "(fd %d, type %s, state %d, marked at %s:%d).",
  547. (int)buf_datalen(conn->outbuf),
  548. escaped_safe_str(conn->address), conn->s,
  549. conn_type_to_string(conn->type), conn->state,
  550. conn->marked_for_close_file,
  551. conn->marked_for_close);
  552. }
  553. }
  554. connection_unlink(conn); /* unlink, remove, free */
  555. return 1;
  556. }
  557. /** We've just tried every dirserver we know about, and none of
  558. * them were reachable. Assume the network is down. Change state
  559. * so next time an application connection arrives we'll delay it
  560. * and try another directory fetch. Kill off all the circuit_wait
  561. * streams that are waiting now, since they will all timeout anyway.
  562. */
  563. void
  564. directory_all_unreachable(time_t now)
  565. {
  566. connection_t *conn;
  567. (void)now;
  568. stats_n_seconds_working=0; /* reset it */
  569. while ((conn = connection_get_by_type_state(CONN_TYPE_AP,
  570. AP_CONN_STATE_CIRCUIT_WAIT))) {
  571. edge_connection_t *edge_conn = TO_EDGE_CONN(conn);
  572. log_notice(LD_NET,
  573. "Is your network connection down? "
  574. "Failing connection to '%s:%d'.",
  575. safe_str(edge_conn->socks_request->address),
  576. edge_conn->socks_request->port);
  577. connection_mark_unattached_ap(edge_conn,
  578. END_STREAM_REASON_NET_UNREACHABLE);
  579. }
  580. control_event_general_status(LOG_ERR, "DIR_ALL_UNREACHABLE");
  581. }
  582. /** This function is called whenever we successfully pull down some new
  583. * network statuses or server descriptors. */
  584. void
  585. directory_info_has_arrived(time_t now, int from_cache)
  586. {
  587. or_options_t *options = get_options();
  588. if (!router_have_minimum_dir_info()) {
  589. log(LOG_NOTICE, LD_DIR,
  590. "I learned some more directory information, but not enough to "
  591. "build a circuit: %s", get_dir_info_status_string());
  592. update_router_descriptor_downloads(now);
  593. return;
  594. } else {
  595. /* if we have enough dir info, then update our guard status with
  596. * whatever we just learned. */
  597. entry_guards_compute_status();
  598. /* Don't even bother trying to get extrainfo until the rest of our
  599. * directory info is up-to-date */
  600. if (options->DownloadExtraInfo)
  601. update_extrainfo_downloads(now);
  602. }
  603. if (server_mode(options) && !we_are_hibernating() && !from_cache &&
  604. (has_completed_circuit || !any_predicted_circuits(now)))
  605. consider_testing_reachability(1, 1);
  606. }
  607. /** Perform regular maintenance tasks for a single connection. This
  608. * function gets run once per second per connection by run_scheduled_events.
  609. */
  610. static void
  611. run_connection_housekeeping(int i, time_t now)
  612. {
  613. cell_t cell;
  614. connection_t *conn = smartlist_get(connection_array, i);
  615. or_options_t *options = get_options();
  616. or_connection_t *or_conn;
  617. if (conn->outbuf && !buf_datalen(conn->outbuf) && conn->type == CONN_TYPE_OR)
  618. TO_OR_CONN(conn)->timestamp_lastempty = now;
  619. if (conn->marked_for_close) {
  620. /* nothing to do here */
  621. return;
  622. }
  623. /* Expire any directory connections that haven't been active (sent
  624. * if a server or received if a client) for 5 min */
  625. if (conn->type == CONN_TYPE_DIR &&
  626. ((DIR_CONN_IS_SERVER(conn) &&
  627. conn->timestamp_lastwritten + DIR_CONN_MAX_STALL < now) ||
  628. (!DIR_CONN_IS_SERVER(conn) &&
  629. conn->timestamp_lastread + DIR_CONN_MAX_STALL < now))) {
  630. log_info(LD_DIR,"Expiring wedged directory conn (fd %d, purpose %d)",
  631. conn->s, conn->purpose);
  632. /* This check is temporary; it's to let us know whether we should consider
  633. * parsing partial serverdesc responses. */
  634. if (conn->purpose == DIR_PURPOSE_FETCH_SERVERDESC &&
  635. buf_datalen(conn->inbuf)>=1024) {
  636. log_info(LD_DIR,"Trying to extract information from wedged server desc "
  637. "download.");
  638. connection_dir_reached_eof(TO_DIR_CONN(conn));
  639. } else {
  640. connection_mark_for_close(conn);
  641. }
  642. return;
  643. }
  644. if (!connection_speaks_cells(conn))
  645. return; /* we're all done here, the rest is just for OR conns */
  646. or_conn = TO_OR_CONN(conn);
  647. if (!conn->or_is_obsolete) {
  648. if (conn->timestamp_created + TIME_BEFORE_OR_CONN_IS_OBSOLETE < now) {
  649. log_info(LD_OR,
  650. "Marking OR conn to %s:%d obsolete (fd %d, %d secs old).",
  651. conn->address, conn->port, conn->s,
  652. (int)(now - conn->timestamp_created));
  653. conn->or_is_obsolete = 1;
  654. } else {
  655. or_connection_t *best =
  656. connection_or_get_by_identity_digest(or_conn->identity_digest);
  657. if (best && best != or_conn &&
  658. (conn->state == OR_CONN_STATE_OPEN ||
  659. now > conn->timestamp_created + TLS_HANDSHAKE_TIMEOUT)) {
  660. /* We only mark as obsolete connections that already are in
  661. * OR_CONN_STATE_OPEN, i.e. that have finished their TLS handshaking.
  662. * This is necessary because authorities judge whether a router is
  663. * reachable based on whether they were able to TLS handshake with it
  664. * recently. Without this check we would expire connections too
  665. * early for router->last_reachable to be updated.
  666. */
  667. log_info(LD_OR,
  668. "Marking duplicate conn to %s:%d obsolete "
  669. "(fd %d, %d secs old).",
  670. conn->address, conn->port, conn->s,
  671. (int)(now - conn->timestamp_created));
  672. conn->or_is_obsolete = 1;
  673. }
  674. }
  675. }
  676. if (conn->or_is_obsolete && !or_conn->n_circuits) {
  677. /* no unmarked circs -- mark it now */
  678. log_info(LD_OR,
  679. "Expiring non-used OR connection to fd %d (%s:%d) [Obsolete].",
  680. conn->s, conn->address, conn->port);
  681. connection_mark_for_close(conn);
  682. conn->hold_open_until_flushed = 1;
  683. return;
  684. }
  685. /* If we haven't written to an OR connection for a while, then either nuke
  686. the connection or send a keepalive, depending. */
  687. if (now >= conn->timestamp_lastwritten + options->KeepalivePeriod) {
  688. routerinfo_t *router = router_get_by_digest(or_conn->identity_digest);
  689. int maxCircuitlessPeriod = options->MaxCircuitDirtiness*3/2;
  690. if (!connection_state_is_open(conn)) {
  691. /* We never managed to actually get this connection open and happy. */
  692. log_info(LD_OR,"Expiring non-open OR connection to fd %d (%s:%d).",
  693. conn->s,conn->address, conn->port);
  694. connection_mark_for_close(conn);
  695. conn->hold_open_until_flushed = 1;
  696. } else if (we_are_hibernating() && !or_conn->n_circuits &&
  697. !buf_datalen(conn->outbuf)) {
  698. /* We're hibernating, there's no circuits, and nothing to flush.*/
  699. log_info(LD_OR,"Expiring non-used OR connection to fd %d (%s:%d) "
  700. "[Hibernating or exiting].",
  701. conn->s,conn->address, conn->port);
  702. connection_mark_for_close(conn);
  703. conn->hold_open_until_flushed = 1;
  704. } else if (!clique_mode(options) && !or_conn->n_circuits &&
  705. now >= or_conn->timestamp_last_added_nonpadding +
  706. maxCircuitlessPeriod &&
  707. (!router || !server_mode(options) ||
  708. !router_is_clique_mode(router))) {
  709. log_info(LD_OR,"Expiring non-used OR connection to fd %d (%s:%d) "
  710. "[Not in clique mode].",
  711. conn->s,conn->address, conn->port);
  712. connection_mark_for_close(conn);
  713. conn->hold_open_until_flushed = 1;
  714. } else if (
  715. now >= or_conn->timestamp_lastempty + options->KeepalivePeriod*10 &&
  716. now >= conn->timestamp_lastwritten + options->KeepalivePeriod*10) {
  717. log_fn(LOG_PROTOCOL_WARN,LD_PROTOCOL,
  718. "Expiring stuck OR connection to fd %d (%s:%d). (%d bytes to "
  719. "flush; %d seconds since last write)",
  720. conn->s, conn->address, conn->port,
  721. (int)buf_datalen(conn->outbuf),
  722. (int)(now-conn->timestamp_lastwritten));
  723. connection_mark_for_close(conn);
  724. } else if (!buf_datalen(conn->outbuf)) {
  725. /* either in clique mode, or we've got a circuit. send a padding cell. */
  726. log_fn(LOG_DEBUG,LD_OR,"Sending keepalive to (%s:%d)",
  727. conn->address, conn->port);
  728. memset(&cell,0,sizeof(cell_t));
  729. cell.command = CELL_PADDING;
  730. connection_or_write_cell_to_buf(&cell, or_conn);
  731. }
  732. }
  733. }
  734. /** Perform regular maintenance tasks. This function gets run once per
  735. * second by prepare_for_poll.
  736. */
  737. static void
  738. run_scheduled_events(time_t now)
  739. {
  740. static time_t last_rotated_x509_certificate = 0;
  741. static time_t time_to_check_v3_certificate = 0;
  742. #define CHECK_V3_CERTIFICATE_INTERVAL (5*60)
  743. static time_t time_to_check_listeners = 0;
  744. static time_t time_to_check_descriptor = 0;
  745. static time_t time_to_check_ipaddress = 0;
  746. static time_t time_to_shrink_memory = 0;
  747. static time_t time_to_try_getting_descriptors = 0;
  748. static time_t time_to_reset_descriptor_failures = 0;
  749. static time_t time_to_add_entropy = 0;
  750. #define WRITE_HSUSAGE_INTERVAL (30*60)
  751. static time_t time_to_write_hs_statistics = 0;
  752. #define BRIDGE_STATUSFILE_INTERVAL (30*60)
  753. static time_t time_to_write_bridge_status_file = 0;
  754. static time_t time_to_downrate_stability = 0;
  755. #define SAVE_STABILITY_INTERVAL (30*60)
  756. static time_t time_to_save_stability = 0;
  757. #define CLEAN_CACHES_INTERVAL (30*60)
  758. static time_t time_to_clean_caches = 0;
  759. or_options_t *options = get_options();
  760. int i;
  761. int have_dir_info;
  762. /** 0. See if we've been asked to shut down and our timeout has
  763. * expired; or if our bandwidth limits are exhausted and we
  764. * should hibernate; or if it's time to wake up from hibernation.
  765. */
  766. consider_hibernation(now);
  767. /* 0b. If we've deferred a signewnym, make sure it gets handled
  768. * eventually */
  769. if (signewnym_is_pending &&
  770. time_of_last_signewnym + MAX_SIGNEWNYM_RATE <= now) {
  771. log(LOG_INFO, LD_CONTROL, "Honoring delayed NEWNYM request");
  772. circuit_expire_all_dirty_circs();
  773. addressmap_clear_transient();
  774. time_of_last_signewnym = now;
  775. signewnym_is_pending = 0;
  776. }
  777. /** 1a. Every MIN_ONION_KEY_LIFETIME seconds, rotate the onion keys,
  778. * shut down and restart all cpuworkers, and update the directory if
  779. * necessary.
  780. */
  781. if (server_mode(options) &&
  782. get_onion_key_set_at()+MIN_ONION_KEY_LIFETIME < now) {
  783. log_info(LD_GENERAL,"Rotating onion key.");
  784. rotate_onion_key();
  785. cpuworkers_rotate();
  786. if (router_rebuild_descriptor(1)<0) {
  787. log_info(LD_CONFIG, "Couldn't rebuild router descriptor");
  788. }
  789. if (advertised_server_mode())
  790. router_upload_dir_desc_to_dirservers(0);
  791. }
  792. if (time_to_try_getting_descriptors < now) {
  793. update_router_descriptor_downloads(now);
  794. update_extrainfo_downloads(now);
  795. if (options->UseBridges)
  796. fetch_bridge_descriptors(now);
  797. if (router_have_minimum_dir_info())
  798. time_to_try_getting_descriptors = now + LAZY_DESCRIPTOR_RETRY_INTERVAL;
  799. else
  800. time_to_try_getting_descriptors = now + GREEDY_DESCRIPTOR_RETRY_INTERVAL;
  801. }
  802. if (time_to_reset_descriptor_failures < now) {
  803. router_reset_descriptor_download_failures();
  804. time_to_reset_descriptor_failures =
  805. now + DESCRIPTOR_FAILURE_RESET_INTERVAL;
  806. }
  807. /** 1b. Every MAX_SSL_KEY_LIFETIME seconds, we change our TLS context. */
  808. if (!last_rotated_x509_certificate)
  809. last_rotated_x509_certificate = now;
  810. if (last_rotated_x509_certificate+MAX_SSL_KEY_LIFETIME < now) {
  811. log_info(LD_GENERAL,"Rotating tls context.");
  812. if (tor_tls_context_new(get_identity_key(), options->Nickname,
  813. MAX_SSL_KEY_LIFETIME) < 0) {
  814. log_warn(LD_BUG, "Error reinitializing TLS context");
  815. /* XXX is it a bug here, that we just keep going? */
  816. }
  817. last_rotated_x509_certificate = now;
  818. /* XXXX We should rotate TLS connections as well; this code doesn't change
  819. * them at all. */
  820. }
  821. if (time_to_add_entropy == 0)
  822. time_to_add_entropy = now + ENTROPY_INTERVAL;
  823. if (time_to_add_entropy < now) {
  824. /* We already seeded once, so don't die on failure. */
  825. crypto_seed_rng();
  826. time_to_add_entropy = now + ENTROPY_INTERVAL;
  827. }
  828. /** 1c. If we have to change the accounting interval or record
  829. * bandwidth used in this accounting interval, do so. */
  830. if (accounting_is_enabled(options))
  831. accounting_run_housekeeping(now);
  832. if (now % 10 == 0 && (authdir_mode_tests_reachability(options)) &&
  833. !we_are_hibernating()) {
  834. /* try to determine reachability of the other Tor relays */
  835. dirserv_test_reachability(now, 0);
  836. }
  837. /** 1d. Periodically, we discount older stability information so that new
  838. * stability info counts more, and save the stability information to disk as
  839. * appropriate. */
  840. if (time_to_downrate_stability < now)
  841. time_to_downrate_stability = rep_hist_downrate_old_runs(now);
  842. if (authdir_mode_tests_reachability(options)) {
  843. if (!time_to_save_stability)
  844. time_to_save_stability = now + SAVE_STABILITY_INTERVAL;
  845. if (time_to_save_stability < now) {
  846. if (rep_hist_record_mtbf_data()<0) {
  847. log_warn(LD_GENERAL, "Couldn't store mtbf data.");
  848. }
  849. time_to_save_stability = now + SAVE_STABILITY_INTERVAL;
  850. }
  851. }
  852. /* 1e. Periodicaly, if we're a v3 authority, we check whether our cert is
  853. * close to expiring and warn the admin if it is. */
  854. if (time_to_check_v3_certificate < now) {
  855. v3_authority_check_key_expiry();
  856. time_to_check_v3_certificate = now + CHECK_V3_CERTIFICATE_INTERVAL;
  857. }
  858. /** 2. Periodically, we consider getting a new directory, getting a
  859. * new running-routers list, and/or force-uploading our descriptor
  860. * (if we've passed our internal checks). */
  861. if (time_to_fetch_directory < now) {
  862. /* Only caches actually need to fetch directories now. */
  863. if (directory_fetches_dir_info_early(options) &&
  864. !authdir_mode_v1(options)) {
  865. if (any_trusted_dir_is_v1_authority() &&
  866. !should_delay_dir_fetches(options))
  867. directory_get_from_dirserver(DIR_PURPOSE_FETCH_DIR,
  868. ROUTER_PURPOSE_GENERAL, NULL, 1);
  869. }
  870. /** How often do we (as a cache) fetch a new V1 directory? */
  871. #define V1_DIR_FETCH_PERIOD (12*60*60)
  872. time_to_fetch_directory = now + V1_DIR_FETCH_PERIOD;
  873. }
  874. /* Caches need to fetch running_routers; directory clients don't. */
  875. if (directory_fetches_dir_info_early(options) &&
  876. time_to_fetch_running_routers < now) {
  877. if (!authdir_mode_v1(options) && !should_delay_dir_fetches(options)) {
  878. directory_get_from_dirserver(DIR_PURPOSE_FETCH_RUNNING_LIST,
  879. ROUTER_PURPOSE_GENERAL, NULL, 1);
  880. }
  881. /** How often do we (as a cache) fetch a new V1 runningrouters document? */
  882. #define V1_RUNNINGROUTERS_FETCH_PERIOD (12*60*60)
  883. time_to_fetch_running_routers = now + V1_RUNNINGROUTERS_FETCH_PERIOD;
  884. }
  885. /* Remove old information from rephist and the rend cache. */
  886. if (time_to_clean_caches < now) {
  887. rep_history_clean(now - options->RephistTrackTime);
  888. rend_cache_clean();
  889. rend_cache_clean_v2_descs_as_dir();
  890. time_to_clean_caches = now + CLEAN_CACHES_INTERVAL;
  891. }
  892. /* 2b. Once per minute, regenerate and upload the descriptor if the old
  893. * one is inaccurate. */
  894. if (time_to_check_descriptor < now) {
  895. static int dirport_reachability_count = 0;
  896. time_to_check_descriptor = now + CHECK_DESCRIPTOR_INTERVAL;
  897. check_descriptor_bandwidth_changed(now);
  898. if (time_to_check_ipaddress < now) {
  899. time_to_check_ipaddress = now + CHECK_IPADDRESS_INTERVAL;
  900. check_descriptor_ipaddress_changed(now);
  901. }
  902. mark_my_descriptor_dirty_if_older_than(
  903. now - FORCE_REGENERATE_DESCRIPTOR_INTERVAL);
  904. consider_publishable_server(0);
  905. /* also, check religiously for reachability, if it's within the first
  906. * 20 minutes of our uptime. */
  907. if (server_mode(options) &&
  908. (has_completed_circuit || !any_predicted_circuits(now)) &&
  909. stats_n_seconds_working < TIMEOUT_UNTIL_UNREACHABILITY_COMPLAINT &&
  910. !we_are_hibernating()) {
  911. consider_testing_reachability(1, dirport_reachability_count==0);
  912. if (++dirport_reachability_count > 5)
  913. dirport_reachability_count = 0;
  914. }
  915. /* If any networkstatus documents are no longer recent, we need to
  916. * update all the descriptors' running status. */
  917. /* purge obsolete entries */
  918. networkstatus_v2_list_clean(now);
  919. /* Remove dead routers. */
  920. routerlist_remove_old_routers();
  921. /* Also, once per minute, check whether we want to download any
  922. * networkstatus documents.
  923. */
  924. update_networkstatus_downloads(now);
  925. }
  926. /** 2c. Let directory voting happen. */
  927. if (authdir_mode_v3(options))
  928. dirvote_act(options, now);
  929. /** 3a. Every second, we examine pending circuits and prune the
  930. * ones which have been pending for more than a few seconds.
  931. * We do this before step 4, so it can try building more if
  932. * it's not comfortable with the number of available circuits.
  933. */
  934. circuit_expire_building(now);
  935. /** 3b. Also look at pending streams and prune the ones that 'began'
  936. * a long time ago but haven't gotten a 'connected' yet.
  937. * Do this before step 4, so we can put them back into pending
  938. * state to be picked up by the new circuit.
  939. */
  940. connection_ap_expire_beginning();
  941. /** 3c. And expire connections that we've held open for too long.
  942. */
  943. connection_expire_held_open();
  944. /** 3d. And every 60 seconds, we relaunch listeners if any died. */
  945. if (!we_are_hibernating() && time_to_check_listeners < now) {
  946. /* 0 means "only launch the ones that died." */
  947. retry_all_listeners(NULL, NULL);
  948. time_to_check_listeners = now+60;
  949. }
  950. /** 4. Every second, we try a new circuit if there are no valid
  951. * circuits. Every NewCircuitPeriod seconds, we expire circuits
  952. * that became dirty more than MaxCircuitDirtiness seconds ago,
  953. * and we make a new circ if there are no clean circuits.
  954. */
  955. have_dir_info = router_have_minimum_dir_info();
  956. if (have_dir_info && !we_are_hibernating())
  957. circuit_build_needed_circs(now);
  958. /** 5. We do housekeeping for each connection... */
  959. for (i=0;i<smartlist_len(connection_array);i++) {
  960. run_connection_housekeeping(i, now);
  961. }
  962. if (time_to_shrink_memory < now) {
  963. SMARTLIST_FOREACH(connection_array, connection_t *, conn, {
  964. if (conn->outbuf)
  965. buf_shrink(conn->outbuf);
  966. if (conn->inbuf)
  967. buf_shrink(conn->inbuf);
  968. });
  969. clean_cell_pool();
  970. buf_shrink_freelists(0);
  971. time_to_shrink_memory = now + MEM_SHRINK_INTERVAL;
  972. }
  973. /** 6. And remove any marked circuits... */
  974. circuit_close_all_marked();
  975. /** 7. And upload service descriptors if necessary. */
  976. if (has_completed_circuit && !we_are_hibernating())
  977. rend_consider_services_upload(now);
  978. /** 8. and blow away any connections that need to die. have to do this now,
  979. * because if we marked a conn for close and left its socket -1, then
  980. * we'll pass it to poll/select and bad things will happen.
  981. */
  982. close_closeable_connections();
  983. /** 8b. And if anything in our state is ready to get flushed to disk, we
  984. * flush it. */
  985. or_state_save(now);
  986. /** 9. and if we're a server, check whether our DNS is telling stories to
  987. * us. */
  988. if (server_mode(options) && time_to_check_for_correct_dns < now) {
  989. if (!time_to_check_for_correct_dns) {
  990. time_to_check_for_correct_dns = now + 60 + crypto_rand_int(120);
  991. } else {
  992. dns_launch_correctness_checks();
  993. time_to_check_for_correct_dns = now + 12*3600 +
  994. crypto_rand_int(12*3600);
  995. }
  996. }
  997. /** 10. write hidden service usage statistic to disk */
  998. if (options->HSAuthorityRecordStats && time_to_write_hs_statistics < now) {
  999. hs_usage_write_statistics_to_file(now);
  1000. time_to_write_hs_statistics = now+WRITE_HSUSAGE_INTERVAL;
  1001. }
  1002. /** 10b. write bridge networkstatus file to disk */
  1003. if (options->BridgeAuthoritativeDir &&
  1004. time_to_write_bridge_status_file < now) {
  1005. networkstatus_dump_bridge_status_to_file(now);
  1006. time_to_write_bridge_status_file = now+BRIDGE_STATUSFILE_INTERVAL;
  1007. }
  1008. }
  1009. /** Libevent timer: used to invoke second_elapsed_callback() once per
  1010. * second. */
  1011. static struct event *timeout_event = NULL;
  1012. /** Number of libevent errors in the last second: we die if we get too many. */
  1013. static int n_libevent_errors = 0;
  1014. /** Libevent callback: invoked once every second. */
  1015. static void
  1016. second_elapsed_callback(int fd, short event, void *args)
  1017. {
  1018. /* XXXX This could be sensibly refactored into multiple callbacks, and we
  1019. * could use libevent's timers for this rather than checking the current
  1020. * time against a bunch of timeouts every second. */
  1021. static struct timeval one_second;
  1022. static long current_second = 0;
  1023. struct timeval now;
  1024. size_t bytes_written;
  1025. size_t bytes_read;
  1026. int seconds_elapsed;
  1027. or_options_t *options = get_options();
  1028. (void)fd;
  1029. (void)event;
  1030. (void)args;
  1031. if (!timeout_event) {
  1032. timeout_event = tor_malloc_zero(sizeof(struct event));
  1033. evtimer_set(timeout_event, second_elapsed_callback, NULL);
  1034. one_second.tv_sec = 1;
  1035. one_second.tv_usec = 0;
  1036. }
  1037. n_libevent_errors = 0;
  1038. /* log_fn(LOG_NOTICE, "Tick."); */
  1039. tor_gettimeofday(&now);
  1040. /* the second has rolled over. check more stuff. */
  1041. bytes_written = stats_prev_global_write_bucket - global_write_bucket;
  1042. bytes_read = stats_prev_global_read_bucket - global_read_bucket;
  1043. seconds_elapsed = current_second ? (now.tv_sec - current_second) : 0;
  1044. stats_n_bytes_read += bytes_read;
  1045. stats_n_bytes_written += bytes_written;
  1046. if (accounting_is_enabled(options) && seconds_elapsed >= 0)
  1047. accounting_add_bytes(bytes_read, bytes_written, seconds_elapsed);
  1048. control_event_bandwidth_used((uint32_t)bytes_read,(uint32_t)bytes_written);
  1049. control_event_stream_bandwidth_used();
  1050. if (seconds_elapsed > 0)
  1051. connection_bucket_refill(seconds_elapsed, now.tv_sec);
  1052. stats_prev_global_read_bucket = global_read_bucket;
  1053. stats_prev_global_write_bucket = global_write_bucket;
  1054. if (server_mode(options) &&
  1055. !we_are_hibernating() &&
  1056. seconds_elapsed > 0 &&
  1057. has_completed_circuit &&
  1058. stats_n_seconds_working / TIMEOUT_UNTIL_UNREACHABILITY_COMPLAINT !=
  1059. (stats_n_seconds_working+seconds_elapsed) /
  1060. TIMEOUT_UNTIL_UNREACHABILITY_COMPLAINT) {
  1061. /* every 20 minutes, check and complain if necessary */
  1062. routerinfo_t *me = router_get_my_routerinfo();
  1063. if (me && !check_whether_orport_reachable())
  1064. log_warn(LD_CONFIG,"Your server (%s:%d) has not managed to confirm that "
  1065. "its ORPort is reachable. Please check your firewalls, ports, "
  1066. "address, /etc/hosts file, etc.",
  1067. me->address, me->or_port);
  1068. if (me && !check_whether_dirport_reachable())
  1069. log_warn(LD_CONFIG,
  1070. "Your server (%s:%d) has not managed to confirm that its "
  1071. "DirPort is reachable. Please check your firewalls, ports, "
  1072. "address, /etc/hosts file, etc.",
  1073. me->address, me->dir_port);
  1074. }
  1075. /** If more than this many seconds have elapsed, probably the clock
  1076. * jumped: doesn't count. */
  1077. #define NUM_JUMPED_SECONDS_BEFORE_WARN 100
  1078. if (seconds_elapsed < -NUM_JUMPED_SECONDS_BEFORE_WARN ||
  1079. seconds_elapsed >= NUM_JUMPED_SECONDS_BEFORE_WARN) {
  1080. circuit_note_clock_jumped(seconds_elapsed);
  1081. /* XXX if the time jumps *back* many months, do our events in
  1082. * run_scheduled_events() recover? I don't think they do. -RD */
  1083. } else if (seconds_elapsed > 0)
  1084. stats_n_seconds_working += seconds_elapsed;
  1085. run_scheduled_events(now.tv_sec);
  1086. current_second = now.tv_sec; /* remember which second it is, for next time */
  1087. #if 0
  1088. if (current_second % 300 == 0) {
  1089. rep_history_clean(current_second - options->RephistTrackTime);
  1090. dumpmemusage(get_min_log_level()<LOG_INFO ?
  1091. get_min_log_level() : LOG_INFO);
  1092. }
  1093. #endif
  1094. if (evtimer_add(timeout_event, &one_second))
  1095. log_err(LD_NET,
  1096. "Error from libevent when setting one-second timeout event");
  1097. }
  1098. #ifndef MS_WINDOWS
  1099. /** Called when a possibly ignorable libevent error occurs; ensures that we
  1100. * don't get into an infinite loop by ignoring too many errors from
  1101. * libevent. */
  1102. static int
  1103. got_libevent_error(void)
  1104. {
  1105. if (++n_libevent_errors > 8) {
  1106. log_err(LD_NET, "Too many libevent errors in one second; dying");
  1107. return -1;
  1108. }
  1109. return 0;
  1110. }
  1111. #endif
  1112. #define UPTIME_CUTOFF_FOR_NEW_BANDWIDTH_TEST (6*60*60)
  1113. /** Called when our IP address seems to have changed. <b>at_interface</b>
  1114. * should be true if we detected a change in our interface, and false if we
  1115. * detected a change in our published address. */
  1116. void
  1117. ip_address_changed(int at_interface)
  1118. {
  1119. int server = server_mode(get_options());
  1120. if (at_interface) {
  1121. if (! server) {
  1122. /* Okay, change our keys. */
  1123. init_keys();
  1124. }
  1125. } else {
  1126. if (server) {
  1127. if (stats_n_seconds_working > UPTIME_CUTOFF_FOR_NEW_BANDWIDTH_TEST)
  1128. reset_bandwidth_test();
  1129. stats_n_seconds_working = 0;
  1130. router_reset_reachability();
  1131. mark_my_descriptor_dirty();
  1132. }
  1133. }
  1134. dns_servers_relaunch_checks();
  1135. }
  1136. /** Forget what we've learned about the correctness of our DNS servers, and
  1137. * start learning again. */
  1138. void
  1139. dns_servers_relaunch_checks(void)
  1140. {
  1141. if (server_mode(get_options())) {
  1142. dns_reset_correctness_checks();
  1143. time_to_check_for_correct_dns = 0;
  1144. }
  1145. }
  1146. /** Called when we get a SIGHUP: reload configuration files and keys,
  1147. * retry all connections, and so on. */
  1148. static int
  1149. do_hup(void)
  1150. {
  1151. or_options_t *options = get_options();
  1152. #ifdef USE_DMALLOC
  1153. dmalloc_log_stats();
  1154. dmalloc_log_changed(0, 1, 0, 0);
  1155. #endif
  1156. log_notice(LD_GENERAL,"Received reload signal (hup). Reloading config.");
  1157. if (accounting_is_enabled(options))
  1158. accounting_record_bandwidth_usage(time(NULL), get_or_state());
  1159. router_reset_warnings();
  1160. routerlist_reset_warnings();
  1161. addressmap_clear_transient();
  1162. /* first, reload config variables, in case they've changed */
  1163. /* no need to provide argc/v, they've been cached inside init_from_config */
  1164. if (options_init_from_torrc(0, NULL) < 0) {
  1165. log_err(LD_CONFIG,"Reading config failed--see warnings above. "
  1166. "For usage, try -h.");
  1167. return -1;
  1168. }
  1169. options = get_options(); /* they have changed now */
  1170. if (authdir_mode_handles_descs(options, -1)) {
  1171. /* reload the approved-routers file */
  1172. if (dirserv_load_fingerprint_file() < 0) {
  1173. /* warnings are logged from dirserv_load_fingerprint_file() directly */
  1174. log_info(LD_GENERAL, "Error reloading fingerprints. "
  1175. "Continuing with old list.");
  1176. }
  1177. }
  1178. /* Rotate away from the old dirty circuits. This has to be done
  1179. * after we've read the new options, but before we start using
  1180. * circuits for directory fetches. */
  1181. circuit_expire_all_dirty_circs();
  1182. /* retry appropriate downloads */
  1183. router_reset_status_download_failures();
  1184. router_reset_descriptor_download_failures();
  1185. update_networkstatus_downloads(time(NULL));
  1186. /* We'll retry routerstatus downloads in about 10 seconds; no need to
  1187. * force a retry there. */
  1188. if (server_mode(options)) {
  1189. /* Restart cpuworker and dnsworker processes, so they get up-to-date
  1190. * configuration options. */
  1191. cpuworkers_rotate();
  1192. dns_reset();
  1193. }
  1194. return 0;
  1195. }
  1196. /** Tor main loop. */
  1197. /* static */ int
  1198. do_main_loop(void)
  1199. {
  1200. int loop_result;
  1201. time_t now;
  1202. /* initialize dns resolve map, spawn workers if needed */
  1203. if (dns_init() < 0) {
  1204. log_err(LD_GENERAL,"Error initializing dns subsystem; exiting");
  1205. return -1;
  1206. }
  1207. handle_signals(1);
  1208. /* load the private keys, if we're supposed to have them, and set up the
  1209. * TLS context. */
  1210. if (! identity_key_is_set()) {
  1211. if (init_keys() < 0) {
  1212. log_err(LD_BUG,"Error initializing keys; exiting");
  1213. return -1;
  1214. }
  1215. }
  1216. /* Set up the packed_cell_t memory pool. */
  1217. init_cell_pool();
  1218. /* Set up our buckets */
  1219. connection_bucket_init();
  1220. stats_prev_global_read_bucket = global_read_bucket;
  1221. stats_prev_global_write_bucket = global_write_bucket;
  1222. if (trusted_dirs_reload_certs())
  1223. return -1;
  1224. if (router_reload_v2_networkstatus()) {
  1225. return -1;
  1226. }
  1227. if (router_reload_consensus_networkstatus()) {
  1228. return -1;
  1229. }
  1230. /* load the routers file, or assign the defaults. */
  1231. if (router_reload_router_list()) {
  1232. return -1;
  1233. }
  1234. /* load the networkstatuses. (This launches a download for new routers as
  1235. * appropriate.)
  1236. */
  1237. now = time(NULL);
  1238. directory_info_has_arrived(now, 1);
  1239. if (authdir_mode_tests_reachability(get_options())) {
  1240. /* the directory is already here, run startup things */
  1241. dirserv_test_reachability(now, 1);
  1242. }
  1243. if (server_mode(get_options())) {
  1244. /* launch cpuworkers. Need to do this *after* we've read the onion key. */
  1245. cpu_init();
  1246. }
  1247. /* set up once-a-second callback. */
  1248. second_elapsed_callback(0,0,NULL);
  1249. for (;;) {
  1250. if (nt_service_is_stopping())
  1251. return 0;
  1252. #ifndef MS_WINDOWS
  1253. /* Make it easier to tell whether libevent failure is our fault or not. */
  1254. errno = 0;
  1255. #endif
  1256. /* All active linked conns should get their read events activated. */
  1257. SMARTLIST_FOREACH(active_linked_connection_lst, connection_t *, conn,
  1258. event_active(conn->read_event, EV_READ, 1));
  1259. called_loop_once = smartlist_len(active_linked_connection_lst) ? 1 : 0;
  1260. /* poll until we have an event, or the second ends, or until we have
  1261. * some active linked connections to trigger events for. */
  1262. loop_result = event_loop(called_loop_once ? EVLOOP_ONCE : 0);
  1263. /* let catch() handle things like ^c, and otherwise don't worry about it */
  1264. if (loop_result < 0) {
  1265. int e = tor_socket_errno(-1);
  1266. /* let the program survive things like ^z */
  1267. if (e != EINTR && !ERRNO_IS_EINPROGRESS(e)) {
  1268. #ifdef HAVE_EVENT_GET_METHOD
  1269. log_err(LD_NET,"libevent call with %s failed: %s [%d]",
  1270. event_get_method(), tor_socket_strerror(e), e);
  1271. #else
  1272. log_err(LD_NET,"libevent call failed: %s [%d]",
  1273. tor_socket_strerror(e), e);
  1274. #endif
  1275. return -1;
  1276. #ifndef MS_WINDOWS
  1277. } else if (e == EINVAL) {
  1278. log_warn(LD_NET, "EINVAL from libevent: should you upgrade libevent?");
  1279. if (got_libevent_error())
  1280. return -1;
  1281. #endif
  1282. } else {
  1283. if (ERRNO_IS_EINPROGRESS(e))
  1284. log_warn(LD_BUG,
  1285. "libevent call returned EINPROGRESS? Please report.");
  1286. log_debug(LD_NET,"libevent call interrupted.");
  1287. /* You can't trust the results of this poll(). Go back to the
  1288. * top of the big for loop. */
  1289. continue;
  1290. }
  1291. }
  1292. /* refilling buckets and sending cells happens at the beginning of the
  1293. * next iteration of the loop, inside prepare_for_poll()
  1294. * XXXX020 No longer so; fix comment.
  1295. */
  1296. }
  1297. }
  1298. /** Used to implement the SIGNAL control command: if we accept
  1299. * <b>the_signal</b> as a remote pseudo-signal, act on it. */
  1300. /* We don't re-use catch() here because:
  1301. * 1. We handle a different set of signals than those allowed in catch.
  1302. * 2. Platforms without signal() are unlikely to define SIGfoo.
  1303. * 3. The control spec is defined to use fixed numeric signal values
  1304. * which just happen to match the unix values.
  1305. */
  1306. void
  1307. control_signal_act(int the_signal)
  1308. {
  1309. switch (the_signal)
  1310. {
  1311. case 1:
  1312. signal_callback(0,0,(void*)(uintptr_t)SIGHUP);
  1313. break;
  1314. case 2:
  1315. signal_callback(0,0,(void*)(uintptr_t)SIGINT);
  1316. break;
  1317. case 10:
  1318. signal_callback(0,0,(void*)(uintptr_t)SIGUSR1);
  1319. break;
  1320. case 12:
  1321. signal_callback(0,0,(void*)(uintptr_t)SIGUSR2);
  1322. break;
  1323. case 15:
  1324. signal_callback(0,0,(void*)(uintptr_t)SIGTERM);
  1325. break;
  1326. case SIGNEWNYM:
  1327. signal_callback(0,0,(void*)(uintptr_t)SIGNEWNYM);
  1328. break;
  1329. case SIGCLEARDNSCACHE:
  1330. signal_callback(0,0,(void*)(uintptr_t)SIGCLEARDNSCACHE);
  1331. break;
  1332. default:
  1333. log_warn(LD_BUG, "Unrecognized signal number %d.", the_signal);
  1334. break;
  1335. }
  1336. }
  1337. /** Libevent callback: invoked when we get a signal.
  1338. */
  1339. static void
  1340. signal_callback(int fd, short events, void *arg)
  1341. {
  1342. uintptr_t sig = (uintptr_t)arg;
  1343. (void)fd;
  1344. (void)events;
  1345. switch (sig)
  1346. {
  1347. case SIGTERM:
  1348. log_notice(LD_GENERAL,"Catching signal TERM, exiting cleanly.");
  1349. tor_cleanup();
  1350. exit(0);
  1351. break;
  1352. case SIGINT:
  1353. if (!server_mode(get_options())) { /* do it now */
  1354. log_notice(LD_GENERAL,"Interrupt: exiting cleanly.");
  1355. tor_cleanup();
  1356. exit(0);
  1357. }
  1358. hibernate_begin_shutdown();
  1359. break;
  1360. #ifdef SIGPIPE
  1361. case SIGPIPE:
  1362. log_debug(LD_GENERAL,"Caught sigpipe. Ignoring.");
  1363. break;
  1364. #endif
  1365. case SIGUSR1:
  1366. /* prefer to log it at INFO, but make sure we always see it */
  1367. dumpstats(get_min_log_level()<LOG_INFO ? get_min_log_level() : LOG_INFO);
  1368. break;
  1369. case SIGUSR2:
  1370. switch_logs_debug();
  1371. log_debug(LD_GENERAL,"Caught USR2, going to loglevel debug. "
  1372. "Send HUP to change back.");
  1373. break;
  1374. case SIGHUP:
  1375. if (do_hup() < 0) {
  1376. log_warn(LD_CONFIG,"Restart failed (config error?). Exiting.");
  1377. tor_cleanup();
  1378. exit(1);
  1379. }
  1380. break;
  1381. #ifdef SIGCHLD
  1382. case SIGCHLD:
  1383. while (waitpid(-1,NULL,WNOHANG) > 0) ; /* keep reaping until no more
  1384. zombies */
  1385. break;
  1386. #endif
  1387. case SIGNEWNYM: {
  1388. time_t now = time(NULL);
  1389. if (time_of_last_signewnym + MAX_SIGNEWNYM_RATE > now) {
  1390. signewnym_is_pending = 1;
  1391. log(LOG_NOTICE, LD_CONTROL,
  1392. "Rate limiting NEWNYM request: delaying by %d second(s)",
  1393. (int)(MAX_SIGNEWNYM_RATE+time_of_last_signewnym-now));
  1394. } else {
  1395. /* XXX020 refactor someday: these two calls are in
  1396. * run_scheduled_events() above too, and they should be in just
  1397. * one place. */
  1398. circuit_expire_all_dirty_circs();
  1399. addressmap_clear_transient();
  1400. time_of_last_signewnym = now;
  1401. }
  1402. break;
  1403. }
  1404. case SIGCLEARDNSCACHE:
  1405. addressmap_clear_transient();
  1406. break;
  1407. }
  1408. }
  1409. extern uint64_t rephist_total_alloc;
  1410. extern uint32_t rephist_total_num;
  1411. /**
  1412. * Write current memory usage information to the log.
  1413. */
  1414. static void
  1415. dumpmemusage(int severity)
  1416. {
  1417. connection_dump_buffer_mem_stats(severity);
  1418. log(severity, LD_GENERAL, "In rephist: "U64_FORMAT" used by %d Tors.",
  1419. U64_PRINTF_ARG(rephist_total_alloc), rephist_total_num);
  1420. dump_routerlist_mem_usage(severity);
  1421. dump_cell_pool_usage(severity);
  1422. buf_dump_freelist_sizes(severity);
  1423. tor_log_mallinfo(severity);
  1424. }
  1425. /** Write all statistics to the log, with log level 'severity'. Called
  1426. * in response to a SIGUSR1. */
  1427. static void
  1428. dumpstats(int severity)
  1429. {
  1430. time_t now = time(NULL);
  1431. time_t elapsed;
  1432. log(severity, LD_GENERAL, "Dumping stats:");
  1433. SMARTLIST_FOREACH(connection_array, connection_t *, conn,
  1434. {
  1435. int i = conn_sl_idx;
  1436. log(severity, LD_GENERAL,
  1437. "Conn %d (socket %d) type %d (%s), state %d (%s), created %d secs ago",
  1438. i, conn->s, conn->type, conn_type_to_string(conn->type),
  1439. conn->state, conn_state_to_string(conn->type, conn->state),
  1440. (int)(now - conn->timestamp_created));
  1441. if (!connection_is_listener(conn)) {
  1442. log(severity,LD_GENERAL,
  1443. "Conn %d is to %s:%d.", i,
  1444. safe_str(conn->address), conn->port);
  1445. log(severity,LD_GENERAL,
  1446. "Conn %d: %d bytes waiting on inbuf (len %d, last read %d secs ago)",
  1447. i,
  1448. (int)buf_datalen(conn->inbuf),
  1449. (int)buf_capacity(conn->inbuf),
  1450. (int)(now - conn->timestamp_lastread));
  1451. log(severity,LD_GENERAL,
  1452. "Conn %d: %d bytes waiting on outbuf "
  1453. "(len %d, last written %d secs ago)",i,
  1454. (int)buf_datalen(conn->outbuf),
  1455. (int)buf_capacity(conn->outbuf),
  1456. (int)(now - conn->timestamp_lastwritten));
  1457. }
  1458. circuit_dump_by_conn(conn, severity); /* dump info about all the circuits
  1459. * using this conn */
  1460. });
  1461. log(severity, LD_NET,
  1462. "Cells processed: "U64_FORMAT" padding\n"
  1463. " "U64_FORMAT" create\n"
  1464. " "U64_FORMAT" created\n"
  1465. " "U64_FORMAT" relay\n"
  1466. " ("U64_FORMAT" relayed)\n"
  1467. " ("U64_FORMAT" delivered)\n"
  1468. " "U64_FORMAT" destroy",
  1469. U64_PRINTF_ARG(stats_n_padding_cells_processed),
  1470. U64_PRINTF_ARG(stats_n_create_cells_processed),
  1471. U64_PRINTF_ARG(stats_n_created_cells_processed),
  1472. U64_PRINTF_ARG(stats_n_relay_cells_processed),
  1473. U64_PRINTF_ARG(stats_n_relay_cells_relayed),
  1474. U64_PRINTF_ARG(stats_n_relay_cells_delivered),
  1475. U64_PRINTF_ARG(stats_n_destroy_cells_processed));
  1476. if (stats_n_data_cells_packaged)
  1477. log(severity,LD_NET,"Average packaged cell fullness: %2.3f%%",
  1478. 100*(U64_TO_DBL(stats_n_data_bytes_packaged) /
  1479. U64_TO_DBL(stats_n_data_cells_packaged*RELAY_PAYLOAD_SIZE)) );
  1480. if (stats_n_data_cells_received)
  1481. log(severity,LD_NET,"Average delivered cell fullness: %2.3f%%",
  1482. 100*(U64_TO_DBL(stats_n_data_bytes_received) /
  1483. U64_TO_DBL(stats_n_data_cells_received*RELAY_PAYLOAD_SIZE)) );
  1484. if (now - time_of_process_start >= 0)
  1485. elapsed = now - time_of_process_start;
  1486. else
  1487. elapsed = 0;
  1488. if (elapsed) {
  1489. log(severity, LD_NET,
  1490. "Average bandwidth: "U64_FORMAT"/%d = %d bytes/sec reading",
  1491. U64_PRINTF_ARG(stats_n_bytes_read),
  1492. (int)elapsed,
  1493. (int) (stats_n_bytes_read/elapsed));
  1494. log(severity, LD_NET,
  1495. "Average bandwidth: "U64_FORMAT"/%d = %d bytes/sec writing",
  1496. U64_PRINTF_ARG(stats_n_bytes_written),
  1497. (int)elapsed,
  1498. (int) (stats_n_bytes_written/elapsed));
  1499. }
  1500. log(severity, LD_NET, "--------------- Dumping memory information:");
  1501. dumpmemusage(severity);
  1502. rep_hist_dump_stats(now,severity);
  1503. rend_service_dump_stats(severity);
  1504. dump_pk_ops(severity);
  1505. dump_distinct_digest_count(severity);
  1506. }
  1507. /** Called by exit() as we shut down the process.
  1508. */
  1509. static void
  1510. exit_function(void)
  1511. {
  1512. /* NOTE: If we ever daemonize, this gets called immediately. That's
  1513. * okay for now, because we only use this on Windows. */
  1514. #ifdef MS_WINDOWS
  1515. WSACleanup();
  1516. #endif
  1517. }
  1518. /** Set up the signal handlers for either parent or child. */
  1519. void
  1520. handle_signals(int is_parent)
  1521. {
  1522. #ifndef MS_WINDOWS /* do signal stuff only on unix */
  1523. int i;
  1524. static int signals[] = {
  1525. SIGINT, /* do a controlled slow shutdown */
  1526. SIGTERM, /* to terminate now */
  1527. SIGPIPE, /* otherwise sigpipe kills us */
  1528. SIGUSR1, /* dump stats */
  1529. SIGUSR2, /* go to loglevel debug */
  1530. SIGHUP, /* to reload config, retry conns, etc */
  1531. #ifdef SIGXFSZ
  1532. SIGXFSZ, /* handle file-too-big resource exhaustion */
  1533. #endif
  1534. SIGCHLD, /* handle dns/cpu workers that exit */
  1535. -1 };
  1536. static struct event signal_events[16]; /* bigger than it has to be. */
  1537. if (is_parent) {
  1538. for (i = 0; signals[i] >= 0; ++i) {
  1539. signal_set(&signal_events[i], signals[i], signal_callback,
  1540. (void*)(uintptr_t)signals[i]);
  1541. if (signal_add(&signal_events[i], NULL))
  1542. log_warn(LD_BUG, "Error from libevent when adding event for signal %d",
  1543. signals[i]);
  1544. }
  1545. } else {
  1546. struct sigaction action;
  1547. action.sa_flags = 0;
  1548. sigemptyset(&action.sa_mask);
  1549. action.sa_handler = SIG_IGN;
  1550. sigaction(SIGINT, &action, NULL);
  1551. sigaction(SIGTERM, &action, NULL);
  1552. sigaction(SIGPIPE, &action, NULL);
  1553. sigaction(SIGUSR1, &action, NULL);
  1554. sigaction(SIGUSR2, &action, NULL);
  1555. sigaction(SIGHUP, &action, NULL);
  1556. #ifdef SIGXFSZ
  1557. sigaction(SIGXFSZ, &action, NULL);
  1558. #endif
  1559. }
  1560. #else /* MS windows */
  1561. (void)is_parent;
  1562. #endif /* signal stuff */
  1563. }
  1564. /** Main entry point for the Tor command-line client.
  1565. */
  1566. /* static */ int
  1567. tor_init(int argc, char *argv[])
  1568. {
  1569. char buf[256];
  1570. int i, quiet = 0;
  1571. time_of_process_start = time(NULL);
  1572. if (!connection_array)
  1573. connection_array = smartlist_create();
  1574. if (!closeable_connection_lst)
  1575. closeable_connection_lst = smartlist_create();
  1576. if (!active_linked_connection_lst)
  1577. active_linked_connection_lst = smartlist_create();
  1578. /* Have the log set up with our application name. */
  1579. tor_snprintf(buf, sizeof(buf), "Tor %s", get_version());
  1580. log_set_application_name(buf);
  1581. /* Initialize threading. */
  1582. tor_threads_init();
  1583. /* Initialize the history structures. */
  1584. rep_hist_init();
  1585. /* Initialize the service cache. */
  1586. rend_cache_init();
  1587. addressmap_init(); /* Init the client dns cache. Do it always, since it's
  1588. * cheap. */
  1589. /* We search for the "quiet" option first, since it decides whether we
  1590. * will log anything at all to the command line. */
  1591. for (i=1;i<argc;++i) {
  1592. if (!strcmp(argv[i], "--quiet")) /*DOCDOC in mangpage.*/
  1593. quiet = 1;
  1594. }
  1595. if (!quiet) {
  1596. /* give it somewhere to log to initially */
  1597. add_temp_log();
  1598. }
  1599. log(LOG_NOTICE, LD_GENERAL, "Tor v%s. This is experimental software. "
  1600. "Do not rely on it for strong anonymity. (Running on %s)",get_version(),
  1601. get_uname());
  1602. if (network_init()<0) {
  1603. log_err(LD_BUG,"Error initializing network; exiting.");
  1604. return -1;
  1605. }
  1606. atexit(exit_function);
  1607. if (options_init_from_torrc(argc,argv) < 0) {
  1608. log_err(LD_CONFIG,"Reading config failed--see warnings above.");
  1609. return -1;
  1610. }
  1611. #ifndef MS_WINDOWS
  1612. if (geteuid()==0)
  1613. log_warn(LD_GENERAL,"You are running Tor as root. You don't need to, "
  1614. "and you probably shouldn't.");
  1615. #endif
  1616. crypto_global_init(get_options()->HardwareAccel);
  1617. if (crypto_seed_rng()) {
  1618. log_err(LD_BUG, "Unable to seed random number generator. Exiting.");
  1619. return -1;
  1620. }
  1621. return 0;
  1622. }
  1623. /** Free all memory that we might have allocated somewhere.
  1624. * If <b>postfork</b>, we are a worker process and we want to free
  1625. * only the parts of memory that we won't touch. If !<b>postfork</b>,
  1626. * Tor is shutting down and we should free everything.
  1627. *
  1628. * Helps us find the real leaks with dmalloc and the like. Also valgrind
  1629. * should then report 0 reachable in its leak report (in an ideal world --
  1630. * in practice libevent, ssl, libc etc never quite free everything). */
  1631. void
  1632. tor_free_all(int postfork)
  1633. {
  1634. if (!postfork) {
  1635. evdns_shutdown(1);
  1636. }
  1637. geoip_free_all();
  1638. dirvote_free_all();
  1639. routerlist_free_all();
  1640. networkstatus_free_all();
  1641. addressmap_free_all();
  1642. set_exit_redirects(NULL); /* free the registered exit redirects */
  1643. dirserv_free_all();
  1644. rend_service_free_all();
  1645. rend_cache_free_all();
  1646. rep_hist_free_all();
  1647. hs_usage_free_all();
  1648. dns_free_all();
  1649. clear_pending_onions();
  1650. circuit_free_all();
  1651. entry_guards_free_all();
  1652. connection_free_all();
  1653. buf_shrink_freelists(1);
  1654. policies_free_all();
  1655. if (!postfork) {
  1656. config_free_all();
  1657. router_free_all();
  1658. }
  1659. free_cell_pool();
  1660. tor_tls_free_all();
  1661. /* stuff in main.c */
  1662. smartlist_free(connection_array);
  1663. smartlist_free(closeable_connection_lst);
  1664. smartlist_free(active_linked_connection_lst);
  1665. tor_free(timeout_event);
  1666. /* Stuff in util.c */
  1667. if (!postfork) {
  1668. escaped(NULL);
  1669. esc_router_info(NULL);
  1670. logs_free_all(); /* free log strings. do this last so logs keep working. */
  1671. }
  1672. }
  1673. /** Do whatever cleanup is necessary before shutting Tor down. */
  1674. void
  1675. tor_cleanup(void)
  1676. {
  1677. or_options_t *options = get_options();
  1678. /* Remove our pid file. We don't care if there was an error when we
  1679. * unlink, nothing we could do about it anyways. */
  1680. if (options->command == CMD_RUN_TOR) {
  1681. if (options->PidFile)
  1682. unlink(options->PidFile);
  1683. if (accounting_is_enabled(options))
  1684. accounting_record_bandwidth_usage(time(NULL), get_or_state());
  1685. or_state_mark_dirty(get_or_state(), 0); /* force an immediate save. */
  1686. or_state_save(time(NULL));
  1687. if (authdir_mode_tests_reachability(options))
  1688. rep_hist_record_mtbf_data();
  1689. }
  1690. #ifdef USE_DMALLOC
  1691. dmalloc_log_stats();
  1692. #endif
  1693. tor_free_all(0); /* We could move tor_free_all back into the ifdef below
  1694. later, if it makes shutdown unacceptably slow. But for
  1695. now, leave it here: it's helped us catch bugs in the
  1696. past. */
  1697. crypto_global_cleanup();
  1698. #ifdef USE_DMALLOC
  1699. dmalloc_log_unfreed();
  1700. dmalloc_shutdown();
  1701. #endif
  1702. }
  1703. /** Read/create keys as needed, and echo our fingerprint to stdout. */
  1704. /* static */ int
  1705. do_list_fingerprint(void)
  1706. {
  1707. char buf[FINGERPRINT_LEN+1];
  1708. crypto_pk_env_t *k;
  1709. const char *nickname = get_options()->Nickname;
  1710. if (!server_mode(get_options())) {
  1711. log_err(LD_GENERAL,
  1712. "Clients don't have long-term identity keys. Exiting.\n");
  1713. return -1;
  1714. }
  1715. tor_assert(nickname);
  1716. if (init_keys() < 0) {
  1717. log_err(LD_BUG,"Error initializing keys; can't display fingerprint");
  1718. return -1;
  1719. }
  1720. if (!(k = get_identity_key())) {
  1721. log_err(LD_GENERAL,"Error: missing identity key.");
  1722. return -1;
  1723. }
  1724. if (crypto_pk_get_fingerprint(k, buf, 1)<0) {
  1725. log_err(LD_BUG, "Error computing fingerprint");
  1726. return -1;
  1727. }
  1728. printf("%s %s\n", nickname, buf);
  1729. return 0;
  1730. }
  1731. /** Entry point for password hashing: take the desired password from
  1732. * the command line, and print its salted hash to stdout. **/
  1733. /* static */ void
  1734. do_hash_password(void)
  1735. {
  1736. char output[256];
  1737. char key[S2K_SPECIFIER_LEN+DIGEST_LEN];
  1738. crypto_rand(key, S2K_SPECIFIER_LEN-1);
  1739. key[S2K_SPECIFIER_LEN-1] = (uint8_t)96; /* Hash 64 K of data. */
  1740. secret_to_key(key+S2K_SPECIFIER_LEN, DIGEST_LEN,
  1741. get_options()->command_arg, strlen(get_options()->command_arg),
  1742. key);
  1743. base16_encode(output, sizeof(output), key, sizeof(key));
  1744. printf("16:%s\n",output);
  1745. }
  1746. #ifdef USE_DMALLOC
  1747. #include <openssl/crypto.h>
  1748. static void
  1749. _tor_dmalloc_free(void *p)
  1750. {
  1751. tor_free(p);
  1752. }
  1753. #endif
  1754. /** Main entry point for the Tor process. Called from main(). */
  1755. /* This function is distinct from main() only so we can link main.c into
  1756. * the unittest binary without conflicting with the unittests' main. */
  1757. int
  1758. tor_main(int argc, char *argv[])
  1759. {
  1760. int result = 0;
  1761. #ifdef USE_DMALLOC
  1762. int r = CRYPTO_set_mem_ex_functions(_tor_malloc, _tor_realloc,
  1763. _tor_dmalloc_free);
  1764. log_notice(LD_CONFIG, "Set up dmalloc; returned %d", r);
  1765. #endif
  1766. #ifdef NT_SERVICE
  1767. {
  1768. int done = 0;
  1769. result = nt_service_parse_options(argc, argv, &done);
  1770. if (done) return result;
  1771. }
  1772. #endif
  1773. if (tor_init(argc, argv)<0)
  1774. return -1;
  1775. switch (get_options()->command) {
  1776. case CMD_RUN_TOR:
  1777. #ifdef NT_SERVICE
  1778. nt_service_set_state(SERVICE_RUNNING);
  1779. #endif
  1780. result = do_main_loop();
  1781. break;
  1782. case CMD_LIST_FINGERPRINT:
  1783. result = do_list_fingerprint();
  1784. break;
  1785. case CMD_HASH_PASSWORD:
  1786. do_hash_password();
  1787. result = 0;
  1788. break;
  1789. case CMD_VERIFY_CONFIG:
  1790. printf("Configuration was valid\n");
  1791. result = 0;
  1792. break;
  1793. case CMD_RUN_UNITTESTS: /* only set by test.c */
  1794. default:
  1795. log_warn(LD_BUG,"Illegal command number %d: internal error.",
  1796. get_options()->command);
  1797. result = -1;
  1798. }
  1799. tor_cleanup();
  1800. return result;
  1801. }