main.c 134 KB

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