main.c 133 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193
  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-2017, The Tor Project, Inc. */
  5. /* See LICENSE for licensing information */
  6. /**
  7. * \file main.c
  8. * \brief Toplevel module. Handles signals, multiplexes between
  9. * connections, implements main loop, and drives scheduled events.
  10. *
  11. * For the main loop itself; see run_main_loop_once(). It invokes the rest of
  12. * Tor mostly through Libevent callbacks. Libevent callbacks can happen when
  13. * a timer elapses, a signal is received, a socket is ready to read or write,
  14. * or an event is manually activated.
  15. *
  16. * Most events in Tor are driven from these callbacks:
  17. * <ul>
  18. * <li>conn_read_callback() and conn_write_callback() here, which are
  19. * invoked when a socket is ready to read or write respectively.
  20. * <li>signal_callback(), which handles incoming signals.
  21. * </ul>
  22. * Other events are used for specific purposes, or for building more complex
  23. * control structures. If you search for usage of tor_libevent_new(), you
  24. * will find all the events that we construct in Tor.
  25. *
  26. * Tor has numerous housekeeping operations that need to happen
  27. * regularly. They are handled in different ways:
  28. * <ul>
  29. * <li>The most frequent operations are handled after every read or write
  30. * event, at the end of connection_handle_read() and
  31. * connection_handle_write().
  32. *
  33. * <li>The next most frequent operations happen after each invocation of the
  34. * main loop, in run_main_loop_once().
  35. *
  36. * <li>Once per second, we run all of the operations listed in
  37. * second_elapsed_callback(), and in its child, run_scheduled_events().
  38. *
  39. * <li>Once-a-second operations are handled in second_elapsed_callback().
  40. *
  41. * <li>More infrequent operations take place based on the periodic event
  42. * driver in periodic.c . These are stored in the periodic_events[]
  43. * table.
  44. * </ul>
  45. *
  46. **/
  47. #define MAIN_PRIVATE
  48. #include "or.h"
  49. #include "addressmap.h"
  50. #include "backtrace.h"
  51. #include "bridges.h"
  52. #include "buffers.h"
  53. #include "buffers_tls.h"
  54. #include "channel.h"
  55. #include "channeltls.h"
  56. #include "channelpadding.h"
  57. #include "circuitbuild.h"
  58. #include "circuitlist.h"
  59. #include "circuituse.h"
  60. #include "command.h"
  61. #include "compress.h"
  62. #include "config.h"
  63. #include "confparse.h"
  64. #include "connection.h"
  65. #include "connection_edge.h"
  66. #include "connection_or.h"
  67. #include "consdiffmgr.h"
  68. #include "control.h"
  69. #include "cpuworker.h"
  70. #include "crypto_s2k.h"
  71. #include "directory.h"
  72. #include "dirserv.h"
  73. #include "dns.h"
  74. #include "dnsserv.h"
  75. #include "dos.h"
  76. #include "entrynodes.h"
  77. #include "geoip.h"
  78. #include "hibernate.h"
  79. #include "hs_cache.h"
  80. #include "hs_circuitmap.h"
  81. #include "hs_client.h"
  82. #include "keypin.h"
  83. #include "main.h"
  84. #include "microdesc.h"
  85. #include "networkstatus.h"
  86. #include "nodelist.h"
  87. #include "ntmain.h"
  88. #include "onion.h"
  89. #include "periodic.h"
  90. #include "policies.h"
  91. #include "protover.h"
  92. #include "transports.h"
  93. #include "relay.h"
  94. #include "rendclient.h"
  95. #include "rendcommon.h"
  96. #include "rendservice.h"
  97. #include "rephist.h"
  98. #include "router.h"
  99. #include "routerkeys.h"
  100. #include "routerlist.h"
  101. #include "routerparse.h"
  102. #include "scheduler.h"
  103. #include "dirauth/shared_random.h"
  104. #include "statefile.h"
  105. #include "status.h"
  106. #include "tor_api.h"
  107. #include "tor_api_internal.h"
  108. #include "util_process.h"
  109. #include "ext_orport.h"
  110. #ifdef USE_DMALLOC
  111. #include <dmalloc.h>
  112. #endif
  113. #include "memarea.h"
  114. #include "sandbox.h"
  115. #include <event2/event.h>
  116. #include "dirauth/dirvote.h"
  117. #ifdef HAVE_SYSTEMD
  118. # if defined(__COVERITY__) && !defined(__INCLUDE_LEVEL__)
  119. /* Systemd's use of gcc's __INCLUDE_LEVEL__ extension macro appears to confuse
  120. * Coverity. Here's a kludge to unconfuse it.
  121. */
  122. # define __INCLUDE_LEVEL__ 2
  123. #endif /* defined(__COVERITY__) && !defined(__INCLUDE_LEVEL__) */
  124. #include <systemd/sd-daemon.h>
  125. #endif /* defined(HAVE_SYSTEMD) */
  126. void evdns_shutdown(int);
  127. #ifdef HAVE_RUST
  128. // helper function defined in Rust to output a log message indicating if tor is
  129. // running with Rust enabled. See src/rust/tor_util
  130. void rust_log_welcome_string(void);
  131. #endif
  132. /********* PROTOTYPES **********/
  133. static void dumpmemusage(int severity);
  134. static void dumpstats(int severity); /* log stats */
  135. static void conn_read_callback(evutil_socket_t fd, short event, void *_conn);
  136. static void conn_write_callback(evutil_socket_t fd, short event, void *_conn);
  137. static void second_elapsed_callback(periodic_timer_t *timer, void *args);
  138. static int conn_close_if_marked(int i);
  139. static void connection_start_reading_from_linked_conn(connection_t *conn);
  140. static int connection_should_read_from_linked_conn(connection_t *conn);
  141. static int run_main_loop_until_done(void);
  142. static void process_signal(int sig);
  143. static void shutdown_did_not_work_callback(evutil_socket_t fd, short event,
  144. void *arg) ATTR_NORETURN;
  145. /********* START VARIABLES **********/
  146. /* Token bucket for all traffic. */
  147. token_bucket_rw_t global_bucket;
  148. /* Token bucket for relayed traffic. */
  149. token_bucket_rw_t global_relayed_bucket;
  150. /* DOCDOC stats_prev_n_read */
  151. static uint64_t stats_prev_n_read = 0;
  152. /* DOCDOC stats_prev_n_written */
  153. static uint64_t stats_prev_n_written = 0;
  154. /* XXX we might want to keep stats about global_relayed_*_bucket too. Or not.*/
  155. /** How many bytes have we read since we started the process? */
  156. static uint64_t stats_n_bytes_read = 0;
  157. /** How many bytes have we written since we started the process? */
  158. static uint64_t stats_n_bytes_written = 0;
  159. /** What time did this process start up? */
  160. time_t time_of_process_start = 0;
  161. /** How many seconds have we been running? */
  162. static long stats_n_seconds_working = 0;
  163. /** How many times have we returned from the main loop successfully? */
  164. static uint64_t stats_n_main_loop_successes = 0;
  165. /** How many times have we received an error from the main loop? */
  166. static uint64_t stats_n_main_loop_errors = 0;
  167. /** How many times have we returned from the main loop with no events. */
  168. static uint64_t stats_n_main_loop_idle = 0;
  169. /** How often will we honor SIGNEWNYM requests? */
  170. #define MAX_SIGNEWNYM_RATE 10
  171. /** When did we last process a SIGNEWNYM request? */
  172. static time_t time_of_last_signewnym = 0;
  173. /** Is there a signewnym request we're currently waiting to handle? */
  174. static int signewnym_is_pending = 0;
  175. /** How many times have we called newnym? */
  176. static unsigned newnym_epoch = 0;
  177. /** Smartlist of all open connections. */
  178. STATIC smartlist_t *connection_array = NULL;
  179. /** List of connections that have been marked for close and need to be freed
  180. * and removed from connection_array. */
  181. static smartlist_t *closeable_connection_lst = NULL;
  182. /** List of linked connections that are currently reading data into their
  183. * inbuf from their partner's outbuf. */
  184. static smartlist_t *active_linked_connection_lst = NULL;
  185. /** Flag: Set to true iff we entered the current libevent main loop via
  186. * <b>loop_once</b>. If so, there's no need to trigger a loopexit in order
  187. * to handle linked connections. */
  188. static int called_loop_once = 0;
  189. /** Flag: if true, it's time to shut down, so the main loop should exit as
  190. * soon as possible.
  191. */
  192. static int main_loop_should_exit = 0;
  193. /** The return value that the main loop should yield when it exits, if
  194. * main_loop_should_exit is true.
  195. */
  196. static int main_loop_exit_value = 0;
  197. /** We set this to 1 when we've opened a circuit, so we can print a log
  198. * entry to inform the user that Tor is working. We set it to 0 when
  199. * we think the fact that we once opened a circuit doesn't mean we can do so
  200. * any longer (a big time jump happened, when we notice our directory is
  201. * heinously out-of-date, etc.
  202. */
  203. static int can_complete_circuits = 0;
  204. /** How often do we check for router descriptors that we should download
  205. * when we have too little directory info? */
  206. #define GREEDY_DESCRIPTOR_RETRY_INTERVAL (10)
  207. /** How often do we check for router descriptors that we should download
  208. * when we have enough directory info? */
  209. #define LAZY_DESCRIPTOR_RETRY_INTERVAL (60)
  210. /** Decides our behavior when no logs are configured/before any
  211. * logs have been configured. For 0, we log notice to stdout as normal.
  212. * For 1, we log warnings only. For 2, we log nothing.
  213. */
  214. int quiet_level = 0;
  215. /********* END VARIABLES ************/
  216. /****************************************************************************
  217. *
  218. * This section contains accessors and other methods on the connection_array
  219. * variables (which are global within this file and unavailable outside it).
  220. *
  221. ****************************************************************************/
  222. /** Return 1 if we have successfully built a circuit, and nothing has changed
  223. * to make us think that maybe we can't.
  224. */
  225. int
  226. have_completed_a_circuit(void)
  227. {
  228. return can_complete_circuits;
  229. }
  230. /** Note that we have successfully built a circuit, so that reachability
  231. * testing and introduction points and so on may be attempted. */
  232. void
  233. note_that_we_completed_a_circuit(void)
  234. {
  235. can_complete_circuits = 1;
  236. }
  237. /** Note that something has happened (like a clock jump, or DisableNetwork) to
  238. * make us think that maybe we can't complete circuits. */
  239. void
  240. note_that_we_maybe_cant_complete_circuits(void)
  241. {
  242. can_complete_circuits = 0;
  243. }
  244. /** Add <b>conn</b> to the array of connections that we can poll on. The
  245. * connection's socket must be set; the connection starts out
  246. * non-reading and non-writing.
  247. */
  248. int
  249. connection_add_impl(connection_t *conn, int is_connecting)
  250. {
  251. tor_assert(conn);
  252. tor_assert(SOCKET_OK(conn->s) ||
  253. conn->linked ||
  254. (conn->type == CONN_TYPE_AP &&
  255. TO_EDGE_CONN(conn)->is_dns_request));
  256. tor_assert(conn->conn_array_index == -1); /* can only connection_add once */
  257. conn->conn_array_index = smartlist_len(connection_array);
  258. smartlist_add(connection_array, conn);
  259. (void) is_connecting;
  260. if (SOCKET_OK(conn->s) || conn->linked) {
  261. conn->read_event = tor_event_new(tor_libevent_get_base(),
  262. conn->s, EV_READ|EV_PERSIST, conn_read_callback, conn);
  263. conn->write_event = tor_event_new(tor_libevent_get_base(),
  264. conn->s, EV_WRITE|EV_PERSIST, conn_write_callback, conn);
  265. /* XXXX CHECK FOR NULL RETURN! */
  266. }
  267. log_debug(LD_NET,"new conn type %s, socket %d, address %s, n_conns %d.",
  268. conn_type_to_string(conn->type), (int)conn->s, conn->address,
  269. smartlist_len(connection_array));
  270. return 0;
  271. }
  272. /** Tell libevent that we don't care about <b>conn</b> any more. */
  273. void
  274. connection_unregister_events(connection_t *conn)
  275. {
  276. if (conn->read_event) {
  277. if (event_del(conn->read_event))
  278. log_warn(LD_BUG, "Error removing read event for %d", (int)conn->s);
  279. tor_free(conn->read_event);
  280. }
  281. if (conn->write_event) {
  282. if (event_del(conn->write_event))
  283. log_warn(LD_BUG, "Error removing write event for %d", (int)conn->s);
  284. tor_free(conn->write_event);
  285. }
  286. if (conn->type == CONN_TYPE_AP_DNS_LISTENER) {
  287. dnsserv_close_listener(conn);
  288. }
  289. }
  290. /** Remove the connection from the global list, and remove the
  291. * corresponding poll entry. Calling this function will shift the last
  292. * connection (if any) into the position occupied by conn.
  293. */
  294. int
  295. connection_remove(connection_t *conn)
  296. {
  297. int current_index;
  298. connection_t *tmp;
  299. tor_assert(conn);
  300. log_debug(LD_NET,"removing socket %d (type %s), n_conns now %d",
  301. (int)conn->s, conn_type_to_string(conn->type),
  302. smartlist_len(connection_array));
  303. if (conn->type == CONN_TYPE_AP && conn->socket_family == AF_UNIX) {
  304. log_info(LD_NET, "Closing SOCKS Unix socket connection");
  305. }
  306. control_event_conn_bandwidth(conn);
  307. tor_assert(conn->conn_array_index >= 0);
  308. current_index = conn->conn_array_index;
  309. connection_unregister_events(conn); /* This is redundant, but cheap. */
  310. if (current_index == smartlist_len(connection_array)-1) { /* at the end */
  311. smartlist_del(connection_array, current_index);
  312. return 0;
  313. }
  314. /* replace this one with the one at the end */
  315. smartlist_del(connection_array, current_index);
  316. tmp = smartlist_get(connection_array, current_index);
  317. tmp->conn_array_index = current_index;
  318. return 0;
  319. }
  320. /** If <b>conn</b> is an edge conn, remove it from the list
  321. * of conn's on this circuit. If it's not on an edge,
  322. * flush and send destroys for all circuits on this conn.
  323. *
  324. * Remove it from connection_array (if applicable) and
  325. * from closeable_connection_list.
  326. *
  327. * Then free it.
  328. */
  329. static void
  330. connection_unlink(connection_t *conn)
  331. {
  332. connection_about_to_close_connection(conn);
  333. if (conn->conn_array_index >= 0) {
  334. connection_remove(conn);
  335. }
  336. if (conn->linked_conn) {
  337. conn->linked_conn->linked_conn = NULL;
  338. if (! conn->linked_conn->marked_for_close &&
  339. conn->linked_conn->reading_from_linked_conn)
  340. connection_start_reading(conn->linked_conn);
  341. conn->linked_conn = NULL;
  342. }
  343. smartlist_remove(closeable_connection_lst, conn);
  344. smartlist_remove(active_linked_connection_lst, conn);
  345. if (conn->type == CONN_TYPE_EXIT) {
  346. assert_connection_edge_not_dns_pending(TO_EDGE_CONN(conn));
  347. }
  348. if (conn->type == CONN_TYPE_OR) {
  349. if (!tor_digest_is_zero(TO_OR_CONN(conn)->identity_digest))
  350. connection_or_clear_identity(TO_OR_CONN(conn));
  351. /* connection_unlink() can only get called if the connection
  352. * was already on the closeable list, and it got there by
  353. * connection_mark_for_close(), which was called from
  354. * connection_or_close_normally() or
  355. * connection_or_close_for_error(), so the channel should
  356. * already be in CHANNEL_STATE_CLOSING, and then the
  357. * connection_about_to_close_connection() goes to
  358. * connection_or_about_to_close(), which calls channel_closed()
  359. * to notify the channel_t layer, and closed the channel, so
  360. * nothing more to do here to deal with the channel associated
  361. * with an orconn.
  362. */
  363. }
  364. connection_free(conn);
  365. }
  366. /**
  367. * Callback: used to activate read events for all linked connections, so
  368. * libevent knows to call their read callbacks. This callback run as a
  369. * postloop event, so that the events _it_ activates don't happen until
  370. * Libevent has a chance to check for other events.
  371. */
  372. static void
  373. schedule_active_linked_connections_cb(mainloop_event_t *event, void *arg)
  374. {
  375. (void)event;
  376. (void)arg;
  377. /* All active linked conns should get their read events activated,
  378. * so that libevent knows to run their callbacks. */
  379. SMARTLIST_FOREACH(active_linked_connection_lst, connection_t *, conn,
  380. event_active(conn->read_event, EV_READ, 1));
  381. }
  382. /** Event that invokes schedule_active_linked_connections_cb. */
  383. static mainloop_event_t *schedule_active_linked_connections_event = NULL;
  384. /** Initialize the global connection list, closeable connection list,
  385. * and active connection list. */
  386. STATIC void
  387. init_connection_lists(void)
  388. {
  389. if (!connection_array)
  390. connection_array = smartlist_new();
  391. if (!closeable_connection_lst)
  392. closeable_connection_lst = smartlist_new();
  393. if (!active_linked_connection_lst)
  394. active_linked_connection_lst = smartlist_new();
  395. }
  396. /** Schedule <b>conn</b> to be closed. **/
  397. void
  398. add_connection_to_closeable_list(connection_t *conn)
  399. {
  400. tor_assert(!smartlist_contains(closeable_connection_lst, conn));
  401. tor_assert(conn->marked_for_close);
  402. assert_connection_ok(conn, time(NULL));
  403. smartlist_add(closeable_connection_lst, conn);
  404. mainloop_schedule_postloop_cleanup();
  405. }
  406. /** Return 1 if conn is on the closeable list, else return 0. */
  407. int
  408. connection_is_on_closeable_list(connection_t *conn)
  409. {
  410. return smartlist_contains(closeable_connection_lst, conn);
  411. }
  412. /** Return true iff conn is in the current poll array. */
  413. int
  414. connection_in_array(connection_t *conn)
  415. {
  416. return smartlist_contains(connection_array, conn);
  417. }
  418. /** Set <b>*array</b> to an array of all connections. <b>*array</b> must not
  419. * be modified.
  420. */
  421. MOCK_IMPL(smartlist_t *,
  422. get_connection_array, (void))
  423. {
  424. if (!connection_array)
  425. connection_array = smartlist_new();
  426. return connection_array;
  427. }
  428. /**
  429. * Return the amount of network traffic read, in bytes, over the life of this
  430. * process.
  431. */
  432. MOCK_IMPL(uint64_t,
  433. get_bytes_read,(void))
  434. {
  435. return stats_n_bytes_read;
  436. }
  437. /**
  438. * Return the amount of network traffic read, in bytes, over the life of this
  439. * process.
  440. */
  441. MOCK_IMPL(uint64_t,
  442. get_bytes_written,(void))
  443. {
  444. return stats_n_bytes_written;
  445. }
  446. /**
  447. * Increment the amount of network traffic read and written, over the life of
  448. * this process.
  449. */
  450. void
  451. stats_increment_bytes_read_and_written(uint64_t r, uint64_t w)
  452. {
  453. stats_n_bytes_read += r;
  454. stats_n_bytes_written += w;
  455. }
  456. /** Set the event mask on <b>conn</b> to <b>events</b>. (The event
  457. * mask is a bitmask whose bits are READ_EVENT and WRITE_EVENT)
  458. */
  459. void
  460. connection_watch_events(connection_t *conn, watchable_events_t events)
  461. {
  462. if (events & READ_EVENT)
  463. connection_start_reading(conn);
  464. else
  465. connection_stop_reading(conn);
  466. if (events & WRITE_EVENT)
  467. connection_start_writing(conn);
  468. else
  469. connection_stop_writing(conn);
  470. }
  471. /** Return true iff <b>conn</b> is listening for read events. */
  472. int
  473. connection_is_reading(connection_t *conn)
  474. {
  475. tor_assert(conn);
  476. return conn->reading_from_linked_conn ||
  477. (conn->read_event && event_pending(conn->read_event, EV_READ, NULL));
  478. }
  479. /** Reset our main loop counters. */
  480. void
  481. reset_main_loop_counters(void)
  482. {
  483. stats_n_main_loop_successes = 0;
  484. stats_n_main_loop_errors = 0;
  485. stats_n_main_loop_idle = 0;
  486. }
  487. /** Increment the main loop success counter. */
  488. static void
  489. increment_main_loop_success_count(void)
  490. {
  491. ++stats_n_main_loop_successes;
  492. }
  493. /** Get the main loop success counter. */
  494. uint64_t
  495. get_main_loop_success_count(void)
  496. {
  497. return stats_n_main_loop_successes;
  498. }
  499. /** Increment the main loop error counter. */
  500. static void
  501. increment_main_loop_error_count(void)
  502. {
  503. ++stats_n_main_loop_errors;
  504. }
  505. /** Get the main loop error counter. */
  506. uint64_t
  507. get_main_loop_error_count(void)
  508. {
  509. return stats_n_main_loop_errors;
  510. }
  511. /** Increment the main loop idle counter. */
  512. static void
  513. increment_main_loop_idle_count(void)
  514. {
  515. ++stats_n_main_loop_idle;
  516. }
  517. /** Get the main loop idle counter. */
  518. uint64_t
  519. get_main_loop_idle_count(void)
  520. {
  521. return stats_n_main_loop_idle;
  522. }
  523. /** Check whether <b>conn</b> is correct in having (or not having) a
  524. * read/write event (passed in <b>ev</b>). On success, return 0. On failure,
  525. * log a warning and return -1. */
  526. static int
  527. connection_check_event(connection_t *conn, struct event *ev)
  528. {
  529. int bad;
  530. if (conn->type == CONN_TYPE_AP && TO_EDGE_CONN(conn)->is_dns_request) {
  531. /* DNS requests which we launch through the dnsserv.c module do not have
  532. * any underlying socket or any underlying linked connection, so they
  533. * shouldn't have any attached events either.
  534. */
  535. bad = ev != NULL;
  536. } else {
  537. /* Everything else should have an underlying socket, or a linked
  538. * connection (which is also tracked with a read_event/write_event pair).
  539. */
  540. bad = ev == NULL;
  541. }
  542. if (bad) {
  543. log_warn(LD_BUG, "Event missing on connection %p [%s;%s]. "
  544. "socket=%d. linked=%d. "
  545. "is_dns_request=%d. Marked_for_close=%s:%d",
  546. conn,
  547. conn_type_to_string(conn->type),
  548. conn_state_to_string(conn->type, conn->state),
  549. (int)conn->s, (int)conn->linked,
  550. (conn->type == CONN_TYPE_AP &&
  551. TO_EDGE_CONN(conn)->is_dns_request),
  552. conn->marked_for_close_file ? conn->marked_for_close_file : "-",
  553. conn->marked_for_close
  554. );
  555. log_backtrace(LOG_WARN, LD_BUG, "Backtrace attached.");
  556. return -1;
  557. }
  558. return 0;
  559. }
  560. /** Tell the main loop to stop notifying <b>conn</b> of any read events. */
  561. MOCK_IMPL(void,
  562. connection_stop_reading,(connection_t *conn))
  563. {
  564. tor_assert(conn);
  565. if (connection_check_event(conn, conn->read_event) < 0) {
  566. return;
  567. }
  568. if (conn->linked) {
  569. conn->reading_from_linked_conn = 0;
  570. connection_stop_reading_from_linked_conn(conn);
  571. } else {
  572. if (event_del(conn->read_event))
  573. log_warn(LD_NET, "Error from libevent setting read event state for %d "
  574. "to unwatched: %s",
  575. (int)conn->s,
  576. tor_socket_strerror(tor_socket_errno(conn->s)));
  577. }
  578. }
  579. /** Tell the main loop to start notifying <b>conn</b> of any read events. */
  580. MOCK_IMPL(void,
  581. connection_start_reading,(connection_t *conn))
  582. {
  583. tor_assert(conn);
  584. if (connection_check_event(conn, conn->read_event) < 0) {
  585. return;
  586. }
  587. if (conn->linked) {
  588. conn->reading_from_linked_conn = 1;
  589. if (connection_should_read_from_linked_conn(conn))
  590. connection_start_reading_from_linked_conn(conn);
  591. } else {
  592. if (event_add(conn->read_event, NULL))
  593. log_warn(LD_NET, "Error from libevent setting read event state for %d "
  594. "to watched: %s",
  595. (int)conn->s,
  596. tor_socket_strerror(tor_socket_errno(conn->s)));
  597. }
  598. }
  599. /** Return true iff <b>conn</b> is listening for write events. */
  600. int
  601. connection_is_writing(connection_t *conn)
  602. {
  603. tor_assert(conn);
  604. return conn->writing_to_linked_conn ||
  605. (conn->write_event && event_pending(conn->write_event, EV_WRITE, NULL));
  606. }
  607. /** Tell the main loop to stop notifying <b>conn</b> of any write events. */
  608. MOCK_IMPL(void,
  609. connection_stop_writing,(connection_t *conn))
  610. {
  611. tor_assert(conn);
  612. if (connection_check_event(conn, conn->write_event) < 0) {
  613. return;
  614. }
  615. if (conn->linked) {
  616. conn->writing_to_linked_conn = 0;
  617. if (conn->linked_conn)
  618. connection_stop_reading_from_linked_conn(conn->linked_conn);
  619. } else {
  620. if (event_del(conn->write_event))
  621. log_warn(LD_NET, "Error from libevent setting write event state for %d "
  622. "to unwatched: %s",
  623. (int)conn->s,
  624. tor_socket_strerror(tor_socket_errno(conn->s)));
  625. }
  626. }
  627. /** Tell the main loop to start notifying <b>conn</b> of any write events. */
  628. MOCK_IMPL(void,
  629. connection_start_writing,(connection_t *conn))
  630. {
  631. tor_assert(conn);
  632. if (connection_check_event(conn, conn->write_event) < 0) {
  633. return;
  634. }
  635. if (conn->linked) {
  636. conn->writing_to_linked_conn = 1;
  637. if (conn->linked_conn &&
  638. connection_should_read_from_linked_conn(conn->linked_conn))
  639. connection_start_reading_from_linked_conn(conn->linked_conn);
  640. } else {
  641. if (event_add(conn->write_event, NULL))
  642. log_warn(LD_NET, "Error from libevent setting write event state for %d "
  643. "to watched: %s",
  644. (int)conn->s,
  645. tor_socket_strerror(tor_socket_errno(conn->s)));
  646. }
  647. }
  648. /** Return true iff <b>conn</b> is linked conn, and reading from the conn
  649. * linked to it would be good and feasible. (Reading is "feasible" if the
  650. * other conn exists and has data in its outbuf, and is "good" if we have our
  651. * reading_from_linked_conn flag set and the other conn has its
  652. * writing_to_linked_conn flag set.)*/
  653. static int
  654. connection_should_read_from_linked_conn(connection_t *conn)
  655. {
  656. if (conn->linked && conn->reading_from_linked_conn) {
  657. if (! conn->linked_conn ||
  658. (conn->linked_conn->writing_to_linked_conn &&
  659. buf_datalen(conn->linked_conn->outbuf)))
  660. return 1;
  661. }
  662. return 0;
  663. }
  664. /** Event to run 'shutdown did not work callback'. */
  665. static struct event *shutdown_did_not_work_event = NULL;
  666. /** Failsafe measure that should never actually be necessary: If
  667. * tor_shutdown_event_loop_and_exit() somehow doesn't successfully exit the
  668. * event loop, then this callback will kill Tor with an assertion failure
  669. * seconds later
  670. */
  671. static void
  672. shutdown_did_not_work_callback(evutil_socket_t fd, short event, void *arg)
  673. {
  674. // LCOV_EXCL_START
  675. (void) fd;
  676. (void) event;
  677. (void) arg;
  678. tor_assert_unreached();
  679. // LCOV_EXCL_STOP
  680. }
  681. #ifdef ENABLE_RESTART_DEBUGGING
  682. static struct event *tor_shutdown_event_loop_for_restart_event = NULL;
  683. static void
  684. tor_shutdown_event_loop_for_restart_cb(
  685. evutil_socket_t fd, short event, void *arg)
  686. {
  687. (void)fd;
  688. (void)event;
  689. (void)arg;
  690. tor_event_free(tor_shutdown_event_loop_for_restart_event);
  691. tor_shutdown_event_loop_and_exit(0);
  692. }
  693. #endif
  694. /**
  695. * After finishing the current callback (if any), shut down the main loop,
  696. * clean up the process, and exit with <b>exitcode</b>.
  697. */
  698. void
  699. tor_shutdown_event_loop_and_exit(int exitcode)
  700. {
  701. if (main_loop_should_exit)
  702. return; /* Ignore multiple calls to this function. */
  703. main_loop_should_exit = 1;
  704. main_loop_exit_value = exitcode;
  705. /* Die with an assertion failure in ten seconds, if for some reason we don't
  706. * exit normally. */
  707. /* XXXX We should consider this code if it's never used. */
  708. struct timeval ten_seconds = { 10, 0 };
  709. shutdown_did_not_work_event = tor_evtimer_new(
  710. tor_libevent_get_base(),
  711. shutdown_did_not_work_callback, NULL);
  712. event_add(shutdown_did_not_work_event, &ten_seconds);
  713. /* Unlike exit_loop_after_delay(), exit_loop_after_callback
  714. * prevents other callbacks from running. */
  715. tor_libevent_exit_loop_after_callback(tor_libevent_get_base());
  716. }
  717. /** Return true iff tor_shutdown_event_loop_and_exit() has been called. */
  718. int
  719. tor_event_loop_shutdown_is_pending(void)
  720. {
  721. return main_loop_should_exit;
  722. }
  723. /** Helper: Tell the main loop to begin reading bytes into <b>conn</b> from
  724. * its linked connection, if it is not doing so already. Called by
  725. * connection_start_reading and connection_start_writing as appropriate. */
  726. static void
  727. connection_start_reading_from_linked_conn(connection_t *conn)
  728. {
  729. tor_assert(conn);
  730. tor_assert(conn->linked == 1);
  731. if (!conn->active_on_link) {
  732. conn->active_on_link = 1;
  733. smartlist_add(active_linked_connection_lst, conn);
  734. mainloop_event_activate(schedule_active_linked_connections_event);
  735. } else {
  736. tor_assert(smartlist_contains(active_linked_connection_lst, conn));
  737. }
  738. }
  739. /** Tell the main loop to stop reading bytes into <b>conn</b> from its linked
  740. * connection, if is currently doing so. Called by connection_stop_reading,
  741. * connection_stop_writing, and connection_read. */
  742. void
  743. connection_stop_reading_from_linked_conn(connection_t *conn)
  744. {
  745. tor_assert(conn);
  746. tor_assert(conn->linked == 1);
  747. if (conn->active_on_link) {
  748. conn->active_on_link = 0;
  749. /* FFFF We could keep an index here so we can smartlist_del
  750. * cleanly. On the other hand, this doesn't show up on profiles,
  751. * so let's leave it alone for now. */
  752. smartlist_remove(active_linked_connection_lst, conn);
  753. } else {
  754. tor_assert(!smartlist_contains(active_linked_connection_lst, conn));
  755. }
  756. }
  757. /** Close all connections that have been scheduled to get closed. */
  758. STATIC void
  759. close_closeable_connections(void)
  760. {
  761. int i;
  762. for (i = 0; i < smartlist_len(closeable_connection_lst); ) {
  763. connection_t *conn = smartlist_get(closeable_connection_lst, i);
  764. if (conn->conn_array_index < 0) {
  765. connection_unlink(conn); /* blow it away right now */
  766. } else {
  767. if (!conn_close_if_marked(conn->conn_array_index))
  768. ++i;
  769. }
  770. }
  771. }
  772. /** Count moribund connections for the OOS handler */
  773. MOCK_IMPL(int,
  774. connection_count_moribund, (void))
  775. {
  776. int moribund = 0;
  777. /*
  778. * Count things we'll try to kill when close_closeable_connections()
  779. * runs next.
  780. */
  781. SMARTLIST_FOREACH_BEGIN(closeable_connection_lst, connection_t *, conn) {
  782. if (SOCKET_OK(conn->s) && connection_is_moribund(conn)) ++moribund;
  783. } SMARTLIST_FOREACH_END(conn);
  784. return moribund;
  785. }
  786. /** Libevent callback: this gets invoked when (connection_t*)<b>conn</b> has
  787. * some data to read. */
  788. static void
  789. conn_read_callback(evutil_socket_t fd, short event, void *_conn)
  790. {
  791. connection_t *conn = _conn;
  792. (void)fd;
  793. (void)event;
  794. log_debug(LD_NET,"socket %d wants to read.",(int)conn->s);
  795. /* assert_connection_ok(conn, time(NULL)); */
  796. if (connection_handle_read(conn) < 0) {
  797. if (!conn->marked_for_close) {
  798. #ifndef _WIN32
  799. log_warn(LD_BUG,"Unhandled error on read for %s connection "
  800. "(fd %d); removing",
  801. conn_type_to_string(conn->type), (int)conn->s);
  802. tor_fragile_assert();
  803. #endif /* !defined(_WIN32) */
  804. if (CONN_IS_EDGE(conn))
  805. connection_edge_end_errno(TO_EDGE_CONN(conn));
  806. connection_mark_for_close(conn);
  807. }
  808. }
  809. assert_connection_ok(conn, time(NULL));
  810. if (smartlist_len(closeable_connection_lst))
  811. close_closeable_connections();
  812. }
  813. /** Libevent callback: this gets invoked when (connection_t*)<b>conn</b> has
  814. * some data to write. */
  815. static void
  816. conn_write_callback(evutil_socket_t fd, short events, void *_conn)
  817. {
  818. connection_t *conn = _conn;
  819. (void)fd;
  820. (void)events;
  821. LOG_FN_CONN(conn, (LOG_DEBUG, LD_NET, "socket %d wants to write.",
  822. (int)conn->s));
  823. /* assert_connection_ok(conn, time(NULL)); */
  824. if (connection_handle_write(conn, 0) < 0) {
  825. if (!conn->marked_for_close) {
  826. /* this connection is broken. remove it. */
  827. log_fn(LOG_WARN,LD_BUG,
  828. "unhandled error on write for %s connection (fd %d); removing",
  829. conn_type_to_string(conn->type), (int)conn->s);
  830. tor_fragile_assert();
  831. if (CONN_IS_EDGE(conn)) {
  832. /* otherwise we cry wolf about duplicate close */
  833. edge_connection_t *edge_conn = TO_EDGE_CONN(conn);
  834. if (!edge_conn->end_reason)
  835. edge_conn->end_reason = END_STREAM_REASON_INTERNAL;
  836. edge_conn->edge_has_sent_end = 1;
  837. }
  838. connection_close_immediate(conn); /* So we don't try to flush. */
  839. connection_mark_for_close(conn);
  840. }
  841. }
  842. assert_connection_ok(conn, time(NULL));
  843. if (smartlist_len(closeable_connection_lst))
  844. close_closeable_connections();
  845. }
  846. /** If the connection at connection_array[i] is marked for close, then:
  847. * - If it has data that it wants to flush, try to flush it.
  848. * - If it _still_ has data to flush, and conn->hold_open_until_flushed is
  849. * true, then leave the connection open and return.
  850. * - Otherwise, remove the connection from connection_array and from
  851. * all other lists, close it, and free it.
  852. * Returns 1 if the connection was closed, 0 otherwise.
  853. */
  854. static int
  855. conn_close_if_marked(int i)
  856. {
  857. connection_t *conn;
  858. int retval;
  859. time_t now;
  860. conn = smartlist_get(connection_array, i);
  861. if (!conn->marked_for_close)
  862. return 0; /* nothing to see here, move along */
  863. now = time(NULL);
  864. assert_connection_ok(conn, now);
  865. /* assert_all_pending_dns_resolves_ok(); */
  866. log_debug(LD_NET,"Cleaning up connection (fd "TOR_SOCKET_T_FORMAT").",
  867. conn->s);
  868. /* If the connection we are about to close was trying to connect to
  869. a proxy server and failed, the client won't be able to use that
  870. proxy. We should warn the user about this. */
  871. if (conn->proxy_state == PROXY_INFANT)
  872. log_failed_proxy_connection(conn);
  873. if ((SOCKET_OK(conn->s) || conn->linked_conn) &&
  874. connection_wants_to_flush(conn)) {
  875. /* s == -1 means it's an incomplete edge connection, or that the socket
  876. * has already been closed as unflushable. */
  877. ssize_t sz = connection_bucket_write_limit(conn, now);
  878. if (!conn->hold_open_until_flushed)
  879. log_info(LD_NET,
  880. "Conn (addr %s, fd %d, type %s, state %d) marked, but wants "
  881. "to flush %d bytes. (Marked at %s:%d)",
  882. escaped_safe_str_client(conn->address),
  883. (int)conn->s, conn_type_to_string(conn->type), conn->state,
  884. (int)conn->outbuf_flushlen,
  885. conn->marked_for_close_file, conn->marked_for_close);
  886. if (conn->linked_conn) {
  887. retval = buf_move_to_buf(conn->linked_conn->inbuf, conn->outbuf,
  888. &conn->outbuf_flushlen);
  889. if (retval >= 0) {
  890. /* The linked conn will notice that it has data when it notices that
  891. * we're gone. */
  892. connection_start_reading_from_linked_conn(conn->linked_conn);
  893. }
  894. log_debug(LD_GENERAL, "Flushed last %d bytes from a linked conn; "
  895. "%d left; flushlen %d; wants-to-flush==%d", retval,
  896. (int)connection_get_outbuf_len(conn),
  897. (int)conn->outbuf_flushlen,
  898. connection_wants_to_flush(conn));
  899. } else if (connection_speaks_cells(conn)) {
  900. if (conn->state == OR_CONN_STATE_OPEN) {
  901. retval = buf_flush_to_tls(conn->outbuf, TO_OR_CONN(conn)->tls, sz,
  902. &conn->outbuf_flushlen);
  903. } else
  904. retval = -1; /* never flush non-open broken tls connections */
  905. } else {
  906. retval = buf_flush_to_socket(conn->outbuf, conn->s, sz,
  907. &conn->outbuf_flushlen);
  908. }
  909. if (retval >= 0 && /* Technically, we could survive things like
  910. TLS_WANT_WRITE here. But don't bother for now. */
  911. conn->hold_open_until_flushed && connection_wants_to_flush(conn)) {
  912. if (retval > 0) {
  913. LOG_FN_CONN(conn, (LOG_INFO,LD_NET,
  914. "Holding conn (fd %d) open for more flushing.",
  915. (int)conn->s));
  916. conn->timestamp_last_write_allowed = now; /* reset so we can flush
  917. * more */
  918. } else if (sz == 0) {
  919. /* Also, retval==0. If we get here, we didn't want to write anything
  920. * (because of rate-limiting) and we didn't. */
  921. /* Connection must flush before closing, but it's being rate-limited.
  922. * Let's remove from Libevent, and mark it as blocked on bandwidth
  923. * so it will be re-added on next token bucket refill. Prevents
  924. * busy Libevent loops where we keep ending up here and returning
  925. * 0 until we are no longer blocked on bandwidth.
  926. */
  927. connection_consider_empty_read_buckets(conn);
  928. connection_consider_empty_write_buckets(conn);
  929. /* Make sure that consider_empty_buckets really disabled the
  930. * connection: */
  931. if (BUG(connection_is_writing(conn))) {
  932. connection_write_bw_exhausted(conn, true);
  933. }
  934. if (BUG(connection_is_reading(conn))) {
  935. /* XXXX+ We should make this code unreachable; if a connection is
  936. * marked for close and flushing, there is no point in reading to it
  937. * at all. Further, checking at this point is a bit of a hack: it
  938. * would make much more sense to react in
  939. * connection_handle_read_impl, or to just stop reading in
  940. * mark_and_flush */
  941. connection_read_bw_exhausted(conn, true/* kludge. */);
  942. }
  943. }
  944. return 0;
  945. }
  946. if (connection_wants_to_flush(conn)) {
  947. log_fn(LOG_INFO, LD_NET, "We stalled too much while trying to write %d "
  948. "bytes to address %s. If this happens a lot, either "
  949. "something is wrong with your network connection, or "
  950. "something is wrong with theirs. "
  951. "(fd %d, type %s, state %d, marked at %s:%d).",
  952. (int)connection_get_outbuf_len(conn),
  953. escaped_safe_str_client(conn->address),
  954. (int)conn->s, conn_type_to_string(conn->type), conn->state,
  955. conn->marked_for_close_file,
  956. conn->marked_for_close);
  957. }
  958. }
  959. connection_unlink(conn); /* unlink, remove, free */
  960. return 1;
  961. }
  962. /** Implementation for directory_all_unreachable. This is done in a callback,
  963. * since otherwise it would complicate Tor's control-flow graph beyond all
  964. * reason.
  965. */
  966. static void
  967. directory_all_unreachable_cb(mainloop_event_t *event, void *arg)
  968. {
  969. (void)event;
  970. (void)arg;
  971. connection_t *conn;
  972. while ((conn = connection_get_by_type_state(CONN_TYPE_AP,
  973. AP_CONN_STATE_CIRCUIT_WAIT))) {
  974. entry_connection_t *entry_conn = TO_ENTRY_CONN(conn);
  975. log_notice(LD_NET,
  976. "Is your network connection down? "
  977. "Failing connection to '%s:%d'.",
  978. safe_str_client(entry_conn->socks_request->address),
  979. entry_conn->socks_request->port);
  980. connection_mark_unattached_ap(entry_conn,
  981. END_STREAM_REASON_NET_UNREACHABLE);
  982. }
  983. control_event_general_error("DIR_ALL_UNREACHABLE");
  984. }
  985. static mainloop_event_t *directory_all_unreachable_cb_event = NULL;
  986. /** We've just tried every dirserver we know about, and none of
  987. * them were reachable. Assume the network is down. Change state
  988. * so next time an application connection arrives we'll delay it
  989. * and try another directory fetch. Kill off all the circuit_wait
  990. * streams that are waiting now, since they will all timeout anyway.
  991. */
  992. void
  993. directory_all_unreachable(time_t now)
  994. {
  995. (void)now;
  996. reset_uptime(); /* reset it */
  997. if (!directory_all_unreachable_cb_event) {
  998. directory_all_unreachable_cb_event =
  999. mainloop_event_new(directory_all_unreachable_cb, NULL);
  1000. tor_assert(directory_all_unreachable_cb_event);
  1001. }
  1002. mainloop_event_activate(directory_all_unreachable_cb_event);
  1003. }
  1004. /** This function is called whenever we successfully pull down some new
  1005. * network statuses or server descriptors. */
  1006. void
  1007. directory_info_has_arrived(time_t now, int from_cache, int suppress_logs)
  1008. {
  1009. const or_options_t *options = get_options();
  1010. /* if we have enough dir info, then update our guard status with
  1011. * whatever we just learned. */
  1012. int invalidate_circs = guards_update_all();
  1013. if (invalidate_circs) {
  1014. circuit_mark_all_unused_circs();
  1015. circuit_mark_all_dirty_circs_as_unusable();
  1016. }
  1017. if (!router_have_minimum_dir_info()) {
  1018. int quiet = suppress_logs || from_cache ||
  1019. directory_too_idle_to_fetch_descriptors(options, now);
  1020. tor_log(quiet ? LOG_INFO : LOG_NOTICE, LD_DIR,
  1021. "I learned some more directory information, but not enough to "
  1022. "build a circuit: %s", get_dir_info_status_string());
  1023. update_all_descriptor_downloads(now);
  1024. return;
  1025. } else {
  1026. if (directory_fetches_from_authorities(options)) {
  1027. update_all_descriptor_downloads(now);
  1028. }
  1029. /* Don't even bother trying to get extrainfo until the rest of our
  1030. * directory info is up-to-date */
  1031. if (options->DownloadExtraInfo)
  1032. update_extrainfo_downloads(now);
  1033. }
  1034. if (server_mode(options) && !net_is_disabled() && !from_cache &&
  1035. (have_completed_a_circuit() || !any_predicted_circuits(now)))
  1036. router_do_reachability_checks(1, 1);
  1037. }
  1038. /** Perform regular maintenance tasks for a single connection. This
  1039. * function gets run once per second per connection by run_scheduled_events.
  1040. */
  1041. static void
  1042. run_connection_housekeeping(int i, time_t now)
  1043. {
  1044. cell_t cell;
  1045. connection_t *conn = smartlist_get(connection_array, i);
  1046. const or_options_t *options = get_options();
  1047. or_connection_t *or_conn;
  1048. channel_t *chan = NULL;
  1049. int have_any_circuits;
  1050. int past_keepalive =
  1051. now >= conn->timestamp_last_write_allowed + options->KeepalivePeriod;
  1052. if (conn->outbuf && !connection_get_outbuf_len(conn) &&
  1053. conn->type == CONN_TYPE_OR)
  1054. TO_OR_CONN(conn)->timestamp_lastempty = now;
  1055. if (conn->marked_for_close) {
  1056. /* nothing to do here */
  1057. return;
  1058. }
  1059. /* Expire any directory connections that haven't been active (sent
  1060. * if a server or received if a client) for 5 min */
  1061. if (conn->type == CONN_TYPE_DIR &&
  1062. ((DIR_CONN_IS_SERVER(conn) &&
  1063. conn->timestamp_last_write_allowed
  1064. + options->TestingDirConnectionMaxStall < now) ||
  1065. (!DIR_CONN_IS_SERVER(conn) &&
  1066. conn->timestamp_last_read_allowed
  1067. + options->TestingDirConnectionMaxStall < now))) {
  1068. log_info(LD_DIR,"Expiring wedged directory conn (fd %d, purpose %d)",
  1069. (int)conn->s, conn->purpose);
  1070. /* This check is temporary; it's to let us know whether we should consider
  1071. * parsing partial serverdesc responses. */
  1072. if (conn->purpose == DIR_PURPOSE_FETCH_SERVERDESC &&
  1073. connection_get_inbuf_len(conn) >= 1024) {
  1074. log_info(LD_DIR,"Trying to extract information from wedged server desc "
  1075. "download.");
  1076. connection_dir_reached_eof(TO_DIR_CONN(conn));
  1077. } else {
  1078. connection_mark_for_close(conn);
  1079. }
  1080. return;
  1081. }
  1082. if (!connection_speaks_cells(conn))
  1083. return; /* we're all done here, the rest is just for OR conns */
  1084. /* If we haven't flushed to an OR connection for a while, then either nuke
  1085. the connection or send a keepalive, depending. */
  1086. or_conn = TO_OR_CONN(conn);
  1087. tor_assert(conn->outbuf);
  1088. chan = TLS_CHAN_TO_BASE(or_conn->chan);
  1089. tor_assert(chan);
  1090. if (channel_num_circuits(chan) != 0) {
  1091. have_any_circuits = 1;
  1092. chan->timestamp_last_had_circuits = now;
  1093. } else {
  1094. have_any_circuits = 0;
  1095. }
  1096. if (channel_is_bad_for_new_circs(TLS_CHAN_TO_BASE(or_conn->chan)) &&
  1097. ! have_any_circuits) {
  1098. /* It's bad for new circuits, and has no unmarked circuits on it:
  1099. * mark it now. */
  1100. log_info(LD_OR,
  1101. "Expiring non-used OR connection to fd %d (%s:%d) [Too old].",
  1102. (int)conn->s, conn->address, conn->port);
  1103. if (conn->state == OR_CONN_STATE_CONNECTING)
  1104. connection_or_connect_failed(TO_OR_CONN(conn),
  1105. END_OR_CONN_REASON_TIMEOUT,
  1106. "Tor gave up on the connection");
  1107. connection_or_close_normally(TO_OR_CONN(conn), 1);
  1108. } else if (!connection_state_is_open(conn)) {
  1109. if (past_keepalive) {
  1110. /* We never managed to actually get this connection open and happy. */
  1111. log_info(LD_OR,"Expiring non-open OR connection to fd %d (%s:%d).",
  1112. (int)conn->s,conn->address, conn->port);
  1113. connection_or_close_normally(TO_OR_CONN(conn), 0);
  1114. }
  1115. } else if (we_are_hibernating() &&
  1116. ! have_any_circuits &&
  1117. !connection_get_outbuf_len(conn)) {
  1118. /* We're hibernating, there's no circuits, and nothing to flush.*/
  1119. log_info(LD_OR,"Expiring non-used OR connection to fd %d (%s:%d) "
  1120. "[Hibernating or exiting].",
  1121. (int)conn->s,conn->address, conn->port);
  1122. connection_or_close_normally(TO_OR_CONN(conn), 1);
  1123. } else if (!have_any_circuits &&
  1124. now - or_conn->idle_timeout >=
  1125. chan->timestamp_last_had_circuits) {
  1126. log_info(LD_OR,"Expiring non-used OR connection "U64_FORMAT" to fd %d "
  1127. "(%s:%d) [no circuits for %d; timeout %d; %scanonical].",
  1128. U64_PRINTF_ARG(chan->global_identifier),
  1129. (int)conn->s, conn->address, conn->port,
  1130. (int)(now - chan->timestamp_last_had_circuits),
  1131. or_conn->idle_timeout,
  1132. or_conn->is_canonical ? "" : "non");
  1133. connection_or_close_normally(TO_OR_CONN(conn), 0);
  1134. } else if (
  1135. now >= or_conn->timestamp_lastempty + options->KeepalivePeriod*10 &&
  1136. now >=
  1137. conn->timestamp_last_write_allowed + options->KeepalivePeriod*10) {
  1138. log_fn(LOG_PROTOCOL_WARN,LD_PROTOCOL,
  1139. "Expiring stuck OR connection to fd %d (%s:%d). (%d bytes to "
  1140. "flush; %d seconds since last write)",
  1141. (int)conn->s, conn->address, conn->port,
  1142. (int)connection_get_outbuf_len(conn),
  1143. (int)(now-conn->timestamp_last_write_allowed));
  1144. connection_or_close_normally(TO_OR_CONN(conn), 0);
  1145. } else if (past_keepalive && !connection_get_outbuf_len(conn)) {
  1146. /* send a padding cell */
  1147. log_fn(LOG_DEBUG,LD_OR,"Sending keepalive to (%s:%d)",
  1148. conn->address, conn->port);
  1149. memset(&cell,0,sizeof(cell_t));
  1150. cell.command = CELL_PADDING;
  1151. connection_or_write_cell_to_buf(&cell, or_conn);
  1152. } else {
  1153. channelpadding_decide_to_pad_channel(chan);
  1154. }
  1155. }
  1156. /** Honor a NEWNYM request: make future requests unlinkable to past
  1157. * requests. */
  1158. static void
  1159. signewnym_impl(time_t now)
  1160. {
  1161. const or_options_t *options = get_options();
  1162. if (!proxy_mode(options)) {
  1163. log_info(LD_CONTROL, "Ignoring SIGNAL NEWNYM because client functionality "
  1164. "is disabled.");
  1165. return;
  1166. }
  1167. circuit_mark_all_dirty_circs_as_unusable();
  1168. addressmap_clear_transient();
  1169. hs_client_purge_state();
  1170. time_of_last_signewnym = now;
  1171. signewnym_is_pending = 0;
  1172. ++newnym_epoch;
  1173. control_event_signal(SIGNEWNYM);
  1174. }
  1175. /** Return the number of times that signewnym has been called. */
  1176. unsigned
  1177. get_signewnym_epoch(void)
  1178. {
  1179. return newnym_epoch;
  1180. }
  1181. /** True iff we have initialized all the members of <b>periodic_events</b>.
  1182. * Used to prevent double-initialization. */
  1183. static int periodic_events_initialized = 0;
  1184. /* Declare all the timer callback functions... */
  1185. #undef CALLBACK
  1186. #define CALLBACK(name) \
  1187. static int name ## _callback(time_t, const or_options_t *)
  1188. CALLBACK(add_entropy);
  1189. CALLBACK(check_authority_cert);
  1190. CALLBACK(check_canonical_channels);
  1191. CALLBACK(check_descriptor);
  1192. CALLBACK(check_dns_honesty);
  1193. CALLBACK(check_ed_keys);
  1194. CALLBACK(check_expired_networkstatus);
  1195. CALLBACK(check_for_reachability_bw);
  1196. CALLBACK(check_onion_keys_expiry_time);
  1197. CALLBACK(clean_caches);
  1198. CALLBACK(clean_consdiffmgr);
  1199. CALLBACK(downrate_stability);
  1200. CALLBACK(expire_old_ciruits_serverside);
  1201. CALLBACK(fetch_networkstatus);
  1202. CALLBACK(heartbeat);
  1203. CALLBACK(hs_service);
  1204. CALLBACK(launch_descriptor_fetches);
  1205. CALLBACK(launch_reachability_tests);
  1206. CALLBACK(record_bridge_stats);
  1207. CALLBACK(rend_cache_failure_clean);
  1208. CALLBACK(reset_padding_counts);
  1209. CALLBACK(retry_dns);
  1210. CALLBACK(retry_listeners);
  1211. CALLBACK(rotate_onion_key);
  1212. CALLBACK(rotate_x509_certificate);
  1213. CALLBACK(save_stability);
  1214. CALLBACK(save_state);
  1215. CALLBACK(write_bridge_ns);
  1216. CALLBACK(write_stats_file);
  1217. #undef CALLBACK
  1218. /* Now we declare an array of periodic_event_item_t for each periodic event */
  1219. #define CALLBACK(name, r, f) PERIODIC_EVENT(name, r, f)
  1220. STATIC periodic_event_item_t periodic_events[] = {
  1221. /* Everyone needs to run those. */
  1222. CALLBACK(add_entropy, PERIODIC_EVENT_ROLE_ALL, 0),
  1223. CALLBACK(check_expired_networkstatus, PERIODIC_EVENT_ROLE_ALL, 0),
  1224. CALLBACK(clean_caches, PERIODIC_EVENT_ROLE_ALL, 0),
  1225. CALLBACK(fetch_networkstatus, PERIODIC_EVENT_ROLE_ALL,
  1226. PERIODIC_EVENT_FLAG_NEED_NET),
  1227. CALLBACK(heartbeat, PERIODIC_EVENT_ROLE_ALL, 0),
  1228. CALLBACK(launch_descriptor_fetches, PERIODIC_EVENT_ROLE_ALL,
  1229. PERIODIC_EVENT_FLAG_NEED_NET),
  1230. CALLBACK(reset_padding_counts, PERIODIC_EVENT_ROLE_ALL, 0),
  1231. CALLBACK(retry_listeners, PERIODIC_EVENT_ROLE_ALL,
  1232. PERIODIC_EVENT_FLAG_NEED_NET),
  1233. CALLBACK(save_state, PERIODIC_EVENT_ROLE_ALL, 0),
  1234. CALLBACK(rotate_x509_certificate, PERIODIC_EVENT_ROLE_ALL, 0),
  1235. CALLBACK(write_stats_file, PERIODIC_EVENT_ROLE_ALL, 0),
  1236. /* Routers (bridge and relay) only. */
  1237. CALLBACK(check_descriptor, PERIODIC_EVENT_ROLE_ROUTER,
  1238. PERIODIC_EVENT_FLAG_NEED_NET),
  1239. CALLBACK(check_ed_keys, PERIODIC_EVENT_ROLE_ROUTER, 0),
  1240. CALLBACK(check_for_reachability_bw, PERIODIC_EVENT_ROLE_ROUTER,
  1241. PERIODIC_EVENT_FLAG_NEED_NET),
  1242. CALLBACK(check_onion_keys_expiry_time, PERIODIC_EVENT_ROLE_ROUTER, 0),
  1243. CALLBACK(expire_old_ciruits_serverside, PERIODIC_EVENT_ROLE_ROUTER,
  1244. PERIODIC_EVENT_FLAG_NEED_NET),
  1245. CALLBACK(retry_dns, PERIODIC_EVENT_ROLE_ROUTER, 0),
  1246. CALLBACK(rotate_onion_key, PERIODIC_EVENT_ROLE_ROUTER, 0),
  1247. /* Authorities (bridge and directory) only. */
  1248. CALLBACK(downrate_stability, PERIODIC_EVENT_ROLE_AUTHORITIES, 0),
  1249. CALLBACK(launch_reachability_tests, PERIODIC_EVENT_ROLE_AUTHORITIES,
  1250. PERIODIC_EVENT_FLAG_NEED_NET),
  1251. CALLBACK(save_stability, PERIODIC_EVENT_ROLE_AUTHORITIES, 0),
  1252. /* Directory authority only. */
  1253. CALLBACK(check_authority_cert, PERIODIC_EVENT_ROLE_DIRAUTH, 0),
  1254. /* Relay only. */
  1255. CALLBACK(check_canonical_channels, PERIODIC_EVENT_ROLE_RELAY,
  1256. PERIODIC_EVENT_FLAG_NEED_NET),
  1257. CALLBACK(check_dns_honesty, PERIODIC_EVENT_ROLE_RELAY,
  1258. PERIODIC_EVENT_FLAG_NEED_NET),
  1259. /* Hidden Service service only. */
  1260. CALLBACK(hs_service, PERIODIC_EVENT_ROLE_HS_SERVICE,
  1261. PERIODIC_EVENT_FLAG_NEED_NET),
  1262. /* Bridge only. */
  1263. CALLBACK(record_bridge_stats, PERIODIC_EVENT_ROLE_BRIDGE, 0),
  1264. /* Client only. */
  1265. CALLBACK(rend_cache_failure_clean, PERIODIC_EVENT_ROLE_CLIENT, 0),
  1266. /* Bridge Authority only. */
  1267. CALLBACK(write_bridge_ns, PERIODIC_EVENT_ROLE_BRIDGEAUTH, 0),
  1268. /* Directory server only. */
  1269. CALLBACK(clean_consdiffmgr, PERIODIC_EVENT_ROLE_DIRSERVER, 0),
  1270. END_OF_PERIODIC_EVENTS
  1271. };
  1272. #undef CALLBACK
  1273. /* These are pointers to members of periodic_events[] that are used to
  1274. * implement particular callbacks. We keep them separate here so that we
  1275. * can access them by name. We also keep them inside periodic_events[]
  1276. * so that we can implement "reset all timers" in a reasonable way. */
  1277. static periodic_event_item_t *check_descriptor_event=NULL;
  1278. static periodic_event_item_t *fetch_networkstatus_event=NULL;
  1279. static periodic_event_item_t *launch_descriptor_fetches_event=NULL;
  1280. static periodic_event_item_t *check_dns_honesty_event=NULL;
  1281. static periodic_event_item_t *save_state_event=NULL;
  1282. /** Reset all the periodic events so we'll do all our actions again as if we
  1283. * just started up.
  1284. * Useful if our clock just moved back a long time from the future,
  1285. * so we don't wait until that future arrives again before acting.
  1286. */
  1287. void
  1288. reset_all_main_loop_timers(void)
  1289. {
  1290. int i;
  1291. for (i = 0; periodic_events[i].name; ++i) {
  1292. periodic_event_reschedule(&periodic_events[i]);
  1293. }
  1294. }
  1295. /** Return the member of periodic_events[] whose name is <b>name</b>.
  1296. * Return NULL if no such event is found.
  1297. */
  1298. static periodic_event_item_t *
  1299. find_periodic_event(const char *name)
  1300. {
  1301. int i;
  1302. for (i = 0; periodic_events[i].name; ++i) {
  1303. if (strcmp(name, periodic_events[i].name) == 0)
  1304. return &periodic_events[i];
  1305. }
  1306. return NULL;
  1307. }
  1308. /** Return a bitmask of the roles this tor instance is configured for using
  1309. * the given options. */
  1310. STATIC int
  1311. get_my_roles(const or_options_t *options)
  1312. {
  1313. tor_assert(options);
  1314. int roles = 0;
  1315. int is_bridge = options->BridgeRelay;
  1316. int is_client = any_client_port_set(options);
  1317. int is_relay = server_mode(options);
  1318. int is_dirauth = authdir_mode_v3(options);
  1319. int is_bridgeauth = authdir_mode_bridge(options);
  1320. int is_hidden_service = !!hs_service_get_num_services() ||
  1321. !!rend_num_services();
  1322. int is_dirserver = dir_server_mode(options);
  1323. if (is_bridge) roles |= PERIODIC_EVENT_ROLE_BRIDGE;
  1324. if (is_client) roles |= PERIODIC_EVENT_ROLE_CLIENT;
  1325. if (is_relay) roles |= PERIODIC_EVENT_ROLE_RELAY;
  1326. if (is_dirauth) roles |= PERIODIC_EVENT_ROLE_DIRAUTH;
  1327. if (is_bridgeauth) roles |= PERIODIC_EVENT_ROLE_BRIDGEAUTH;
  1328. if (is_hidden_service) roles |= PERIODIC_EVENT_ROLE_HS_SERVICE;
  1329. if (is_dirserver) roles |= PERIODIC_EVENT_ROLE_DIRSERVER;
  1330. return roles;
  1331. }
  1332. /** Event to run initialize_periodic_events_cb */
  1333. static struct event *initialize_periodic_events_event = NULL;
  1334. /** Helper, run one second after setup:
  1335. * Initializes all members of periodic_events and starts them running.
  1336. *
  1337. * (We do this one second after setup for backward-compatibility reasons;
  1338. * it might not actually be necessary.) */
  1339. static void
  1340. initialize_periodic_events_cb(evutil_socket_t fd, short events, void *data)
  1341. {
  1342. (void) fd;
  1343. (void) events;
  1344. (void) data;
  1345. tor_event_free(initialize_periodic_events_event);
  1346. rescan_periodic_events(get_options());
  1347. }
  1348. /** Set up all the members of periodic_events[], and configure them all to be
  1349. * launched from a callback. */
  1350. STATIC void
  1351. initialize_periodic_events(void)
  1352. {
  1353. tor_assert(periodic_events_initialized == 0);
  1354. periodic_events_initialized = 1;
  1355. /* Set up all periodic events. We'll launch them by roles. */
  1356. int i;
  1357. for (i = 0; periodic_events[i].name; ++i) {
  1358. periodic_event_setup(&periodic_events[i]);
  1359. }
  1360. #define NAMED_CALLBACK(name) \
  1361. STMT_BEGIN name ## _event = find_periodic_event( #name ); STMT_END
  1362. NAMED_CALLBACK(check_descriptor);
  1363. NAMED_CALLBACK(fetch_networkstatus);
  1364. NAMED_CALLBACK(launch_descriptor_fetches);
  1365. NAMED_CALLBACK(check_dns_honesty);
  1366. NAMED_CALLBACK(save_state);
  1367. struct timeval one_second = { 1, 0 };
  1368. initialize_periodic_events_event = tor_evtimer_new(
  1369. tor_libevent_get_base(),
  1370. initialize_periodic_events_cb, NULL);
  1371. event_add(initialize_periodic_events_event, &one_second);
  1372. }
  1373. STATIC void
  1374. teardown_periodic_events(void)
  1375. {
  1376. int i;
  1377. for (i = 0; periodic_events[i].name; ++i) {
  1378. periodic_event_destroy(&periodic_events[i]);
  1379. }
  1380. periodic_events_initialized = 0;
  1381. }
  1382. /** Do a pass at all our periodic events, disable those we don't need anymore
  1383. * and enable those we need now using the given options. */
  1384. void
  1385. rescan_periodic_events(const or_options_t *options)
  1386. {
  1387. tor_assert(options);
  1388. /* Avoid scanning the event list if we haven't initialized it yet. This is
  1389. * particularly useful for unit tests in order to avoid initializing main
  1390. * loop events everytime. */
  1391. if (!periodic_events_initialized) {
  1392. return;
  1393. }
  1394. int roles = get_my_roles(options);
  1395. for (int i = 0; periodic_events[i].name; ++i) {
  1396. periodic_event_item_t *item = &periodic_events[i];
  1397. /* Handle the event flags. */
  1398. if (net_is_disabled() &&
  1399. (item->flags & PERIODIC_EVENT_FLAG_NEED_NET)) {
  1400. continue;
  1401. }
  1402. /* Enable the event if needed. It is safe to enable an event that was
  1403. * already enabled. Same goes for disabling it. */
  1404. if (item->roles & roles) {
  1405. log_debug(LD_GENERAL, "Launching periodic event %s", item->name);
  1406. periodic_event_enable(item);
  1407. } else {
  1408. log_debug(LD_GENERAL, "Disabling periodic event %s", item->name);
  1409. periodic_event_disable(item);
  1410. }
  1411. }
  1412. }
  1413. /* We just got new options globally set, see if we need to enabled or disable
  1414. * periodic events. */
  1415. void
  1416. periodic_events_on_new_options(const or_options_t *options)
  1417. {
  1418. /* Only if we've already initialized the events, rescan the list which will
  1419. * enable or disable events depending on our roles. This will be called at
  1420. * bootup and we don't want this function to initialize the events because
  1421. * they aren't set up at this stage. */
  1422. if (periodic_events_initialized) {
  1423. rescan_periodic_events(options);
  1424. }
  1425. }
  1426. /**
  1427. * Update our schedule so that we'll check whether we need to update our
  1428. * descriptor immediately, rather than after up to CHECK_DESCRIPTOR_INTERVAL
  1429. * seconds.
  1430. */
  1431. void
  1432. reschedule_descriptor_update_check(void)
  1433. {
  1434. if (check_descriptor_event) {
  1435. periodic_event_reschedule(check_descriptor_event);
  1436. }
  1437. }
  1438. /**
  1439. * Update our schedule so that we'll check whether we need to fetch directory
  1440. * info immediately.
  1441. */
  1442. void
  1443. reschedule_directory_downloads(void)
  1444. {
  1445. tor_assert(fetch_networkstatus_event);
  1446. tor_assert(launch_descriptor_fetches_event);
  1447. periodic_event_reschedule(fetch_networkstatus_event);
  1448. periodic_event_reschedule(launch_descriptor_fetches_event);
  1449. }
  1450. /** Mainloop callback: clean up circuits, channels, and connections
  1451. * that are pending close. */
  1452. static void
  1453. postloop_cleanup_cb(mainloop_event_t *ev, void *arg)
  1454. {
  1455. (void)ev;
  1456. (void)arg;
  1457. circuit_close_all_marked();
  1458. close_closeable_connections();
  1459. channel_run_cleanup();
  1460. channel_listener_run_cleanup();
  1461. }
  1462. /** Event to run postloop_cleanup_cb */
  1463. static mainloop_event_t *postloop_cleanup_ev=NULL;
  1464. /** Schedule a post-loop event to clean up marked channels, connections, and
  1465. * circuits. */
  1466. void
  1467. mainloop_schedule_postloop_cleanup(void)
  1468. {
  1469. mainloop_event_activate(postloop_cleanup_ev);
  1470. }
  1471. #define LONGEST_TIMER_PERIOD (30 * 86400)
  1472. /** Helper: Return the number of seconds between <b>now</b> and <b>next</b>,
  1473. * clipped to the range [1 second, LONGEST_TIMER_PERIOD]. */
  1474. static inline int
  1475. safe_timer_diff(time_t now, time_t next)
  1476. {
  1477. if (next > now) {
  1478. /* There were no computers at signed TIME_MIN (1902 on 32-bit systems),
  1479. * and nothing that could run Tor. It's a bug if 'next' is around then.
  1480. * On 64-bit systems with signed TIME_MIN, TIME_MIN is before the Big
  1481. * Bang. We cannot extrapolate past a singularity, but there was probably
  1482. * nothing that could run Tor then, either.
  1483. **/
  1484. tor_assert(next > TIME_MIN + LONGEST_TIMER_PERIOD);
  1485. if (next - LONGEST_TIMER_PERIOD > now)
  1486. return LONGEST_TIMER_PERIOD;
  1487. return (int)(next - now);
  1488. } else {
  1489. return 1;
  1490. }
  1491. }
  1492. /** Perform regular maintenance tasks. This function gets run once per
  1493. * second by second_elapsed_callback().
  1494. */
  1495. static void
  1496. run_scheduled_events(time_t now)
  1497. {
  1498. const or_options_t *options = get_options();
  1499. /* 0. See if we've been asked to shut down and our timeout has
  1500. * expired; or if our bandwidth limits are exhausted and we
  1501. * should hibernate; or if it's time to wake up from hibernation.
  1502. */
  1503. consider_hibernation(now);
  1504. /* 0b. If we've deferred a signewnym, make sure it gets handled
  1505. * eventually. */
  1506. if (signewnym_is_pending &&
  1507. time_of_last_signewnym + MAX_SIGNEWNYM_RATE <= now) {
  1508. log_info(LD_CONTROL, "Honoring delayed NEWNYM request");
  1509. signewnym_impl(now);
  1510. }
  1511. /* 0c. If we've deferred log messages for the controller, handle them now */
  1512. flush_pending_log_callbacks();
  1513. /* Maybe enough time elapsed for us to reconsider a circuit. */
  1514. circuit_upgrade_circuits_from_guard_wait();
  1515. if (options->UseBridges && !net_is_disabled()) {
  1516. /* Note: this check uses net_is_disabled(), not should_delay_dir_fetches()
  1517. * -- the latter is only for fetching consensus-derived directory info. */
  1518. fetch_bridge_descriptors(options, now);
  1519. }
  1520. if (accounting_is_enabled(options)) {
  1521. accounting_run_housekeeping(now);
  1522. }
  1523. if (authdir_mode_v3(options)) {
  1524. dirvote_act(options, now);
  1525. }
  1526. /* 3a. Every second, we examine pending circuits and prune the
  1527. * ones which have been pending for more than a few seconds.
  1528. * We do this before step 4, so it can try building more if
  1529. * it's not comfortable with the number of available circuits.
  1530. */
  1531. /* (If our circuit build timeout can ever become lower than a second (which
  1532. * it can't, currently), we should do this more often.) */
  1533. circuit_expire_building();
  1534. circuit_expire_waiting_for_better_guard();
  1535. /* 3b. Also look at pending streams and prune the ones that 'began'
  1536. * a long time ago but haven't gotten a 'connected' yet.
  1537. * Do this before step 4, so we can put them back into pending
  1538. * state to be picked up by the new circuit.
  1539. */
  1540. connection_ap_expire_beginning();
  1541. /* 3c. And expire connections that we've held open for too long.
  1542. */
  1543. connection_expire_held_open();
  1544. /* 4. Every second, we try a new circuit if there are no valid
  1545. * circuits. Every NewCircuitPeriod seconds, we expire circuits
  1546. * that became dirty more than MaxCircuitDirtiness seconds ago,
  1547. * and we make a new circ if there are no clean circuits.
  1548. */
  1549. const int have_dir_info = router_have_minimum_dir_info();
  1550. if (have_dir_info && !net_is_disabled()) {
  1551. circuit_build_needed_circs(now);
  1552. } else {
  1553. circuit_expire_old_circs_as_needed(now);
  1554. }
  1555. /* 5. We do housekeeping for each connection... */
  1556. channel_update_bad_for_new_circs(NULL, 0);
  1557. int i;
  1558. for (i=0;i<smartlist_len(connection_array);i++) {
  1559. run_connection_housekeeping(i, now);
  1560. }
  1561. /* 11b. check pending unconfigured managed proxies */
  1562. if (!net_is_disabled() && pt_proxies_configuration_pending())
  1563. pt_configure_remaining_proxies();
  1564. }
  1565. /* Periodic callback: rotate the onion keys after the period defined by the
  1566. * "onion-key-rotation-days" consensus parameter, shut down and restart all
  1567. * cpuworkers, and update our descriptor if necessary.
  1568. */
  1569. static int
  1570. rotate_onion_key_callback(time_t now, const or_options_t *options)
  1571. {
  1572. if (server_mode(options)) {
  1573. int onion_key_lifetime = get_onion_key_lifetime();
  1574. time_t rotation_time = get_onion_key_set_at()+onion_key_lifetime;
  1575. if (rotation_time > now) {
  1576. return ONION_KEY_CONSENSUS_CHECK_INTERVAL;
  1577. }
  1578. log_info(LD_GENERAL,"Rotating onion key.");
  1579. rotate_onion_key();
  1580. cpuworkers_rotate_keyinfo();
  1581. if (router_rebuild_descriptor(1)<0) {
  1582. log_info(LD_CONFIG, "Couldn't rebuild router descriptor");
  1583. }
  1584. if (advertised_server_mode() && !net_is_disabled())
  1585. router_upload_dir_desc_to_dirservers(0);
  1586. return ONION_KEY_CONSENSUS_CHECK_INTERVAL;
  1587. }
  1588. return PERIODIC_EVENT_NO_UPDATE;
  1589. }
  1590. /* Period callback: Check if our old onion keys are still valid after the
  1591. * period of time defined by the consensus parameter
  1592. * "onion-key-grace-period-days", otherwise expire them by setting them to
  1593. * NULL.
  1594. */
  1595. static int
  1596. check_onion_keys_expiry_time_callback(time_t now, const or_options_t *options)
  1597. {
  1598. if (server_mode(options)) {
  1599. int onion_key_grace_period = get_onion_key_grace_period();
  1600. time_t expiry_time = get_onion_key_set_at()+onion_key_grace_period;
  1601. if (expiry_time > now) {
  1602. return ONION_KEY_CONSENSUS_CHECK_INTERVAL;
  1603. }
  1604. log_info(LD_GENERAL, "Expiring old onion keys.");
  1605. expire_old_onion_keys();
  1606. cpuworkers_rotate_keyinfo();
  1607. return ONION_KEY_CONSENSUS_CHECK_INTERVAL;
  1608. }
  1609. return PERIODIC_EVENT_NO_UPDATE;
  1610. }
  1611. /* Periodic callback: Every 30 seconds, check whether it's time to make new
  1612. * Ed25519 subkeys.
  1613. */
  1614. static int
  1615. check_ed_keys_callback(time_t now, const or_options_t *options)
  1616. {
  1617. if (server_mode(options)) {
  1618. if (should_make_new_ed_keys(options, now)) {
  1619. int new_signing_key = load_ed_keys(options, now);
  1620. if (new_signing_key < 0 ||
  1621. generate_ed_link_cert(options, now, new_signing_key > 0)) {
  1622. log_err(LD_OR, "Unable to update Ed25519 keys! Exiting.");
  1623. tor_shutdown_event_loop_and_exit(1);
  1624. }
  1625. }
  1626. return 30;
  1627. }
  1628. return PERIODIC_EVENT_NO_UPDATE;
  1629. }
  1630. /**
  1631. * Periodic callback: Every {LAZY,GREEDY}_DESCRIPTOR_RETRY_INTERVAL,
  1632. * see about fetching descriptors, microdescriptors, and extrainfo
  1633. * documents.
  1634. */
  1635. static int
  1636. launch_descriptor_fetches_callback(time_t now, const or_options_t *options)
  1637. {
  1638. if (should_delay_dir_fetches(options, NULL))
  1639. return PERIODIC_EVENT_NO_UPDATE;
  1640. update_all_descriptor_downloads(now);
  1641. update_extrainfo_downloads(now);
  1642. if (router_have_minimum_dir_info())
  1643. return LAZY_DESCRIPTOR_RETRY_INTERVAL;
  1644. else
  1645. return GREEDY_DESCRIPTOR_RETRY_INTERVAL;
  1646. }
  1647. /**
  1648. * Periodic event: Rotate our X.509 certificates and TLS keys once every
  1649. * MAX_SSL_KEY_LIFETIME_INTERNAL.
  1650. */
  1651. static int
  1652. rotate_x509_certificate_callback(time_t now, const or_options_t *options)
  1653. {
  1654. static int first = 1;
  1655. (void)now;
  1656. (void)options;
  1657. if (first) {
  1658. first = 0;
  1659. return MAX_SSL_KEY_LIFETIME_INTERNAL;
  1660. }
  1661. /* 1b. Every MAX_SSL_KEY_LIFETIME_INTERNAL seconds, we change our
  1662. * TLS context. */
  1663. log_info(LD_GENERAL,"Rotating tls context.");
  1664. if (router_initialize_tls_context() < 0) {
  1665. log_err(LD_BUG, "Error reinitializing TLS context");
  1666. tor_assert_unreached();
  1667. }
  1668. if (generate_ed_link_cert(options, now, 1)) {
  1669. log_err(LD_OR, "Unable to update Ed25519->TLS link certificate for "
  1670. "new TLS context.");
  1671. tor_assert_unreached();
  1672. }
  1673. /* We also make sure to rotate the TLS connections themselves if they've
  1674. * been up for too long -- but that's done via is_bad_for_new_circs in
  1675. * run_connection_housekeeping() above. */
  1676. return MAX_SSL_KEY_LIFETIME_INTERNAL;
  1677. }
  1678. /**
  1679. * Periodic callback: once an hour, grab some more entropy from the
  1680. * kernel and feed it to our CSPRNG.
  1681. **/
  1682. static int
  1683. add_entropy_callback(time_t now, const or_options_t *options)
  1684. {
  1685. (void)now;
  1686. (void)options;
  1687. /* We already seeded once, so don't die on failure. */
  1688. if (crypto_seed_rng() < 0) {
  1689. log_warn(LD_GENERAL, "Tried to re-seed RNG, but failed. We already "
  1690. "seeded once, though, so we won't exit here.");
  1691. }
  1692. /** How often do we add more entropy to OpenSSL's RNG pool? */
  1693. #define ENTROPY_INTERVAL (60*60)
  1694. return ENTROPY_INTERVAL;
  1695. }
  1696. /**
  1697. * Periodic callback: if we're an authority, make sure we test
  1698. * the routers on the network for reachability.
  1699. */
  1700. static int
  1701. launch_reachability_tests_callback(time_t now, const or_options_t *options)
  1702. {
  1703. if (authdir_mode_tests_reachability(options) &&
  1704. !net_is_disabled()) {
  1705. /* try to determine reachability of the other Tor relays */
  1706. dirserv_test_reachability(now);
  1707. }
  1708. return REACHABILITY_TEST_INTERVAL;
  1709. }
  1710. /**
  1711. * Periodic callback: if we're an authority, discount the stability
  1712. * information (and other rephist information) that's older.
  1713. */
  1714. static int
  1715. downrate_stability_callback(time_t now, const or_options_t *options)
  1716. {
  1717. (void)options;
  1718. /* 1d. Periodically, we discount older stability information so that new
  1719. * stability info counts more, and save the stability information to disk as
  1720. * appropriate. */
  1721. time_t next = rep_hist_downrate_old_runs(now);
  1722. return safe_timer_diff(now, next);
  1723. }
  1724. /**
  1725. * Periodic callback: if we're an authority, record our measured stability
  1726. * information from rephist in an mtbf file.
  1727. */
  1728. static int
  1729. save_stability_callback(time_t now, const or_options_t *options)
  1730. {
  1731. if (authdir_mode_tests_reachability(options)) {
  1732. if (rep_hist_record_mtbf_data(now, 1)<0) {
  1733. log_warn(LD_GENERAL, "Couldn't store mtbf data.");
  1734. }
  1735. }
  1736. #define SAVE_STABILITY_INTERVAL (30*60)
  1737. return SAVE_STABILITY_INTERVAL;
  1738. }
  1739. /**
  1740. * Periodic callback: if we're an authority, check on our authority
  1741. * certificate (the one that authenticates our authority signing key).
  1742. */
  1743. static int
  1744. check_authority_cert_callback(time_t now, const or_options_t *options)
  1745. {
  1746. (void)now;
  1747. (void)options;
  1748. /* 1e. Periodically, if we're a v3 authority, we check whether our cert is
  1749. * close to expiring and warn the admin if it is. */
  1750. v3_authority_check_key_expiry();
  1751. #define CHECK_V3_CERTIFICATE_INTERVAL (5*60)
  1752. return CHECK_V3_CERTIFICATE_INTERVAL;
  1753. }
  1754. /**
  1755. * Periodic callback: If our consensus is too old, recalculate whether
  1756. * we can actually use it.
  1757. */
  1758. static int
  1759. check_expired_networkstatus_callback(time_t now, const or_options_t *options)
  1760. {
  1761. (void)options;
  1762. /* Check whether our networkstatus has expired. */
  1763. networkstatus_t *ns = networkstatus_get_latest_consensus();
  1764. /*XXXX RD: This value needs to be the same as REASONABLY_LIVE_TIME in
  1765. * networkstatus_get_reasonably_live_consensus(), but that value is way
  1766. * way too high. Arma: is the bridge issue there resolved yet? -NM */
  1767. #define NS_EXPIRY_SLOP (24*60*60)
  1768. if (ns && ns->valid_until < (now - NS_EXPIRY_SLOP) &&
  1769. router_have_minimum_dir_info()) {
  1770. router_dir_info_changed();
  1771. }
  1772. #define CHECK_EXPIRED_NS_INTERVAL (2*60)
  1773. return CHECK_EXPIRED_NS_INTERVAL;
  1774. }
  1775. /**
  1776. * Scheduled callback: Save the state file to disk if appropriate.
  1777. */
  1778. static int
  1779. save_state_callback(time_t now, const or_options_t *options)
  1780. {
  1781. (void) options;
  1782. (void) or_state_save(now); // only saves if appropriate
  1783. const time_t next_write = get_or_state()->next_write;
  1784. if (next_write == TIME_MAX) {
  1785. return 86400;
  1786. } else if (BUG(next_write <= now)) {
  1787. /* This can't happen due to clock jumps, since the value of next_write
  1788. * is based on the same "now" that we passed to or_state_save().
  1789. */
  1790. return PERIODIC_EVENT_NO_UPDATE;
  1791. } else {
  1792. return (int)(next_write - now);
  1793. }
  1794. }
  1795. /** Reschedule the event for saving the state file.
  1796. *
  1797. * Run this when the state becomes dirty. */
  1798. void
  1799. reschedule_or_state_save(void)
  1800. {
  1801. tor_assert(save_state_event);
  1802. periodic_event_reschedule(save_state_event);
  1803. }
  1804. /**
  1805. * Periodic callback: Write statistics to disk if appropriate.
  1806. */
  1807. static int
  1808. write_stats_file_callback(time_t now, const or_options_t *options)
  1809. {
  1810. /* 1g. Check whether we should write statistics to disk.
  1811. */
  1812. #define CHECK_WRITE_STATS_INTERVAL (60*60)
  1813. time_t next_time_to_write_stats_files = now + CHECK_WRITE_STATS_INTERVAL;
  1814. if (options->CellStatistics) {
  1815. time_t next_write =
  1816. rep_hist_buffer_stats_write(now);
  1817. if (next_write && next_write < next_time_to_write_stats_files)
  1818. next_time_to_write_stats_files = next_write;
  1819. }
  1820. if (options->DirReqStatistics) {
  1821. time_t next_write = geoip_dirreq_stats_write(now);
  1822. if (next_write && next_write < next_time_to_write_stats_files)
  1823. next_time_to_write_stats_files = next_write;
  1824. }
  1825. if (options->EntryStatistics) {
  1826. time_t next_write = geoip_entry_stats_write(now);
  1827. if (next_write && next_write < next_time_to_write_stats_files)
  1828. next_time_to_write_stats_files = next_write;
  1829. }
  1830. if (options->HiddenServiceStatistics) {
  1831. time_t next_write = rep_hist_hs_stats_write(now);
  1832. if (next_write && next_write < next_time_to_write_stats_files)
  1833. next_time_to_write_stats_files = next_write;
  1834. }
  1835. if (options->ExitPortStatistics) {
  1836. time_t next_write = rep_hist_exit_stats_write(now);
  1837. if (next_write && next_write < next_time_to_write_stats_files)
  1838. next_time_to_write_stats_files = next_write;
  1839. }
  1840. if (options->ConnDirectionStatistics) {
  1841. time_t next_write = rep_hist_conn_stats_write(now);
  1842. if (next_write && next_write < next_time_to_write_stats_files)
  1843. next_time_to_write_stats_files = next_write;
  1844. }
  1845. if (options->BridgeAuthoritativeDir) {
  1846. time_t next_write = rep_hist_desc_stats_write(now);
  1847. if (next_write && next_write < next_time_to_write_stats_files)
  1848. next_time_to_write_stats_files = next_write;
  1849. }
  1850. return safe_timer_diff(now, next_time_to_write_stats_files);
  1851. }
  1852. #define CHANNEL_CHECK_INTERVAL (60*60)
  1853. static int
  1854. check_canonical_channels_callback(time_t now, const or_options_t *options)
  1855. {
  1856. (void)now;
  1857. if (public_server_mode(options))
  1858. channel_check_for_duplicates();
  1859. return CHANNEL_CHECK_INTERVAL;
  1860. }
  1861. static int
  1862. reset_padding_counts_callback(time_t now, const or_options_t *options)
  1863. {
  1864. if (options->PaddingStatistics) {
  1865. rep_hist_prep_published_padding_counts(now);
  1866. }
  1867. rep_hist_reset_padding_counts();
  1868. return REPHIST_CELL_PADDING_COUNTS_INTERVAL;
  1869. }
  1870. static int should_init_bridge_stats = 1;
  1871. /**
  1872. * Periodic callback: Write bridge statistics to disk if appropriate.
  1873. */
  1874. static int
  1875. record_bridge_stats_callback(time_t now, const or_options_t *options)
  1876. {
  1877. /* 1h. Check whether we should write bridge statistics to disk.
  1878. */
  1879. if (should_record_bridge_info(options)) {
  1880. if (should_init_bridge_stats) {
  1881. /* (Re-)initialize bridge statistics. */
  1882. geoip_bridge_stats_init(now);
  1883. should_init_bridge_stats = 0;
  1884. return WRITE_STATS_INTERVAL;
  1885. } else {
  1886. /* Possibly write bridge statistics to disk and ask when to write
  1887. * them next time. */
  1888. time_t next = geoip_bridge_stats_write(now);
  1889. return safe_timer_diff(now, next);
  1890. }
  1891. } else if (!should_init_bridge_stats) {
  1892. /* Bridge mode was turned off. Ensure that stats are re-initialized
  1893. * next time bridge mode is turned on. */
  1894. should_init_bridge_stats = 1;
  1895. }
  1896. return PERIODIC_EVENT_NO_UPDATE;
  1897. }
  1898. /**
  1899. * Periodic callback: Clean in-memory caches every once in a while
  1900. */
  1901. static int
  1902. clean_caches_callback(time_t now, const or_options_t *options)
  1903. {
  1904. /* Remove old information from rephist and the rend cache. */
  1905. rep_history_clean(now - options->RephistTrackTime);
  1906. rend_cache_clean(now, REND_CACHE_TYPE_SERVICE);
  1907. hs_cache_clean_as_client(now);
  1908. hs_cache_clean_as_dir(now);
  1909. microdesc_cache_rebuild(NULL, 0);
  1910. #define CLEAN_CACHES_INTERVAL (30*60)
  1911. return CLEAN_CACHES_INTERVAL;
  1912. }
  1913. /**
  1914. * Periodic callback: Clean the cache of failed hidden service lookups
  1915. * frequently.
  1916. */
  1917. static int
  1918. rend_cache_failure_clean_callback(time_t now, const or_options_t *options)
  1919. {
  1920. (void)options;
  1921. /* We don't keep entries that are more than five minutes old so we try to
  1922. * clean it as soon as we can since we want to make sure the client waits
  1923. * as little as possible for reachability reasons. */
  1924. rend_cache_failure_clean(now);
  1925. hs_cache_client_intro_state_clean(now);
  1926. return 30;
  1927. }
  1928. /**
  1929. * Periodic callback: If we're a server and initializing dns failed, retry.
  1930. */
  1931. static int
  1932. retry_dns_callback(time_t now, const or_options_t *options)
  1933. {
  1934. (void)now;
  1935. #define RETRY_DNS_INTERVAL (10*60)
  1936. if (server_mode(options) && has_dns_init_failed())
  1937. dns_init();
  1938. return RETRY_DNS_INTERVAL;
  1939. }
  1940. /** Periodic callback: consider rebuilding or and re-uploading our descriptor
  1941. * (if we've passed our internal checks). */
  1942. static int
  1943. check_descriptor_callback(time_t now, const or_options_t *options)
  1944. {
  1945. /** How often do we check whether part of our router info has changed in a
  1946. * way that would require an upload? That includes checking whether our IP
  1947. * address has changed. */
  1948. #define CHECK_DESCRIPTOR_INTERVAL (60)
  1949. (void)options;
  1950. /* 2b. Once per minute, regenerate and upload the descriptor if the old
  1951. * one is inaccurate. */
  1952. if (!net_is_disabled()) {
  1953. check_descriptor_bandwidth_changed(now);
  1954. check_descriptor_ipaddress_changed(now);
  1955. mark_my_descriptor_dirty_if_too_old(now);
  1956. consider_publishable_server(0);
  1957. /* If any networkstatus documents are no longer recent, we need to
  1958. * update all the descriptors' running status. */
  1959. /* Remove dead routers. */
  1960. /* XXXX This doesn't belong here, but it was here in the pre-
  1961. * XXXX refactoring code. */
  1962. routerlist_remove_old_routers();
  1963. }
  1964. return CHECK_DESCRIPTOR_INTERVAL;
  1965. }
  1966. /**
  1967. * Periodic callback: check whether we're reachable (as a relay), and
  1968. * whether our bandwidth has changed enough that we need to
  1969. * publish a new descriptor.
  1970. */
  1971. static int
  1972. check_for_reachability_bw_callback(time_t now, const or_options_t *options)
  1973. {
  1974. /* XXXX This whole thing was stuck in the middle of what is now
  1975. * XXXX check_descriptor_callback. I'm not sure it's right. */
  1976. static int dirport_reachability_count = 0;
  1977. /* also, check religiously for reachability, if it's within the first
  1978. * 20 minutes of our uptime. */
  1979. if (server_mode(options) &&
  1980. (have_completed_a_circuit() || !any_predicted_circuits(now)) &&
  1981. !net_is_disabled()) {
  1982. if (get_uptime() < TIMEOUT_UNTIL_UNREACHABILITY_COMPLAINT) {
  1983. router_do_reachability_checks(1, dirport_reachability_count==0);
  1984. if (++dirport_reachability_count > 5)
  1985. dirport_reachability_count = 0;
  1986. return 1;
  1987. } else {
  1988. /* If we haven't checked for 12 hours and our bandwidth estimate is
  1989. * low, do another bandwidth test. This is especially important for
  1990. * bridges, since they might go long periods without much use. */
  1991. const routerinfo_t *me = router_get_my_routerinfo();
  1992. static int first_time = 1;
  1993. if (!first_time && me &&
  1994. me->bandwidthcapacity < me->bandwidthrate &&
  1995. me->bandwidthcapacity < 51200) {
  1996. reset_bandwidth_test();
  1997. }
  1998. first_time = 0;
  1999. #define BANDWIDTH_RECHECK_INTERVAL (12*60*60)
  2000. return BANDWIDTH_RECHECK_INTERVAL;
  2001. }
  2002. }
  2003. return CHECK_DESCRIPTOR_INTERVAL;
  2004. }
  2005. /**
  2006. * Periodic event: once a minute, (or every second if TestingTorNetwork, or
  2007. * during client bootstrap), check whether we want to download any
  2008. * networkstatus documents. */
  2009. static int
  2010. fetch_networkstatus_callback(time_t now, const or_options_t *options)
  2011. {
  2012. /* How often do we check whether we should download network status
  2013. * documents? */
  2014. const int we_are_bootstrapping = networkstatus_consensus_is_bootstrapping(
  2015. now);
  2016. const int prefer_mirrors = !directory_fetches_from_authorities(
  2017. get_options());
  2018. int networkstatus_dl_check_interval = 60;
  2019. /* check more often when testing, or when bootstrapping from mirrors
  2020. * (connection limits prevent too many connections being made) */
  2021. if (options->TestingTorNetwork
  2022. || (we_are_bootstrapping && prefer_mirrors)) {
  2023. networkstatus_dl_check_interval = 1;
  2024. }
  2025. if (should_delay_dir_fetches(options, NULL))
  2026. return PERIODIC_EVENT_NO_UPDATE;
  2027. update_networkstatus_downloads(now);
  2028. return networkstatus_dl_check_interval;
  2029. }
  2030. /**
  2031. * Periodic callback: Every 60 seconds, we relaunch listeners if any died. */
  2032. static int
  2033. retry_listeners_callback(time_t now, const or_options_t *options)
  2034. {
  2035. (void)now;
  2036. (void)options;
  2037. if (!net_is_disabled()) {
  2038. retry_all_listeners(NULL, NULL, 0);
  2039. return 60;
  2040. }
  2041. return PERIODIC_EVENT_NO_UPDATE;
  2042. }
  2043. /**
  2044. * Periodic callback: as a server, see if we have any old unused circuits
  2045. * that should be expired */
  2046. static int
  2047. expire_old_ciruits_serverside_callback(time_t now, const or_options_t *options)
  2048. {
  2049. (void)options;
  2050. /* every 11 seconds, so not usually the same second as other such events */
  2051. circuit_expire_old_circuits_serverside(now);
  2052. return 11;
  2053. }
  2054. static int dns_honesty_first_time = 1;
  2055. /**
  2056. * Periodic event: if we're an exit, see if our DNS server is telling us
  2057. * obvious lies.
  2058. */
  2059. static int
  2060. check_dns_honesty_callback(time_t now, const or_options_t *options)
  2061. {
  2062. (void)now;
  2063. /* 9. and if we're an exit node, check whether our DNS is telling stories
  2064. * to us. */
  2065. if (net_is_disabled() ||
  2066. ! public_server_mode(options) ||
  2067. router_my_exit_policy_is_reject_star())
  2068. return PERIODIC_EVENT_NO_UPDATE;
  2069. if (dns_honesty_first_time) {
  2070. /* Don't launch right when we start */
  2071. dns_honesty_first_time = 0;
  2072. return crypto_rand_int_range(60, 180);
  2073. }
  2074. dns_launch_correctness_checks();
  2075. return 12*3600 + crypto_rand_int(12*3600);
  2076. }
  2077. /**
  2078. * Periodic callback: if we're the bridge authority, write a networkstatus
  2079. * file to disk.
  2080. */
  2081. static int
  2082. write_bridge_ns_callback(time_t now, const or_options_t *options)
  2083. {
  2084. /* 10. write bridge networkstatus file to disk */
  2085. if (options->BridgeAuthoritativeDir) {
  2086. networkstatus_dump_bridge_status_to_file(now);
  2087. #define BRIDGE_STATUSFILE_INTERVAL (30*60)
  2088. return BRIDGE_STATUSFILE_INTERVAL;
  2089. }
  2090. return PERIODIC_EVENT_NO_UPDATE;
  2091. }
  2092. static int heartbeat_callback_first_time = 1;
  2093. /**
  2094. * Periodic callback: write the heartbeat message in the logs.
  2095. *
  2096. * If writing the heartbeat message to the logs fails for some reason, retry
  2097. * again after <b>MIN_HEARTBEAT_PERIOD</b> seconds.
  2098. */
  2099. static int
  2100. heartbeat_callback(time_t now, const or_options_t *options)
  2101. {
  2102. /* Check if heartbeat is disabled */
  2103. if (!options->HeartbeatPeriod) {
  2104. return PERIODIC_EVENT_NO_UPDATE;
  2105. }
  2106. /* Skip the first one. */
  2107. if (heartbeat_callback_first_time) {
  2108. heartbeat_callback_first_time = 0;
  2109. return options->HeartbeatPeriod;
  2110. }
  2111. /* Write the heartbeat message */
  2112. if (log_heartbeat(now) == 0) {
  2113. return options->HeartbeatPeriod;
  2114. } else {
  2115. /* If we couldn't write the heartbeat log message, try again in the minimum
  2116. * interval of time. */
  2117. return MIN_HEARTBEAT_PERIOD;
  2118. }
  2119. }
  2120. #define CDM_CLEAN_CALLBACK_INTERVAL 600
  2121. static int
  2122. clean_consdiffmgr_callback(time_t now, const or_options_t *options)
  2123. {
  2124. (void)now;
  2125. if (dir_server_mode(options)) {
  2126. consdiffmgr_cleanup();
  2127. }
  2128. return CDM_CLEAN_CALLBACK_INTERVAL;
  2129. }
  2130. /*
  2131. * Periodic callback: Run scheduled events for HS service. This is called
  2132. * every second.
  2133. */
  2134. static int
  2135. hs_service_callback(time_t now, const or_options_t *options)
  2136. {
  2137. (void) options;
  2138. /* We need to at least be able to build circuits and that we actually have
  2139. * a working network. */
  2140. if (!have_completed_a_circuit() || net_is_disabled() ||
  2141. networkstatus_get_live_consensus(now) == NULL) {
  2142. goto end;
  2143. }
  2144. hs_service_run_scheduled_events(now);
  2145. end:
  2146. /* Every 1 second. */
  2147. return 1;
  2148. }
  2149. /** Timer: used to invoke second_elapsed_callback() once per second. */
  2150. static periodic_timer_t *second_timer = NULL;
  2151. /** Number of libevent errors in the last second: we die if we get too many. */
  2152. static int n_libevent_errors = 0;
  2153. /** Last time that second_elapsed_callback was called. */
  2154. static time_t current_second = 0;
  2155. /** Libevent callback: invoked once every second. */
  2156. static void
  2157. second_elapsed_callback(periodic_timer_t *timer, void *arg)
  2158. {
  2159. /* XXXX This could be sensibly refactored into multiple callbacks, and we
  2160. * could use Libevent's timers for this rather than checking the current
  2161. * time against a bunch of timeouts every second. */
  2162. time_t now;
  2163. size_t bytes_written;
  2164. size_t bytes_read;
  2165. int seconds_elapsed;
  2166. const or_options_t *options = get_options();
  2167. (void)timer;
  2168. (void)arg;
  2169. n_libevent_errors = 0;
  2170. /* log_notice(LD_GENERAL, "Tick."); */
  2171. now = time(NULL);
  2172. update_approx_time(now);
  2173. /* the second has rolled over. check more stuff. */
  2174. seconds_elapsed = current_second ? (int)(now - current_second) : 0;
  2175. bytes_read = (size_t)(stats_n_bytes_read - stats_prev_n_read);
  2176. bytes_written = (size_t)(stats_n_bytes_written - stats_prev_n_written);
  2177. stats_prev_n_read = stats_n_bytes_read;
  2178. stats_prev_n_written = stats_n_bytes_written;
  2179. control_event_bandwidth_used((uint32_t)bytes_read,(uint32_t)bytes_written);
  2180. control_event_stream_bandwidth_used();
  2181. control_event_conn_bandwidth_used();
  2182. control_event_circ_bandwidth_used();
  2183. control_event_circuit_cell_stats();
  2184. if (server_mode(options) &&
  2185. !net_is_disabled() &&
  2186. seconds_elapsed > 0 &&
  2187. have_completed_a_circuit() &&
  2188. get_uptime() / TIMEOUT_UNTIL_UNREACHABILITY_COMPLAINT !=
  2189. (get_uptime()+seconds_elapsed) /
  2190. TIMEOUT_UNTIL_UNREACHABILITY_COMPLAINT) {
  2191. /* every 20 minutes, check and complain if necessary */
  2192. const routerinfo_t *me = router_get_my_routerinfo();
  2193. if (me && !check_whether_orport_reachable(options)) {
  2194. char *address = tor_dup_ip(me->addr);
  2195. log_warn(LD_CONFIG,"Your server (%s:%d) has not managed to confirm that "
  2196. "its ORPort is reachable. Relays do not publish descriptors "
  2197. "until their ORPort and DirPort are reachable. Please check "
  2198. "your firewalls, ports, address, /etc/hosts file, etc.",
  2199. address, me->or_port);
  2200. control_event_server_status(LOG_WARN,
  2201. "REACHABILITY_FAILED ORADDRESS=%s:%d",
  2202. address, me->or_port);
  2203. tor_free(address);
  2204. }
  2205. if (me && !check_whether_dirport_reachable(options)) {
  2206. char *address = tor_dup_ip(me->addr);
  2207. log_warn(LD_CONFIG,
  2208. "Your server (%s:%d) has not managed to confirm that its "
  2209. "DirPort is reachable. Relays do not publish descriptors "
  2210. "until their ORPort and DirPort are reachable. Please check "
  2211. "your firewalls, ports, address, /etc/hosts file, etc.",
  2212. address, me->dir_port);
  2213. control_event_server_status(LOG_WARN,
  2214. "REACHABILITY_FAILED DIRADDRESS=%s:%d",
  2215. address, me->dir_port);
  2216. tor_free(address);
  2217. }
  2218. }
  2219. /** If more than this many seconds have elapsed, probably the clock
  2220. * jumped: doesn't count. */
  2221. #define NUM_JUMPED_SECONDS_BEFORE_WARN 100
  2222. if (seconds_elapsed < -NUM_JUMPED_SECONDS_BEFORE_WARN ||
  2223. seconds_elapsed >= NUM_JUMPED_SECONDS_BEFORE_WARN) {
  2224. circuit_note_clock_jumped(seconds_elapsed);
  2225. } else if (seconds_elapsed > 0)
  2226. stats_n_seconds_working += seconds_elapsed;
  2227. run_scheduled_events(now);
  2228. current_second = now; /* remember which second it is, for next time */
  2229. }
  2230. #ifdef HAVE_SYSTEMD_209
  2231. static periodic_timer_t *systemd_watchdog_timer = NULL;
  2232. /** Libevent callback: invoked to reset systemd watchdog. */
  2233. static void
  2234. systemd_watchdog_callback(periodic_timer_t *timer, void *arg)
  2235. {
  2236. (void)timer;
  2237. (void)arg;
  2238. sd_notify(0, "WATCHDOG=1");
  2239. }
  2240. #endif /* defined(HAVE_SYSTEMD_209) */
  2241. #ifndef _WIN32
  2242. /** Called when a possibly ignorable libevent error occurs; ensures that we
  2243. * don't get into an infinite loop by ignoring too many errors from
  2244. * libevent. */
  2245. static int
  2246. got_libevent_error(void)
  2247. {
  2248. if (++n_libevent_errors > 8) {
  2249. log_err(LD_NET, "Too many libevent errors in one second; dying");
  2250. return -1;
  2251. }
  2252. return 0;
  2253. }
  2254. #endif /* !defined(_WIN32) */
  2255. #define UPTIME_CUTOFF_FOR_NEW_BANDWIDTH_TEST (6*60*60)
  2256. /** Called when our IP address seems to have changed. <b>at_interface</b>
  2257. * should be true if we detected a change in our interface, and false if we
  2258. * detected a change in our published address. */
  2259. void
  2260. ip_address_changed(int at_interface)
  2261. {
  2262. const or_options_t *options = get_options();
  2263. int server = server_mode(options);
  2264. int exit_reject_interfaces = (server && options->ExitRelay
  2265. && options->ExitPolicyRejectLocalInterfaces);
  2266. if (at_interface) {
  2267. if (! server) {
  2268. /* Okay, change our keys. */
  2269. if (init_keys_client() < 0)
  2270. log_warn(LD_GENERAL, "Unable to rotate keys after IP change!");
  2271. }
  2272. } else {
  2273. if (server) {
  2274. if (get_uptime() > UPTIME_CUTOFF_FOR_NEW_BANDWIDTH_TEST)
  2275. reset_bandwidth_test();
  2276. reset_uptime();
  2277. router_reset_reachability();
  2278. }
  2279. }
  2280. /* Exit relays incorporate interface addresses in their exit policies when
  2281. * ExitPolicyRejectLocalInterfaces is set */
  2282. if (exit_reject_interfaces || (server && !at_interface)) {
  2283. mark_my_descriptor_dirty("IP address changed");
  2284. }
  2285. dns_servers_relaunch_checks();
  2286. }
  2287. /** Forget what we've learned about the correctness of our DNS servers, and
  2288. * start learning again. */
  2289. void
  2290. dns_servers_relaunch_checks(void)
  2291. {
  2292. if (server_mode(get_options())) {
  2293. dns_reset_correctness_checks();
  2294. if (periodic_events_initialized) {
  2295. tor_assert(check_dns_honesty_event);
  2296. periodic_event_reschedule(check_dns_honesty_event);
  2297. }
  2298. }
  2299. }
  2300. /** Called when we get a SIGHUP: reload configuration files and keys,
  2301. * retry all connections, and so on. */
  2302. static int
  2303. do_hup(void)
  2304. {
  2305. const or_options_t *options = get_options();
  2306. #ifdef USE_DMALLOC
  2307. dmalloc_log_stats();
  2308. dmalloc_log_changed(0, 1, 0, 0);
  2309. #endif
  2310. log_notice(LD_GENERAL,"Received reload signal (hup). Reloading config and "
  2311. "resetting internal state.");
  2312. if (accounting_is_enabled(options))
  2313. accounting_record_bandwidth_usage(time(NULL), get_or_state());
  2314. router_reset_warnings();
  2315. routerlist_reset_warnings();
  2316. /* first, reload config variables, in case they've changed */
  2317. if (options->ReloadTorrcOnSIGHUP) {
  2318. /* no need to provide argc/v, they've been cached in init_from_config */
  2319. int init_rv = options_init_from_torrc(0, NULL);
  2320. if (init_rv < 0) {
  2321. log_err(LD_CONFIG,"Reading config failed--see warnings above. "
  2322. "For usage, try -h.");
  2323. return -1;
  2324. } else if (BUG(init_rv > 0)) {
  2325. // LCOV_EXCL_START
  2326. /* This should be impossible: the only "return 1" cases in
  2327. * options_init_from_torrc are ones caused by command-line arguments;
  2328. * but they can't change while Tor is running. */
  2329. return -1;
  2330. // LCOV_EXCL_STOP
  2331. }
  2332. options = get_options(); /* they have changed now */
  2333. /* Logs are only truncated the first time they are opened, but were
  2334. probably intended to be cleaned up on signal. */
  2335. if (options->TruncateLogFile)
  2336. truncate_logs();
  2337. } else {
  2338. char *msg = NULL;
  2339. log_notice(LD_GENERAL, "Not reloading config file: the controller told "
  2340. "us not to.");
  2341. /* Make stuff get rescanned, reloaded, etc. */
  2342. if (set_options((or_options_t*)options, &msg) < 0) {
  2343. if (!msg)
  2344. msg = tor_strdup("Unknown error");
  2345. log_warn(LD_GENERAL, "Unable to re-set previous options: %s", msg);
  2346. tor_free(msg);
  2347. }
  2348. }
  2349. if (authdir_mode(options)) {
  2350. /* reload the approved-routers file */
  2351. if (dirserv_load_fingerprint_file() < 0) {
  2352. /* warnings are logged from dirserv_load_fingerprint_file() directly */
  2353. log_info(LD_GENERAL, "Error reloading fingerprints. "
  2354. "Continuing with old list.");
  2355. }
  2356. }
  2357. /* Rotate away from the old dirty circuits. This has to be done
  2358. * after we've read the new options, but before we start using
  2359. * circuits for directory fetches. */
  2360. circuit_mark_all_dirty_circs_as_unusable();
  2361. /* retry appropriate downloads */
  2362. router_reset_status_download_failures();
  2363. router_reset_descriptor_download_failures();
  2364. if (!net_is_disabled())
  2365. update_networkstatus_downloads(time(NULL));
  2366. /* We'll retry routerstatus downloads in about 10 seconds; no need to
  2367. * force a retry there. */
  2368. if (server_mode(options)) {
  2369. /* Maybe we've been given a new ed25519 key or certificate?
  2370. */
  2371. time_t now = approx_time();
  2372. int new_signing_key = load_ed_keys(options, now);
  2373. if (new_signing_key < 0 ||
  2374. generate_ed_link_cert(options, now, new_signing_key > 0)) {
  2375. log_warn(LD_OR, "Problem reloading Ed25519 keys; still using old keys.");
  2376. }
  2377. /* Update cpuworker and dnsworker processes, so they get up-to-date
  2378. * configuration options. */
  2379. cpuworkers_rotate_keyinfo();
  2380. dns_reset();
  2381. }
  2382. return 0;
  2383. }
  2384. /** Initialize some mainloop_event_t objects that we require. */
  2385. STATIC void
  2386. initialize_mainloop_events(void)
  2387. {
  2388. if (!schedule_active_linked_connections_event) {
  2389. schedule_active_linked_connections_event =
  2390. mainloop_event_postloop_new(schedule_active_linked_connections_cb, NULL);
  2391. }
  2392. if (!postloop_cleanup_ev) {
  2393. postloop_cleanup_ev =
  2394. mainloop_event_postloop_new(postloop_cleanup_cb, NULL);
  2395. }
  2396. }
  2397. /** Tor main loop. */
  2398. int
  2399. do_main_loop(void)
  2400. {
  2401. time_t now;
  2402. /* initialize the periodic events first, so that code that depends on the
  2403. * events being present does not assert.
  2404. */
  2405. if (! periodic_events_initialized) {
  2406. initialize_periodic_events();
  2407. }
  2408. initialize_mainloop_events();
  2409. /* initialize dns resolve map, spawn workers if needed */
  2410. if (dns_init() < 0) {
  2411. if (get_options()->ServerDNSAllowBrokenConfig)
  2412. log_warn(LD_GENERAL, "Couldn't set up any working nameservers. "
  2413. "Network not up yet? Will try again soon.");
  2414. else {
  2415. log_err(LD_GENERAL,"Error initializing dns subsystem; exiting. To "
  2416. "retry instead, set the ServerDNSAllowBrokenResolvConf option.");
  2417. }
  2418. }
  2419. handle_signals();
  2420. monotime_init();
  2421. timers_initialize();
  2422. /* load the private keys, if we're supposed to have them, and set up the
  2423. * TLS context. */
  2424. if (! client_identity_key_is_set()) {
  2425. if (init_keys() < 0) {
  2426. log_err(LD_OR, "Error initializing keys; exiting");
  2427. return -1;
  2428. }
  2429. }
  2430. /* Set up our buckets */
  2431. connection_bucket_init();
  2432. /* initialize the bootstrap status events to know we're starting up */
  2433. control_event_bootstrap(BOOTSTRAP_STATUS_STARTING, 0);
  2434. /* Initialize the keypinning log. */
  2435. if (authdir_mode_v3(get_options())) {
  2436. char *fname = get_datadir_fname("key-pinning-journal");
  2437. int r = 0;
  2438. if (keypin_load_journal(fname)<0) {
  2439. log_err(LD_DIR, "Error loading key-pinning journal: %s",strerror(errno));
  2440. r = -1;
  2441. }
  2442. if (keypin_open_journal(fname)<0) {
  2443. log_err(LD_DIR, "Error opening key-pinning journal: %s",strerror(errno));
  2444. r = -1;
  2445. }
  2446. tor_free(fname);
  2447. if (r)
  2448. return r;
  2449. }
  2450. {
  2451. /* This is the old name for key-pinning-journal. These got corrupted
  2452. * in a couple of cases by #16530, so we started over. See #16580 for
  2453. * the rationale and for other options we didn't take. We can remove
  2454. * this code once all the authorities that ran 0.2.7.1-alpha-dev are
  2455. * upgraded.
  2456. */
  2457. char *fname = get_datadir_fname("key-pinning-entries");
  2458. unlink(fname);
  2459. tor_free(fname);
  2460. }
  2461. if (trusted_dirs_reload_certs()) {
  2462. log_warn(LD_DIR,
  2463. "Couldn't load all cached v3 certificates. Starting anyway.");
  2464. }
  2465. if (router_reload_consensus_networkstatus()) {
  2466. return -1;
  2467. }
  2468. /* load the routers file, or assign the defaults. */
  2469. if (router_reload_router_list()) {
  2470. return -1;
  2471. }
  2472. /* load the networkstatuses. (This launches a download for new routers as
  2473. * appropriate.)
  2474. */
  2475. now = time(NULL);
  2476. directory_info_has_arrived(now, 1, 0);
  2477. if (server_mode(get_options()) || dir_server_mode(get_options())) {
  2478. /* launch cpuworkers. Need to do this *after* we've read the onion key. */
  2479. cpu_init();
  2480. }
  2481. consdiffmgr_enable_background_compression();
  2482. /* Setup shared random protocol subsystem. */
  2483. if (authdir_mode_v3(get_options())) {
  2484. if (sr_init(1) < 0) {
  2485. return -1;
  2486. }
  2487. }
  2488. /* set up once-a-second callback. */
  2489. if (! second_timer) {
  2490. struct timeval one_second;
  2491. one_second.tv_sec = 1;
  2492. one_second.tv_usec = 0;
  2493. second_timer = periodic_timer_new(tor_libevent_get_base(),
  2494. &one_second,
  2495. second_elapsed_callback,
  2496. NULL);
  2497. tor_assert(second_timer);
  2498. }
  2499. #ifdef HAVE_SYSTEMD_209
  2500. uint64_t watchdog_delay;
  2501. /* set up systemd watchdog notification. */
  2502. if (sd_watchdog_enabled(1, &watchdog_delay) > 0) {
  2503. if (! systemd_watchdog_timer) {
  2504. struct timeval watchdog;
  2505. /* The manager will "act on" us if we don't send them a notification
  2506. * every 'watchdog_delay' microseconds. So, send notifications twice
  2507. * that often. */
  2508. watchdog_delay /= 2;
  2509. watchdog.tv_sec = watchdog_delay / 1000000;
  2510. watchdog.tv_usec = watchdog_delay % 1000000;
  2511. systemd_watchdog_timer = periodic_timer_new(tor_libevent_get_base(),
  2512. &watchdog,
  2513. systemd_watchdog_callback,
  2514. NULL);
  2515. tor_assert(systemd_watchdog_timer);
  2516. }
  2517. }
  2518. #endif /* defined(HAVE_SYSTEMD_209) */
  2519. #ifdef HAVE_SYSTEMD
  2520. {
  2521. const int r = sd_notify(0, "READY=1");
  2522. if (r < 0) {
  2523. log_warn(LD_GENERAL, "Unable to send readiness to systemd: %s",
  2524. strerror(r));
  2525. } else if (r > 0) {
  2526. log_notice(LD_GENERAL, "Signaled readiness to systemd");
  2527. } else {
  2528. log_info(LD_GENERAL, "Systemd NOTIFY_SOCKET not present.");
  2529. }
  2530. }
  2531. #endif /* defined(HAVE_SYSTEMD) */
  2532. main_loop_should_exit = 0;
  2533. main_loop_exit_value = 0;
  2534. #ifdef ENABLE_RESTART_DEBUGGING
  2535. {
  2536. static int first_time = 1;
  2537. if (first_time && getenv("TOR_DEBUG_RESTART")) {
  2538. first_time = 0;
  2539. const char *sec_str = getenv("TOR_DEBUG_RESTART_AFTER_SECONDS");
  2540. long sec;
  2541. int sec_ok=0;
  2542. if (sec_str &&
  2543. (sec = tor_parse_long(sec_str, 10, 0, INT_MAX, &sec_ok, NULL)) &&
  2544. sec_ok) {
  2545. /* Okay, we parsed the seconds. */
  2546. } else {
  2547. sec = 5;
  2548. }
  2549. struct timeval restart_after = { (time_t) sec, 0 };
  2550. tor_shutdown_event_loop_for_restart_event =
  2551. tor_evtimer_new(tor_libevent_get_base(),
  2552. tor_shutdown_event_loop_for_restart_cb, NULL);
  2553. event_add(tor_shutdown_event_loop_for_restart_event, &restart_after);
  2554. }
  2555. }
  2556. #endif
  2557. return run_main_loop_until_done();
  2558. }
  2559. /**
  2560. * Run the main loop a single time. Return 0 for "exit"; -1 for "exit with
  2561. * error", and 1 for "run this again."
  2562. */
  2563. static int
  2564. run_main_loop_once(void)
  2565. {
  2566. int loop_result;
  2567. if (nt_service_is_stopping())
  2568. return 0;
  2569. if (main_loop_should_exit)
  2570. return 0;
  2571. #ifndef _WIN32
  2572. /* Make it easier to tell whether libevent failure is our fault or not. */
  2573. errno = 0;
  2574. #endif
  2575. if (get_options()->MainloopStats) {
  2576. /* We always enforce that EVLOOP_ONCE is passed to event_base_loop() if we
  2577. * are collecting main loop statistics. */
  2578. called_loop_once = 1;
  2579. } else {
  2580. called_loop_once = 0;
  2581. }
  2582. /* Make sure we know (about) what time it is. */
  2583. update_approx_time(time(NULL));
  2584. /* Here it is: the main loop. Here we tell Libevent to poll until we have
  2585. * an event, or the second ends, or until we have some active linked
  2586. * connections to trigger events for. Libevent will wait till one
  2587. * of these happens, then run all the appropriate callbacks. */
  2588. loop_result = tor_libevent_run_event_loop(tor_libevent_get_base(),
  2589. called_loop_once);
  2590. if (get_options()->MainloopStats) {
  2591. /* Update our main loop counters. */
  2592. if (loop_result == 0) {
  2593. // The call was successful.
  2594. increment_main_loop_success_count();
  2595. } else if (loop_result == -1) {
  2596. // The call was erroneous.
  2597. increment_main_loop_error_count();
  2598. } else if (loop_result == 1) {
  2599. // The call didn't have any active or pending events
  2600. // to handle.
  2601. increment_main_loop_idle_count();
  2602. }
  2603. }
  2604. /* Oh, the loop failed. That might be an error that we need to
  2605. * catch, but more likely, it's just an interrupted poll() call or something,
  2606. * and we should try again. */
  2607. if (loop_result < 0) {
  2608. int e = tor_socket_errno(-1);
  2609. /* let the program survive things like ^z */
  2610. if (e != EINTR && !ERRNO_IS_EINPROGRESS(e)) {
  2611. log_err(LD_NET,"libevent call with %s failed: %s [%d]",
  2612. tor_libevent_get_method(), tor_socket_strerror(e), e);
  2613. return -1;
  2614. #ifndef _WIN32
  2615. } else if (e == EINVAL) {
  2616. log_warn(LD_NET, "EINVAL from libevent: should you upgrade libevent?");
  2617. if (got_libevent_error())
  2618. return -1;
  2619. #endif /* !defined(_WIN32) */
  2620. } else {
  2621. tor_assert_nonfatal_once(! ERRNO_IS_EINPROGRESS(e));
  2622. log_debug(LD_NET,"libevent call interrupted.");
  2623. /* You can't trust the results of this poll(). Go back to the
  2624. * top of the big for loop. */
  2625. return 1;
  2626. }
  2627. }
  2628. if (main_loop_should_exit)
  2629. return 0;
  2630. return 1;
  2631. }
  2632. /** Run the run_main_loop_once() function until it declares itself done,
  2633. * and return its final return value.
  2634. *
  2635. * Shadow won't invoke this function, so don't fill it up with things.
  2636. */
  2637. static int
  2638. run_main_loop_until_done(void)
  2639. {
  2640. int loop_result = 1;
  2641. do {
  2642. loop_result = run_main_loop_once();
  2643. } while (loop_result == 1);
  2644. if (main_loop_should_exit)
  2645. return main_loop_exit_value;
  2646. else
  2647. return loop_result;
  2648. }
  2649. /** Libevent callback: invoked when we get a signal.
  2650. */
  2651. static void
  2652. signal_callback(evutil_socket_t fd, short events, void *arg)
  2653. {
  2654. const int *sigptr = arg;
  2655. const int sig = *sigptr;
  2656. (void)fd;
  2657. (void)events;
  2658. process_signal(sig);
  2659. }
  2660. /** Do the work of acting on a signal received in <b>sig</b> */
  2661. static void
  2662. process_signal(int sig)
  2663. {
  2664. switch (sig)
  2665. {
  2666. case SIGTERM:
  2667. log_notice(LD_GENERAL,"Catching signal TERM, exiting cleanly.");
  2668. tor_shutdown_event_loop_and_exit(0);
  2669. break;
  2670. case SIGINT:
  2671. if (!server_mode(get_options())) { /* do it now */
  2672. log_notice(LD_GENERAL,"Interrupt: exiting cleanly.");
  2673. tor_shutdown_event_loop_and_exit(0);
  2674. return;
  2675. }
  2676. #ifdef HAVE_SYSTEMD
  2677. sd_notify(0, "STOPPING=1");
  2678. #endif
  2679. hibernate_begin_shutdown();
  2680. break;
  2681. #ifdef SIGPIPE
  2682. case SIGPIPE:
  2683. log_debug(LD_GENERAL,"Caught SIGPIPE. Ignoring.");
  2684. break;
  2685. #endif
  2686. case SIGUSR1:
  2687. /* prefer to log it at INFO, but make sure we always see it */
  2688. dumpstats(get_min_log_level()<LOG_INFO ? get_min_log_level() : LOG_INFO);
  2689. control_event_signal(sig);
  2690. break;
  2691. case SIGUSR2:
  2692. switch_logs_debug();
  2693. log_debug(LD_GENERAL,"Caught USR2, going to loglevel debug. "
  2694. "Send HUP to change back.");
  2695. control_event_signal(sig);
  2696. break;
  2697. case SIGHUP:
  2698. #ifdef HAVE_SYSTEMD
  2699. sd_notify(0, "RELOADING=1");
  2700. #endif
  2701. if (do_hup() < 0) {
  2702. log_warn(LD_CONFIG,"Restart failed (config error?). Exiting.");
  2703. tor_shutdown_event_loop_and_exit(1);
  2704. return;
  2705. }
  2706. #ifdef HAVE_SYSTEMD
  2707. sd_notify(0, "READY=1");
  2708. #endif
  2709. control_event_signal(sig);
  2710. break;
  2711. #ifdef SIGCHLD
  2712. case SIGCHLD:
  2713. notify_pending_waitpid_callbacks();
  2714. break;
  2715. #endif
  2716. case SIGNEWNYM: {
  2717. time_t now = time(NULL);
  2718. if (time_of_last_signewnym + MAX_SIGNEWNYM_RATE > now) {
  2719. signewnym_is_pending = 1;
  2720. log_notice(LD_CONTROL,
  2721. "Rate limiting NEWNYM request: delaying by %d second(s)",
  2722. (int)(MAX_SIGNEWNYM_RATE+time_of_last_signewnym-now));
  2723. } else {
  2724. signewnym_impl(now);
  2725. }
  2726. break;
  2727. }
  2728. case SIGCLEARDNSCACHE:
  2729. addressmap_clear_transient();
  2730. control_event_signal(sig);
  2731. break;
  2732. case SIGHEARTBEAT:
  2733. log_heartbeat(time(NULL));
  2734. control_event_signal(sig);
  2735. break;
  2736. }
  2737. }
  2738. /** Returns Tor's uptime. */
  2739. MOCK_IMPL(long,
  2740. get_uptime,(void))
  2741. {
  2742. return stats_n_seconds_working;
  2743. }
  2744. /** Reset Tor's uptime. */
  2745. MOCK_IMPL(void,
  2746. reset_uptime,(void))
  2747. {
  2748. stats_n_seconds_working = 0;
  2749. }
  2750. /**
  2751. * Write current memory usage information to the log.
  2752. */
  2753. static void
  2754. dumpmemusage(int severity)
  2755. {
  2756. connection_dump_buffer_mem_stats(severity);
  2757. tor_log(severity, LD_GENERAL, "In rephist: "U64_FORMAT" used by %d Tors.",
  2758. U64_PRINTF_ARG(rephist_total_alloc), rephist_total_num);
  2759. dump_routerlist_mem_usage(severity);
  2760. dump_cell_pool_usage(severity);
  2761. dump_dns_mem_usage(severity);
  2762. tor_log_mallinfo(severity);
  2763. }
  2764. /** Write all statistics to the log, with log level <b>severity</b>. Called
  2765. * in response to a SIGUSR1. */
  2766. static void
  2767. dumpstats(int severity)
  2768. {
  2769. time_t now = time(NULL);
  2770. time_t elapsed;
  2771. size_t rbuf_cap, wbuf_cap, rbuf_len, wbuf_len;
  2772. tor_log(severity, LD_GENERAL, "Dumping stats:");
  2773. SMARTLIST_FOREACH_BEGIN(connection_array, connection_t *, conn) {
  2774. int i = conn_sl_idx;
  2775. tor_log(severity, LD_GENERAL,
  2776. "Conn %d (socket %d) type %d (%s), state %d (%s), created %d secs ago",
  2777. i, (int)conn->s, conn->type, conn_type_to_string(conn->type),
  2778. conn->state, conn_state_to_string(conn->type, conn->state),
  2779. (int)(now - conn->timestamp_created));
  2780. if (!connection_is_listener(conn)) {
  2781. tor_log(severity,LD_GENERAL,
  2782. "Conn %d is to %s:%d.", i,
  2783. safe_str_client(conn->address),
  2784. conn->port);
  2785. tor_log(severity,LD_GENERAL,
  2786. "Conn %d: %d bytes waiting on inbuf (len %d, last read %d secs ago)",
  2787. i,
  2788. (int)connection_get_inbuf_len(conn),
  2789. (int)buf_allocation(conn->inbuf),
  2790. (int)(now - conn->timestamp_last_read_allowed));
  2791. tor_log(severity,LD_GENERAL,
  2792. "Conn %d: %d bytes waiting on outbuf "
  2793. "(len %d, last written %d secs ago)",i,
  2794. (int)connection_get_outbuf_len(conn),
  2795. (int)buf_allocation(conn->outbuf),
  2796. (int)(now - conn->timestamp_last_write_allowed));
  2797. if (conn->type == CONN_TYPE_OR) {
  2798. or_connection_t *or_conn = TO_OR_CONN(conn);
  2799. if (or_conn->tls) {
  2800. if (tor_tls_get_buffer_sizes(or_conn->tls, &rbuf_cap, &rbuf_len,
  2801. &wbuf_cap, &wbuf_len) == 0) {
  2802. tor_log(severity, LD_GENERAL,
  2803. "Conn %d: %d/%d bytes used on OpenSSL read buffer; "
  2804. "%d/%d bytes used on write buffer.",
  2805. i, (int)rbuf_len, (int)rbuf_cap, (int)wbuf_len, (int)wbuf_cap);
  2806. }
  2807. }
  2808. }
  2809. }
  2810. circuit_dump_by_conn(conn, severity); /* dump info about all the circuits
  2811. * using this conn */
  2812. } SMARTLIST_FOREACH_END(conn);
  2813. channel_dumpstats(severity);
  2814. channel_listener_dumpstats(severity);
  2815. tor_log(severity, LD_NET,
  2816. "Cells processed: "U64_FORMAT" padding\n"
  2817. " "U64_FORMAT" create\n"
  2818. " "U64_FORMAT" created\n"
  2819. " "U64_FORMAT" relay\n"
  2820. " ("U64_FORMAT" relayed)\n"
  2821. " ("U64_FORMAT" delivered)\n"
  2822. " "U64_FORMAT" destroy",
  2823. U64_PRINTF_ARG(stats_n_padding_cells_processed),
  2824. U64_PRINTF_ARG(stats_n_create_cells_processed),
  2825. U64_PRINTF_ARG(stats_n_created_cells_processed),
  2826. U64_PRINTF_ARG(stats_n_relay_cells_processed),
  2827. U64_PRINTF_ARG(stats_n_relay_cells_relayed),
  2828. U64_PRINTF_ARG(stats_n_relay_cells_delivered),
  2829. U64_PRINTF_ARG(stats_n_destroy_cells_processed));
  2830. if (stats_n_data_cells_packaged)
  2831. tor_log(severity,LD_NET,"Average packaged cell fullness: %2.3f%%",
  2832. 100*(U64_TO_DBL(stats_n_data_bytes_packaged) /
  2833. U64_TO_DBL(stats_n_data_cells_packaged*RELAY_PAYLOAD_SIZE)) );
  2834. if (stats_n_data_cells_received)
  2835. tor_log(severity,LD_NET,"Average delivered cell fullness: %2.3f%%",
  2836. 100*(U64_TO_DBL(stats_n_data_bytes_received) /
  2837. U64_TO_DBL(stats_n_data_cells_received*RELAY_PAYLOAD_SIZE)) );
  2838. cpuworker_log_onionskin_overhead(severity, ONION_HANDSHAKE_TYPE_TAP, "TAP");
  2839. cpuworker_log_onionskin_overhead(severity, ONION_HANDSHAKE_TYPE_NTOR,"ntor");
  2840. if (now - time_of_process_start >= 0)
  2841. elapsed = now - time_of_process_start;
  2842. else
  2843. elapsed = 0;
  2844. if (elapsed) {
  2845. tor_log(severity, LD_NET,
  2846. "Average bandwidth: "U64_FORMAT"/%d = %d bytes/sec reading",
  2847. U64_PRINTF_ARG(stats_n_bytes_read),
  2848. (int)elapsed,
  2849. (int) (stats_n_bytes_read/elapsed));
  2850. tor_log(severity, LD_NET,
  2851. "Average bandwidth: "U64_FORMAT"/%d = %d bytes/sec writing",
  2852. U64_PRINTF_ARG(stats_n_bytes_written),
  2853. (int)elapsed,
  2854. (int) (stats_n_bytes_written/elapsed));
  2855. }
  2856. tor_log(severity, LD_NET, "--------------- Dumping memory information:");
  2857. dumpmemusage(severity);
  2858. rep_hist_dump_stats(now,severity);
  2859. rend_service_dump_stats(severity);
  2860. dump_distinct_digest_count(severity);
  2861. }
  2862. /** Called by exit() as we shut down the process.
  2863. */
  2864. static void
  2865. exit_function(void)
  2866. {
  2867. /* NOTE: If we ever daemonize, this gets called immediately. That's
  2868. * okay for now, because we only use this on Windows. */
  2869. #ifdef _WIN32
  2870. WSACleanup();
  2871. #endif
  2872. }
  2873. #ifdef _WIN32
  2874. #define UNIX_ONLY 0
  2875. #else
  2876. #define UNIX_ONLY 1
  2877. #endif
  2878. static struct {
  2879. /** A numeric code for this signal. Must match the signal value if
  2880. * try_to_register is true. */
  2881. int signal_value;
  2882. /** True if we should try to register this signal with libevent and catch
  2883. * corresponding posix signals. False otherwise. */
  2884. int try_to_register;
  2885. /** Pointer to hold the event object constructed for this signal. */
  2886. struct event *signal_event;
  2887. } signal_handlers[] = {
  2888. #ifdef SIGINT
  2889. { SIGINT, UNIX_ONLY, NULL }, /* do a controlled slow shutdown */
  2890. #endif
  2891. #ifdef SIGTERM
  2892. { SIGTERM, UNIX_ONLY, NULL }, /* to terminate now */
  2893. #endif
  2894. #ifdef SIGPIPE
  2895. { SIGPIPE, UNIX_ONLY, NULL }, /* otherwise SIGPIPE kills us */
  2896. #endif
  2897. #ifdef SIGUSR1
  2898. { SIGUSR1, UNIX_ONLY, NULL }, /* dump stats */
  2899. #endif
  2900. #ifdef SIGUSR2
  2901. { SIGUSR2, UNIX_ONLY, NULL }, /* go to loglevel debug */
  2902. #endif
  2903. #ifdef SIGHUP
  2904. { SIGHUP, UNIX_ONLY, NULL }, /* to reload config, retry conns, etc */
  2905. #endif
  2906. #ifdef SIGXFSZ
  2907. { SIGXFSZ, UNIX_ONLY, NULL }, /* handle file-too-big resource exhaustion */
  2908. #endif
  2909. #ifdef SIGCHLD
  2910. { SIGCHLD, UNIX_ONLY, NULL }, /* handle dns/cpu workers that exit */
  2911. #endif
  2912. /* These are controller-only */
  2913. { SIGNEWNYM, 0, NULL },
  2914. { SIGCLEARDNSCACHE, 0, NULL },
  2915. { SIGHEARTBEAT, 0, NULL },
  2916. { -1, -1, NULL }
  2917. };
  2918. /** Set up the signal handler events for this process, and register them
  2919. * with libevent if appropriate. */
  2920. void
  2921. handle_signals(void)
  2922. {
  2923. int i;
  2924. const int enabled = !get_options()->DisableSignalHandlers;
  2925. for (i = 0; signal_handlers[i].signal_value >= 0; ++i) {
  2926. /* Signal handlers are only registered with libevent if they need to catch
  2927. * real POSIX signals. We construct these signal handler events in either
  2928. * case, though, so that controllers can activate them with the SIGNAL
  2929. * command.
  2930. */
  2931. if (enabled && signal_handlers[i].try_to_register) {
  2932. signal_handlers[i].signal_event =
  2933. tor_evsignal_new(tor_libevent_get_base(),
  2934. signal_handlers[i].signal_value,
  2935. signal_callback,
  2936. &signal_handlers[i].signal_value);
  2937. if (event_add(signal_handlers[i].signal_event, NULL))
  2938. log_warn(LD_BUG, "Error from libevent when adding "
  2939. "event for signal %d",
  2940. signal_handlers[i].signal_value);
  2941. } else {
  2942. signal_handlers[i].signal_event =
  2943. tor_event_new(tor_libevent_get_base(), -1,
  2944. EV_SIGNAL, signal_callback,
  2945. &signal_handlers[i].signal_value);
  2946. }
  2947. }
  2948. }
  2949. /* Cause the signal handler for signal_num to be called in the event loop. */
  2950. void
  2951. activate_signal(int signal_num)
  2952. {
  2953. int i;
  2954. for (i = 0; signal_handlers[i].signal_value >= 0; ++i) {
  2955. if (signal_handlers[i].signal_value == signal_num) {
  2956. event_active(signal_handlers[i].signal_event, EV_SIGNAL, 1);
  2957. return;
  2958. }
  2959. }
  2960. }
  2961. /** Main entry point for the Tor command-line client. Return 0 on "success",
  2962. * negative on "failure", and positive on "success and exit".
  2963. */
  2964. int
  2965. tor_init(int argc, char *argv[])
  2966. {
  2967. char progname[256];
  2968. int quiet = 0;
  2969. time_of_process_start = time(NULL);
  2970. init_connection_lists();
  2971. /* Have the log set up with our application name. */
  2972. tor_snprintf(progname, sizeof(progname), "Tor %s", get_version());
  2973. log_set_application_name(progname);
  2974. /* Set up the crypto nice and early */
  2975. if (crypto_early_init() < 0) {
  2976. log_err(LD_GENERAL, "Unable to initialize the crypto subsystem!");
  2977. return -1;
  2978. }
  2979. /* Initialize the history structures. */
  2980. rep_hist_init();
  2981. /* Initialize the service cache. */
  2982. rend_cache_init();
  2983. addressmap_init(); /* Init the client dns cache. Do it always, since it's
  2984. * cheap. */
  2985. /* Initialize the HS subsystem. */
  2986. hs_init();
  2987. {
  2988. /* We search for the "quiet" option first, since it decides whether we
  2989. * will log anything at all to the command line. */
  2990. config_line_t *opts = NULL, *cmdline_opts = NULL;
  2991. const config_line_t *cl;
  2992. (void) config_parse_commandline(argc, argv, 1, &opts, &cmdline_opts);
  2993. for (cl = cmdline_opts; cl; cl = cl->next) {
  2994. if (!strcmp(cl->key, "--hush"))
  2995. quiet = 1;
  2996. if (!strcmp(cl->key, "--quiet") ||
  2997. !strcmp(cl->key, "--dump-config"))
  2998. quiet = 2;
  2999. /* The following options imply --hush */
  3000. if (!strcmp(cl->key, "--version") || !strcmp(cl->key, "--digests") ||
  3001. !strcmp(cl->key, "--list-torrc-options") ||
  3002. !strcmp(cl->key, "--library-versions") ||
  3003. !strcmp(cl->key, "--hash-password") ||
  3004. !strcmp(cl->key, "-h") || !strcmp(cl->key, "--help")) {
  3005. if (quiet < 1)
  3006. quiet = 1;
  3007. }
  3008. }
  3009. config_free_lines(opts);
  3010. config_free_lines(cmdline_opts);
  3011. }
  3012. /* give it somewhere to log to initially */
  3013. switch (quiet) {
  3014. case 2:
  3015. /* no initial logging */
  3016. break;
  3017. case 1:
  3018. add_temp_log(LOG_WARN);
  3019. break;
  3020. default:
  3021. add_temp_log(LOG_NOTICE);
  3022. }
  3023. quiet_level = quiet;
  3024. {
  3025. const char *version = get_version();
  3026. log_notice(LD_GENERAL, "Tor %s running on %s with Libevent %s, "
  3027. "OpenSSL %s, Zlib %s, Liblzma %s, and Libzstd %s.", version,
  3028. get_uname(),
  3029. tor_libevent_get_version_str(),
  3030. crypto_openssl_get_version_str(),
  3031. tor_compress_supports_method(ZLIB_METHOD) ?
  3032. tor_compress_version_str(ZLIB_METHOD) : "N/A",
  3033. tor_compress_supports_method(LZMA_METHOD) ?
  3034. tor_compress_version_str(LZMA_METHOD) : "N/A",
  3035. tor_compress_supports_method(ZSTD_METHOD) ?
  3036. tor_compress_version_str(ZSTD_METHOD) : "N/A");
  3037. log_notice(LD_GENERAL, "Tor can't help you if you use it wrong! "
  3038. "Learn how to be safe at "
  3039. "https://www.torproject.org/download/download#warning");
  3040. if (strstr(version, "alpha") || strstr(version, "beta"))
  3041. log_notice(LD_GENERAL, "This version is not a stable Tor release. "
  3042. "Expect more bugs than usual.");
  3043. tor_compress_log_init_warnings();
  3044. }
  3045. #ifdef HAVE_RUST
  3046. rust_log_welcome_string();
  3047. #endif /* defined(HAVE_RUST) */
  3048. if (network_init()<0) {
  3049. log_err(LD_BUG,"Error initializing network; exiting.");
  3050. return -1;
  3051. }
  3052. atexit(exit_function);
  3053. int init_rv = options_init_from_torrc(argc,argv);
  3054. if (init_rv < 0) {
  3055. log_err(LD_CONFIG,"Reading config failed--see warnings above.");
  3056. return -1;
  3057. } else if (init_rv > 0) {
  3058. // We succeeded, and should exit anyway -- probably the user just said
  3059. // "--version" or something like that.
  3060. return 1;
  3061. }
  3062. /* The options are now initialised */
  3063. const or_options_t *options = get_options();
  3064. /* Initialize channelpadding parameters to defaults until we get
  3065. * a consensus */
  3066. channelpadding_new_consensus_params(NULL);
  3067. /* Initialize predicted ports list after loading options */
  3068. predicted_ports_init();
  3069. #ifndef _WIN32
  3070. if (geteuid()==0)
  3071. log_warn(LD_GENERAL,"You are running Tor as root. You don't need to, "
  3072. "and you probably shouldn't.");
  3073. #endif
  3074. if (crypto_global_init(options->HardwareAccel,
  3075. options->AccelName,
  3076. options->AccelDir)) {
  3077. log_err(LD_BUG, "Unable to initialize OpenSSL. Exiting.");
  3078. return -1;
  3079. }
  3080. stream_choice_seed_weak_rng();
  3081. if (tor_init_libevent_rng() < 0) {
  3082. log_warn(LD_NET, "Problem initializing libevent RNG.");
  3083. }
  3084. /* Scan/clean unparseable descriptors; after reading config */
  3085. routerparse_init();
  3086. return 0;
  3087. }
  3088. /** A lockfile structure, used to prevent two Tors from messing with the
  3089. * data directory at once. If this variable is non-NULL, we're holding
  3090. * the lockfile. */
  3091. static tor_lockfile_t *lockfile = NULL;
  3092. /** Try to grab the lock file described in <b>options</b>, if we do not
  3093. * already have it. If <b>err_if_locked</b> is true, warn if somebody else is
  3094. * holding the lock, and exit if we can't get it after waiting. Otherwise,
  3095. * return -1 if we can't get the lockfile. Return 0 on success.
  3096. */
  3097. int
  3098. try_locking(const or_options_t *options, int err_if_locked)
  3099. {
  3100. if (lockfile)
  3101. return 0;
  3102. else {
  3103. char *fname = options_get_datadir_fname(options, "lock");
  3104. int already_locked = 0;
  3105. tor_lockfile_t *lf = tor_lockfile_lock(fname, 0, &already_locked);
  3106. tor_free(fname);
  3107. if (!lf) {
  3108. if (err_if_locked && already_locked) {
  3109. int r;
  3110. log_warn(LD_GENERAL, "It looks like another Tor process is running "
  3111. "with the same data directory. Waiting 5 seconds to see "
  3112. "if it goes away.");
  3113. #ifndef _WIN32
  3114. sleep(5);
  3115. #else
  3116. Sleep(5000);
  3117. #endif
  3118. r = try_locking(options, 0);
  3119. if (r<0) {
  3120. log_err(LD_GENERAL, "No, it's still there. Exiting.");
  3121. return -1;
  3122. }
  3123. return r;
  3124. }
  3125. return -1;
  3126. }
  3127. lockfile = lf;
  3128. return 0;
  3129. }
  3130. }
  3131. /** Return true iff we've successfully acquired the lock file. */
  3132. int
  3133. have_lockfile(void)
  3134. {
  3135. return lockfile != NULL;
  3136. }
  3137. /** If we have successfully acquired the lock file, release it. */
  3138. void
  3139. release_lockfile(void)
  3140. {
  3141. if (lockfile) {
  3142. tor_lockfile_unlock(lockfile);
  3143. lockfile = NULL;
  3144. }
  3145. }
  3146. /** Free all memory that we might have allocated somewhere.
  3147. * If <b>postfork</b>, we are a worker process and we want to free
  3148. * only the parts of memory that we won't touch. If !<b>postfork</b>,
  3149. * Tor is shutting down and we should free everything.
  3150. *
  3151. * Helps us find the real leaks with dmalloc and the like. Also valgrind
  3152. * should then report 0 reachable in its leak report (in an ideal world --
  3153. * in practice libevent, SSL, libc etc never quite free everything). */
  3154. void
  3155. tor_free_all(int postfork)
  3156. {
  3157. if (!postfork) {
  3158. evdns_shutdown(1);
  3159. }
  3160. geoip_free_all();
  3161. dirvote_free_all();
  3162. routerlist_free_all();
  3163. networkstatus_free_all();
  3164. addressmap_free_all();
  3165. dirserv_free_all();
  3166. rend_cache_free_all();
  3167. rend_service_authorization_free_all();
  3168. rep_hist_free_all();
  3169. dns_free_all();
  3170. clear_pending_onions();
  3171. circuit_free_all();
  3172. entry_guards_free_all();
  3173. pt_free_all();
  3174. channel_tls_free_all();
  3175. channel_free_all();
  3176. connection_free_all();
  3177. connection_edge_free_all();
  3178. scheduler_free_all();
  3179. nodelist_free_all();
  3180. microdesc_free_all();
  3181. routerparse_free_all();
  3182. ext_orport_free_all();
  3183. control_free_all();
  3184. sandbox_free_getaddrinfo_cache();
  3185. protover_free_all();
  3186. bridges_free_all();
  3187. consdiffmgr_free_all();
  3188. hs_free_all();
  3189. dos_free_all();
  3190. if (!postfork) {
  3191. config_free_all();
  3192. or_state_free_all();
  3193. router_free_all();
  3194. routerkeys_free_all();
  3195. policies_free_all();
  3196. }
  3197. if (!postfork) {
  3198. tor_tls_free_all();
  3199. #ifndef _WIN32
  3200. tor_getpwnam(NULL);
  3201. #endif
  3202. }
  3203. /* stuff in main.c */
  3204. smartlist_free(connection_array);
  3205. smartlist_free(closeable_connection_lst);
  3206. smartlist_free(active_linked_connection_lst);
  3207. periodic_timer_free(second_timer);
  3208. teardown_periodic_events();
  3209. tor_event_free(shutdown_did_not_work_event);
  3210. tor_event_free(initialize_periodic_events_event);
  3211. mainloop_event_free(directory_all_unreachable_cb_event);
  3212. mainloop_event_free(schedule_active_linked_connections_event);
  3213. mainloop_event_free(postloop_cleanup_ev);
  3214. #ifdef HAVE_SYSTEMD_209
  3215. periodic_timer_free(systemd_watchdog_timer);
  3216. #endif
  3217. memset(&global_bucket, 0, sizeof(global_bucket));
  3218. memset(&global_relayed_bucket, 0, sizeof(global_relayed_bucket));
  3219. stats_prev_n_read = stats_prev_n_written = 0;
  3220. stats_n_bytes_read = stats_n_bytes_written = 0;
  3221. time_of_process_start = 0;
  3222. time_of_last_signewnym = 0;
  3223. signewnym_is_pending = 0;
  3224. newnym_epoch = 0;
  3225. called_loop_once = 0;
  3226. main_loop_should_exit = 0;
  3227. main_loop_exit_value = 0;
  3228. can_complete_circuits = 0;
  3229. quiet_level = 0;
  3230. should_init_bridge_stats = 1;
  3231. dns_honesty_first_time = 1;
  3232. heartbeat_callback_first_time = 1;
  3233. n_libevent_errors = 0;
  3234. current_second = 0;
  3235. if (!postfork) {
  3236. release_lockfile();
  3237. }
  3238. tor_libevent_free_all();
  3239. /* Stuff in util.c and address.c*/
  3240. if (!postfork) {
  3241. escaped(NULL);
  3242. esc_router_info(NULL);
  3243. clean_up_backtrace_handler();
  3244. logs_free_all(); /* free log strings. do this last so logs keep working. */
  3245. }
  3246. }
  3247. /**
  3248. * Remove the specified file, and log a warning if the operation fails for
  3249. * any reason other than the file not existing. Ignores NULL filenames.
  3250. */
  3251. void
  3252. tor_remove_file(const char *filename)
  3253. {
  3254. if (filename && tor_unlink(filename) != 0 && errno != ENOENT) {
  3255. log_warn(LD_FS, "Couldn't unlink %s: %s",
  3256. filename, strerror(errno));
  3257. }
  3258. }
  3259. /** Do whatever cleanup is necessary before shutting Tor down. */
  3260. void
  3261. tor_cleanup(void)
  3262. {
  3263. const or_options_t *options = get_options();
  3264. if (options->command == CMD_RUN_TOR) {
  3265. time_t now = time(NULL);
  3266. /* Remove our pid file. We don't care if there was an error when we
  3267. * unlink, nothing we could do about it anyways. */
  3268. tor_remove_file(options->PidFile);
  3269. /* Remove control port file */
  3270. tor_remove_file(options->ControlPortWriteToFile);
  3271. /* Remove cookie authentication file */
  3272. {
  3273. char *cookie_fname = get_controller_cookie_file_name();
  3274. tor_remove_file(cookie_fname);
  3275. tor_free(cookie_fname);
  3276. }
  3277. /* Remove Extended ORPort cookie authentication file */
  3278. {
  3279. char *cookie_fname = get_ext_or_auth_cookie_file_name();
  3280. tor_remove_file(cookie_fname);
  3281. tor_free(cookie_fname);
  3282. }
  3283. if (accounting_is_enabled(options))
  3284. accounting_record_bandwidth_usage(now, get_or_state());
  3285. or_state_mark_dirty(get_or_state(), 0); /* force an immediate save. */
  3286. or_state_save(now);
  3287. if (authdir_mode(options)) {
  3288. sr_save_and_cleanup();
  3289. }
  3290. if (authdir_mode_tests_reachability(options))
  3291. rep_hist_record_mtbf_data(now, 0);
  3292. keypin_close_journal();
  3293. }
  3294. timers_shutdown();
  3295. #ifdef USE_DMALLOC
  3296. dmalloc_log_stats();
  3297. #endif
  3298. tor_free_all(0); /* We could move tor_free_all back into the ifdef below
  3299. later, if it makes shutdown unacceptably slow. But for
  3300. now, leave it here: it's helped us catch bugs in the
  3301. past. */
  3302. crypto_global_cleanup();
  3303. #ifdef USE_DMALLOC
  3304. dmalloc_log_unfreed();
  3305. dmalloc_shutdown();
  3306. #endif
  3307. }
  3308. /** Read/create keys as needed, and echo our fingerprint to stdout. */
  3309. static int
  3310. do_list_fingerprint(void)
  3311. {
  3312. char buf[FINGERPRINT_LEN+1];
  3313. crypto_pk_t *k;
  3314. const char *nickname = get_options()->Nickname;
  3315. sandbox_disable_getaddrinfo_cache();
  3316. if (!server_mode(get_options())) {
  3317. log_err(LD_GENERAL,
  3318. "Clients don't have long-term identity keys. Exiting.");
  3319. return -1;
  3320. }
  3321. tor_assert(nickname);
  3322. if (init_keys() < 0) {
  3323. log_err(LD_GENERAL,"Error initializing keys; exiting.");
  3324. return -1;
  3325. }
  3326. if (!(k = get_server_identity_key())) {
  3327. log_err(LD_GENERAL,"Error: missing identity key.");
  3328. return -1;
  3329. }
  3330. if (crypto_pk_get_fingerprint(k, buf, 1)<0) {
  3331. log_err(LD_BUG, "Error computing fingerprint");
  3332. return -1;
  3333. }
  3334. printf("%s %s\n", nickname, buf);
  3335. return 0;
  3336. }
  3337. /** Entry point for password hashing: take the desired password from
  3338. * the command line, and print its salted hash to stdout. **/
  3339. static void
  3340. do_hash_password(void)
  3341. {
  3342. char output[256];
  3343. char key[S2K_RFC2440_SPECIFIER_LEN+DIGEST_LEN];
  3344. crypto_rand(key, S2K_RFC2440_SPECIFIER_LEN-1);
  3345. key[S2K_RFC2440_SPECIFIER_LEN-1] = (uint8_t)96; /* Hash 64 K of data. */
  3346. secret_to_key_rfc2440(key+S2K_RFC2440_SPECIFIER_LEN, DIGEST_LEN,
  3347. get_options()->command_arg, strlen(get_options()->command_arg),
  3348. key);
  3349. base16_encode(output, sizeof(output), key, sizeof(key));
  3350. printf("16:%s\n",output);
  3351. }
  3352. /** Entry point for configuration dumping: write the configuration to
  3353. * stdout. */
  3354. static int
  3355. do_dump_config(void)
  3356. {
  3357. const or_options_t *options = get_options();
  3358. const char *arg = options->command_arg;
  3359. int how;
  3360. char *opts;
  3361. if (!strcmp(arg, "short")) {
  3362. how = OPTIONS_DUMP_MINIMAL;
  3363. } else if (!strcmp(arg, "non-builtin")) {
  3364. how = OPTIONS_DUMP_DEFAULTS;
  3365. } else if (!strcmp(arg, "full")) {
  3366. how = OPTIONS_DUMP_ALL;
  3367. } else {
  3368. fprintf(stderr, "No valid argument to --dump-config found!\n");
  3369. fprintf(stderr, "Please select 'short', 'non-builtin', or 'full'.\n");
  3370. return -1;
  3371. }
  3372. opts = options_dump(options, how);
  3373. printf("%s", opts);
  3374. tor_free(opts);
  3375. return 0;
  3376. }
  3377. static void
  3378. init_addrinfo(void)
  3379. {
  3380. if (! server_mode(get_options()) ||
  3381. (get_options()->Address && strlen(get_options()->Address) > 0)) {
  3382. /* We don't need to seed our own hostname, because we won't be calling
  3383. * resolve_my_address on it.
  3384. */
  3385. return;
  3386. }
  3387. char hname[256];
  3388. // host name to sandbox
  3389. gethostname(hname, sizeof(hname));
  3390. sandbox_add_addrinfo(hname);
  3391. }
  3392. static sandbox_cfg_t*
  3393. sandbox_init_filter(void)
  3394. {
  3395. const or_options_t *options = get_options();
  3396. sandbox_cfg_t *cfg = sandbox_cfg_new();
  3397. int i;
  3398. sandbox_cfg_allow_openat_filename(&cfg,
  3399. get_cachedir_fname("cached-status"));
  3400. #define OPEN(name) \
  3401. sandbox_cfg_allow_open_filename(&cfg, tor_strdup(name))
  3402. #define OPEN_DATADIR(name) \
  3403. sandbox_cfg_allow_open_filename(&cfg, get_datadir_fname(name))
  3404. #define OPEN_DATADIR2(name, name2) \
  3405. sandbox_cfg_allow_open_filename(&cfg, get_datadir_fname2((name), (name2)))
  3406. #define OPEN_DATADIR_SUFFIX(name, suffix) do { \
  3407. OPEN_DATADIR(name); \
  3408. OPEN_DATADIR(name suffix); \
  3409. } while (0)
  3410. #define OPEN_DATADIR2_SUFFIX(name, name2, suffix) do { \
  3411. OPEN_DATADIR2(name, name2); \
  3412. OPEN_DATADIR2(name, name2 suffix); \
  3413. } while (0)
  3414. #define OPEN_KEY_DIRECTORY() \
  3415. sandbox_cfg_allow_open_filename(&cfg, tor_strdup(options->KeyDirectory))
  3416. #define OPEN_CACHEDIR(name) \
  3417. sandbox_cfg_allow_open_filename(&cfg, get_cachedir_fname(name))
  3418. #define OPEN_CACHEDIR_SUFFIX(name, suffix) do { \
  3419. OPEN_CACHEDIR(name); \
  3420. OPEN_CACHEDIR(name suffix); \
  3421. } while (0)
  3422. #define OPEN_KEYDIR(name) \
  3423. sandbox_cfg_allow_open_filename(&cfg, get_keydir_fname(name))
  3424. #define OPEN_KEYDIR_SUFFIX(name, suffix) do { \
  3425. OPEN_KEYDIR(name); \
  3426. OPEN_KEYDIR(name suffix); \
  3427. } while (0)
  3428. OPEN(options->DataDirectory);
  3429. OPEN_KEY_DIRECTORY();
  3430. OPEN_CACHEDIR_SUFFIX("cached-certs", ".tmp");
  3431. OPEN_CACHEDIR_SUFFIX("cached-consensus", ".tmp");
  3432. OPEN_CACHEDIR_SUFFIX("unverified-consensus", ".tmp");
  3433. OPEN_CACHEDIR_SUFFIX("unverified-microdesc-consensus", ".tmp");
  3434. OPEN_CACHEDIR_SUFFIX("cached-microdesc-consensus", ".tmp");
  3435. OPEN_CACHEDIR_SUFFIX("cached-microdescs", ".tmp");
  3436. OPEN_CACHEDIR_SUFFIX("cached-microdescs.new", ".tmp");
  3437. OPEN_CACHEDIR_SUFFIX("cached-descriptors", ".tmp");
  3438. OPEN_CACHEDIR_SUFFIX("cached-descriptors.new", ".tmp");
  3439. OPEN_CACHEDIR("cached-descriptors.tmp.tmp");
  3440. OPEN_CACHEDIR_SUFFIX("cached-extrainfo", ".tmp");
  3441. OPEN_CACHEDIR_SUFFIX("cached-extrainfo.new", ".tmp");
  3442. OPEN_CACHEDIR("cached-extrainfo.tmp.tmp");
  3443. OPEN_DATADIR_SUFFIX("state", ".tmp");
  3444. OPEN_DATADIR_SUFFIX("sr-state", ".tmp");
  3445. OPEN_DATADIR_SUFFIX("unparseable-desc", ".tmp");
  3446. OPEN_DATADIR_SUFFIX("v3-status-votes", ".tmp");
  3447. OPEN_DATADIR("key-pinning-journal");
  3448. OPEN("/dev/srandom");
  3449. OPEN("/dev/urandom");
  3450. OPEN("/dev/random");
  3451. OPEN("/etc/hosts");
  3452. OPEN("/proc/meminfo");
  3453. if (options->BridgeAuthoritativeDir)
  3454. OPEN_DATADIR_SUFFIX("networkstatus-bridges", ".tmp");
  3455. if (authdir_mode(options))
  3456. OPEN_DATADIR("approved-routers");
  3457. if (options->ServerDNSResolvConfFile)
  3458. sandbox_cfg_allow_open_filename(&cfg,
  3459. tor_strdup(options->ServerDNSResolvConfFile));
  3460. else
  3461. sandbox_cfg_allow_open_filename(&cfg, tor_strdup("/etc/resolv.conf"));
  3462. for (i = 0; i < 2; ++i) {
  3463. if (get_torrc_fname(i)) {
  3464. sandbox_cfg_allow_open_filename(&cfg, tor_strdup(get_torrc_fname(i)));
  3465. }
  3466. }
  3467. SMARTLIST_FOREACH(options->FilesOpenedByIncludes, char *, f, {
  3468. OPEN(f);
  3469. });
  3470. #define RENAME_SUFFIX(name, suffix) \
  3471. sandbox_cfg_allow_rename(&cfg, \
  3472. get_datadir_fname(name suffix), \
  3473. get_datadir_fname(name))
  3474. #define RENAME_SUFFIX2(prefix, name, suffix) \
  3475. sandbox_cfg_allow_rename(&cfg, \
  3476. get_datadir_fname2(prefix, name suffix), \
  3477. get_datadir_fname2(prefix, name))
  3478. #define RENAME_CACHEDIR_SUFFIX(name, suffix) \
  3479. sandbox_cfg_allow_rename(&cfg, \
  3480. get_cachedir_fname(name suffix), \
  3481. get_cachedir_fname(name))
  3482. #define RENAME_KEYDIR_SUFFIX(name, suffix) \
  3483. sandbox_cfg_allow_rename(&cfg, \
  3484. get_keydir_fname(name suffix), \
  3485. get_keydir_fname(name))
  3486. RENAME_CACHEDIR_SUFFIX("cached-certs", ".tmp");
  3487. RENAME_CACHEDIR_SUFFIX("cached-consensus", ".tmp");
  3488. RENAME_CACHEDIR_SUFFIX("unverified-consensus", ".tmp");
  3489. RENAME_CACHEDIR_SUFFIX("unverified-microdesc-consensus", ".tmp");
  3490. RENAME_CACHEDIR_SUFFIX("cached-microdesc-consensus", ".tmp");
  3491. RENAME_CACHEDIR_SUFFIX("cached-microdescs", ".tmp");
  3492. RENAME_CACHEDIR_SUFFIX("cached-microdescs", ".new");
  3493. RENAME_CACHEDIR_SUFFIX("cached-microdescs.new", ".tmp");
  3494. RENAME_CACHEDIR_SUFFIX("cached-descriptors", ".tmp");
  3495. RENAME_CACHEDIR_SUFFIX("cached-descriptors", ".new");
  3496. RENAME_CACHEDIR_SUFFIX("cached-descriptors.new", ".tmp");
  3497. RENAME_CACHEDIR_SUFFIX("cached-extrainfo", ".tmp");
  3498. RENAME_CACHEDIR_SUFFIX("cached-extrainfo", ".new");
  3499. RENAME_CACHEDIR_SUFFIX("cached-extrainfo.new", ".tmp");
  3500. RENAME_SUFFIX("state", ".tmp");
  3501. RENAME_SUFFIX("sr-state", ".tmp");
  3502. RENAME_SUFFIX("unparseable-desc", ".tmp");
  3503. RENAME_SUFFIX("v3-status-votes", ".tmp");
  3504. if (options->BridgeAuthoritativeDir)
  3505. RENAME_SUFFIX("networkstatus-bridges", ".tmp");
  3506. #define STAT_DATADIR(name) \
  3507. sandbox_cfg_allow_stat_filename(&cfg, get_datadir_fname(name))
  3508. #define STAT_CACHEDIR(name) \
  3509. sandbox_cfg_allow_stat_filename(&cfg, get_cachedir_fname(name))
  3510. #define STAT_DATADIR2(name, name2) \
  3511. sandbox_cfg_allow_stat_filename(&cfg, get_datadir_fname2((name), (name2)))
  3512. #define STAT_KEY_DIRECTORY() \
  3513. sandbox_cfg_allow_stat_filename(&cfg, tor_strdup(options->KeyDirectory))
  3514. STAT_DATADIR(NULL);
  3515. STAT_DATADIR("lock");
  3516. STAT_DATADIR("state");
  3517. STAT_DATADIR("router-stability");
  3518. STAT_CACHEDIR("cached-extrainfo.new");
  3519. {
  3520. smartlist_t *files = smartlist_new();
  3521. tor_log_get_logfile_names(files);
  3522. SMARTLIST_FOREACH(files, char *, file_name, {
  3523. /* steals reference */
  3524. sandbox_cfg_allow_open_filename(&cfg, file_name);
  3525. });
  3526. smartlist_free(files);
  3527. }
  3528. {
  3529. smartlist_t *files = smartlist_new();
  3530. smartlist_t *dirs = smartlist_new();
  3531. hs_service_lists_fnames_for_sandbox(files, dirs);
  3532. SMARTLIST_FOREACH(files, char *, file_name, {
  3533. char *tmp_name = NULL;
  3534. tor_asprintf(&tmp_name, "%s.tmp", file_name);
  3535. sandbox_cfg_allow_rename(&cfg,
  3536. tor_strdup(tmp_name), tor_strdup(file_name));
  3537. /* steals references */
  3538. sandbox_cfg_allow_open_filename(&cfg, file_name);
  3539. sandbox_cfg_allow_open_filename(&cfg, tmp_name);
  3540. });
  3541. SMARTLIST_FOREACH(dirs, char *, dir, {
  3542. /* steals reference */
  3543. sandbox_cfg_allow_stat_filename(&cfg, dir);
  3544. });
  3545. smartlist_free(files);
  3546. smartlist_free(dirs);
  3547. }
  3548. {
  3549. char *fname;
  3550. if ((fname = get_controller_cookie_file_name())) {
  3551. sandbox_cfg_allow_open_filename(&cfg, fname);
  3552. }
  3553. if ((fname = get_ext_or_auth_cookie_file_name())) {
  3554. sandbox_cfg_allow_open_filename(&cfg, fname);
  3555. }
  3556. }
  3557. SMARTLIST_FOREACH_BEGIN(get_configured_ports(), port_cfg_t *, port) {
  3558. if (!port->is_unix_addr)
  3559. continue;
  3560. /* When we open an AF_UNIX address, we want permission to open the
  3561. * directory that holds it. */
  3562. char *dirname = tor_strdup(port->unix_addr);
  3563. if (get_parent_directory(dirname) == 0) {
  3564. OPEN(dirname);
  3565. }
  3566. tor_free(dirname);
  3567. sandbox_cfg_allow_chmod_filename(&cfg, tor_strdup(port->unix_addr));
  3568. sandbox_cfg_allow_chown_filename(&cfg, tor_strdup(port->unix_addr));
  3569. } SMARTLIST_FOREACH_END(port);
  3570. if (options->DirPortFrontPage) {
  3571. sandbox_cfg_allow_open_filename(&cfg,
  3572. tor_strdup(options->DirPortFrontPage));
  3573. }
  3574. // orport
  3575. if (server_mode(get_options())) {
  3576. OPEN_KEYDIR_SUFFIX("secret_id_key", ".tmp");
  3577. OPEN_KEYDIR_SUFFIX("secret_onion_key", ".tmp");
  3578. OPEN_KEYDIR_SUFFIX("secret_onion_key_ntor", ".tmp");
  3579. OPEN_KEYDIR("secret_id_key.old");
  3580. OPEN_KEYDIR("secret_onion_key.old");
  3581. OPEN_KEYDIR("secret_onion_key_ntor.old");
  3582. OPEN_KEYDIR_SUFFIX("ed25519_master_id_secret_key", ".tmp");
  3583. OPEN_KEYDIR_SUFFIX("ed25519_master_id_secret_key_encrypted", ".tmp");
  3584. OPEN_KEYDIR_SUFFIX("ed25519_master_id_public_key", ".tmp");
  3585. OPEN_KEYDIR_SUFFIX("ed25519_signing_secret_key", ".tmp");
  3586. OPEN_KEYDIR_SUFFIX("ed25519_signing_secret_key_encrypted", ".tmp");
  3587. OPEN_KEYDIR_SUFFIX("ed25519_signing_public_key", ".tmp");
  3588. OPEN_KEYDIR_SUFFIX("ed25519_signing_cert", ".tmp");
  3589. OPEN_DATADIR2_SUFFIX("stats", "bridge-stats", ".tmp");
  3590. OPEN_DATADIR2_SUFFIX("stats", "dirreq-stats", ".tmp");
  3591. OPEN_DATADIR2_SUFFIX("stats", "entry-stats", ".tmp");
  3592. OPEN_DATADIR2_SUFFIX("stats", "exit-stats", ".tmp");
  3593. OPEN_DATADIR2_SUFFIX("stats", "buffer-stats", ".tmp");
  3594. OPEN_DATADIR2_SUFFIX("stats", "conn-stats", ".tmp");
  3595. OPEN_DATADIR2_SUFFIX("stats", "hidserv-stats", ".tmp");
  3596. OPEN_DATADIR("approved-routers");
  3597. OPEN_DATADIR_SUFFIX("fingerprint", ".tmp");
  3598. OPEN_DATADIR_SUFFIX("hashed-fingerprint", ".tmp");
  3599. OPEN_DATADIR_SUFFIX("router-stability", ".tmp");
  3600. OPEN("/etc/resolv.conf");
  3601. RENAME_SUFFIX("fingerprint", ".tmp");
  3602. RENAME_KEYDIR_SUFFIX("secret_onion_key_ntor", ".tmp");
  3603. RENAME_KEYDIR_SUFFIX("secret_id_key", ".tmp");
  3604. RENAME_KEYDIR_SUFFIX("secret_id_key.old", ".tmp");
  3605. RENAME_KEYDIR_SUFFIX("secret_onion_key", ".tmp");
  3606. RENAME_KEYDIR_SUFFIX("secret_onion_key.old", ".tmp");
  3607. RENAME_SUFFIX2("stats", "bridge-stats", ".tmp");
  3608. RENAME_SUFFIX2("stats", "dirreq-stats", ".tmp");
  3609. RENAME_SUFFIX2("stats", "entry-stats", ".tmp");
  3610. RENAME_SUFFIX2("stats", "exit-stats", ".tmp");
  3611. RENAME_SUFFIX2("stats", "buffer-stats", ".tmp");
  3612. RENAME_SUFFIX2("stats", "conn-stats", ".tmp");
  3613. RENAME_SUFFIX2("stats", "hidserv-stats", ".tmp");
  3614. RENAME_SUFFIX("hashed-fingerprint", ".tmp");
  3615. RENAME_SUFFIX("router-stability", ".tmp");
  3616. RENAME_KEYDIR_SUFFIX("ed25519_master_id_secret_key", ".tmp");
  3617. RENAME_KEYDIR_SUFFIX("ed25519_master_id_secret_key_encrypted", ".tmp");
  3618. RENAME_KEYDIR_SUFFIX("ed25519_master_id_public_key", ".tmp");
  3619. RENAME_KEYDIR_SUFFIX("ed25519_signing_secret_key", ".tmp");
  3620. RENAME_KEYDIR_SUFFIX("ed25519_signing_cert", ".tmp");
  3621. sandbox_cfg_allow_rename(&cfg,
  3622. get_keydir_fname("secret_onion_key"),
  3623. get_keydir_fname("secret_onion_key.old"));
  3624. sandbox_cfg_allow_rename(&cfg,
  3625. get_keydir_fname("secret_onion_key_ntor"),
  3626. get_keydir_fname("secret_onion_key_ntor.old"));
  3627. STAT_KEY_DIRECTORY();
  3628. OPEN_DATADIR("stats");
  3629. STAT_DATADIR("stats");
  3630. STAT_DATADIR2("stats", "dirreq-stats");
  3631. consdiffmgr_register_with_sandbox(&cfg);
  3632. }
  3633. init_addrinfo();
  3634. return cfg;
  3635. }
  3636. /* Main entry point for the Tor process. Called from tor_main(), and by
  3637. * anybody embedding Tor. */
  3638. int
  3639. tor_run_main(const tor_main_configuration_t *tor_cfg)
  3640. {
  3641. int result = 0;
  3642. int argc = tor_cfg->argc;
  3643. char **argv = tor_cfg->argv;
  3644. #ifdef _WIN32
  3645. #ifndef HeapEnableTerminationOnCorruption
  3646. #define HeapEnableTerminationOnCorruption 1
  3647. #endif
  3648. /* On heap corruption, just give up; don't try to play along. */
  3649. HeapSetInformation(NULL, HeapEnableTerminationOnCorruption, NULL, 0);
  3650. /* Call SetProcessDEPPolicy to permanently enable DEP.
  3651. The function will not resolve on earlier versions of Windows,
  3652. and failure is not dangerous. */
  3653. HMODULE hMod = GetModuleHandleA("Kernel32.dll");
  3654. if (hMod) {
  3655. typedef BOOL (WINAPI *PSETDEP)(DWORD);
  3656. PSETDEP setdeppolicy = (PSETDEP)GetProcAddress(hMod,
  3657. "SetProcessDEPPolicy");
  3658. if (setdeppolicy) {
  3659. /* PROCESS_DEP_ENABLE | PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION */
  3660. setdeppolicy(3);
  3661. }
  3662. }
  3663. #endif /* defined(_WIN32) */
  3664. configure_backtrace_handler(get_version());
  3665. init_protocol_warning_severity_level();
  3666. update_approx_time(time(NULL));
  3667. tor_threads_init();
  3668. tor_compress_init();
  3669. init_logging(0);
  3670. monotime_init();
  3671. #ifdef USE_DMALLOC
  3672. {
  3673. /* Instruct OpenSSL to use our internal wrappers for malloc,
  3674. realloc and free. */
  3675. int r = crypto_use_tor_alloc_functions();
  3676. tor_assert(r == 0);
  3677. }
  3678. #endif /* defined(USE_DMALLOC) */
  3679. #ifdef NT_SERVICE
  3680. {
  3681. int done = 0;
  3682. result = nt_service_parse_options(argc, argv, &done);
  3683. if (done) return result;
  3684. }
  3685. #endif /* defined(NT_SERVICE) */
  3686. {
  3687. int init_rv = tor_init(argc, argv);
  3688. if (init_rv < 0)
  3689. return -1;
  3690. else if (init_rv > 0)
  3691. return 0;
  3692. }
  3693. if (get_options()->Sandbox && get_options()->command == CMD_RUN_TOR) {
  3694. sandbox_cfg_t* cfg = sandbox_init_filter();
  3695. if (sandbox_init(cfg)) {
  3696. log_err(LD_BUG,"Failed to create syscall sandbox filter");
  3697. return -1;
  3698. }
  3699. // registering libevent rng
  3700. #ifdef HAVE_EVUTIL_SECURE_RNG_SET_URANDOM_DEVICE_FILE
  3701. evutil_secure_rng_set_urandom_device_file(
  3702. (char*) sandbox_intern_string("/dev/urandom"));
  3703. #endif
  3704. }
  3705. switch (get_options()->command) {
  3706. case CMD_RUN_TOR:
  3707. #ifdef NT_SERVICE
  3708. nt_service_set_state(SERVICE_RUNNING);
  3709. #endif
  3710. result = do_main_loop();
  3711. break;
  3712. case CMD_KEYGEN:
  3713. result = load_ed_keys(get_options(), time(NULL)) < 0;
  3714. break;
  3715. case CMD_KEY_EXPIRATION:
  3716. init_keys();
  3717. result = log_cert_expiration();
  3718. break;
  3719. case CMD_LIST_FINGERPRINT:
  3720. result = do_list_fingerprint();
  3721. break;
  3722. case CMD_HASH_PASSWORD:
  3723. do_hash_password();
  3724. result = 0;
  3725. break;
  3726. case CMD_VERIFY_CONFIG:
  3727. if (quiet_level == 0)
  3728. printf("Configuration was valid\n");
  3729. result = 0;
  3730. break;
  3731. case CMD_DUMP_CONFIG:
  3732. result = do_dump_config();
  3733. break;
  3734. case CMD_RUN_UNITTESTS: /* only set by test.c */
  3735. default:
  3736. log_warn(LD_BUG,"Illegal command number %d: internal error.",
  3737. get_options()->command);
  3738. result = -1;
  3739. }
  3740. tor_cleanup();
  3741. return result;
  3742. }