main.c 67 KB

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