ChangeLog 49 KB

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