ChangeLog 50 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010
  1. Changes in version 0.0.9.4 - 2005-02-03
  2. o Bugfixes on 0.0.9:
  3. - Fix an assert bug that took down most of our servers: when
  4. a server claims to have 500 GB of bandwidthburst, don't
  5. freak out.
  6. - Don't crash as badly if we have spawned the max allowed number
  7. of dnsworkers, or we're out of file descriptors.
  8. - Block more file-sharing ports in the default exit policy.
  9. - MaxConn is now automatically set to the hard limit of max
  10. file descriptors we're allowed (ulimit -n), minus a few for
  11. logs, etc.
  12. - Give a clearer message when servers need to raise their
  13. ulimit -n when they start running out of file descriptors.
  14. - SGI Compatibility patches from Jan Schaumann.
  15. - Tolerate a corrupt cached directory better.
  16. - When a dirserver hasn't approved your server, list which one.
  17. - Go into soft hibernation after 95% of the bandwidth is used,
  18. not 99%. This is especially important for daily hibernators who
  19. have a small accounting max. Hopefully it will result in fewer
  20. cut connections when the hard hibernation starts.
  21. - Load-balance better when using servers that claim more than
  22. 800kB/s of capacity.
  23. - Make NT services work (experimental, only used if compiled in).
  24. Changes in version 0.0.9.3 - 2005-01-21
  25. o Bugfixes on 0.0.9:
  26. - Backport the cpu use fixes from main branch, so busy servers won't
  27. need as much processor time.
  28. - Work better when we go offline and then come back, or when we
  29. run Tor at boot before the network is up. We do this by
  30. optimistically trying to fetch a new directory whenever an
  31. application request comes in and we think we're offline -- the
  32. human is hopefully a good measure of when the network is back.
  33. - Backport some minimal hidserv bugfixes: keep rend circuits open as
  34. long as you keep using them; actually publish hidserv descriptors
  35. shortly after they change, rather than waiting 20-40 minutes.
  36. - Enable Mac startup script by default.
  37. - Fix duplicate dns_cancel_pending_resolve reported by Giorgos Pallas.
  38. - When you update AllowUnverifiedNodes or FirewallPorts via the
  39. controller's setconf feature, we were always appending, never
  40. resetting.
  41. - When you update HiddenServiceDir via setconf, it was screwing up
  42. the order of reading the lines, making it fail.
  43. - Do not rewrite a cached directory back to the cache; otherwise we
  44. will think it is recent and not fetch a newer one on startup.
  45. - Workaround for webservers that lie about Content-Encoding: Tor
  46. now tries to autodetect compressed directories and compression
  47. itself. This lets us Proxypass dir fetches through apache.
  48. Changes in version 0.0.9.2 - 2005-01-04
  49. o Bugfixes on 0.0.9 (crashes and asserts):
  50. - Fix an assert on startup when the disk is full and you're logging
  51. to a file.
  52. - If you do socks4 with an IP of 0.0.0.x but *don't* provide a socks4a
  53. style address, then we'd crash.
  54. - Fix an assert trigger when the running-routers string we get from
  55. a dirserver is broken.
  56. - Make worker threads start and run on win32. Now win32 servers
  57. may work better.
  58. - Bandaid (not actually fix, but now it doesn't crash) an assert
  59. where the dns worker dies mysteriously and the main Tor process
  60. doesn't remember anything about the address it was resolving.
  61. o Bugfixes on 0.0.9 (Win32):
  62. - Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's
  63. name out of the warning/assert messages.
  64. - Fix a superficial "unhandled error on read" bug on win32.
  65. - The win32 installer no longer requires a click-through for our
  66. license, since our Free Software license grants rights but does not
  67. take any away.
  68. - Win32: When connecting to a dirserver fails, try another one
  69. immediately. (This was already working for non-win32 Tors.)
  70. - Stop trying to parse $HOME on win32 when hunting for default
  71. DataDirectory.
  72. - Make tor-resolve.c work on win32 by calling network_init().
  73. o Bugfixes on 0.0.9 (other):
  74. - Make 0.0.9.x build on Solaris again.
  75. - Due to a fencepost error, we were blowing away the \n when reporting
  76. confvalue items in the controller. So asking for multiple config
  77. values at once couldn't work.
  78. - When listing circuits that are pending on an opening OR connection,
  79. if we're an OR we were listing circuits that *end* at us as
  80. being pending on every listener, dns/cpu worker, etc. Stop that.
  81. - Dirservers were failing to create 'running-routers' or 'directory'
  82. strings if we had more than some threshold of routers. Fix them so
  83. they can handle any number of routers.
  84. - Fix a superficial "Duplicate mark for close" bug.
  85. - Stop checking for clock skew for OR connections, even for servers.
  86. - Fix a fencepost error that was chopping off the last letter of any
  87. nickname that is the maximum allowed nickname length.
  88. - Update URLs in log messages so they point to the new website.
  89. - Fix a potential problem in mangling server private keys while
  90. writing to disk (not triggered yet, as far as we know).
  91. - Include the licenses for other free software we include in Tor,
  92. now that we're shipping binary distributions more regularly.
  93. Changes in version 0.0.9.1 - 2004-12-15
  94. o Bugfixes on 0.0.9:
  95. - Make hibernation actually work.
  96. - Make HashedControlPassword config option work.
  97. - When we're reporting event circuit status to a controller,
  98. don't use the stream status code.
  99. Changes in version 0.0.9 - 2004-12-12
  100. o Bugfixes on 0.0.8.1 (Crashes and asserts):
  101. - Catch and ignore SIGXFSZ signals when log files exceed 2GB; our
  102. write() call will fail and we handle it there.
  103. - When we run out of disk space, or other log writing error, don't
  104. crash. Just stop logging to that log and continue.
  105. - Fix isspace() and friends so they still make Solaris happy
  106. but also so they don't trigger asserts on win32.
  107. - Fix assert failure on malformed socks4a requests.
  108. - Fix an assert bug where a hidden service provider would fail if
  109. the first hop of his rendezvous circuit was down.
  110. - Better handling of size_t vs int, so we're more robust on 64
  111. bit platforms.
  112. o Bugfixes on 0.0.8.1 (Win32):
  113. - Make windows sockets actually non-blocking (oops), and handle
  114. win32 socket errors better.
  115. - Fix parse_iso_time on platforms without strptime (eg win32).
  116. - win32: when being multithreaded, leave parent fdarray open.
  117. - Better handling of winsock includes on non-MSV win32 compilers.
  118. - Change our file IO stuff (especially wrt OpenSSL) so win32 is
  119. happier.
  120. - Make unit tests work on win32.
  121. o Bugfixes on 0.0.8.1 (Path selection and streams):
  122. - Calculate timeout for waiting for a connected cell from the time
  123. we sent the begin cell, not from the time the stream started. If
  124. it took a long time to establish the circuit, we would time out
  125. right after sending the begin cell.
  126. - Fix router_compare_addr_to_addr_policy: it was not treating a port
  127. of * as always matching, so we were picking reject *:* nodes as
  128. exit nodes too. Oops.
  129. - When read() failed on a stream, we would close it without sending
  130. back an end. So 'connection refused' would simply be ignored and
  131. the user would get no response.
  132. - Stop a sigpipe: when an 'end' cell races with eof from the app,
  133. we shouldn't hold-open-until-flush if the eof arrived first.
  134. - Let resolve conns retry/expire also, rather than sticking around
  135. forever.
  136. - Fix more dns related bugs: send back resolve_failed and end cells
  137. more reliably when the resolve fails, rather than closing the
  138. circuit and then trying to send the cell. Also attach dummy resolve
  139. connections to a circuit *before* calling dns_resolve(), to fix
  140. a bug where cached answers would never be sent in RESOLVED cells.
  141. o Bugfixes on 0.0.8.1 (Circuits):
  142. - Finally fix a bug that's been plaguing us for a year:
  143. With high load, circuit package window was reaching 0. Whenever
  144. we got a circuit-level sendme, we were reading a lot on each
  145. socket, but only writing out a bit. So we would eventually reach
  146. eof. This would be noticed and acted on even when there were still
  147. bytes sitting in the inbuf.
  148. - Use identity comparison, not nickname comparison, to choose which
  149. half of circuit-ID-space each side gets to use. This is needed
  150. because sometimes we think of a router as a nickname, and sometimes
  151. as a hex ID, and we can't predict what the other side will do.
  152. o Bugfixes on 0.0.8.1 (Other):
  153. - Fix a whole slew of memory leaks.
  154. - Disallow NDEBUG. We don't ever want anybody to turn off debug.
  155. - If we are using select, make sure we stay within FD_SETSIZE.
  156. - When poll() is interrupted, we shouldn't believe the revents values.
  157. - Add a FAST_SMARTLIST define to optionally inline smartlist_get
  158. and smartlist_len, which are two major profiling offenders.
  159. - If do_hup fails, actually notice.
  160. - Flush the log file descriptor after we print "Tor opening log file",
  161. so we don't see those messages days later.
  162. - Hidden service operators now correctly handle version 1 style
  163. INTRODUCE1 cells (nobody generates them still, so not a critical
  164. bug).
  165. - Handle more errnos from accept() without closing the listener.
  166. Some OpenBSD machines were closing their listeners because
  167. they ran out of file descriptors.
  168. - Some people had wrapped their tor client/server in a script
  169. that would restart it whenever it died. This did not play well
  170. with our "shut down if your version is obsolete" code. Now people
  171. don't fetch a new directory if their local cached version is
  172. recent enough.
  173. - Make our autogen.sh work on ksh as well as bash.
  174. - Better torrc example lines for dirbindaddress and orbindaddress.
  175. - Improved bounds checking on parsed ints (e.g. config options and
  176. the ones we find in directories.)
  177. - Stop using separate defaults for no-config-file and
  178. empty-config-file. Now you have to explicitly turn off SocksPort,
  179. if you don't want it open.
  180. - We were starting to daemonize before we opened our logs, so if
  181. there were any problems opening logs, we would complain to stderr,
  182. which wouldn't work, and then mysteriously exit.
  183. - If a verified OR connects to us before he's uploaded his descriptor,
  184. or we verify him and hup but he still has the original TLS
  185. connection, then conn->nickname is still set like he's unverified.
  186. o Code security improvements, inspired by Ilja:
  187. - tor_snprintf wrapper over snprintf with consistent (though not C99)
  188. overflow behavior.
  189. - Replace sprintf with tor_snprintf. (I think they were all safe, but
  190. hey.)
  191. - Replace strcpy/strncpy with strlcpy in more places.
  192. - Avoid strcat; use tor_snprintf or strlcat instead.
  193. o Features (circuits and streams):
  194. - New circuit building strategy: keep a list of ports that we've
  195. used in the past 6 hours, and always try to have 2 circuits open
  196. or on the way that will handle each such port. Seed us with port
  197. 80 so web users won't complain that Tor is "slow to start up".
  198. - Make kill -USR1 dump more useful stats about circuits.
  199. - When warning about retrying or giving up, print the address, so
  200. the user knows which one it's talking about.
  201. - If you haven't used a clean circuit in an hour, throw it away,
  202. just to be on the safe side. (This means after 6 hours a totally
  203. unused Tor client will have no circuits open.)
  204. - Support "foo.nickname.exit" addresses, to let Alice request the
  205. address "foo" as viewed by exit node "nickname". Based on a patch
  206. from Geoff Goodell.
  207. - If your requested entry or exit node has advertised bandwidth 0,
  208. pick it anyway.
  209. - Be more greedy about filling up relay cells -- we try reading again
  210. once we've processed the stuff we read, in case enough has arrived
  211. to fill the last cell completely.
  212. - Refuse application socks connections to port 0.
  213. - Use only 0.0.9pre1 and later servers for resolve cells.
  214. o Features (bandwidth):
  215. - Hibernation: New config option "AccountingMax" lets you
  216. set how many bytes per month (in each direction) you want to
  217. allow your server to consume. Rather than spreading those
  218. bytes out evenly over the month, we instead hibernate for some
  219. of the month and pop up at a deterministic time, work until
  220. the bytes are consumed, then hibernate again. Config option
  221. "MonthlyAccountingStart" lets you specify which day of the month
  222. your billing cycle starts on.
  223. - Implement weekly/monthly/daily accounting: now you specify your
  224. hibernation properties by
  225. AccountingMax N bytes|KB|MB|GB|TB
  226. AccountingStart day|week|month [day] HH:MM
  227. Defaults to "month 1 0:00".
  228. - Let bandwidth and interval config options be specified as 5 bytes,
  229. kb, kilobytes, etc; and as seconds, minutes, hours, days, weeks.
  230. o Features (directories):
  231. - New "router-status" line in directory, to better bind each verified
  232. nickname to its identity key.
  233. - Clients can ask dirservers for /dir.z to get a compressed version
  234. of the directory. Only works for servers running 0.0.9, of course.
  235. - Make clients cache directories and use them to seed their router
  236. lists at startup. This means clients have a datadir again.
  237. - Respond to content-encoding headers by trying to uncompress as
  238. appropriate.
  239. - Clients and servers now fetch running-routers; cache
  240. running-routers; compress running-routers; serve compressed
  241. running-routers.z
  242. - Make moria2 advertise a dirport of 80, so people behind firewalls
  243. will be able to get a directory.
  244. - Http proxy support
  245. - Dirservers translate requests for http://%s:%d/x to /x
  246. - You can specify "HttpProxy %s[:%d]" and all dir fetches will
  247. be routed through this host.
  248. - Clients ask for /tor/x rather than /x for new enough dirservers.
  249. This way we can one day coexist peacefully with apache.
  250. - Clients specify a "Host: %s%d" http header, to be compatible
  251. with more proxies, and so running squid on an exit node can work.
  252. - Protect dirservers from overzealous descriptor uploading -- wait
  253. 10 seconds after directory gets dirty, before regenerating.
  254. o Features (packages and install):
  255. - Add NSI installer contributed by J Doe.
  256. - Apply NT service patch from Osamu Fujino. Still needs more work.
  257. - Commit VC6 and VC7 workspace/project files.
  258. - Commit a tor.spec for making RPM files, with help from jbash.
  259. - Add contrib/torctl.in contributed by Glenn Fink.
  260. - Make expand_filename handle ~ and ~username.
  261. - Use autoconf to enable largefile support where necessary. Use
  262. ftello where available, since ftell can fail at 2GB.
  263. - Ship src/win32/ in the tarball, so people can use it to build.
  264. - Make old win32 fall back to CWD if SHGetSpecialFolderLocation
  265. is broken.
  266. o Features (ui controller):
  267. - Control interface: a separate program can now talk to your
  268. client/server over a socket, and get/set config options, receive
  269. notifications of circuits and streams starting/finishing/dying,
  270. bandwidth used, etc. The next step is to get some GUIs working.
  271. Let us know if you want to help out. See doc/control-spec.txt .
  272. - Ship a contrib/tor-control.py as an example script to interact
  273. with the control port.
  274. - "tor --hash-password zzyxz" will output a salted password for
  275. use in authenticating to the control interface.
  276. - Implement the control-spec's SAVECONF command, to write your
  277. configuration to torrc.
  278. - Get cookie authentication for the controller closer to working.
  279. - When set_conf changes our server descriptor, upload a new copy.
  280. But don't upload it too often if there are frequent changes.
  281. o Features (config and command-line):
  282. - Deprecate unofficial config option abbreviations, and abbreviations
  283. not on the command line.
  284. - Configuration infrastructure support for warning on obsolete
  285. options.
  286. - Give a slightly more useful output for "tor -h".
  287. - Break DirFetchPostPeriod into:
  288. - DirFetchPeriod for fetching full directory,
  289. - StatusFetchPeriod for fetching running-routers,
  290. - DirPostPeriod for posting server descriptor,
  291. - RendPostPeriod for posting hidden service descriptors.
  292. - New log format in config:
  293. "Log minsev[-maxsev] stdout|stderr|syslog" or
  294. "Log minsev[-maxsev] file /var/foo"
  295. - DirPolicy config option, to let people reject incoming addresses
  296. from their dirserver.
  297. - "tor --list-fingerprint" will list your identity key fingerprint
  298. and then exit.
  299. - Make tor --version --version dump the cvs Id of every file.
  300. - New 'MyFamily nick1,...' config option for a server to
  301. specify other servers that shouldn't be used in the same circuit
  302. with it. Only believed if nick1 also specifies us.
  303. - New 'NodeFamily nick1,nick2,...' config option for a client to
  304. specify nodes that it doesn't want to use in the same circuit.
  305. - New 'Redirectexit pattern address:port' config option for a
  306. server to redirect exit connections, e.g. to a local squid.
  307. - Add "pass" target for RedirectExit, to make it easier to break
  308. out of a sequence of RedirectExit rules.
  309. - Make the dirservers file obsolete.
  310. - Include a dir-signing-key token in directories to tell the
  311. parsing entity which key is being used to sign.
  312. - Remove the built-in bulky default dirservers string.
  313. - New config option "Dirserver %s:%d [fingerprint]", which can be
  314. repeated as many times as needed. If no dirservers specified,
  315. default to moria1,moria2,tor26.
  316. - Make 'Routerfile' config option obsolete.
  317. - Discourage people from setting their dirfetchpostperiod more often
  318. than once per minute.
  319. o Features (other):
  320. - kill -USR2 now moves all logs to loglevel debug (kill -HUP to
  321. get back to normal.)
  322. - Accept *:706 (silc) in default exit policy.
  323. - Implement new versioning format for post 0.1.
  324. - Distinguish between TOR_TLS_CLOSE and TOR_TLS_ERROR, so we can
  325. log more informatively.
  326. - Check clock skew for verified servers, but allow unverified
  327. servers and clients to have any clock skew.
  328. - Make sure the hidden service descriptors are at a random offset
  329. from each other, to hinder linkability.
  330. - Clients now generate a TLS cert too, in preparation for having
  331. them act more like real nodes.
  332. - Add a pure-C tor-resolve implementation.
  333. - Use getrlimit and friends to ensure we can reach MaxConn (currently
  334. 1024) file descriptors.
  335. - Raise the max dns workers from 50 to 100.
  336. Changes in version 0.0.8.1 - 2004-10-13
  337. o Bugfixes:
  338. - Fix a seg fault that can be triggered remotely for Tor
  339. clients/servers with an open dirport.
  340. - Fix a rare assert trigger, where routerinfos for entries in
  341. our cpath would expire while we're building the path.
  342. - Fix a bug in OutboundBindAddress so it (hopefully) works.
  343. - Fix a rare seg fault for people running hidden services on
  344. intermittent connections.
  345. - Fix a bug in parsing opt keywords with objects.
  346. - Fix a stale pointer assert bug when a stream detaches and
  347. reattaches.
  348. - Fix a string format vulnerability (probably not exploitable)
  349. in reporting stats locally.
  350. - Fix an assert trigger: sometimes launching circuits can fail
  351. immediately, e.g. because too many circuits have failed recently.
  352. - Fix a compile warning on 64 bit platforms.
  353. Changes in version 0.0.8 - 2004-08-25
  354. o Bugfixes:
  355. - Made our unit tests compile again on OpenBSD 3.5, and tor
  356. itself compile again on OpenBSD on a sparc64.
  357. - We were neglecting milliseconds when logging on win32, so
  358. everything appeared to happen at the beginning of each second.
  359. - Check directory signature _before_ you decide whether you're
  360. you're running an obsolete version and should exit.
  361. - Check directory signature _before_ you parse the running-routers
  362. list to decide who's running.
  363. - Check return value of fclose while writing to disk, so we don't
  364. end up with broken files when servers run out of disk space.
  365. - Port it to SunOS 5.9 / Athena
  366. - Fix two bugs in saving onion keys to disk when rotating, so
  367. hopefully we'll get fewer people using old onion keys.
  368. - Remove our mostly unused -- and broken -- hex_encode()
  369. function. Use base16_encode() instead. (Thanks to Timo Lindfors
  370. for pointing out this bug.)
  371. - Only pick and establish intro points after we've gotten a
  372. directory.
  373. - Fix assert triggers: if the other side returns an address 0.0.0.0,
  374. don't put it into the client dns cache.
  375. - If a begin failed due to exit policy, but we believe the IP
  376. address should have been allowed, switch that router to exitpolicy
  377. reject *:* until we get our next directory.
  378. o Protocol changes:
  379. - 'Extend' relay cell payloads now include the digest of the
  380. intended next hop's identity key. Now we can verify that we're
  381. extending to the right router, and also extend to routers we
  382. hadn't heard of before.
  383. o Features:
  384. - Tor nodes can now act as relays (with an advertised ORPort)
  385. without being manually verified by the dirserver operators.
  386. - Uploaded descriptors of unverified routers are now accepted
  387. by the dirservers, and included in the directory.
  388. - Verified routers are listed by nickname in the running-routers
  389. list; unverified routers are listed as "$<fingerprint>".
  390. - We now use hash-of-identity-key in most places rather than
  391. nickname or addr:port, for improved security/flexibility.
  392. - AllowUnverifiedNodes config option to let circuits choose no-name
  393. routers in entry,middle,exit,introduction,rendezvous positions.
  394. Allow middle and rendezvous positions by default.
  395. - When picking unverified routers, skip those with low uptime and/or
  396. low bandwidth, depending on what properties you care about.
  397. - ClientOnly option for nodes that never want to become servers.
  398. - Directory caching.
  399. - "AuthoritativeDir 1" option for the official dirservers.
  400. - Now other nodes (clients and servers) will cache the latest
  401. directory they've pulled down.
  402. - They can enable their DirPort to serve it to others.
  403. - Clients will pull down a directory from any node with an open
  404. DirPort, and check the signature/timestamp correctly.
  405. - Authoritative dirservers now fetch directories from other
  406. authdirservers, to stay better synced.
  407. - Running-routers list tells who's down also, along with noting
  408. if they're verified (listed by nickname) or unverified (listed
  409. by hash-of-key).
  410. - Allow dirservers to serve running-router list separately.
  411. This isn't used yet.
  412. - You can now fetch $DIRURL/running-routers to get just the
  413. running-routers line, not the whole descriptor list. (But
  414. clients don't use this yet.)
  415. - Clients choose nodes proportional to advertised bandwidth.
  416. - Clients avoid using nodes with low uptime as introduction points.
  417. - Handle servers with dynamic IP addresses: don't just replace
  418. options->Address with the resolved one at startup, and
  419. detect our address right before we make a routerinfo each time.
  420. - 'FascistFirewall' option to pick dirservers and ORs on specific
  421. ports; plus 'FirewallPorts' config option to tell FascistFirewall
  422. which ports are open. (Defaults to 80,443)
  423. - Try other dirservers immediately if the one you try is down. This
  424. should tolerate down dirservers better now.
  425. - ORs connect-on-demand to other ORs
  426. - If you get an extend cell to an OR you're not connected to,
  427. connect, handshake, and forward the create cell.
  428. - The authoritative dirservers stay connected to everybody,
  429. and everybody stays connected to 0.0.7 servers, but otherwise
  430. clients/servers expire unused connections after 5 minutes.
  431. - When servers get a sigint, they delay 30 seconds (refusing new
  432. connections) then exit. A second sigint causes immediate exit.
  433. - File and name management:
  434. - Look for .torrc if no CONFDIR "torrc" is found.
  435. - If no datadir is defined, then choose, make, and secure ~/.tor
  436. as datadir.
  437. - If torrc not found, exitpolicy reject *:*.
  438. - Expands ~/ in filenames to $HOME/ (but doesn't yet expand ~arma).
  439. - If no nickname is defined, derive default from hostname.
  440. - Rename secret key files, e.g. identity.key -> secret_id_key,
  441. to discourage people from mailing their identity key to tor-ops.
  442. - Refuse to build a circuit before the directory has arrived --
  443. it won't work anyway, since you won't know the right onion keys
  444. to use.
  445. - Parse tor version numbers so we can do an is-newer-than check
  446. rather than an is-in-the-list check.
  447. - New socks command 'resolve', to let us shim gethostbyname()
  448. locally.
  449. - A 'tor_resolve' script to access the socks resolve functionality.
  450. - A new socks-extensions.txt doc file to describe our
  451. interpretation and extensions to the socks protocols.
  452. - Add a ContactInfo option, which gets published in descriptor.
  453. - Write tor version at the top of each log file
  454. - New docs in the tarball:
  455. - tor-doc.html.
  456. - Document that you should proxy your SSL traffic too.
  457. - Log a warning if the user uses an unsafe socks variant, so people
  458. are more likely to learn about privoxy or socat.
  459. - Log a warning if you're running an unverified server, to let you
  460. know you might want to get it verified.
  461. - Change the default exit policy to reject the default edonkey,
  462. kazaa, gnutella ports.
  463. - Add replace_file() to util.[ch] to handle win32's rename().
  464. - Publish OR uptime in descriptor (and thus in directory) too.
  465. - Remember used bandwidth (both in and out), and publish 15-minute
  466. snapshots for the past day into our descriptor.
  467. - Be more aggressive about trying to make circuits when the network
  468. has changed (e.g. when you unsuspend your laptop).
  469. - Check for time skew on http headers; report date in response to
  470. "GET /".
  471. - If the entrynode config line has only one node, don't pick it as
  472. an exitnode.
  473. - Add strict{entry|exit}nodes config options. If set to 1, then
  474. we refuse to build circuits that don't include the specified entry
  475. or exit nodes.
  476. - OutboundBindAddress config option, to bind to a specific
  477. IP address for outgoing connect()s.
  478. - End truncated log entries (e.g. directories) with "[truncated]".
  479. Changes in version 0.0.7.3 - 2004-08-12
  480. o Stop dnsworkers from triggering an assert failure when you
  481. ask them to resolve the host "".
  482. Changes in version 0.0.7.2 - 2004-07-07
  483. o A better fix for the 0.0.0.0 problem, that will hopefully
  484. eliminate the remaining related assertion failures.
  485. Changes in version 0.0.7.1 - 2004-07-04
  486. o When an address resolves to 0.0.0.0, treat it as a failed resolve,
  487. since internally we use 0.0.0.0 to signify "not yet resolved".
  488. Changes in version 0.0.7 - 2004-06-07
  489. o Fixes for crashes and other obnoxious bugs:
  490. - Fix an epipe bug: sometimes when directory connections failed
  491. to connect, we would give them a chance to flush before closing
  492. them.
  493. - When we detached from a circuit because of resolvefailed, we
  494. would immediately try the same circuit twice more, and then
  495. give up on the resolve thinking we'd tried three different
  496. exit nodes.
  497. - Limit the number of intro circuits we'll attempt to build for a
  498. hidden service per 15-minute period.
  499. - Check recommended-software string *early*, before actually parsing
  500. the directory. Thus we can detect an obsolete version and exit,
  501. even if the new directory format doesn't parse.
  502. o Fixes for security bugs:
  503. - Remember which nodes are dirservers when you startup, and if a
  504. random OR enables his dirport, don't automatically assume he's
  505. a trusted dirserver.
  506. o Other bugfixes:
  507. - Directory connections were asking the wrong poll socket to
  508. start writing, and not asking themselves to start writing.
  509. - When we detached from a circuit because we sent a begin but
  510. didn't get a connected, we would use it again the first time;
  511. but after that we would correctly switch to a different one.
  512. - Stop warning when the first onion decrypt attempt fails; they
  513. will sometimes legitimately fail now that we rotate keys.
  514. - Override unaligned-access-ok check when $host_cpu is ia64 or
  515. arm. Apparently they allow it but the kernel whines.
  516. - Dirservers try to reconnect periodically too, in case connections
  517. have failed.
  518. - Fix some memory leaks in directory servers.
  519. - Allow backslash in Win32 filenames.
  520. - Made Tor build complain-free on FreeBSD, hopefully without
  521. breaking other BSD builds. We'll see.
  522. - Check directory signatures based on name of signer, not on whom
  523. we got the directory from. This will let us cache directories more
  524. easily.
  525. - Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config
  526. settings too.
  527. o Features:
  528. - Doxygen markup on all functions and global variables.
  529. - Make directory functions update routerlist, not replace it. So
  530. now directory disagreements are not so critical a problem.
  531. - Remove the upper limit on number of descriptors in a dirserver's
  532. directory (not that we were anywhere close).
  533. - Allow multiple logfiles at different severity ranges.
  534. - Allow *BindAddress to specify ":port" rather than setting *Port
  535. separately. Allow multiple instances of each BindAddress config
  536. option, so you can bind to multiple interfaces if you want.
  537. - Allow multiple exit policy lines, which are processed in order.
  538. Now we don't need that huge line with all the commas in it.
  539. - Enable accept/reject policies on SOCKS connections, so you can bind
  540. to 0.0.0.0 but still control who can use your OP.
  541. - Updated the man page to reflect these features.
  542. Changes in version 0.0.6.2 - 2004-05-16
  543. o Our integrity-checking digest was checking only the most recent cell,
  544. not the previous cells like we'd thought.
  545. Thanks to Stefan Mark for finding the flaw!
  546. Changes in version 0.0.6.1 - 2004-05-06
  547. o Fix two bugs in our AES counter-mode implementation (this affected
  548. onion-level stream encryption, but not TLS-level). It turns
  549. out we were doing something much more akin to a 16-character
  550. polyalphabetic cipher. Oops.
  551. Thanks to Stefan Mark for finding the flaw!
  552. o Retire moria3 as a directory server, and add tor26 as a directory
  553. server.
  554. Changes in version 0.0.6 - 2004-05-02
  555. o Features:
  556. - Hidden services and rendezvous points are implemented. Go to
  557. http://6sxoyfb3h2nvok2d.onion/ for an index of currently available
  558. hidden services. (This only works via a socks4a proxy such as
  559. Privoxy, and currently it's quite slow.)
  560. - We now rotate link (tls context) keys and onion keys.
  561. - CREATE cells now include oaep padding, so you can tell
  562. if you decrypted them correctly.
  563. - Retry stream correctly when we fail to connect because of
  564. exit-policy-reject (should try another) or can't-resolve-address.
  565. - When we hup a dirserver and we've *removed* a server from the
  566. approved-routers list, now we remove that server from the
  567. in-memory directories too.
  568. - Add bandwidthburst to server descriptor.
  569. - Directories now say which dirserver signed them.
  570. - Use a tor_assert macro that logs failed assertions too.
  571. - Since we don't support truncateds much, don't bother sending them;
  572. just close the circ.
  573. - Fetch randomness from /dev/urandom better (not via fopen/fread)
  574. - Better debugging for tls errors
  575. - Set Content-Type on the directory and hidserv descriptor.
  576. - Remove IVs from cipher code, since AES-ctr has none.
  577. o Bugfixes:
  578. - Fix an assert trigger for exit nodes that's been plaguing us since
  579. the days of 0.0.2prexx (thanks weasel!)
  580. - Fix a bug where we were closing tls connections intermittently.
  581. It turns out openssl keeps its errors around -- so if an error
  582. happens, and you don't ask about it, and then another openssl
  583. operation happens and succeeds, and you ask if there was an error,
  584. it tells you about the first error.
  585. - Fix a bug that's been lurking since 27 may 03 (!)
  586. When passing back a destroy cell, we would use the wrong circ id.
  587. - Don't crash if a conn that sent a begin has suddenly lost its circuit.
  588. - Some versions of openssl have an SSL_pending function that erroneously
  589. returns bytes when there is a non-application record pending.
  590. - Win32 fixes. Tor now compiles on win32 with no warnings/errors.
  591. o We were using an array of length zero in a few places.
  592. o Win32's gethostbyname can't resolve an IP to an IP.
  593. o Win32's close can't close a socket.
  594. o Handle windows socket errors correctly.
  595. o Portability:
  596. - check for <sys/limits.h> so we build on FreeBSD again, and
  597. <machine/limits.h> for NetBSD.
  598. Changes in version 0.0.5 - 2004-03-30
  599. o Install torrc as torrc.sample -- we no longer clobber your
  600. torrc. (Woo!)
  601. o Fix mangled-state bug in directory fetching (was causing sigpipes).
  602. o Only build circuits after we've fetched the directory: clients were
  603. using only the directory servers before they'd fetched a directory.
  604. This also means longer startup time; so it goes.
  605. o Fix an assert trigger where an OP would fail to handshake, and we'd
  606. expect it to have a nickname.
  607. o Work around a tsocks bug: do a socks reject when AP connection dies
  608. early, else tsocks goes into an infinite loop.
  609. o Hold socks connection open until reply is flushed (if possible)
  610. o Make exit nodes resolve IPs to IPs immediately, rather than asking
  611. the dns farm to do it.
  612. o Fix c99 aliasing warnings in rephist.c
  613. o Don't include server descriptors that are older than 24 hours in the
  614. directory.
  615. o Give socks 'reject' replies their whole 15s to attempt to flush,
  616. rather than seeing the 60s timeout and assuming the flush had failed.
  617. o Clean automake droppings from the cvs repository
  618. o Add in a 'notice' log level for things the operator should hear
  619. but that aren't warnings
  620. Changes in version 0.0.4 - 2004-03-26
  621. o When connecting to a dirserver or OR and the network is down,
  622. we would crash.
  623. Changes in version 0.0.3 - 2004-03-26
  624. o Warn and fail if server chose a nickname with illegal characters
  625. o Port to Solaris and Sparc:
  626. - include missing header fcntl.h
  627. - have autoconf find -lsocket -lnsl automatically
  628. - deal with hardware word alignment
  629. - make uname() work (solaris has a different return convention)
  630. - switch from using signal() to sigaction()
  631. o Preliminary work on reputation system:
  632. - Keep statistics on success/fail of connect attempts; they're published
  633. by kill -USR1 currently.
  634. - Add a RunTesting option to try to learn link state by creating test
  635. circuits, even when SocksPort is off.
  636. - Remove unused open circuits when there are too many.
  637. Changes in version 0.0.2 - 2004-03-19
  638. - Include strlcpy and strlcat for safer string ops
  639. - define INADDR_NONE so we compile (but still not run) on solaris
  640. Changes in version 0.0.2pre27 - 2004-03-14
  641. o Bugfixes:
  642. - Allow internal tor networks (we were rejecting internal IPs,
  643. now we allow them if they're set explicitly).
  644. - And fix a few endian issues.
  645. Changes in version 0.0.2pre26 - 2004-03-14
  646. o New features:
  647. - If a stream times out after 15s without a connected cell, don't
  648. try that circuit again: try a new one.
  649. - Retry streams at most 4 times. Then give up.
  650. - When a dirserver gets a descriptor from an unknown router, it
  651. logs its fingerprint (so the dirserver operator can choose to
  652. accept it even without mail from the server operator).
  653. - Inform unapproved servers when we reject their descriptors.
  654. - Make tor build on Windows again. It works as a client, who knows
  655. about as a server.
  656. - Clearer instructions in the torrc for how to set up a server.
  657. - Be more efficient about reading fd's when our global token bucket
  658. (used for rate limiting) becomes empty.
  659. o Bugfixes:
  660. - Stop asserting that computers always go forward in time. It's
  661. simply not true.
  662. - When we sent a cell (e.g. destroy) and then marked an OR connection
  663. expired, we might close it before finishing a flush if the other
  664. side isn't reading right then.
  665. - Don't allow dirservers to start if they haven't defined
  666. RecommendedVersions
  667. - We were caching transient dns failures. Oops.
  668. - Prevent servers from publishing an internal IP as their address.
  669. - Address a strcat vulnerability in circuit.c
  670. Changes in version 0.0.2pre25 - 2004-03-04
  671. o New features:
  672. - Put the OR's IP in its router descriptor, not its fqdn. That way
  673. we'll stop being stalled by gethostbyname for nodes with flaky dns,
  674. e.g. poblano.
  675. o Bugfixes:
  676. - If the user typed in an address that didn't resolve, the server
  677. crashed.
  678. Changes in version 0.0.2pre24 - 2004-03-03
  679. o Bugfixes:
  680. - Fix an assertion failure in dns.c, where we were trying to dequeue
  681. a pending dns resolve even if it wasn't pending
  682. - Fix a spurious socks5 warning about still trying to write after the
  683. connection is finished.
  684. - Hold certain marked_for_close connections open until they're finished
  685. flushing, rather than losing bytes by closing them too early.
  686. - Correctly report the reason for ending a stream
  687. - Remove some duplicate calls to connection_mark_for_close
  688. - Put switch_id and start_daemon earlier in the boot sequence, so it
  689. will actually try to chdir() to options.DataDirectory
  690. - Make 'make test' exit(1) if a test fails; fix some unit tests
  691. - Make tor fail when you use a config option it doesn't know about,
  692. rather than warn and continue.
  693. - Make --version work
  694. - Bugfixes on the rpm spec file and tor.sh, so it's more up to date
  695. Changes in version 0.0.2pre23 - 2004-02-29
  696. o New features:
  697. - Print a statement when the first circ is finished, so the user
  698. knows it's working.
  699. - If a relay cell is unrecognized at the end of the circuit,
  700. send back a destroy. (So attacks to mutate cells are more
  701. clearly thwarted.)
  702. - New config option 'excludenodes' to avoid certain nodes for circuits.
  703. - When it daemonizes, it chdir's to the DataDirectory rather than "/",
  704. so you can collect coredumps there.
  705. o Bugfixes:
  706. - Fix a bug in tls flushing where sometimes data got wedged and
  707. didn't flush until more data got sent. Hopefully this bug was
  708. a big factor in the random delays we were seeing.
  709. - Make 'connected' cells include the resolved IP, so the client
  710. dns cache actually gets populated.
  711. - Disallow changing from ORPort=0 to ORPort>0 on hup.
  712. - When we time-out on a stream and detach from the circuit, send an
  713. end cell down it first.
  714. - Only warn about an unknown router (in exitnodes, entrynodes,
  715. excludenodes) after we've fetched a directory.
  716. Changes in version 0.0.2pre22 - 2004-02-26
  717. o New features:
  718. - Servers publish less revealing uname information in descriptors.
  719. - More memory tracking and assertions, to crash more usefully when
  720. errors happen.
  721. - If the default torrc isn't there, just use some default defaults.
  722. Plus provide an internal dirservers file if they don't have one.
  723. - When the user tries to use Tor as an http proxy, give them an http
  724. 501 failure explaining that we're a socks proxy.
  725. - Dump a new router.desc on hup, to help confused people who change
  726. their exit policies and then wonder why router.desc doesn't reflect
  727. it.
  728. - Clean up the generic tor.sh init script that we ship with.
  729. o Bugfixes:
  730. - If the exit stream is pending on the resolve, and a destroy arrives,
  731. then the stream wasn't getting removed from the pending list. I
  732. think this was the one causing recent server crashes.
  733. - Use a more robust poll on OSX 10.3, since their poll is flaky.
  734. - When it couldn't resolve any dirservers, it was useless from then on.
  735. Now it reloads the RouterFile (or default dirservers) if it has no
  736. dirservers.
  737. - Move the 'tor' binary back to /usr/local/bin/ -- it turns out
  738. many users don't even *have* a /usr/local/sbin/.
  739. Changes in version 0.0.2pre21 - 2004-02-18
  740. o New features:
  741. - There's a ChangeLog file that actually reflects the changelog.
  742. - There's a 'torify' wrapper script, with an accompanying
  743. tor-tsocks.conf, that simplifies the process of using tsocks for
  744. tor. It even has a man page.
  745. - The tor binary gets installed to sbin rather than bin now.
  746. - Retry streams where the connected cell hasn't arrived in 15 seconds
  747. - Clean up exit policy handling -- get the default out of the torrc,
  748. so we can update it without forcing each server operator to fix
  749. his/her torrc.
  750. - Allow imaps and pop3s in default exit policy
  751. o Bugfixes:
  752. - Prevent picking middleman nodes as the last node in the circuit
  753. Changes in version 0.0.2pre20 - 2004-01-30
  754. o New features:
  755. - We now have a deb package, and it's in debian unstable. Go to
  756. it, apt-getters. :)
  757. - I've split the TotalBandwidth option into BandwidthRate (how many
  758. bytes per second you want to allow, long-term) and
  759. BandwidthBurst (how many bytes you will allow at once before the cap
  760. kicks in). This better token bucket approach lets you, say, set
  761. BandwidthRate to 10KB/s and BandwidthBurst to 10MB, allowing good
  762. performance while not exceeding your monthly bandwidth quota.
  763. - Push out a tls record's worth of data once you've got it, rather
  764. than waiting until you've read everything waiting to be read. This
  765. may improve performance by pipelining better. We'll see.
  766. - Add an AP_CONN_STATE_CONNECTING state, to allow streams to detach
  767. from failed circuits (if they haven't been connected yet) and attach
  768. to new ones.
  769. - Expire old streams that haven't managed to connect. Some day we'll
  770. have them reattach to new circuits instead.
  771. o Bugfixes:
  772. - Fix several memory leaks that were causing servers to become bloated
  773. after a while.
  774. - Fix a few very rare assert triggers. A few more remain.
  775. - Setuid to User _before_ complaining about running as root.
  776. Changes in version 0.0.2pre19 - 2004-01-07
  777. o Bugfixes:
  778. - Fix deadlock condition in dns farm. We were telling a child to die by
  779. closing the parent's file descriptor to him. But newer children were
  780. inheriting the open file descriptor from the parent, and since they
  781. weren't closing it, the socket never closed, so the child never read
  782. eof, so he never knew to exit. Similarly, dns workers were holding
  783. open other sockets, leading to all sorts of chaos.
  784. - New cleaner daemon() code for forking and backgrounding.
  785. - If you log to a file, it now prints an entry at the top of the
  786. logfile so you know it's working.
  787. - The onionskin challenge length was 30 bytes longer than necessary.
  788. - Started to patch up the spec so it's not quite so out of date.
  789. Changes in version 0.0.2pre18 - 2004-01-02
  790. o Bugfixes:
  791. - Fix endian issues with the 'integrity' field in the relay header.
  792. - Fix a potential bug where connections in state
  793. AP_CONN_STATE_CIRCUIT_WAIT might unexpectedly ask to write.
  794. Changes in version 0.0.2pre17 - 2003-12-30
  795. o Bugfixes:
  796. - Made --debuglogfile (or any second log file, actually) work.
  797. - Resolved an edge case in get_unique_circ_id_by_conn where a smart
  798. adversary could force us into an infinite loop.
  799. o Features:
  800. - Each onionskin handshake now includes a hash of the computed key,
  801. to prove the server's identity and help perfect forward secrecy.
  802. - Changed cell size from 256 to 512 bytes (working toward compatibility
  803. with MorphMix).
  804. - Changed cell length to 2 bytes, and moved it to the relay header.
  805. - Implemented end-to-end integrity checking for the payloads of
  806. relay cells.
  807. - Separated streamid from 'recognized' (otherwise circuits will get
  808. messed up when we try to have streams exit from the middle). We
  809. use the integrity-checking to confirm that a cell is addressed to
  810. this hop.
  811. - Randomize the initial circid and streamid values, so an adversary who
  812. breaks into a node can't learn how many circuits or streams have
  813. been made so far.
  814. Changes in version 0.0.2pre16 - 2003-12-14
  815. o Bugfixes:
  816. - Fixed a bug that made HUP trigger an assert
  817. - Fixed a bug where a circuit that immediately failed wasn't being
  818. counted as a failed circuit in counting retries.
  819. o Features:
  820. - Now we close the circuit when we get a truncated cell: otherwise we're
  821. open to an anonymity attack where a bad node in the path truncates
  822. the circuit and then we open streams at him.
  823. - Add port ranges to exit policies
  824. - Add a conservative default exit policy
  825. - Warn if you're running tor as root
  826. - on HUP, retry OR connections and close/rebind listeners
  827. - options.EntryNodes: try these nodes first when picking the first node
  828. - options.ExitNodes: if your best choices happen to include any of
  829. your preferred exit nodes, you choose among just those preferred
  830. exit nodes.
  831. - options.ExcludedNodes: nodes that are never picked in path building
  832. Changes in version 0.0.2pre15 - 2003-12-03
  833. o Robustness and bugfixes:
  834. - Sometimes clients would cache incorrect DNS resolves, which would
  835. really screw things up.
  836. - An OP that goes offline would slowly leak all its sockets and stop
  837. working.
  838. - A wide variety of bugfixes in exit node selection, exit policy
  839. handling, and processing pending streams when a new circuit is
  840. established.
  841. - Pick nodes for a path only from those the directory says are up
  842. - Choose randomly from all running dirservers, not always the first one
  843. - Increase allowed http header size for directory fetch.
  844. - Stop writing to stderr (if we're daemonized it will be closed).
  845. - Enable -g always, so cores will be more useful to me.
  846. - Switch "-lcrypto -lssl" to "-lssl -lcrypto" for broken distributions.
  847. o Documentation:
  848. - Wrote a man page. It lists commonly used options.
  849. o Configuration:
  850. - Change default loglevel to warn.
  851. - Make PidFile default to null rather than littering in your CWD.
  852. - OnionRouter config option is now obsolete. Instead it just checks
  853. ORPort>0.
  854. - Moved to a single unified torrc file for both clients and servers.
  855. Changes in version 0.0.2pre14 - 2003-11-29
  856. o Robustness and bugfixes:
  857. - Force the admin to make the DataDirectory himself
  858. - to get ownership/permissions right
  859. - so clients no longer make a DataDirectory and then never use it
  860. - fix bug where a client who was offline for 45 minutes would never
  861. pull down a directory again
  862. - fix (or at least hide really well) the dns assert bug that was
  863. causing server crashes
  864. - warnings and improved robustness wrt clockskew for certs
  865. - use the native daemon(3) to daemonize, when available
  866. - exit if bind() fails
  867. - exit if neither socksport nor orport is defined
  868. - include our own tor_timegm (Win32 doesn't have its own)
  869. - bugfix for win32 with lots of connections
  870. - fix minor bias in PRNG
  871. - make dirserver more robust to corrupt cached directory
  872. o Documentation:
  873. - Wrote the design document (woo)
  874. o Circuit building and exit policies:
  875. - Circuits no longer try to use nodes that the directory has told them
  876. are down.
  877. - Exit policies now support bitmasks (18.0.0.0/255.0.0.0) and
  878. bitcounts (18.0.0.0/8).
  879. - Make AP connections standby for a circuit if no suitable circuit
  880. exists, rather than failing
  881. - Circuits choose exit node based on addr/port, exit policies, and
  882. which AP connections are standing by
  883. - Bump min pathlen from 2 to 3
  884. - Relay end cells have a payload to describe why the stream ended.
  885. - If the stream failed because of exit policy, try again with a new
  886. circuit.
  887. - Clients have a dns cache to remember resolved addresses.
  888. - Notice more quickly when we have no working circuits
  889. o Configuration:
  890. - APPort is now called SocksPort
  891. - SocksBindAddress, ORBindAddress, DirBindAddress let you configure
  892. where to bind
  893. - RecommendedVersions is now a config variable rather than
  894. hardcoded (for dirservers)
  895. - Reloads config on HUP
  896. - Usage info on -h or --help
  897. - If you set User and Group config vars, it'll setu/gid to them.
  898. Changes in version 0.0.2pre13 - 2003-10-19
  899. o General stability:
  900. - SSL_write no longer fails when it returns WANTWRITE and the number
  901. of bytes in the buf has changed by the next SSL_write call.
  902. - Fix segfault fetching directory when network is down
  903. - Fix a variety of minor memory leaks
  904. - Dirservers reload the fingerprints file on HUP, so I don't have
  905. to take down the network when I approve a new router
  906. - Default server config file has explicit Address line to specify fqdn
  907. o Buffers:
  908. - Buffers grow and shrink as needed (Cut process size from 20M to 2M)
  909. - Make listener connections not ever alloc bufs
  910. o Autoconf improvements:
  911. - don't clobber an external CFLAGS in ./configure
  912. - Make install now works
  913. - create var/lib/tor on make install
  914. - autocreate a tor.sh initscript to help distribs
  915. - autocreate the torrc and sample-server-torrc with correct paths
  916. o Log files and Daemonizing now work:
  917. - If --DebugLogFile is specified, log to it at -l debug
  918. - If --LogFile is specified, use it instead of commandline
  919. - If --RunAsDaemon is set, tor forks and backgrounds on startup