or.h 67 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632
  1. /* Copyright 2001 Matej Pfajfar.
  2. * Copyright 2001-2004 Roger Dingledine.
  3. * Copyright 2004 Roger Dingledine, Nick Mathewson. */
  4. /* See LICENSE for licensing information */
  5. /* $Id$ */
  6. /**
  7. * \file or.h
  8. *
  9. * \brief Master header file for Tor-specific functionality.
  10. */
  11. #ifndef __OR_H
  12. #define __OR_H
  13. #include "orconfig.h"
  14. #ifdef MS_WINDOWS
  15. #define WIN32_WINNT 0x400
  16. #define _WIN32_WINNT 0x400
  17. #define WIN32_LEAN_AND_MEAN
  18. #endif
  19. #include <stdio.h>
  20. #include <stdlib.h>
  21. #include <limits.h>
  22. #ifdef HAVE_UNISTD_H
  23. #include <unistd.h>
  24. #endif
  25. #ifdef HAVE_STRING_H
  26. #include <string.h>
  27. #endif
  28. #ifdef HAVE_SIGNAL_H
  29. #include <signal.h>
  30. #endif
  31. #ifdef HAVE_NETDB_H
  32. #include <netdb.h>
  33. #endif
  34. #ifdef HAVE_CTYPE_H
  35. #include <ctype.h>
  36. #endif
  37. #include "../common/torint.h"
  38. #include "../common/fakepoll.h"
  39. #ifdef HAVE_INTTYPES_H
  40. #include <inttypes.h>
  41. #endif
  42. #ifdef HAVE_SYS_PARAM_H
  43. #include <sys/param.h> /* FreeBSD needs this to know what version it is */
  44. #endif
  45. #ifdef HAVE_SYS_LIMITS_H
  46. #include <sys/limits.h>
  47. #endif
  48. #ifdef HAVE_MACHINE_LIMITS_H
  49. #ifndef __FreeBSD__
  50. /* FreeBSD has a bug where it complains that this file is obsolete,
  51. and I should migrate to using sys/limits. It complains even when
  52. I include both. */
  53. #include <machine/limits.h>
  54. #endif
  55. #endif
  56. #ifdef HAVE_SYS_TYPES_H
  57. #include <sys/types.h> /* Must be included before sys/stat.h for Ultrix */
  58. #endif
  59. #ifdef HAVE_SYS_WAIT_H
  60. #include <sys/wait.h>
  61. #endif
  62. #ifdef HAVE_SYS_FCNTL_H
  63. #include <sys/fcntl.h>
  64. #endif
  65. #ifdef HAVE_FCNTL_H
  66. #include <fcntl.h>
  67. #endif
  68. #ifdef HAVE_SYS_IOCTL_H
  69. #include <sys/ioctl.h>
  70. #endif
  71. #ifdef HAVE_SYS_SOCKET_H
  72. #include <sys/socket.h>
  73. #endif
  74. #ifdef HAVE_SYS_TIME_H
  75. #include <sys/time.h>
  76. #endif
  77. #ifdef HAVE_SYS_STAT_H
  78. #include <sys/stat.h>
  79. #endif
  80. #ifdef HAVE_NETINET_IN_H
  81. #include <netinet/in.h>
  82. #endif
  83. #ifdef HAVE_ARPA_INET_H
  84. #include <arpa/inet.h>
  85. #endif
  86. #ifdef HAVE_ERRNO_H
  87. #include <errno.h>
  88. #endif
  89. #ifdef HAVE_ASSERT_H
  90. #include <assert.h>
  91. #endif
  92. #ifdef HAVE_TIME_H
  93. #include <time.h>
  94. #endif
  95. #ifdef MS_WINDOWS
  96. #if (_MSC_VER <= 1300)
  97. #include <winsock.h>
  98. #else
  99. #include <winsock2.h>
  100. #include <ws2tcpip.h>
  101. #endif
  102. #endif
  103. #ifdef MS_WINDOWS
  104. #include <io.h>
  105. #include <process.h>
  106. #include <direct.h>
  107. #include <windows.h>
  108. #define snprintf _snprintf
  109. #endif
  110. #include "../common/crypto.h"
  111. #include "../common/tortls.h"
  112. #include "../common/log.h"
  113. #include "../common/compat.h"
  114. #include "../common/container.h"
  115. #include "../common/util.h"
  116. #include "../common/torgzip.h"
  117. /** Upper bound on maximum simultaneous connections; can be lowered by
  118. * config file. */
  119. #define MAXCONNECTIONS 10000
  120. #define DEFAULT_BANDWIDTH_OP (1024 * 1000)
  121. #define MAX_NICKNAME_LEN 19
  122. /* Hex digest plus dollar sign. */
  123. #define MAX_HEX_NICKNAME_LEN (HEX_DIGEST_LEN+1)
  124. #define MAX_DIR_SIZE 500000
  125. #ifdef TOR_PERF
  126. /** How long do we keep DNS cache entries before purging them? */
  127. #define MAX_DNS_ENTRY_AGE (150*60)
  128. #else
  129. #define MAX_DNS_ENTRY_AGE (15*60)
  130. #endif
  131. /** How often do we rotate onion keys? */
  132. #define OLD_MIN_ONION_KEY_LIFETIME (12*60*60) /* twice a day */
  133. #define MIN_ONION_KEY_LIFETIME (7*24*60*60) /* once a week */
  134. /** How often do we rotate TLS contexts? */
  135. #define MAX_SSL_KEY_LIFETIME (120*60)
  136. /** How old do we allow a router to get before removing it, either
  137. * from the descriptor list (for dirservers) or the router list (for others)?
  138. * In seconds. */
  139. #define ROUTER_MAX_AGE (60*60*24)
  140. typedef enum {
  141. CIRC_ID_TYPE_LOWER=0,
  142. CIRC_ID_TYPE_HIGHER=1
  143. } circ_id_type_t;
  144. #define _CONN_TYPE_MIN 3
  145. /** Type for sockets listening for OR connections. */
  146. #define CONN_TYPE_OR_LISTENER 3
  147. /** Type for OR-to-OR or OP-to-OR connections. */
  148. #define CONN_TYPE_OR 4
  149. /** Type for connections from final OR to chosen destination. */
  150. #define CONN_TYPE_EXIT 5
  151. /** Type for sockets listening for SOCKS connections. */
  152. #define CONN_TYPE_AP_LISTENER 6
  153. /** Type for SOCKS connections to OP. */
  154. #define CONN_TYPE_AP 7
  155. /** Type for sockets listening for HTTP connections to the directory server. */
  156. #define CONN_TYPE_DIR_LISTENER 8
  157. /** Type for HTTP connections to the directory server. */
  158. #define CONN_TYPE_DIR 9
  159. /** Type for connections to local dnsworker processes. */
  160. #define CONN_TYPE_DNSWORKER 10
  161. /** Type for connections to local cpuworker processes. */
  162. #define CONN_TYPE_CPUWORKER 11
  163. /** Type for listenting for connections from user interface process */
  164. #define CONN_TYPE_CONTROL_LISTENER 12
  165. /** Type for connections from user interface process */
  166. #define CONN_TYPE_CONTROL 13
  167. #define _CONN_TYPE_MAX 13
  168. /** State for any listener connection. */
  169. #define LISTENER_STATE_READY 0
  170. #define _DNSWORKER_STATE_MIN 1
  171. /** State for a connection to a dnsworker process that's idle. */
  172. #define DNSWORKER_STATE_IDLE 1
  173. /** State for a connection to a dnsworker process that's resolving a hostname. */
  174. #define DNSWORKER_STATE_BUSY 2
  175. #define _DNSWORKER_STATE_MAX 2
  176. #define _CPUWORKER_STATE_MIN 1
  177. /** State for a connection to a cpuworker process that's idle. */
  178. #define CPUWORKER_STATE_IDLE 1
  179. /** State for a connection to a cpuworker process that's processing a
  180. * handshake. */
  181. #define CPUWORKER_STATE_BUSY_ONION 2
  182. #define _CPUWORKER_STATE_MAX 2
  183. #define CPUWORKER_TASK_ONION CPUWORKER_STATE_BUSY_ONION
  184. #define _OR_CONN_STATE_MIN 1
  185. /** State for a connection to an OR: waiting for connect() to finish. */
  186. #define OR_CONN_STATE_CONNECTING 1
  187. /** State for a connection to an OR: SSL is handshaking, not done yet. */
  188. #define OR_CONN_STATE_HANDSHAKING 2
  189. /** State for a connection to an OR: Ready to send/receive cells. */
  190. #define OR_CONN_STATE_OPEN 3
  191. #define _OR_CONN_STATE_MAX 3
  192. #define _EXIT_CONN_STATE_MIN 1
  193. /** State for an exit connection: waiting for response from dns farm. */
  194. #define EXIT_CONN_STATE_RESOLVING 1
  195. /** State for an exit connection: waiting for connect() to finish. */
  196. #define EXIT_CONN_STATE_CONNECTING 2
  197. /** State for an exit connection: open and ready to transmit data. */
  198. #define EXIT_CONN_STATE_OPEN 3
  199. /** State for an exit connection: waiting to be removed. */
  200. #define EXIT_CONN_STATE_RESOLVEFAILED 4
  201. #define _EXIT_CONN_STATE_MAX 4
  202. #if 0
  203. #define EXIT_CONN_STATE_CLOSE 3 /* flushing the buffer, then will close */
  204. #define EXIT_CONN_STATE_CLOSE_WAIT 4 /* have sent a destroy, awaiting a confirmation */
  205. #endif
  206. /* the AP state values must be disjoint from the EXIT state values */
  207. #define _AP_CONN_STATE_MIN 5
  208. /** State for a SOCKS connection: waiting for SOCKS request. */
  209. #define AP_CONN_STATE_SOCKS_WAIT 5
  210. /** State for a SOCKS connection: got a y.onion URL; waiting to receive
  211. * rendezvous rescriptor. */
  212. #define AP_CONN_STATE_RENDDESC_WAIT 6
  213. /** State for a SOCKS connection: waiting for a completed circuit. */
  214. #define AP_CONN_STATE_CIRCUIT_WAIT 7
  215. /** State for a SOCKS connection: sent BEGIN, waiting for CONNECTED. */
  216. #define AP_CONN_STATE_CONNECT_WAIT 8
  217. /** State for a SOCKS connection: send RESOLVE, waiting for RESOLVED. */
  218. #define AP_CONN_STATE_RESOLVE_WAIT 9
  219. /** State for a SOCKS connection: ready to send and receive. */
  220. #define AP_CONN_STATE_OPEN 10
  221. #define _AP_CONN_STATE_MAX 10
  222. #define _DIR_CONN_STATE_MIN 1
  223. /** State for connection to directory server: waiting for connect(). */
  224. #define DIR_CONN_STATE_CONNECTING 1
  225. /** State for connection to directory server: sending HTTP request. */
  226. #define DIR_CONN_STATE_CLIENT_SENDING 2
  227. /** State for connection to directory server: reading HTTP response. */
  228. #define DIR_CONN_STATE_CLIENT_READING 3
  229. /** State for connection at directory server: waiting for HTTP request. */
  230. #define DIR_CONN_STATE_SERVER_COMMAND_WAIT 4
  231. /** State for connection at directory server: sending HTTP response. */
  232. #define DIR_CONN_STATE_SERVER_WRITING 5
  233. #define _DIR_CONN_STATE_MAX 5
  234. #define _CONTROL_CONN_STATE_MIN 1
  235. #define CONTROL_CONN_STATE_OPEN 1
  236. #define CONTROL_CONN_STATE_NEEDAUTH 2
  237. #define _CONTROL_CONN_STATE_MAX 2
  238. #define _DIR_PURPOSE_MIN 1
  239. /** Purpose for connection to directory server: download a directory. */
  240. #define DIR_PURPOSE_FETCH_DIR 1
  241. /** Purpose for connection to directory server: download just the list
  242. * of running routers. */
  243. #define DIR_PURPOSE_FETCH_RUNNING_LIST 2
  244. /** Purpose for connection to directory server: download a rendezvous
  245. * descriptor. */
  246. #define DIR_PURPOSE_FETCH_RENDDESC 3
  247. /** Purpose for connection to directory server: set after a rendezvous
  248. * descriptor is downloaded. */
  249. #define DIR_PURPOSE_HAS_FETCHED_RENDDESC 4
  250. /** Purpose for connection to directory server: upload a server descriptor. */
  251. #define DIR_PURPOSE_UPLOAD_DIR 5
  252. /** Purpose for connection to directory server: upload a rendezvous
  253. * descriptor. */
  254. #define DIR_PURPOSE_UPLOAD_RENDDESC 6
  255. /** Purpose for connection at a directory server. */
  256. #define DIR_PURPOSE_SERVER 7
  257. #define _DIR_PURPOSE_MAX 7
  258. #define _EXIT_PURPOSE_MIN 1
  259. #define EXIT_PURPOSE_CONNECT 1
  260. #define EXIT_PURPOSE_RESOLVE 2
  261. #define _EXIT_PURPOSE_MAX 2
  262. /** Circuit state: I'm the OP, still haven't done all my handshakes. */
  263. #define CIRCUIT_STATE_BUILDING 0
  264. /** Circuit state: Waiting to process the onionskin. */
  265. #define CIRCUIT_STATE_ONIONSKIN_PENDING 1
  266. /** Circuit state: I'd like to deliver a create, but my n_conn is still connecting. */
  267. #define CIRCUIT_STATE_OR_WAIT 2
  268. /** Circuit state: onionskin(s) processed, ready to send/receive cells. */
  269. #define CIRCUIT_STATE_OPEN 3
  270. #define _CIRCUIT_PURPOSE_MIN 1
  271. /* these circuits were initiated elsewhere */
  272. #define _CIRCUIT_PURPOSE_OR_MIN 1
  273. /** OR-side circuit purpose: normal circuit, at OR. */
  274. #define CIRCUIT_PURPOSE_OR 1
  275. /** OR-side circuit purpose: At OR, from Bob, waiting for intro from Alices. */
  276. #define CIRCUIT_PURPOSE_INTRO_POINT 2
  277. /** OR-side circuit purpose: At OR, from Alice, waiting for Bob. */
  278. #define CIRCUIT_PURPOSE_REND_POINT_WAITING 3
  279. /** OR-side circuit purpose: At OR, both circuits have this purpose. */
  280. #define CIRCUIT_PURPOSE_REND_ESTABLISHED 4
  281. #define _CIRCUIT_PURPOSE_OR_MAX 4
  282. /* these circuits originate at this node */
  283. /* here's how circ client-side purposes work:
  284. * normal circuits are C_GENERAL.
  285. * circuits that are c_introducing are either on their way to
  286. * becoming open, or they are open and waiting for a
  287. * suitable rendcirc before they send the intro.
  288. * circuits that are c_introduce_ack_wait have sent the intro,
  289. * but haven't gotten a response yet.
  290. * circuits that are c_establish_rend are either on their way
  291. * to becoming open, or they are open and have sent the
  292. * establish_rendezvous cell but haven't received an ack.
  293. * circuits that are c_rend_ready are open and have received a
  294. * rend ack, but haven't heard from bob yet. if they have a
  295. * buildstate->pending_final_cpath then they're expecting a
  296. * cell from bob, else they're not.
  297. * circuits that are c_rend_ready_intro_acked are open, and
  298. * some intro circ has sent its intro and received an ack.
  299. * circuits that are c_rend_joined are open, have heard from
  300. * bob, and are talking to him.
  301. */
  302. /** Client-side circuit purpose: Normal circuit, with cpath. */
  303. #define CIRCUIT_PURPOSE_C_GENERAL 5
  304. /** Client-side circuit purpose: at Alice, connecting to intro point. */
  305. #define CIRCUIT_PURPOSE_C_INTRODUCING 6
  306. /** Client-side circuit purpose: at Alice, sent INTRODUCE1 to intro point, waiting for ACK/NAK. */
  307. #define CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT 7
  308. /** Client-side circuit purpose: at Alice, introduced and acked, closing. */
  309. #define CIRCUIT_PURPOSE_C_INTRODUCE_ACKED 8
  310. /** Client-side circuit purpose: at Alice, waiting for ack. */
  311. #define CIRCUIT_PURPOSE_C_ESTABLISH_REND 9
  312. /** Client-side circuit purpose: at Alice, waiting for Bob. */
  313. #define CIRCUIT_PURPOSE_C_REND_READY 10
  314. /** Client-side circuit purpose: at Alice, waiting for Bob, INTRODUCE
  315. * has been acknowledged. */
  316. #define CIRCUIT_PURPOSE_C_REND_READY_INTRO_ACKED 11
  317. /** Client-side circuit purpose: at Alice, rendezvous established. */
  318. #define CIRCUIT_PURPOSE_C_REND_JOINED 12
  319. /** Hidden-service-side circuit purpose: at Bob, waiting for introductions. */
  320. #define CIRCUIT_PURPOSE_S_ESTABLISH_INTRO 13
  321. /** Hidden-service-side circuit purpose: at Bob, successfully established
  322. * intro. */
  323. #define CIRCUIT_PURPOSE_S_INTRO 14
  324. /** Hidden-service-side circuit purpose: at Bob, connecting to rend point. */
  325. #define CIRCUIT_PURPOSE_S_CONNECT_REND 15
  326. /** Hidden-service-side circuit purpose: at Bob, rendezvous established. */
  327. #define CIRCUIT_PURPOSE_S_REND_JOINED 16
  328. #define _CIRCUIT_PURPOSE_MAX 16
  329. /** True iff the circuit purpose <b>p</b> is for a circuit at the OP
  330. * that this OP has originated. */
  331. #define CIRCUIT_PURPOSE_IS_ORIGIN(p) ((p)>_CIRCUIT_PURPOSE_OR_MAX)
  332. #define CIRCUIT_IS_ORIGIN(c) (CIRCUIT_PURPOSE_IS_ORIGIN((c)->purpose))
  333. #define RELAY_COMMAND_BEGIN 1
  334. #define RELAY_COMMAND_DATA 2
  335. #define RELAY_COMMAND_END 3
  336. #define RELAY_COMMAND_CONNECTED 4
  337. #define RELAY_COMMAND_SENDME 5
  338. #define RELAY_COMMAND_EXTEND 6
  339. #define RELAY_COMMAND_EXTENDED 7
  340. #define RELAY_COMMAND_TRUNCATE 8
  341. #define RELAY_COMMAND_TRUNCATED 9
  342. #define RELAY_COMMAND_DROP 10
  343. #define RELAY_COMMAND_RESOLVE 11
  344. #define RELAY_COMMAND_RESOLVED 12
  345. #define RELAY_COMMAND_ESTABLISH_INTRO 32
  346. #define RELAY_COMMAND_ESTABLISH_RENDEZVOUS 33
  347. #define RELAY_COMMAND_INTRODUCE1 34
  348. #define RELAY_COMMAND_INTRODUCE2 35
  349. #define RELAY_COMMAND_RENDEZVOUS1 36
  350. #define RELAY_COMMAND_RENDEZVOUS2 37
  351. #define RELAY_COMMAND_INTRO_ESTABLISHED 38
  352. #define RELAY_COMMAND_RENDEZVOUS_ESTABLISHED 39
  353. #define RELAY_COMMAND_INTRODUCE_ACK 40
  354. #define _MIN_END_STREAM_REASON 1
  355. #define END_STREAM_REASON_MISC 1
  356. #define END_STREAM_REASON_RESOLVEFAILED 2
  357. #define END_STREAM_REASON_CONNECTFAILED 3
  358. #define END_STREAM_REASON_EXITPOLICY 4
  359. #define END_STREAM_REASON_DESTROY 5
  360. #define END_STREAM_REASON_DONE 6
  361. #define END_STREAM_REASON_TIMEOUT 7
  362. #define _MAX_END_STREAM_REASON 7
  363. #define RESOLVED_TYPE_IPV4 4
  364. #define RESOLVED_TYPE_IPV6 6
  365. #define RESOLVED_TYPE_ERROR_TRANSIENT 0xF0
  366. #define RESOLVED_TYPE_ERROR 0xF1
  367. /** Length of 'y' portion of 'y.onion' URL. */
  368. #define REND_SERVICE_ID_LEN 16
  369. #define CELL_DIRECTION_IN 1
  370. #define CELL_DIRECTION_OUT 2
  371. #ifdef TOR_PERF
  372. #define CIRCWINDOW_START 10000
  373. #define CIRCWINDOW_INCREMENT 1000
  374. #define STREAMWINDOW_START 5000
  375. #define STREAMWINDOW_INCREMENT 500
  376. #else
  377. #define CIRCWINDOW_START 1000
  378. #define CIRCWINDOW_INCREMENT 100
  379. #define STREAMWINDOW_START 500
  380. #define STREAMWINDOW_INCREMENT 50
  381. #endif
  382. /* cell commands */
  383. #define CELL_PADDING 0
  384. #define CELL_CREATE 1
  385. #define CELL_CREATED 2
  386. #define CELL_RELAY 3
  387. #define CELL_DESTROY 4
  388. /* people behind fascist firewalls use only these ports */
  389. #define REQUIRED_FIREWALL_DIRPORT 80
  390. #define REQUIRED_FIREWALL_ORPORT 443
  391. /* legal characters in a nickname */
  392. #define LEGAL_NICKNAME_CHARACTERS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
  393. /** Name to use in client TLS certificates if no nickname is given.*/
  394. #define DEFAULT_CLIENT_NICKNAME "client"
  395. #define SOCKS4_NETWORK_LEN 8
  396. /*
  397. * Relay payload:
  398. * Relay command [1 byte]
  399. * Recognized [2 bytes]
  400. * Stream ID [2 bytes]
  401. * Partial SHA-1 [4 bytes]
  402. * Length [2 bytes]
  403. * Relay payload [498 bytes]
  404. */
  405. #define CELL_PAYLOAD_SIZE 509
  406. #define CELL_NETWORK_SIZE 512
  407. #define RELAY_HEADER_SIZE (1+2+2+4+2)
  408. #define RELAY_PAYLOAD_SIZE (CELL_PAYLOAD_SIZE-RELAY_HEADER_SIZE)
  409. /** Parsed onion routing cell. All communication from OP-to-OR, or from
  410. * OR-to-OR, is via cells. */
  411. typedef struct {
  412. uint16_t circ_id; /**< Circuit which received the cell. */
  413. unsigned char command; /**< Type of the cell: one of PADDING, CREATE, RELAY,
  414. * or DESTROY. */
  415. unsigned char payload[CELL_PAYLOAD_SIZE]; /**< Cell body. */
  416. } cell_t;
  417. /** Beginning of a RELAY cell payload. */
  418. typedef struct {
  419. uint8_t command; /**< The end-to-end relay command. */
  420. uint16_t recognized; /**< Used to tell whether cell is for us. */
  421. uint16_t stream_id; /**< Which stream is this cell associated with? */
  422. char integrity[4]; /**< Used to tell whether cell is corrupted. */
  423. uint16_t length; /**< How long is the payload body? */
  424. } relay_header_t;
  425. typedef struct buf_t buf_t;
  426. typedef struct socks_request_t socks_request_t;
  427. #define CONNECTION_MAGIC 0x7C3C304Eu
  428. /** Description of a connection to another host or process, and associated
  429. * data. */
  430. struct connection_t {
  431. uint32_t magic; /**< For memory debugging: must equal CONNECTION_MAGIC. */
  432. uint8_t type; /**< What kind of connection is this? */
  433. uint8_t state; /**< Current state of this connection. */
  434. uint8_t purpose; /**< Only used for DIR types currently. */
  435. uint8_t wants_to_read; /**< Boolean: should we start reading again once
  436. * the bandwidth throttler allows it?
  437. */
  438. uint8_t wants_to_write; /**< Boolean: should we start writing again once
  439. * the bandwidth throttler allows reads?
  440. */
  441. int s; /**< Our socket; -1 if this connection is closed. */
  442. int poll_index; /**< Index of this conn into the poll_array. */
  443. int marked_for_close; /**< Boolean: should we close this conn on the next
  444. * iteration of the main loop?
  445. */
  446. const char *marked_for_close_file; /**< For debugging: in which file were
  447. * we marked for close? */
  448. int hold_open_until_flushed; /**< Despite this connection's being marked
  449. * for close, do we flush it before closing it?
  450. */
  451. buf_t *inbuf; /**< Buffer holding data read over this connection. */
  452. int inbuf_reached_eof; /**< Boolean: did read() return 0 on this conn? */
  453. time_t timestamp_lastread; /**< When was the last time poll() said we could read? */
  454. buf_t *outbuf; /**< Buffer holding data to write over this connection. */
  455. size_t outbuf_flushlen; /**< How much data should we try to flush from the
  456. * outbuf? */
  457. time_t timestamp_lastwritten; /**< When was the last time poll() said we could write? */
  458. time_t timestamp_created; /**< When was this connection_t created? */
  459. uint32_t addr; /**< IP of the other side of the connection; used to identify
  460. * routers, along with port. */
  461. uint16_t port; /**< If non-zero, port on the other end
  462. * of the connection. */
  463. char *address; /**< FQDN (or IP) of the guy on the other end.
  464. * strdup into this, because free_connection frees it.
  465. */
  466. crypto_pk_env_t *identity_pkey; /**< Public RSA key for the other side's
  467. * signing key. */
  468. char identity_digest[DIGEST_LEN]; /**< Hash of identity_pkey */
  469. char *nickname; /**< Nickname of OR on other side (if any). */
  470. /* Used only by OR connections: */
  471. tor_tls *tls; /**< TLS connection state (OR only.) */
  472. uint16_t next_circ_id; /**< Which circ_id do we try to use next on
  473. * this connection? This is always in the
  474. * range 0..1<<15-1. (OR only.)*/
  475. /* bandwidth and receiver_bucket only used by ORs in OPEN state: */
  476. int bandwidth; /**< Connection bandwidth. (OPEN ORs only.) */
  477. int receiver_bucket; /**< When this hits 0, stop receiving. Every second we
  478. * add 'bandwidth' to this, capping it at 10*bandwidth.
  479. * (OPEN ORs only)
  480. */
  481. circ_id_type_t circ_id_type; /**< When we send CREATE cells along this
  482. * connection, which half of the space should
  483. * we use? */
  484. /* Used only by DIR and AP connections: */
  485. char rend_query[REND_SERVICE_ID_LEN+1]; /**< What rendezvous service are we
  486. * querying for? (DIR/AP only) */
  487. /* Used only by edge connections: */
  488. uint16_t stream_id;
  489. struct connection_t *next_stream; /**< Points to the next stream at this
  490. * edge, if any (Edge only). */
  491. struct crypt_path_t *cpath_layer; /**< A pointer to which node in the circ
  492. * this conn exits at. (Edge only.) */
  493. int package_window; /**< How many more relay cells can i send into the
  494. * circuit? (Edge only.) */
  495. int deliver_window; /**< How many more relay cells can end at me? (Edge
  496. * only.) */
  497. int done_sending; /**< For half-open connections; not used currently. */
  498. int done_receiving; /**< For half-open connections; not used currently. */
  499. char has_sent_end; /**< For debugging: set once we've set the stream end,
  500. and check in circuit_about_to_close_connection(). */
  501. char num_retries; /**< How many times have we re-tried beginning this stream? (Edge only) */
  502. /* Used only by AP connections */
  503. socks_request_t *socks_request; /**< SOCKS structure describing request (AP
  504. * only.) */
  505. /* Used only by control connections */
  506. uint32_t event_mask;
  507. };
  508. typedef struct connection_t connection_t;
  509. #define ADDR_POLICY_ACCEPT 1
  510. #define ADDR_POLICY_REJECT 2
  511. /** A linked list of policy rules */
  512. struct addr_policy_t {
  513. char policy_type; /**< One of ADDR_POLICY_ACCEPT or ADDR_POLICY_REJECT. */
  514. char *string; /**< String representation of this rule. */
  515. uint32_t addr; /**< Base address to accept or reject. */
  516. uint32_t msk; /**< Accept/reject all addresses <b>a</b> such that
  517. * a &amp; msk == <b>addr</b> &amp; msk . */
  518. uint16_t prt_min; /**< Lowest port number to accept/reject. */
  519. uint16_t prt_max; /**< Highest port number to accept/reject. */
  520. struct addr_policy_t *next; /**< Next rule in list. */
  521. };
  522. /** Information about another onion router in the network. */
  523. typedef struct {
  524. char *address; /**< Location of OR: either a hostname or an IP address. */
  525. char *nickname; /**< Human-readable OR name. */
  526. uint32_t addr; /**< IPv4 address of OR, in host order. */
  527. uint16_t or_port; /**< Port for OR-to-OR and OP-to-OR connections. */
  528. uint16_t socks_port; /**< Port for SOCKS connections. */
  529. uint16_t dir_port; /**< Port for HTTP directory connections. */
  530. time_t published_on; /**< When was the information in this routerinfo_t
  531. * published? */
  532. crypto_pk_env_t *onion_pkey; /**< Public RSA key for onions. */
  533. crypto_pk_env_t *identity_pkey; /**< Public RSA key for signing. */
  534. char identity_digest[DIGEST_LEN]; /**< Digest of identity key */
  535. char *platform; /**< What software/operating system is this OR using? */
  536. /* link info */
  537. uint32_t bandwidthrate; /**< How many bytes does this OR add to its token
  538. * bucket per second? */
  539. uint32_t bandwidthburst; /**< How large is this OR's token bucket? */
  540. /** How many bytes/s is this router known to handle? */
  541. uint32_t bandwidthcapacity;
  542. struct addr_policy_t *exit_policy; /**< What streams will this OR permit
  543. * to exit? */
  544. long uptime; /**< How many seconds the router claims to have been up */
  545. /* local info */
  546. int is_running; /**< As far as we know, is this OR currently running? */
  547. time_t status_set_at; /**< When did we last update is_running? */
  548. int is_verified; /**< Has a trusted dirserver validated this OR? */
  549. smartlist_t *declared_family; /**< Nicknames of router which this router
  550. * claims are its family. */
  551. } routerinfo_t;
  552. /** Contents of a directory of onion routers. */
  553. typedef struct {
  554. /** List of routerinfo_t */
  555. smartlist_t *routers;
  556. /** Which versions of tor are recommended by this directory? */
  557. char *software_versions;
  558. /** When was the most recent directory that contributed to this list
  559. * published?
  560. */
  561. time_t published_on;
  562. time_t running_routers_updated_on;
  563. /** Which router is claimed to have signed it? */
  564. char *signing_router;
  565. } routerlist_t;
  566. /** Contents of a running-routers list */
  567. typedef struct running_routers_t {
  568. time_t published_on; /**< When was the list marked as published? */
  569. /** Which ORs are on the list? Entries may be prefixed with ! and $. */
  570. smartlist_t *running_routers;
  571. int is_running_routers_format; /**< Are we using the old entry format? */
  572. } running_routers_t;
  573. /** Holds accounting information for a single step in the layered encryption
  574. * performed by a circuit. Used only at the client edge of a circuit. */
  575. struct crypt_path_t {
  576. /* crypto environments */
  577. /** Encryption key and counter for cells heading towards the OR at this
  578. * step. */
  579. crypto_cipher_env_t *f_crypto;
  580. /** Encryption key and counter for cells heading back from the OR at this
  581. * step. */
  582. crypto_cipher_env_t *b_crypto;
  583. /** Digest state for cells heading towards the OR at this step. */
  584. crypto_digest_env_t *f_digest; /* for integrity checking */
  585. /** Digest state for cells heading away from the OR at this step. */
  586. crypto_digest_env_t *b_digest;
  587. /** Current state of Diffie-Hellman key negotiation with the OR at this
  588. * step. */
  589. crypto_dh_env_t *handshake_state;
  590. /** Negotiated key material shared with the OR at this step. */
  591. char handshake_digest[DIGEST_LEN];/* KH in tor-spec.txt */
  592. /** IP4 address of the OR at this step. */
  593. uint32_t addr;
  594. /** Port of the OR at this step. */
  595. uint16_t port;
  596. /** Identity key digest of the OR at this step. */
  597. char identity_digest[DIGEST_LEN];
  598. /** Is the circuit built to this step? Must be one of:
  599. * - CPATH_STATE_CLOSED (The circuit has not been extended to this step)
  600. * - CPATH_STATE_AWAITING_KEYS (We have sent an EXTEND/CREATE to this step
  601. * and not received an EXTENDED/CREATED)
  602. * - CPATH_STATE_OPEN (The circuit has been extended to this step) */
  603. uint8_t state;
  604. #define CPATH_STATE_CLOSED 0
  605. #define CPATH_STATE_AWAITING_KEYS 1
  606. #define CPATH_STATE_OPEN 2
  607. struct crypt_path_t *next; /**< Link to next crypt_path_t in the circuit.
  608. * (The list is circular, so the last node
  609. * links to the first.) */
  610. struct crypt_path_t *prev; /**< Link to previous crypt_path_t in the
  611. * circuit. */
  612. int package_window; /**< How many bytes are we allowed to originate ending
  613. * at this step? */
  614. int deliver_window; /**< How many bytes are we willing to deliver originating
  615. * at this step? */
  616. };
  617. #define CPATH_KEY_MATERIAL_LEN (20*2+16*2)
  618. #define DH_KEY_LEN DH_BYTES
  619. #define ONIONSKIN_CHALLENGE_LEN (PKCS1_OAEP_PADDING_OVERHEAD+\
  620. CIPHER_KEY_LEN+\
  621. DH_KEY_LEN)
  622. #define ONIONSKIN_REPLY_LEN (DH_KEY_LEN+DIGEST_LEN)
  623. #define REND_COOKIE_LEN DIGEST_LEN
  624. typedef struct crypt_path_t crypt_path_t;
  625. /** Information used to build a circuit. */
  626. typedef struct {
  627. /** Intended length of the final circuit. */
  628. int desired_path_len;
  629. /** Nickname of planned exit node. */
  630. char *chosen_exit_name;
  631. /** Identity of planned exit node. */
  632. char chosen_exit_digest[DIGEST_LEN];
  633. /** The crypt_path_t to append after rendezvous: used for rendezvous. */
  634. struct crypt_path_t *pending_final_cpath;
  635. /** How many times has building a circuit for this task failed? */
  636. int failure_count;
  637. } cpath_build_state_t;
  638. #define CIRCUIT_MAGIC 0x35315243u
  639. /** Struct for a path (circuit) through the onion routing network. */
  640. struct circuit_t {
  641. uint32_t magic; /**< For memory debugging: must equal CIRCUIT_MAGIC. */
  642. int marked_for_close; /**< Should we close this circuit at the end of the
  643. * main loop? */
  644. const char *marked_for_close_file; /**< For debugging: in which file was this
  645. * circuit marked for close? */
  646. /** The IPv4 address of the OR that is next in this circuit. */
  647. uint32_t n_addr;
  648. /** The port for the OR that is next in this circuit. */
  649. uint16_t n_port;
  650. /** The OR connection that is previous in this circuit. */
  651. connection_t *p_conn;
  652. /** The OR connection that is next in this circuit. */
  653. connection_t *n_conn;
  654. /** The identity hash of n_conn. */
  655. char n_conn_id_digest[DIGEST_LEN];
  656. /** Linked list of AP streams associated with this circuit. */
  657. connection_t *p_streams;
  658. /** Linked list of Exit streams associated with this circuit. */
  659. connection_t *n_streams;
  660. /** Linked list of Exit streams associated with this circuit that are
  661. * still being resolved. */
  662. connection_t *resolving_streams;
  663. /** The next stream_id that will be tried when we're attempting to
  664. * construct a new AP stream originating at this circuit. */
  665. uint16_t next_stream_id;
  666. /** How many relay data cells can we package (read from edge streams)
  667. * on this circuit before we receive a circuit-level sendme cell asking
  668. * for more? */
  669. int package_window;
  670. /** How many relay data cells will we deliver (write to edge streams)
  671. * on this circuit? When deliver_window gets low, we send some
  672. * circuit-level sendme cells to indicate that we're willing to accept
  673. * more. */
  674. int deliver_window;
  675. /** The circuit_id used in the previous (backward) hop of this circuit. */
  676. uint16_t p_circ_id;
  677. /** The circuit_id used in the next (forward) hop of this circuit. */
  678. uint16_t n_circ_id;
  679. /** The cipher used by intermediate hops for cells heading toward the
  680. * OP. */
  681. crypto_cipher_env_t *p_crypto;
  682. /** The cipher used by intermediate hops for cells heading away from
  683. * the OP. */
  684. crypto_cipher_env_t *n_crypto;
  685. /** The integrity-checking digest used by intermediate hops, for
  686. * cells packaged here and heading towards the OP.
  687. */
  688. crypto_digest_env_t *p_digest;
  689. /** The integrity-checking digest used by intermediate hops, for
  690. * cells packaged at the OP and arriving here.
  691. */
  692. crypto_digest_env_t *n_digest;
  693. /** Build state for this circuit. It includes the intended path
  694. * length, the chosen exit router, rendezvous information, etc.
  695. */
  696. cpath_build_state_t *build_state;
  697. /** The doubly-linked list of crypt_path_t entries, one per hop,
  698. * for this circuit. This includes ciphers for each hop,
  699. * integrity-checking digests for each hop, and package/delivery
  700. * windows for each hop.
  701. *
  702. * The cpath field is defined only when we are the circuit's origin.
  703. */
  704. crypt_path_t *cpath;
  705. /** For storage while passing to cpuworker, or while n_conn is pending. */
  706. char onionskin[ONIONSKIN_CHALLENGE_LEN];
  707. char handshake_digest[DIGEST_LEN]; /**< Stores KH for intermediate hops. */
  708. time_t timestamp_created; /**< When was this circuit created? */
  709. time_t timestamp_dirty; /**< When the circuit was first used, or 0 if the
  710. * circuit is clean. */
  711. uint8_t state; /**< Current status of this circuit. */
  712. uint8_t purpose; /**< Why are we creating this circuit? */
  713. /**
  714. * The rend_query field holds y portion of y.onion (nul-terminated)
  715. * if purpose is C_INTRODUCING or C_ESTABLISH_REND, or is a C_GENERAL
  716. * for a hidden service, or is S_*.
  717. */
  718. char rend_query[REND_SERVICE_ID_LEN+1];
  719. /** The rend_pk_digest field holds a hash of location-hidden service's
  720. * PK if purpose is INTRO_POINT or S_ESTABLISH_INTRO or S_RENDEZVOUSING.
  721. */
  722. char rend_pk_digest[DIGEST_LEN];
  723. /** Holds rendezvous cookie if purpose is REND_POINT_WAITING or
  724. * C_ESTABLISH_REND. Filled with zeroes otherwise.
  725. */
  726. char rend_cookie[REND_COOKIE_LEN];
  727. /** Points to spliced circuit if purpose is REND_ESTABLISHED, and circuit
  728. * is not marked for close. */
  729. struct circuit_t *rend_splice;
  730. /** Quasi-global identifier for this circuit; used for control.c */
  731. /* XXXX009 NM This can get re-used after 2**32 circuits. */
  732. uint32_t global_identifier;
  733. struct circuit_t *next; /**< Next circuit in linked list. */
  734. };
  735. typedef struct circuit_t circuit_t;
  736. #define ALLOW_UNVERIFIED_ENTRY 1
  737. #define ALLOW_UNVERIFIED_EXIT 2
  738. #define ALLOW_UNVERIFIED_MIDDLE 4
  739. #define ALLOW_UNVERIFIED_RENDEZVOUS 8
  740. #define ALLOW_UNVERIFIED_INTRODUCTION 16
  741. typedef struct exit_redirect_t {
  742. uint32_t addr;
  743. uint32_t mask;
  744. uint16_t port_min;
  745. uint16_t port_max;
  746. int is_redirect;
  747. uint32_t addr_dest;
  748. uint16_t port_dest;
  749. } exit_redirect_t;
  750. /** Configuration options for a Tor process */
  751. typedef struct {
  752. /** What should the tor process actually do? */
  753. enum {
  754. CMD_RUN_TOR=0, CMD_LIST_FINGERPRINT, CMD_HASH_PASSWORD,
  755. } command;
  756. const char *command_arg; /**< Argument for command-line option. */
  757. struct config_line_t *OldLogOptions; /**< List of configuration lines
  758. * for logfiles, old style. */
  759. struct config_line_t *Logs; /**< New-style list of configuration lines
  760. * for logs */
  761. char *DebugLogFile; /**< Where to send verbose log messages. */
  762. char *DataDirectory; /**< OR only: where to store long-term data. */
  763. char *Nickname; /**< OR only: nickname of this onion router. */
  764. char *Address; /**< OR only: configured address for this onion router. */
  765. char *PidFile; /**< Where to store PID of Tor process. */
  766. char *ExitNodes; /**< Comma-separated list of nicknames of ORs to consider
  767. * as exits. */
  768. char *EntryNodes; /**< Comma-separated list of nicknames of ORs to consider
  769. * as entry points. */
  770. int StrictExitNodes; /**< Boolean: When none of our ExitNodes are up, do we
  771. * stop building circuits? */
  772. int StrictEntryNodes; /**< Boolean: When none of our EntryNodes are up, do we
  773. * stop building circuits? */
  774. char *ExcludeNodes; /**< Comma-separated list of nicknames of ORs not to
  775. * use in circuits. */
  776. char *RendNodes; /**< Comma-separated list of nicknames used as introduction
  777. * points. */
  778. char *RendExcludeNodes; /**< Comma-separated list of nicknames not to use
  779. * as introduction points. */
  780. smartlist_t *AllowUnverifiedNodes; /**< List of "entry", "middle", "exit" */
  781. int _AllowUnverified; /**< Bitmask; derived from AllowUnverifiedNodes; */
  782. struct config_line_t *ExitPolicy; /**< Lists of exit policy components. */
  783. struct config_line_t *SocksPolicy; /**< Lists of socks policy components */
  784. struct config_line_t *DirPolicy; /**< Lists of dir policy components */
  785. /** Addresses to bind for listening for SOCKS connections. */
  786. struct config_line_t *SocksBindAddress;
  787. /** Addresses to bind for listening for OR connections. */
  788. struct config_line_t *ORBindAddress;
  789. /** Addresses to bind for listening for directory connections. */
  790. struct config_line_t *DirBindAddress;
  791. /** Local address to bind outbound sockets */
  792. char *OutboundBindAddress;
  793. struct config_line_t *RecommendedVersions;
  794. /**< Directory server only: which versions of
  795. * Tor should we tell users to run? */
  796. char *User; /**< Name of user to run Tor as. */
  797. char *Group; /**< Name of group to run Tor as. */
  798. double PathlenCoinWeight; /**< Parameter used to configure average path
  799. * length (alpha in geometric distribution). */
  800. int ORPort; /**< Port to listen on for OR connections. */
  801. int SocksPort; /**< Port to listen on for SOCKS connections. */
  802. int ControlPort; /**< Port to listen on for control connections. */
  803. int DirPort; /**< Port to listen on for directory connections. */
  804. int AuthoritativeDir; /**< Boolean: is this an authoritative directory? */
  805. int ClientOnly; /**< Boolean: should we never evolve into a server role? */
  806. int MaxConn; /**< Maximum number of simultaneous connections. */
  807. int IgnoreVersion; /**< If true, run no matter what versions of Tor the
  808. * directory recommends. */
  809. int RunAsDaemon; /**< If true, run in the background. (Unix only) */
  810. int FascistFirewall; /**< Whether to prefer ORs reachable on open ports. */
  811. smartlist_t *FirewallPorts; /** Which ports our firewall allows. */
  812. int DirFetchPostPeriod; /**< How often do we fetch new directories
  813. * and post server descriptros to the directory
  814. * server? */
  815. int KeepalivePeriod; /**< How often do we send padding cells to keep
  816. * connections alive? */
  817. int MaxOnionsPending; /**< How many circuit CREATE requests do we allow
  818. * to wait simultaneously before we start dropping
  819. * them? */
  820. int NewCircuitPeriod; /**< How long do we use a circuit before building
  821. * a new one? */
  822. int BandwidthRateBytes; /**< How much bandwidth, on average, are we willing to
  823. * use in a second? */
  824. int BandwidthBurstBytes; /**< How much bandwidth, at maximum, are we willing to
  825. * use in a second? */
  826. int NumCpus; /**< How many CPUs should we try to use? */
  827. int RunTesting; /**< If true, create testing circuits to measure how well the
  828. * other ORs are running. */
  829. struct config_line_t *RendConfigLines; /**< List of configuration lines
  830. * for rendezvous services. */
  831. char *ContactInfo; /**< Contact info to be published in the directory */
  832. char *HttpProxy; /**< hostname[:port] to use as http proxy, if any */
  833. uint32_t HttpProxyAddr; /**< Parsed IPv4 addr for http proxy, if any */
  834. uint16_t HttpProxyPort; /**< Parsed port for http proxy, if any */
  835. struct config_line_t *DirServers; /**< List of configuration lines
  836. * for directory servers. */
  837. char *MyFamily; /**< Declared family for this OR. */
  838. struct config_line_t *NodeFamilies; /**< List of config lines for
  839. * node families */
  840. struct config_line_t *RedirectExit; /**< List of config lines for simple
  841. * addr/port redirection */
  842. smartlist_t *RedirectExitList; /**< List of exit_redirect_t */
  843. int AccountingStart; /**< At what offset within the accounting interval
  844. * do we begin measuring? (Currently only day-of-month
  845. * is supported.) */
  846. int AccountingMaxKB; /**< How many KB do we allow per accounting
  847. * interval before hibernation? 0 for "never
  848. * hibernate." */
  849. char *HashedControlPassword; /**< Base64-encoded hash of a password for
  850. * the control system. */
  851. int CookieAuthentication; /**< Boolean: do we enable cookie-based auth for
  852. * the control system? */
  853. } or_options_t;
  854. #define MAX_SOCKS_REPLY_LEN 1024
  855. #define MAX_SOCKS_ADDR_LEN 256
  856. #define SOCKS_COMMAND_CONNECT 0x01
  857. #define SOCKS_COMMAND_RESOLVE 0xF0
  858. /** State of a SOCKS request from a user to an OP */
  859. struct socks_request_t {
  860. char socks_version; /**< Which version of SOCKS did the client use? */
  861. int command; /**< What has the user requested? One of CONNECT or RESOLVE. */
  862. size_t replylen; /**< Length of <b>reply</b>. */
  863. char reply[MAX_SOCKS_REPLY_LEN]; /**< Write an entry into this string if
  864. * we want to specify our own socks reply,
  865. * rather than using the default socks4 or
  866. * socks5 socks reply. We use this for the
  867. * two-stage socks5 handshake.
  868. */
  869. int has_finished; /**< Has the SOCKS handshake finished? */
  870. char address[MAX_SOCKS_ADDR_LEN]; /**< What address did the client ask to connect to? */
  871. uint16_t port; /**< What port did the client ask to connect to? */
  872. };
  873. /* all the function prototypes go here */
  874. /********************************* buffers.c ***************************/
  875. buf_t *buf_new(void);
  876. buf_t *buf_new_with_capacity(size_t size);
  877. void buf_free(buf_t *buf);
  878. void buf_clear(buf_t *buf);
  879. size_t buf_datalen(const buf_t *buf);
  880. size_t buf_capacity(const buf_t *buf);
  881. const char *_buf_peek_raw_buffer(const buf_t *buf);
  882. int read_to_buf(int s, size_t at_most, buf_t *buf, int *reached_eof);
  883. int read_to_buf_tls(tor_tls *tls, size_t at_most, buf_t *buf);
  884. int flush_buf(int s, buf_t *buf, size_t *buf_flushlen);
  885. int flush_buf_tls(tor_tls *tls, buf_t *buf, size_t *buf_flushlen);
  886. int write_to_buf(const char *string, size_t string_len, buf_t *buf);
  887. int fetch_from_buf(char *string, size_t string_len, buf_t *buf);
  888. int fetch_from_buf_http(buf_t *buf,
  889. char **headers_out, size_t max_headerlen,
  890. char **body_out, size_t *body_used, size_t max_bodylen);
  891. int fetch_from_buf_socks(buf_t *buf, socks_request_t *req);
  892. int fetch_from_buf_control(buf_t *buf, uint16_t *len_out, uint16_t *type_out,
  893. char **body_out);
  894. void assert_buf_ok(buf_t *buf);
  895. /********************************* circuitbuild.c **********************/
  896. char *circuit_list_path(circuit_t *circ);
  897. void circuit_log_path(int severity, circuit_t *circ);
  898. void circuit_rep_hist_note_result(circuit_t *circ);
  899. void circuit_dump_by_conn(connection_t *conn, int severity);
  900. circuit_t *circuit_establish_circuit(uint8_t purpose,
  901. const char *exit_digest);
  902. void circuit_n_conn_done(connection_t *or_conn, int success);
  903. int circuit_send_next_onion_skin(circuit_t *circ);
  904. int circuit_extend(cell_t *cell, circuit_t *circ);
  905. int circuit_init_cpath_crypto(crypt_path_t *cpath, char *key_data, int reverse);
  906. int circuit_finish_handshake(circuit_t *circ, char *reply);
  907. int circuit_truncated(circuit_t *circ, crypt_path_t *layer);
  908. int onionskin_answer(circuit_t *circ, unsigned char *payload, unsigned char *keys);
  909. void onion_append_to_cpath(crypt_path_t **head_ptr, crypt_path_t *new_hop);
  910. /********************************* circuitlist.c ***********************/
  911. extern const char *circuit_state_to_string[];
  912. void circuit_close_all_marked(void);
  913. circuit_t *circuit_new(uint16_t p_circ_id, connection_t *p_conn);
  914. circuit_t *circuit_get_by_circ_id_conn(uint16_t circ_id, connection_t *conn);
  915. circuit_t *circuit_get_by_conn(connection_t *conn);
  916. circuit_t *circuit_get_by_rend_query_and_purpose(const char *rend_query, uint8_t purpose);
  917. circuit_t *circuit_get_next_by_pk_and_purpose(circuit_t *start,
  918. const char *digest, uint8_t purpose);
  919. circuit_t *circuit_get_rendezvous(const char *cookie);
  920. int circuit_count_building(uint8_t purpose);
  921. circuit_t *circuit_get_youngest_clean_open(uint8_t purpose);
  922. int _circuit_mark_for_close(circuit_t *circ);
  923. #define circuit_mark_for_close(c) \
  924. do { \
  925. if (_circuit_mark_for_close(c)<0) { \
  926. log(LOG_WARN,"Duplicate call to circuit_mark_for_close at %s:%d (first at %s:%d)", \
  927. __FILE__,__LINE__,c->marked_for_close_file,c->marked_for_close); \
  928. } else { \
  929. c->marked_for_close_file = __FILE__; \
  930. c->marked_for_close = __LINE__; \
  931. } \
  932. } while (0)
  933. void assert_cpath_layer_ok(const crypt_path_t *cp);
  934. void assert_circuit_ok(const circuit_t *c);
  935. /********************************* circuituse.c ************************/
  936. void circuit_expire_building(time_t now);
  937. int circuit_stream_is_being_handled(connection_t *conn);
  938. void circuit_build_needed_circs(time_t now);
  939. void circuit_detach_stream(circuit_t *circ, connection_t *conn);
  940. void circuit_about_to_close_connection(connection_t *conn);
  941. void circuit_has_opened(circuit_t *circ);
  942. void circuit_build_failed(circuit_t *circ);
  943. circuit_t *circuit_launch_by_nickname(uint8_t purpose, const char *exit_nickname);
  944. circuit_t *circuit_launch_by_identity(uint8_t purpose, const char *exit_digest);
  945. void circuit_reset_failure_count(int timeout);
  946. int connection_ap_handshake_attach_circuit(connection_t *conn);
  947. /********************************* command.c ***************************/
  948. void command_process_cell(cell_t *cell, connection_t *conn);
  949. extern unsigned long stats_n_padding_cells_processed;
  950. extern unsigned long stats_n_create_cells_processed;
  951. extern unsigned long stats_n_created_cells_processed;
  952. extern unsigned long stats_n_relay_cells_processed;
  953. extern unsigned long stats_n_destroy_cells_processed;
  954. /********************************* config.c ***************************/
  955. struct config_line_t {
  956. char *key;
  957. char *value;
  958. struct config_line_t *next;
  959. };
  960. or_options_t *get_options(void);
  961. void set_options(or_options_t *new_val);
  962. int options_act(void);
  963. int config_get_lines(char *string, struct config_line_t **result);
  964. void config_free_lines(struct config_line_t *front);
  965. int config_trial_assign(struct config_line_t *list, int reset);
  966. int resolve_my_address(const char *address, uint32_t *addr);
  967. void options_init(or_options_t *options);
  968. int init_from_config(int argc, char **argv);
  969. int config_init_logs(or_options_t *options, int validate_only);
  970. int config_parse_addr_policy(struct config_line_t *cfg,
  971. struct addr_policy_t **dest);
  972. void addr_policy_free(struct addr_policy_t *p);
  973. int config_option_is_recognized(const char *key);
  974. struct config_line_t *config_get_assigned_option(or_options_t *options,
  975. const char *key);
  976. struct config_line_t *config_line_prepend(struct config_line_t *front,
  977. const char *key, const char *val);
  978. char *config_dump_options(or_options_t *options, int minimal);
  979. int save_current_config(void);
  980. /********************************* connection.c ***************************/
  981. #define CONN_TYPE_TO_STRING(t) (((t) < _CONN_TYPE_MIN || (t) > _CONN_TYPE_MAX) ? \
  982. "Unknown" : conn_type_to_string[(t)])
  983. extern const char *conn_type_to_string[];
  984. extern const char *conn_state_to_string[][_CONN_TYPE_MAX+1];
  985. connection_t *connection_new(int type);
  986. void connection_free(connection_t *conn);
  987. void connection_free_all(void);
  988. void connection_about_to_close_connection(connection_t *conn);
  989. void connection_close_immediate(connection_t *conn);
  990. int _connection_mark_for_close(connection_t *conn);
  991. #define connection_mark_for_close(c) \
  992. do { \
  993. if (_connection_mark_for_close(c)<0) { \
  994. log(LOG_WARN,"Duplicate call to connection_mark_for_close at %s:%d (first at %s:%d)", \
  995. __FILE__,__LINE__,c->marked_for_close_file,c->marked_for_close); \
  996. } else { \
  997. c->marked_for_close_file = __FILE__; \
  998. c->marked_for_close = __LINE__; \
  999. } \
  1000. } while (0)
  1001. void connection_expire_held_open(void);
  1002. int connection_connect(connection_t *conn, char *address, uint32_t addr, uint16_t port);
  1003. int retry_all_listeners(int force);
  1004. void connection_bucket_init(void);
  1005. void connection_bucket_refill(struct timeval *now);
  1006. int connection_handle_read(connection_t *conn);
  1007. int connection_fetch_from_buf(char *string, size_t len, connection_t *conn);
  1008. int connection_wants_to_flush(connection_t *conn);
  1009. int connection_outbuf_too_full(connection_t *conn);
  1010. int connection_handle_write(connection_t *conn);
  1011. void connection_write_to_buf(const char *string, size_t len, connection_t *conn);
  1012. connection_t *connection_exact_get_by_addr_port(uint32_t addr, uint16_t port);
  1013. connection_t *connection_get_by_identity_digest(const char *digest, int type);
  1014. connection_t *connection_get_by_type(int type);
  1015. connection_t *connection_get_by_type_state(int type, int state);
  1016. connection_t *connection_get_by_type_state_lastwritten(int type, int state);
  1017. connection_t *connection_get_by_type_rendquery(int type, const char *rendquery);
  1018. #define connection_speaks_cells(conn) ((conn)->type == CONN_TYPE_OR)
  1019. #define connection_has_pending_tls_data(conn) \
  1020. ((conn)->type == CONN_TYPE_OR && \
  1021. (conn)->state == OR_CONN_STATE_OPEN && \
  1022. tor_tls_get_pending_bytes((conn)->tls))
  1023. int connection_is_listener(connection_t *conn);
  1024. int connection_state_is_open(connection_t *conn);
  1025. int connection_state_is_connecting(connection_t *conn);
  1026. int connection_send_destroy(uint16_t circ_id, connection_t *conn);
  1027. void assert_connection_ok(connection_t *conn, time_t now);
  1028. int connection_or_nonopen_was_started_here(connection_t *conn);
  1029. /********************************* connection_edge.c ***************************/
  1030. int connection_edge_process_inbuf(connection_t *conn);
  1031. int connection_edge_destroy(uint16_t circ_id, connection_t *conn);
  1032. int connection_edge_end(connection_t *conn, char reason, crypt_path_t *cpath_layer);
  1033. int connection_edge_finished_flushing(connection_t *conn);
  1034. int connection_edge_finished_connecting(connection_t *conn);
  1035. int connection_ap_handshake_send_begin(connection_t *ap_conn, circuit_t *circ);
  1036. int connection_ap_handshake_send_resolve(connection_t *ap_conn, circuit_t *circ);
  1037. int connection_ap_make_bridge(char *address, uint16_t port);
  1038. void connection_ap_handshake_socks_reply(connection_t *conn, char *reply,
  1039. size_t replylen, int success);
  1040. void connection_ap_handshake_socks_resolved(connection_t *conn,
  1041. int answer_type,
  1042. size_t answer_len,
  1043. const char *answer);
  1044. int connection_exit_begin_conn(cell_t *cell, circuit_t *circ);
  1045. int connection_exit_begin_resolve(cell_t *cell, circuit_t *circ);
  1046. void connection_exit_connect(connection_t *conn);
  1047. int connection_edge_is_rendezvous_stream(connection_t *conn);
  1048. int connection_ap_can_use_exit(connection_t *conn, routerinfo_t *exit);
  1049. void connection_ap_expire_beginning(void);
  1050. void connection_ap_attach_pending(void);
  1051. int socks_policy_permits_address(uint32_t addr);
  1052. void client_dns_init(void);
  1053. uint32_t client_dns_lookup_entry(const char *address);
  1054. int client_dns_incr_failures(const char *address);
  1055. void client_dns_set_entry(const char *address, uint32_t val);
  1056. void client_dns_clean(void);
  1057. void set_exit_redirects(smartlist_t *lst);
  1058. void parse_socks_policy(void);
  1059. /********************************* connection_or.c ***************************/
  1060. int connection_or_process_inbuf(connection_t *conn);
  1061. int connection_or_finished_flushing(connection_t *conn);
  1062. int connection_or_finished_connecting(connection_t *conn);
  1063. connection_t *connection_or_connect(uint32_t addr, uint16_t port,
  1064. const char *id_digest);
  1065. int connection_tls_start_handshake(connection_t *conn, int receiving);
  1066. int connection_tls_continue_handshake(connection_t *conn);
  1067. void connection_or_write_cell_to_buf(const cell_t *cell, connection_t *conn);
  1068. void connection_or_update_nickname(connection_t *conn);
  1069. /********************************* control.c ***************************/
  1070. typedef enum circuit_status_event_t {
  1071. CIRC_EVENT_LAUNCHED = 0,
  1072. CIRC_EVENT_BUILT = 1,
  1073. CIRC_EVENT_EXTENDED = 2,
  1074. CIRC_EVENT_FAILED = 3,
  1075. CIRC_EVENT_CLOSED = 4,
  1076. } circuit_status_event_t;
  1077. typedef enum stream_status_event_t {
  1078. STREAM_EVENT_SENT_CONNECT = 0,
  1079. STREAM_EVENT_SENT_RESOLVE = 1,
  1080. STREAM_EVENT_SUCCEEDED = 2,
  1081. STREAM_EVENT_FAILED = 3,
  1082. STREAM_EVENT_CLOSED = 4
  1083. } stream_status_event_t;
  1084. typedef enum or_conn_status_event_t {
  1085. OR_CONN_EVENT_LAUNCHED = 0,
  1086. OR_CONN_EVENT_CONNECTED = 1,
  1087. OR_CONN_EVENT_FAILED = 2,
  1088. OR_CONN_EVENT_CLOSED = 3,
  1089. } or_conn_status_event_t;
  1090. int connection_control_finished_flushing(connection_t *conn);
  1091. int connection_control_process_inbuf(connection_t *conn);
  1092. int control_event_circuit_status(circuit_t *circ, circuit_status_event_t e);
  1093. int control_event_stream_status(connection_t *conn, stream_status_event_t e);
  1094. int control_event_or_conn_status(connection_t *conn, or_conn_status_event_t e);
  1095. int control_event_bandwidth_used(uint32_t n_read, uint32_t n_written);
  1096. void control_event_logmsg(int severity, const char *msg);
  1097. int init_cookie_authentication(int enabled);
  1098. /********************************* cpuworker.c *****************************/
  1099. void cpu_init(void);
  1100. void cpuworkers_rotate(void);
  1101. int connection_cpu_finished_flushing(connection_t *conn);
  1102. int connection_cpu_process_inbuf(connection_t *conn);
  1103. int assign_to_cpuworker(connection_t *cpuworker, unsigned char question_type,
  1104. void *task);
  1105. /********************************* directory.c ***************************/
  1106. int dir_policy_permits_address(uint32_t addr);
  1107. void directory_post_to_dirservers(uint8_t purpose, const char *payload,
  1108. size_t payload_len);
  1109. void directory_get_from_dirserver(uint8_t purpose, const char *resource);
  1110. int connection_dir_process_inbuf(connection_t *conn);
  1111. int connection_dir_finished_flushing(connection_t *conn);
  1112. int connection_dir_finished_connecting(connection_t *conn);
  1113. void parse_dir_policy(void);
  1114. /********************************* dirserv.c ***************************/
  1115. int dirserv_add_own_fingerprint(const char *nickname, crypto_pk_env_t *pk);
  1116. int dirserv_parse_fingerprint_file(const char *fname);
  1117. int dirserv_router_fingerprint_is_known(const routerinfo_t *router);
  1118. void dirserv_free_fingerprint_list(void);
  1119. const char *dirserv_get_nickname_by_digest(const char *digest);
  1120. int dirserv_add_descriptor(const char **desc);
  1121. int dirserv_load_from_directory_string(const char *dir);
  1122. void dirserv_free_descriptors(void);
  1123. void dirserv_remove_old_servers(int age);
  1124. int dirserv_dump_directory_to_string(char *s, size_t maxlen,
  1125. crypto_pk_env_t *private_key);
  1126. void directory_set_dirty(void);
  1127. size_t dirserv_get_directory(const char **cp, int compress);
  1128. size_t dirserv_get_runningrouters(const char **rr, int compress);
  1129. void dirserv_set_cached_directory(const char *directory, time_t when,
  1130. int is_running_routers);
  1131. /********************************* dns.c ***************************/
  1132. void dns_init(void);
  1133. int connection_dns_finished_flushing(connection_t *conn);
  1134. int connection_dns_process_inbuf(connection_t *conn);
  1135. void dnsworkers_rotate(void);
  1136. void connection_dns_remove(connection_t *conn);
  1137. void assert_connection_edge_not_dns_pending(connection_t *conn);
  1138. void assert_all_pending_dns_resolves_ok(void);
  1139. void dns_cancel_pending_resolve(char *question);
  1140. int dns_resolve(connection_t *exitconn);
  1141. /********************************* hibernate.c **********************/
  1142. int accounting_is_enabled(or_options_t *options);
  1143. void configure_accounting(time_t now);
  1144. void accounting_run_housekeeping(time_t now);
  1145. void accounting_add_bytes(size_t n_read, size_t n_written, int seconds);
  1146. int accounting_record_bandwidth_usage(time_t now);
  1147. void hibernate_begin_shutdown(void);
  1148. int we_are_hibernating(void);
  1149. void consider_hibernation(time_t now);
  1150. /********************************* main.c ***************************/
  1151. int connection_add(connection_t *conn);
  1152. int connection_remove(connection_t *conn);
  1153. int connection_in_array(connection_t *conn);
  1154. void get_connection_array(connection_t ***array, int *n);
  1155. void connection_watch_events(connection_t *conn, short events);
  1156. int connection_is_reading(connection_t *conn);
  1157. void connection_stop_reading(connection_t *conn);
  1158. void connection_start_reading(connection_t *conn);
  1159. int connection_is_writing(connection_t *conn);
  1160. void connection_stop_writing(connection_t *conn);
  1161. void connection_start_writing(connection_t *conn);
  1162. void directory_has_arrived(time_t now);
  1163. int authdir_mode(or_options_t *options);
  1164. int clique_mode(or_options_t *options);
  1165. int server_mode(or_options_t *options);
  1166. int advertised_server_mode(void);
  1167. int proxy_mode(or_options_t *options);
  1168. void handle_signals(int is_parent);
  1169. void tor_cleanup(void);
  1170. int tor_main(int argc, char *argv[]);
  1171. /********************************* onion.c ***************************/
  1172. int onion_pending_add(circuit_t *circ);
  1173. circuit_t *onion_next_task(void);
  1174. void onion_pending_remove(circuit_t *circ);
  1175. int onion_skin_create(crypto_pk_env_t *router_key,
  1176. crypto_dh_env_t **handshake_state_out,
  1177. char *onion_skin_out);
  1178. int onion_skin_server_handshake(char *onion_skin,
  1179. crypto_pk_env_t *private_key,
  1180. crypto_pk_env_t *prev_private_key,
  1181. char *handshake_reply_out,
  1182. char *key_out,
  1183. size_t key_out_len);
  1184. int onion_skin_client_handshake(crypto_dh_env_t *handshake_state,
  1185. char *handshake_reply,
  1186. char *key_out,
  1187. size_t key_out_len);
  1188. /********************************* relay.c ***************************/
  1189. extern unsigned long stats_n_relay_cells_relayed;
  1190. extern unsigned long stats_n_relay_cells_delivered;
  1191. int circuit_receive_relay_cell(cell_t *cell, circuit_t *circ,
  1192. int cell_direction);
  1193. void relay_header_pack(char *dest, const relay_header_t *src);
  1194. void relay_header_unpack(relay_header_t *dest, const char *src);
  1195. int connection_edge_send_command(connection_t *fromconn, circuit_t *circ,
  1196. int relay_command, const char *payload,
  1197. size_t payload_len, crypt_path_t *cpath_layer);
  1198. int connection_edge_package_raw_inbuf(connection_t *conn);
  1199. void connection_edge_consider_sending_sendme(connection_t *conn);
  1200. extern uint64_t stats_n_data_cells_packaged;
  1201. extern uint64_t stats_n_data_bytes_packaged;
  1202. extern uint64_t stats_n_data_cells_received;
  1203. extern uint64_t stats_n_data_bytes_received;
  1204. /********************************* rephist.c ***************************/
  1205. void rep_hist_init(void);
  1206. void rep_hist_note_connect_failed(const char* nickname, time_t when);
  1207. void rep_hist_note_connect_succeeded(const char* nickname, time_t when);
  1208. void rep_hist_note_disconnect(const char* nickname, time_t when);
  1209. void rep_hist_note_connection_died(const char* nickname, time_t when);
  1210. void rep_hist_note_extend_succeeded(const char *from_name,
  1211. const char *to_name);
  1212. void rep_hist_note_extend_failed(const char *from_name, const char *to_name);
  1213. void rep_hist_dump_stats(time_t now, int severity);
  1214. void rep_hist_note_bytes_read(int num_bytes, time_t when);
  1215. void rep_hist_note_bytes_written(int num_bytes, time_t when);
  1216. int rep_hist_bandwidth_assess(void);
  1217. char *rep_hist_get_bandwidth_lines(void);
  1218. /********************************* rendclient.c ***************************/
  1219. void rend_client_introcirc_has_opened(circuit_t *circ);
  1220. void rend_client_rendcirc_has_opened(circuit_t *circ);
  1221. int rend_client_introduction_acked(circuit_t *circ, const char *request, size_t request_len);
  1222. void rend_client_refetch_renddesc(const char *query);
  1223. int rend_client_remove_intro_point(char *failed_intro, const char *query);
  1224. int rend_client_rendezvous_acked(circuit_t *circ, const char *request, size_t request_len);
  1225. int rend_client_receive_rendezvous(circuit_t *circ, const char *request, size_t request_len);
  1226. void rend_client_desc_fetched(char *query, int success);
  1227. char *rend_client_get_random_intro(char *query);
  1228. int rend_parse_rendezvous_address(char *address);
  1229. int rend_client_send_introduction(circuit_t *introcirc, circuit_t *rendcirc);
  1230. /********************************* rendcommon.c ***************************/
  1231. typedef struct rend_service_descriptor_t {
  1232. crypto_pk_env_t *pk;
  1233. time_t timestamp;
  1234. int n_intro_points;
  1235. char **intro_points;
  1236. } rend_service_descriptor_t;
  1237. int rend_cmp_service_ids(const char *one, const char *two);
  1238. void rend_process_relay_cell(circuit_t *circ, int command, size_t length,
  1239. const char *payload);
  1240. void rend_service_descriptor_free(rend_service_descriptor_t *desc);
  1241. int rend_encode_service_descriptor(rend_service_descriptor_t *desc,
  1242. crypto_pk_env_t *key,
  1243. char **str_out,
  1244. size_t *len_out);
  1245. rend_service_descriptor_t *rend_parse_service_descriptor(const char *str, size_t len);
  1246. int rend_get_service_id(crypto_pk_env_t *pk, char *out);
  1247. typedef struct rend_cache_entry_t {
  1248. size_t len; /* Length of desc */
  1249. time_t received; /* When did we get the descriptor? */
  1250. char *desc; /* Service descriptor */
  1251. rend_service_descriptor_t *parsed; /* Parsed value of 'desc' */
  1252. } rend_cache_entry_t;
  1253. void rend_cache_init(void);
  1254. void rend_cache_clean(void);
  1255. int rend_valid_service_id(const char *query);
  1256. int rend_cache_lookup_desc(const char *query, const char **desc, size_t *desc_len);
  1257. int rend_cache_lookup_entry(const char *query, rend_cache_entry_t **entry_out);
  1258. int rend_cache_store(const char *desc, size_t desc_len);
  1259. /********************************* rendservice.c ***************************/
  1260. int rend_config_services(or_options_t *options, int validate_only);
  1261. int rend_service_load_keys(void);
  1262. void rend_services_init(void);
  1263. void rend_services_introduce(void);
  1264. void rend_services_upload(int force);
  1265. void rend_service_intro_has_opened(circuit_t *circuit);
  1266. int rend_service_intro_established(circuit_t *circuit, const char *request, size_t request_len);
  1267. void rend_service_rendezvous_has_opened(circuit_t *circuit);
  1268. int rend_service_introduce(circuit_t *circuit, const char *request, size_t request_len);
  1269. void rend_service_relaunch_rendezvous(circuit_t *oldcirc);
  1270. int rend_service_set_connection_addr_port(connection_t *conn, circuit_t *circ);
  1271. void rend_service_dump_stats(int severity);
  1272. /********************************* rendmid.c *******************************/
  1273. int rend_mid_establish_intro(circuit_t *circ, const char *request, size_t request_len);
  1274. int rend_mid_introduce(circuit_t *circ, const char *request, size_t request_len);
  1275. int rend_mid_establish_rendezvous(circuit_t *circ, const char *request, size_t request_len);
  1276. int rend_mid_rendezvous(circuit_t *circ, const char *request, size_t request_len);
  1277. /********************************* router.c ***************************/
  1278. void set_onion_key(crypto_pk_env_t *k);
  1279. crypto_pk_env_t *get_onion_key(void);
  1280. crypto_pk_env_t *get_previous_onion_key(void);
  1281. time_t get_onion_key_set_at(void);
  1282. void set_identity_key(crypto_pk_env_t *k);
  1283. crypto_pk_env_t *get_identity_key(void);
  1284. void dup_onion_keys(crypto_pk_env_t **key, crypto_pk_env_t **last);
  1285. int init_keys(void);
  1286. crypto_pk_env_t *init_key_from_file(const char *fname);
  1287. void rotate_onion_key(void);
  1288. void router_set_bandwidth_capacity(int bw);
  1289. int router_get_bandwidth_capacity(void);
  1290. void router_retry_connections(void);
  1291. int router_is_clique_mode(routerinfo_t *router);
  1292. void router_upload_dir_desc_to_dirservers(int force);
  1293. void mark_my_descriptor_dirty(void);
  1294. int router_compare_to_my_exit_policy(connection_t *conn);
  1295. routerinfo_t *router_get_my_routerinfo(void);
  1296. const char *router_get_my_descriptor(void);
  1297. int router_is_me(routerinfo_t *router);
  1298. int router_rebuild_descriptor(int force);
  1299. int router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
  1300. crypto_pk_env_t *ident_key);
  1301. int is_legal_nickname(const char *s);
  1302. int is_legal_nickname_or_hexdigest(const char *s);
  1303. /********************************* routerlist.c ***************************/
  1304. typedef struct trusted_dir_server_t {
  1305. char *address;
  1306. uint32_t addr;
  1307. uint16_t dir_port;
  1308. char digest[DIGEST_LEN];
  1309. int is_running;
  1310. } trusted_dir_server_t;
  1311. int router_reload_router_list(void);
  1312. void router_get_trusted_dir_servers(smartlist_t **outp);
  1313. routerinfo_t *router_pick_directory_server(int requireothers, int fascistfirewall);
  1314. trusted_dir_server_t *router_pick_trusteddirserver(int requireothers, int fascistfirewall);
  1315. int all_trusted_directory_servers_down(void);
  1316. struct smartlist_t;
  1317. void routerlist_add_family(struct smartlist_t *sl, routerinfo_t *router);
  1318. void add_nickname_list_to_smartlist(struct smartlist_t *sl, const char *list, int warn_if_down);
  1319. int router_nickname_is_in_list(routerinfo_t *router, const char *list);
  1320. routerinfo_t *routerlist_find_my_routerinfo(void);
  1321. int router_nickname_matches(routerinfo_t *router, const char *nickname);
  1322. int router_is_unreliable_router(routerinfo_t *router, int need_uptime, int need_bw);
  1323. routerinfo_t *routerlist_sl_choose_by_bandwidth(smartlist_t *sl);
  1324. routerinfo_t *router_choose_random_node(const char *preferred,
  1325. const char *excluded,
  1326. struct smartlist_t *excludedsmartlist,
  1327. int preferuptime, int preferbandwidth,
  1328. int allow_unverified, int strict);
  1329. routerinfo_t *router_get_by_addr_port(uint32_t addr, uint16_t port);
  1330. routerinfo_t *router_get_by_nickname(const char *nickname);
  1331. routerinfo_t *router_get_by_hexdigest(const char *hexdigest);
  1332. routerinfo_t *router_get_by_digest(const char *digest);
  1333. int router_digest_is_trusted_dir(const char *digest);
  1334. void router_get_routerlist(routerlist_t **prouterlist);
  1335. time_t routerlist_get_published_time(void);
  1336. void routerlist_free(routerlist_t *routerlist);
  1337. void routerinfo_free(routerinfo_t *router);
  1338. routerinfo_t *routerinfo_copy(const routerinfo_t *router);
  1339. void router_mark_as_down(const char *digest);
  1340. void routerlist_remove_old_routers(int age);
  1341. int router_load_routerlist_from_directory(const char *s,crypto_pk_env_t *pkey,
  1342. int check_version);
  1343. int router_compare_addr_to_addr_policy(uint32_t addr, uint16_t port,
  1344. struct addr_policy_t *policy);
  1345. #define ADDR_POLICY_ACCEPTED 0
  1346. #define ADDR_POLICY_REJECTED -1
  1347. #define ADDR_POLICY_UNKNOWN 1
  1348. int router_exit_policy_all_routers_reject(uint32_t addr, uint16_t port);
  1349. int router_exit_policy_rejects_all(routerinfo_t *router);
  1350. void running_routers_free(running_routers_t *rr);
  1351. void routerlist_update_from_runningrouters(routerlist_t *list,
  1352. running_routers_t *rr);
  1353. int routers_update_status_from_entry(smartlist_t *routers,
  1354. time_t list_time,
  1355. const char *s,
  1356. int rr_format);
  1357. int router_update_status_from_smartlist(routerinfo_t *r,
  1358. time_t list_time,
  1359. smartlist_t *running_list,
  1360. int rr_format);
  1361. void add_trusted_dir_server(const char *addr, uint16_t port,const char *digest);
  1362. void clear_trusted_dir_servers(void);
  1363. /********************************* routerparse.c ************************/
  1364. typedef struct tor_version_t {
  1365. int major;
  1366. int minor;
  1367. int micro;
  1368. enum { VER_PRE=0, VER_RC=1, VER_RELEASE=2 } status;
  1369. int patchlevel;
  1370. enum { IS_CVS=0, IS_NOT_CVS=1} cvs;
  1371. } tor_version_t;
  1372. int router_get_router_hash(const char *s, char *digest);
  1373. int router_get_dir_hash(const char *s, char *digest);
  1374. int router_get_runningrouters_hash(const char *s, char *digest);
  1375. int router_parse_list_from_string(const char **s,
  1376. routerlist_t **dest,
  1377. smartlist_t *good_nickname_list,
  1378. int rr_format,
  1379. time_t published);
  1380. int router_parse_routerlist_from_directory(const char *s,
  1381. routerlist_t **dest,
  1382. crypto_pk_env_t *pkey,
  1383. int check_version);
  1384. running_routers_t *router_parse_runningrouters(const char *str);
  1385. routerinfo_t *router_parse_entry_from_string(const char *s, const char *end);
  1386. int router_add_exit_policy_from_string(routerinfo_t *router, const char *s);
  1387. struct addr_policy_t *router_parse_addr_policy_from_string(const char *s);
  1388. int check_software_version_against_directory(const char *directory,
  1389. int ignoreversion);
  1390. int tor_version_parse(const char *s, tor_version_t *out);
  1391. int tor_version_as_new_as(const char *platform, const char *cutoff);
  1392. int tor_version_compare(tor_version_t *a, tor_version_t *b);
  1393. #endif
  1394. /*
  1395. Local Variables:
  1396. mode:c
  1397. indent-tabs-mode:nil
  1398. c-basic-offset:2
  1399. End:
  1400. */