ChangeLog
上传用户:awang829
上传日期:2019-07-14
资源大小:2356k
文件大小:411k
源码类别:

网络

开发平台:

Unix_Linux

  1. Changes in version 0.1.1.4-alpha - 2005-08-04
  2.   o Bugfixes included in 0.1.0.13.
  3.   o Features:
  4.     - Improve tor_gettimeofday() granularity on windows.
  5.     - Make clients regenerate their keys when their IP address changes.
  6.     - Implement some more GETINFO goodness: expose helper nodes, config
  7.       options, getinfo keys.
  8. Changes in version 0.1.0.13 - 2005-08-04
  9.   o Bugfixes on 0.1.0.x:
  10.     - Fix a critical bug in the security of our crypto handshakes.
  11.     - Fix a size_t underflow in smartlist_join_strings2() that made
  12.       it do bad things when you hand it an empty smartlist.
  13.     - Fix Windows installer to ship Tor license (thanks to Aphex for
  14.       pointing out this oversight) and put a link to the doc directory
  15.       in the start menu.
  16.     - Explicitly set no-unaligned-access for sparc: it turns out the
  17.       new gcc's let you compile broken code, but that doesn't make it
  18.       not-broken.
  19. Changes in version 0.1.1.3-alpha - 2005-07-23
  20.   o Bugfixes on 0.1.1.2-alpha:
  21.     - Fix a bug in handling the controller's "post descriptor"
  22.       function.
  23.     - Fix several bugs in handling the controller's "extend circuit"
  24.       function.
  25.     - Fix a bug in handling the controller's "stream status" event.
  26.     - Fix an assert failure if we have a controller listening for
  27.       circuit events and we go offline.
  28.     - Re-allow hidden service descriptors to publish 0 intro points.
  29.     - Fix a crash when generating your hidden service descriptor if
  30.       you don't have enough intro points already.
  31.   o New features on 0.1.1.2-alpha:
  32.     - New controller function "getinfo accounting", to ask how
  33.       many bytes we've used in this time period.
  34.     - Experimental support for helper nodes: a lot of the risk from
  35.       a small static adversary comes because users pick new random
  36.       nodes every time they rebuild a circuit. Now users will try to
  37.       stick to the same small set of entry nodes if they can. Not
  38.       enabled by default yet.
  39.   o Bugfixes on 0.1.0.12:
  40.     - If you're an auth dir server, always publish your dirport,
  41.       even if you haven't yet found yourself to be reachable.
  42.     - Fix a size_t underflow in smartlist_join_strings2() that made
  43.       it do bad things when you hand it an empty smartlist.
  44. Changes in version 0.1.0.12 - 2005-07-18
  45.   o New directory servers:
  46.       - tor26 has changed IP address.
  47.   o Bugfixes on 0.1.0.x:
  48.     - Fix a possible double-free in tor_gzip_uncompress().
  49.     - When --disable-threads is set, do not search for or link against
  50.       pthreads libraries.
  51.     - Don't trigger an assert if an authoritative directory server
  52.       claims its dirport is 0.
  53.     - Fix bug with removing Tor as an NT service: some people were
  54.       getting "The service did not return an error." Thanks to Matt
  55.       Edman for the fix.
  56. Changes in version 0.1.1.2-alpha - 2005-07-15
  57.   o New directory servers:
  58.     - tor26 has changed IP address.
  59.   o Bugfixes on 0.1.0.x, crashes/leaks:
  60.     - Port the servers-not-obeying-their-exit-policies fix from
  61.       0.1.0.11.
  62.     - Fix an fd leak in start_daemon().
  63.     - On Windows, you can't always reopen a port right after you've
  64.       closed it. So change retry_listeners() to only close and re-open
  65.       ports that have changed.
  66.     - Fix a possible double-free in tor_gzip_uncompress().
  67.   o Bugfixes on 0.1.0.x, usability:
  68.     - When tor_socketpair() fails in Windows, give a reasonable
  69.       Windows-style errno back.
  70.     - Let people type "tor --install" as well as "tor -install" when
  71.       they
  72.       want to make it an NT service.
  73.     - NT service patch from Matt Edman to improve error messages.
  74.     - When the controller asks for a config option with an abbreviated
  75.       name, give the full name in our response.
  76.     - Correct the man page entry on TrackHostExitsExpire.
  77.     - Looks like we were never delivering deflated (i.e. compressed)
  78.       running-routers lists, even when asked. Oops.
  79.     - When --disable-threads is set, do not search for or link against
  80.       pthreads libraries.
  81.   o Bugfixes on 0.1.1.x:
  82.     - Fix a seg fault with autodetecting which controller version is
  83.       being used.
  84.   o Features:
  85.     - New hidden service descriptor format: put a version in it, and
  86.       let people specify introduction/rendezvous points that aren't
  87.       in "the directory" (which is subjective anyway).
  88.     - Allow the DEBUG controller event to work again. Mark certain log
  89.       entries as "don't tell this to controllers", so we avoid cycles.
  90. Changes in version 0.1.0.11 - 2005-06-30
  91.   o Bugfixes on 0.1.0.x:
  92.     - Fix major security bug: servers were disregarding their
  93.       exit policies if clients behaved unexpectedly.
  94.     - Make OS X init script check for missing argument, so we don't
  95.       confuse users who invoke it incorrectly.
  96.     - Fix a seg fault in "tor --hash-password foo".
  97.     - The MAPADDRESS control command was broken.
  98. Changes in version 0.1.1.1-alpha - 2005-06-29
  99.   o Bugfixes:
  100.     - Make OS X init script check for missing argument, so we don't
  101.       confuse users who invoke it incorrectly.
  102.     - Fix a seg fault in "tor --hash-password foo".
  103.     - Fix a possible way to DoS dirservers.
  104.     - When we complain that your exit policy implicitly allows local or
  105.       private address spaces, name them explicitly so operators can
  106.       fix it.
  107.     - Make the log message less scary when all the dirservers are
  108.       temporarily unreachable.
  109.     - We were printing the number of idle dns workers incorrectly when
  110.       culling them.
  111.   o Features:
  112.     - Revised controller protocol (version 1) that uses ascii rather
  113.       than binary. Add supporting libraries in python and java so you
  114.       can use the controller from your applications without caring how
  115.       our protocol works.
  116.     - Spiffy new support for crypto hardware accelerators. Can somebody
  117.       test this?
  118. Changes in version 0.0.9.10 - 2005-06-16
  119.   o Bugfixes on 0.0.9.x (backported from 0.1.0.10):
  120.     - Refuse relay cells that claim to have a length larger than the
  121.       maximum allowed. This prevents a potential attack that could read
  122.       arbitrary memory (e.g. keys) from an exit server's process
  123.       (CVE-2005-2050).
  124. Changes in version 0.1.0.10 - 2005-06-14
  125.   o Allow a few EINVALs from libevent before dying. Warn on kqueue with
  126.     libevent before 1.1a.
  127. Changes in version 0.1.0.9-rc - 2005-06-09
  128.   o Bugfixes:
  129.     - Reset buf->highwater every time buf_shrink() is called, not just on
  130.       a successful shrink. This was causing significant memory bloat.
  131.     - Fix buffer overflow when checking hashed passwords.
  132.     - Security fix: if seeding the RNG on Win32 fails, quit.
  133.     - Allow seeding the RNG on Win32 even when you're not running as
  134.       Administrator.
  135.     - Disable threading on Solaris too. Something is wonky with it,
  136.       cpuworkers, and reentrant libs.
  137.     - Reenable the part of the code that tries to flush as soon as an
  138.       OR outbuf has a full TLS record available. Perhaps this will make
  139.       OR outbufs not grow as huge except in rare cases, thus saving lots
  140.       of CPU time plus memory.
  141.     - Reject malformed .onion addresses rather then passing them on as
  142.       normal web requests.
  143.     - Adapt patch from Adam Langley: fix possible memory leak in
  144.       tor_lookup_hostname().
  145.     - Initialize libevent later in the startup process, so the logs are
  146.       already established by the time we start logging libevent warns.
  147.     - Use correct errno on win32 if libevent fails.
  148.     - Check and warn about known-bad/slow libevent versions.
  149.     - Pay more attention to the ClientOnly config option.
  150.     - Have torctl.in/tor.sh.in check for location of su binary (needed
  151.       on FreeBSD)
  152.     - Correct/add man page entries for LongLivedPorts, ExitPolicy,
  153.       KeepalivePeriod, ClientOnly, NoPublish, HttpProxy, HttpsProxy,
  154.       HttpProxyAuthenticator
  155.     - Stop warning about sigpipes in the logs. We're going to
  156.       pretend that getting these occassionally is normal and fine.
  157.     - Resolve OS X installer bugs: stop claiming to be 0.0.9.2 in
  158.       certain
  159.       installer screens; and don't put stuff into StartupItems unless
  160.       the user asks you to.
  161.     - Require servers that use the default dirservers to have public IP
  162.       addresses. We have too many servers that are configured with private
  163.       IPs and their admins never notice the log entries complaining that
  164.       their descriptors are being rejected.
  165.     - Add OSX uninstall instructions. An actual uninstall script will
  166.       come later.
  167. Changes in version 0.1.0.8-rc - 2005-05-23
  168.   o Bugfixes:
  169.     - It turns out that kqueue on OS X 10.3.9 was causing kernel
  170.       panics. Disable kqueue on all OS X Tors.
  171.     - Fix RPM: remove duplicate line accidentally added to the rpm
  172.       spec file.
  173.     - Disable threads on openbsd too, since its gethostaddr is not
  174.       reentrant either.
  175.     - Tolerate libevent 0.8 since it still works, even though it's
  176.       ancient.
  177.     - Enable building on Red Hat 9.0 again.
  178.     - Allow the middle hop of the testing circuit to be running any
  179.       version, now that most of them have the bugfix to let them connect
  180.       to unknown servers. This will allow reachability testing to work
  181.       even when 0.0.9.7-0.0.9.9 become obsolete.
  182.     - Handle relay cells with rh.length too large. This prevents
  183.       a potential attack that could read arbitrary memory (maybe even
  184.       keys) from the exit server's process.
  185.     - We screwed up the dirport reachability testing when we don't yet
  186.       have a cached version of the directory. Hopefully now fixed.
  187.     - Clean up router_load_single_router() (used by the controller),
  188.       so it doesn't seg fault on error.
  189.     - Fix a minor memory leak when somebody establishes an introduction
  190.       point at your Tor server.
  191.     - If a socks connection ends because read fails, don't warn that
  192.       you're not sending a socks reply back.
  193.   o Features:
  194.     - Add HttpProxyAuthenticator config option too, that works like
  195.       the HttpsProxyAuthenticator config option.
  196.     - Encode hashed controller passwords in hex instead of base64,
  197.       to make it easier to write controllers.
  198. Changes in version 0.1.0.7-rc - 2005-05-17
  199.   o Bugfixes:
  200.     - Fix a bug in the OS X package installer that prevented it from
  201.       installing on Tiger.
  202.     - Fix a script bug in the OS X package installer that made it
  203.       complain during installation.
  204.     - Find libevent even if it's hiding in /usr/local/ and your
  205.       CFLAGS and LDFLAGS don't tell you to look there.
  206.     - Be able to link with libevent as a shared library (the default
  207.       after 1.0d), even if it's hiding in /usr/local/lib and even
  208.       if you haven't added /usr/local/lib to your /etc/ld.so.conf,
  209.       assuming you're running gcc. Otherwise fail and give a useful
  210.       error message.
  211.     - Fix a bug in the RPM packager: set home directory for _tor to
  212.       something more reasonable when first installing.
  213.     - Free a minor amount of memory that is still reachable on exit.
  214. Changes in version 0.1.0.6-rc - 2005-05-14
  215.   o Bugfixes:
  216.     - Implement --disable-threads configure option. Disable threads on
  217.       netbsd by default, because it appears to have no reentrant resolver
  218.       functions.
  219.     - Apple's OS X 10.4.0 ships with a broken kqueue. The new libevent
  220.       release (1.1) detects and disables kqueue if it's broken.
  221.     - Append default exit policy before checking for implicit internal
  222.       addresses. Now we don't log a bunch of complaints on startup
  223.       when using the default exit policy.
  224.     - Some people were putting "Address  " in their torrc, and they had
  225.       a buggy resolver that resolved " " to 0.0.0.0. Oops.
  226.     - If DataDir is ~/.tor, and that expands to /.tor, then default to
  227.       LOCALSTATEDIR/tor instead.
  228.     - Fix fragmented-message bug in TorControl.py.
  229.     - Resolve a minor bug which would prevent unreachable dirports
  230.       from getting suppressed in the published descriptor.
  231.     - When the controller gave us a new descriptor, we weren't resolving
  232.       it immediately, so Tor would think its address was 0.0.0.0 until
  233.       we fetched a new directory.
  234.     - Fix an uppercase/lowercase case error in suppressing a bogus
  235.       libevent warning on some Linuxes.
  236.   o Features:
  237.     - Begin scrubbing sensitive strings from logs by default. Turn off
  238.       the config option SafeLogging if you need to do debugging.
  239.     - Switch to a new buffer management algorithm, which tries to avoid
  240.       reallocing and copying quite as much. In first tests it looks like
  241.       it uses *more* memory on average, but less cpu.
  242.     - First cut at support for "create-fast" cells. Clients can use
  243.       these when extending to their first hop, since the TLS already
  244.       provides forward secrecy and authentication. Not enabled on
  245.       clients yet.
  246.     - When dirservers refuse a router descriptor, we now log its
  247.       contactinfo, platform, and the poster's IP address.
  248.     - Call tor_free_all instead of connections_free_all after forking, to
  249.       save memory on systems that need to fork.
  250.     - Whine at you if you're a server and you don't set your contactinfo.
  251.     - Implement --verify-config command-line option to check if your torrc
  252.       is valid without actually launching Tor.
  253.     - Rewrite address "serifos.exit" to "localhost.serifos.exit"
  254.       rather than just rejecting it.
  255. Changes in version 0.1.0.5-rc - 2005-04-27
  256.   o Bugfixes:
  257.     - Stop trying to print a null pointer if an OR conn fails because
  258.       we didn't like its cert.
  259.   o Features:
  260.     - Switch our internal buffers implementation to use a ring buffer,
  261.       to hopefully improve performance for fast servers a lot.
  262.     - Add HttpsProxyAuthenticator support (basic auth only), based
  263.       on patch from Adam Langley.
  264.     - Bump the default BandwidthRate from 1 MB to 2 MB, to accommodate
  265.       the fast servers that have been joining lately.
  266.     - Give hidden service accesses extra time on the first attempt,
  267.       since 60 seconds is often only barely enough. This might improve
  268.       robustness more.
  269.     - Improve performance for dirservers: stop re-parsing the whole
  270.       directory every time you regenerate it.
  271.     - Add more debugging info to help us find the weird dns freebsd
  272.       pthreads bug; cleaner debug messages to help track future issues.
  273. Changes in version 0.0.9.9 - 2005-04-23
  274.   o Bugfixes on 0.0.9.x:
  275.     - If unofficial Tor clients connect and send weird TLS certs, our
  276.       Tor server triggers an assert. This release contains a minimal
  277.       backport from the broader fix that we put into 0.1.0.4-rc.
  278. Changes in version 0.1.0.4-rc - 2005-04-23
  279.   o Bugfixes:
  280.     - If unofficial Tor clients connect and send weird TLS certs, our
  281.       Tor server triggers an assert. Stop asserting, and start handling
  282.       TLS errors better in other situations too.
  283.     - When the controller asks us to tell it about all the debug-level
  284.       logs, it turns out we were generating debug-level logs while
  285.       telling it about them, which turns into a bad loop. Now keep
  286.       track of whether you're sending a debug log to the controller,
  287.       and don't log when you are.
  288.     - Fix the "postdescriptor" feature of the controller interface: on
  289.       non-complete success, only say "done" once.
  290.   o Features:
  291.     - Clients are now willing to load balance over up to 2mB, not 1mB,
  292.       of advertised bandwidth capacity.
  293.     - Add a NoPublish config option, so you can be a server (e.g. for
  294.       testing running Tor servers in other Tor networks) without
  295.       publishing your descriptor to the primary dirservers.
  296. Changes in version 0.1.0.3-rc - 2005-04-08
  297.   o Improvements on 0.1.0.2-rc:
  298.     - Client now retries when streams end early for 'hibernating' or
  299.       'resource limit' reasons, rather than failing them.
  300.     - More automated handling for dirserver operators:
  301.       - Automatically approve nodes running 0.1.0.2-rc or later,
  302.         now that the the reachability detection stuff is working.
  303.       - Now we allow two unverified servers with the same nickname
  304.         but different keys. But if a nickname is verified, only that
  305.         nickname+key are allowed.
  306.       - If you're an authdirserver connecting to an address:port,
  307.         and it's not the OR you were expecting, forget about that
  308.         descriptor. If he *was* the one you were expecting, then forget
  309.         about all other descriptors for that address:port.
  310.       - Allow servers to publish descriptors from 12 hours in the future.
  311.         Corollary: only whine about clock skew from the dirserver if
  312.         he's a trusted dirserver (since now even verified servers could
  313.         have quite wrong clocks).
  314.     - Adjust maximum skew and age for rendezvous descriptors: let skew
  315.       be 48 hours rather than 90 minutes.
  316.     - Efficiency improvements:
  317.       - Keep a big splay tree of (circid,orconn)->circuit mappings to make
  318.         it much faster to look up a circuit for each relay cell.
  319.       - Remove most calls to assert_all_pending_dns_resolves_ok(),
  320.         since they're eating our cpu on exit nodes.
  321.       - Stop wasting time doing a case insensitive comparison for every
  322.         dns name every time we do any lookup. Canonicalize the names to
  323.         lowercase and be done with it.
  324.     - Start sending 'truncated' cells back rather than destroy cells,
  325.       if the circuit closes in front of you. This means we won't have
  326.       to abandon partially built circuits.
  327.     - Only warn once per nickname from add_nickname_list_to_smartlist
  328.       per failure, so an entrynode or exitnode choice that's down won't
  329.       yell so much.
  330.     - Put a note in the torrc about abuse potential with the default
  331.       exit policy.
  332.     - Revise control spec and implementation to allow all log messages to
  333.       be sent to controller with their severities intact (suggested by
  334.       Matt Edman). Update TorControl to handle new log event types.
  335.     - Provide better explanation messages when controller's POSTDESCRIPTOR
  336.       fails.
  337.     - Stop putting nodename in the Platform string in server descriptors.
  338.       It doesn't actually help, and it is confusing/upsetting some people.
  339.   o Bugfixes on 0.1.0.2-rc:
  340.     - We were printing the host mask wrong in exit policies in server
  341.       descriptors. This isn't a critical bug though, since we were still
  342.       obeying the exit policy internally.
  343.     - Fix Tor when compiled with libevent but without pthreads: move
  344.       connection_unregister() from _connection_free() to
  345.       connection_free().
  346.     - Fix an assert trigger (already fixed in 0.0.9.x): when we have
  347.       the rare mysterious case of accepting a conn on 0.0.0.0:0, then
  348.       when we look through the connection array, we'll find any of the
  349.       cpu/dnsworkers. This is no good.
  350.   o Bugfixes on 0.0.9.8:
  351.     - Fix possible bug on threading platforms (e.g. win32) which was
  352.       leaking a file descriptor whenever a cpuworker or dnsworker died.
  353.     - When using preferred entry or exit nodes, ignore whether the
  354.       circuit wants uptime or capacity. They asked for the nodes, they
  355.       get the nodes.
  356.     - chdir() to your datadirectory at the *end* of the daemonize process,
  357.       not the beginning. This was a problem because the first time you
  358.       run tor, if your datadir isn't there, and you have runasdaemon set
  359.       to 1, it will try to chdir to it before it tries to create it. Oops.
  360.     - Handle changed router status correctly when dirserver reloads
  361.       fingerprint file. We used to be dropping all unverified descriptors
  362.       right then. The bug was hidden because we would immediately
  363.       fetch a directory from another dirserver, which would include the
  364.       descriptors we just dropped.
  365.     - When we're connecting to an OR and he's got a different nickname/key
  366.       than we were expecting, only complain loudly if we're an OP or a
  367.       dirserver. Complaining loudly to the OR admins just confuses them.
  368.     - Tie MAX_DIR_SIZE to MAX_BUF_SIZE, so now directory sizes won't get
  369.       artificially capped at 500kB.
  370. Changes in version 0.0.9.8 - 2005-04-07
  371.   o Bugfixes on 0.0.9.x:
  372.     - We have a bug that I haven't found yet. Sometimes, very rarely,
  373.       cpuworkers get stuck in the 'busy' state, even though the cpuworker
  374.       thinks of itself as idle. This meant that no new circuits ever got
  375.       established. Here's a workaround to kill any cpuworker that's been
  376.       busy for more than 100 seconds.
  377. Changes in version 0.1.0.2-rc - 2005-04-01
  378.   o Bugfixes on 0.1.0.1-rc:
  379.     - Fixes on reachability detection:
  380.       - Don't check for reachability while hibernating.
  381.       - If ORPort is reachable but DirPort isn't, still publish the
  382.         descriptor, but zero out DirPort until it's found reachable.
  383.       - When building testing circs for ORPort testing, use only
  384.         high-bandwidth nodes, so fewer circuits fail.
  385.       - Complain about unreachable ORPort separately from unreachable
  386.         DirPort, so the user knows what's going on.
  387.       - Make sure we only conclude ORPort reachability if we didn't
  388.         initiate the conn. Otherwise we could falsely conclude that
  389.         we're reachable just because we connected to the guy earlier
  390.         and he used that same pipe to extend to us.
  391.       - Authdirservers shouldn't do ORPort reachability detection,
  392.         since they're in clique mode, so it will be rare to find a
  393.         server not already connected to them.
  394.       - When building testing circuits, always pick middle hops running
  395.         Tor 0.0.9.7, so we avoid the "can't extend to unknown routers"
  396.         bug. (This is a kludge; it will go away when 0.0.9.x becomes
  397.         obsolete.)
  398.       - When we decide we're reachable, actually publish our descriptor
  399.         right then.
  400.     - Fix bug in redirectstream in the controller.
  401.     - Fix the state descriptor strings so logs don't claim edge streams
  402.       are in a different state than they actually are.
  403.     - Use recent libevent features when possible (this only really affects
  404.       win32 and osx right now, because the new libevent with these
  405.       features hasn't been released yet). Add code to suppress spurious
  406.       libevent log msgs.
  407.     - Prevent possible segfault in connection_close_unattached_ap().
  408.     - Fix newlines on torrc in win32.
  409.     - Improve error msgs when tor-resolve fails.
  410.   o Improvements on 0.0.9.x:
  411.     - New experimental script tor/contrib/ExerciseServer.py (needs more
  412.       work) that uses the controller interface to build circuits and
  413.       fetch pages over them. This will help us bootstrap servers that
  414.       have lots of capacity but haven't noticed it yet.
  415.     - New experimental script tor/contrib/PathDemo.py (needs more work)
  416.       that uses the controller interface to let you choose whole paths
  417.       via addresses like
  418.       "<hostname>.<path,separated by dots>.<length of path>.path"
  419.     - When we've connected to an OR and handshaked but didn't like
  420.       the result, we were closing the conn without sending destroy
  421.       cells back for pending circuits. Now send those destroys.
  422. Changes in version 0.0.9.7 - 2005-04-01
  423.   o Bugfixes on 0.0.9.x:
  424.     - Fix another race crash bug (thanks to Glenn Fink for reporting).
  425.     - Compare identity to identity, not to nickname, when extending to
  426.       a router not already in the directory. This was preventing us from
  427.       extending to unknown routers. Oops.
  428.     - Make sure to create OS X Tor user in <500 range, so we aren't
  429.       creating actual system users.
  430.     - Note where connection-that-hasn't-sent-end was marked, and fix
  431.       a few really loud instances of this harmless bug (it's fixed more
  432.       in 0.1.0.x).
  433. Changes in version 0.1.0.1-rc - 2005-03-28
  434.   o New features:
  435.     - Add reachability testing. Your Tor server will automatically try
  436.       to see if its ORPort and DirPort are reachable from the outside,
  437.       and it won't upload its descriptor until it decides they are.
  438.     - Handle unavailable hidden services better. Handle slow or busy
  439.       hidden services better.
  440.     - Add support for CONNECTing through https proxies, with "HttpsProxy"
  441.       config option.
  442.     - New exit policy: accept most low-numbered ports, rather than
  443.       rejecting most low-numbered ports.
  444.     - More Tor controller support (still experimental). See
  445.       http://tor.eff.org/doc/control-spec.txt for all the new features,
  446.       including signals to emulate unix signals from any platform;
  447.       redirectstream; extendcircuit; mapaddress; getinfo; postdescriptor;
  448.       closestream; closecircuit; etc.
  449.     - Make nt services work and start on startup on win32 (based on
  450.       patch by Matt Edman).
  451.     - Add a new AddressMap config directive to rewrite incoming socks
  452.       addresses. This lets you, for example, declare an implicit
  453.       required exit node for certain sites.
  454.     - Add a new TrackHostExits config directive to trigger addressmaps
  455.       for certain incoming socks addresses -- for sites that break when
  456.       your exit keeps changing (based on patch by Mike Perry).
  457.     - Redo the client-side dns cache so it's just an addressmap too.
  458.     - Notice when our IP changes, and reset stats/uptime/reachability.
  459.     - When an application is using socks5, give him the whole variety of
  460.       potential socks5 responses (connect refused, host unreachable, etc),
  461.       rather than just "success" or "failure".
  462.     - A more sane version numbering system. See
  463.       http://tor.eff.org/cvs/tor/doc/version-spec.txt for details.
  464.     - New contributed script "exitlist": a simple python script to
  465.       parse directories and find Tor nodes that exit to listed
  466.       addresses/ports.
  467.     - New contributed script "privoxy-tor-toggle" to toggle whether
  468.       Privoxy uses Tor. Seems to be configured for Debian by default.
  469.     - Report HTTP reasons to client when getting a response from directory
  470.       servers -- so you can actually know what went wrong.
  471.     - New config option MaxAdvertisedBandwidth which lets you advertise
  472.       a low bandwidthrate (to not attract as many circuits) while still
  473.       allowing a higher bandwidthrate in reality.
  474.   o Robustness/stability fixes:
  475.     - Make Tor use Niels Provos's libevent instead of its current
  476.       poll-but-sometimes-select mess.  This will let us use faster async
  477.       cores (like epoll, kpoll, and /dev/poll), and hopefully work better
  478.       on Windows too.
  479.     - pthread support now too. This was forced because when we forked,
  480.       we ended up wasting a lot of duplicate ram over time. Also switch
  481.       to foo_r versions of some library calls to allow reentry and
  482.       threadsafeness.
  483.     - Better handling for heterogeneous / unreliable nodes:
  484.       - Annotate circuits w/ whether they aim to contain high uptime nodes
  485.         and/or high capacity nodes. When building circuits, choose
  486.         appropriate nodes.
  487.       - This means that every single node in an intro rend circuit,
  488.         not just the last one, will have a minimum uptime.
  489.       - New config option LongLivedPorts to indicate application streams
  490.         that will want high uptime circuits.
  491.       - Servers reset uptime when a dir fetch entirely fails. This
  492.         hopefully reflects stability of the server's network connectivity.
  493.       - If somebody starts his tor server in Jan 2004 and then fixes his
  494.         clock, don't make his published uptime be a year.
  495.       - Reset published uptime when you wake up from hibernation.
  496.     - Introduce a notion of 'internal' circs, which are chosen without
  497.       regard to the exit policy of the last hop. Intro and rendezvous
  498.       circs must be internal circs, to avoid leaking information. Resolve
  499.       and connect streams can use internal circs if they want.
  500.     - New circuit pooling algorithm: make sure to have enough circs around
  501.       to satisfy any predicted ports, and also make sure to have 2 internal
  502.       circs around if we've required internal circs lately (and with high
  503.       uptime if we've seen that lately too).
  504.     - Split NewCircuitPeriod option into NewCircuitPeriod (30 secs),
  505.       which describes how often we retry making new circuits if current
  506.       ones are dirty, and MaxCircuitDirtiness (10 mins), which describes
  507.       how long we're willing to make use of an already-dirty circuit.
  508.     - Cannibalize GENERAL circs to be C_REND, C_INTRO, S_INTRO, and S_REND
  509.       circ as necessary, if there are any completed ones lying around
  510.       when we try to launch one.
  511.     - Make hidden services try to establish a rendezvous for 30 seconds,
  512.       rather than for n (where n=3) attempts to build a circuit.
  513.     - Change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option
  514.       "ShutdownWaitLength".
  515.     - Try to be more zealous about calling connection_edge_end when
  516.       things go bad with edge conns in connection.c.
  517.     - Revise tor-spec to add more/better stream end reasons.
  518.     - Revise all calls to connection_edge_end to avoid sending "misc",
  519.       and to take errno into account where possible.
  520.   o Bug fixes:
  521.     - Fix a race condition that can trigger an assert, when we have a
  522.       pending create cell and an OR connection fails right then.
  523.     - Fix several double-mark-for-close bugs, e.g. where we were finding
  524.       a conn for a cell even if that conn is already marked for close.
  525.     - Make sequence of log messages when starting on win32 with no config
  526.       file more reasonable.
  527.     - When choosing an exit node for a new non-internal circ, don't take
  528.       into account whether it'll be useful for any pending x.onion
  529.       addresses -- it won't.
  530.     - Turn addr_policy_compare from a tristate to a quadstate; this should
  531.       help address our "Ah, you allow 1.2.3.4:80. You are a good choice
  532.       for google.com" problem.
  533.     - Make "platform" string in descriptor more accurate for Win32 servers,
  534.       so it's not just "unknown platform".
  535.     - Fix an edge case in parsing config options (thanks weasel).
  536.       If they say "--" on the commandline, it's not an option.
  537.     - Reject odd-looking addresses at the client (e.g. addresses that
  538.       contain a colon), rather than having the server drop them because
  539.       they're malformed.
  540.     - tor-resolve requests were ignoring .exit if there was a working circuit
  541.       they could use instead.
  542.     - REUSEADDR on normal platforms means you can rebind to the port
  543.       right after somebody else has let it go. But REUSEADDR on win32
  544.       means to let you bind to the port _even when somebody else
  545.       already has it bound_! So, don't do that on Win32.
  546.     - Change version parsing logic: a version is "obsolete" if it is not
  547.       recommended and (1) there is a newer recommended version in the
  548.       same series, or (2) there are no recommended versions in the same
  549.       series, but there are some recommended versions in a newer series.
  550.       A version is "new" if it is newer than any recommended version in
  551.       the same series.
  552.     - Stop most cases of hanging up on a socks connection without sending
  553.       the socks reject.
  554.   o Helpful fixes:
  555.     - Require BandwidthRate to be at least 20kB/s for servers.
  556.     - When a dirserver causes you to give a warn, mention which dirserver
  557.       it was.
  558.     - New config option DirAllowPrivateAddresses for authdirservers.
  559.       Now by default they refuse router descriptors that have non-IP or
  560.       private-IP addresses.
  561.     - Stop publishing socksport in the directory, since it's not
  562.       actually meant to be public. For compatibility, publish a 0 there
  563.       for now.
  564.     - Change DirFetchPeriod/StatusFetchPeriod to have a special "Be
  565.       smart" value, that is low for servers and high for clients.
  566.     - If our clock jumps forward by 100 seconds or more, assume something
  567.       has gone wrong with our network and abandon all not-yet-used circs.
  568.     - Warn when exit policy implicitly allows local addresses.
  569.     - If we get an incredibly skewed timestamp from a dirserver mirror
  570.       that isn't a verified OR, don't warn -- it's probably him that's
  571.       wrong.
  572.     - Since we ship our own Privoxy on OS X, tweak it so it doesn't write
  573.       cookies to disk and doesn't log each web request to disk. (Thanks
  574.       to Brett Carrington for pointing this out.)
  575.     - When a client asks us for a dir mirror and we don't have one,
  576.       launch an attempt to get a fresh one.
  577.     - If we're hibernating and we get a SIGINT, exit immediately.
  578.     - Add --with-dmalloc ./configure option, to track memory leaks.
  579.     - And try to free all memory on closing, so we can detect what
  580.       we're leaking.
  581.     - Cache local dns resolves correctly even when they're .exit
  582.       addresses.
  583.     - Give a better warning when some other server advertises an
  584.       ORPort that is actually an apache running ssl.
  585.     - Add "opt hibernating 1" to server descriptor to make it clearer
  586.       whether the server is hibernating.
  587. Changes in version 0.0.9.6 - 2005-03-24
  588.   o Bugfixes on 0.0.9.x (crashes and asserts):
  589.     - Add new end stream reasons to maintainance branch. Fix bug where
  590.       reason (8) could trigger an assert.  Prevent bug from recurring.
  591.     - Apparently win32 stat wants paths to not end with a slash.
  592.     - Fix assert triggers in assert_cpath_layer_ok(), where we were
  593.       blowing away the circuit that conn->cpath_layer points to, then
  594.       checking to see if the circ is well-formed. Backport check to make
  595.       sure we dont use the cpath on a closed connection.
  596.     - Prevent circuit_resume_edge_reading_helper() from trying to package
  597.       inbufs for marked-for-close streams.
  598.     - Don't crash on hup if your options->address has become unresolvable.
  599.     - Some systems (like OS X) sometimes accept() a connection and tell
  600.       you the remote host is 0.0.0.0:0. If this happens, due to some
  601.       other mis-features, we get confused; so refuse the conn for now.
  602.   o Bugfixes on 0.0.9.x (other):
  603.     - Fix harmless but scary "Unrecognized content encoding" warn message.
  604.     - Add new stream error reason: TORPROTOCOL reason means "you are not
  605.       speaking a version of Tor I understand; say bye-bye to your stream."
  606.     - Be willing to cache directories from up to ROUTER_MAX_AGE seconds
  607.       into the future, now that we are more tolerant of skew. This
  608.       resolves a bug where a Tor server would refuse to cache a directory
  609.       because all the directories it gets are too far in the future;
  610.       yet the Tor server never logs any complaints about clock skew.
  611.     - Mac packaging magic: make man pages useable, and do not overwrite
  612.       existing torrc files.
  613.     - Make OS X log happily to /var/log/tor/tor.log
  614. Changes in version 0.0.9.5 - 2005-02-22
  615.   o Bugfixes on 0.0.9.x:
  616.     - Fix an assert race at exit nodes when resolve requests fail.
  617.     - Stop picking unverified dir mirrors--it only leads to misery.
  618.     - Patch from Matt Edman to make NT services work better. Service
  619.       support is still not compiled into the executable by default.
  620.     - Patch from Dmitri Bely so the Tor service runs better under
  621.       the win32 SYSTEM account.
  622.     - Make tor-resolve actually work (?) on Win32.
  623.     - Fix a sign bug when getrlimit claims to have 4+ billion
  624.       file descriptors available.
  625.     - Stop refusing to start when bandwidthburst == bandwidthrate.
  626.     - When create cells have been on the onion queue more than five
  627.       seconds, just send back a destroy and take them off the list.
  628. Changes in version 0.0.9.4 - 2005-02-03
  629.   o Bugfixes on 0.0.9:
  630.     - Fix an assert bug that took down most of our servers: when
  631.       a server claims to have 1 GB of bandwidthburst, don't
  632.       freak out.
  633.     - Don't crash as badly if we have spawned the max allowed number
  634.       of dnsworkers, or we're out of file descriptors.
  635.     - Block more file-sharing ports in the default exit policy.
  636.     - MaxConn is now automatically set to the hard limit of max
  637.       file descriptors we're allowed (ulimit -n), minus a few for
  638.       logs, etc.
  639.     - Give a clearer message when servers need to raise their
  640.       ulimit -n when they start running out of file descriptors.
  641.     - SGI Compatibility patches from Jan Schaumann.
  642.     - Tolerate a corrupt cached directory better.
  643.     - When a dirserver hasn't approved your server, list which one.
  644.     - Go into soft hibernation after 95% of the bandwidth is used,
  645.       not 99%. This is especially important for daily hibernators who
  646.       have a small accounting max. Hopefully it will result in fewer
  647.       cut connections when the hard hibernation starts.
  648.     - Load-balance better when using servers that claim more than
  649.       800kB/s of capacity.
  650.     - Make NT services work (experimental, only used if compiled in).
  651. Changes in version 0.0.9.3 - 2005-01-21
  652.   o Bugfixes on 0.0.9:
  653.     - Backport the cpu use fixes from main branch, so busy servers won't
  654.       need as much processor time.
  655.     - Work better when we go offline and then come back, or when we
  656.       run Tor at boot before the network is up. We do this by
  657.       optimistically trying to fetch a new directory whenever an
  658.       application request comes in and we think we're offline -- the
  659.       human is hopefully a good measure of when the network is back.
  660.     - Backport some minimal hidserv bugfixes: keep rend circuits open as
  661.       long as you keep using them; actually publish hidserv descriptors
  662.       shortly after they change, rather than waiting 20-40 minutes.
  663.     - Enable Mac startup script by default.
  664.     - Fix duplicate dns_cancel_pending_resolve reported by Giorgos Pallas.
  665.     - When you update AllowUnverifiedNodes or FirewallPorts via the
  666.       controller's setconf feature, we were always appending, never
  667.       resetting.
  668.     - When you update HiddenServiceDir via setconf, it was screwing up
  669.       the order of reading the lines, making it fail.
  670.     - Do not rewrite a cached directory back to the cache; otherwise we
  671.       will think it is recent and not fetch a newer one on startup.
  672.     - Workaround for webservers that lie about Content-Encoding: Tor
  673.       now tries to autodetect compressed directories and compression
  674.       itself. This lets us Proxypass dir fetches through apache.
  675. Changes in version 0.0.9.2 - 2005-01-04
  676.   o Bugfixes on 0.0.9 (crashes and asserts):
  677.     - Fix an assert on startup when the disk is full and you're logging
  678.       to a file.
  679.     - If you do socks4 with an IP of 0.0.0.x but *don't* provide a socks4a
  680.       style address, then we'd crash.
  681.     - Fix an assert trigger when the running-routers string we get from
  682.       a dirserver is broken.
  683.     - Make worker threads start and run on win32. Now win32 servers
  684.       may work better.
  685.     - Bandaid (not actually fix, but now it doesn't crash) an assert
  686.       where the dns worker dies mysteriously and the main Tor process
  687.       doesn't remember anything about the address it was resolving.
  688.   o Bugfixes on 0.0.9 (Win32):
  689.     - Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's
  690.       name out of the warning/assert messages.
  691.     - Fix a superficial "unhandled error on read" bug on win32.
  692.     - The win32 installer no longer requires a click-through for our
  693.       license, since our Free Software license grants rights but does not
  694.       take any away.
  695.     - Win32: When connecting to a dirserver fails, try another one
  696.       immediately. (This was already working for non-win32 Tors.)
  697.     - Stop trying to parse $HOME on win32 when hunting for default
  698.       DataDirectory.
  699.     - Make tor-resolve.c work on win32 by calling network_init().
  700.   o Bugfixes on 0.0.9 (other):
  701.     - Make 0.0.9.x build on Solaris again.
  702.     - Due to a fencepost error, we were blowing away the n when reporting
  703.       confvalue items in the controller. So asking for multiple config
  704.       values at once couldn't work.
  705.     - When listing circuits that are pending on an opening OR connection,
  706.       if we're an OR we were listing circuits that *end* at us as
  707.       being pending on every listener, dns/cpu worker, etc. Stop that.
  708.     - Dirservers were failing to create 'running-routers' or 'directory'
  709.       strings if we had more than some threshold of routers. Fix them so
  710.       they can handle any number of routers.
  711.     - Fix a superficial "Duplicate mark for close" bug.
  712.     - Stop checking for clock skew for OR connections, even for servers.
  713.     - Fix a fencepost error that was chopping off the last letter of any
  714.       nickname that is the maximum allowed nickname length.
  715.     - Update URLs in log messages so they point to the new website.
  716.     - Fix a potential problem in mangling server private keys while
  717.       writing to disk (not triggered yet, as far as we know).
  718.     - Include the licenses for other free software we include in Tor,
  719.       now that we're shipping binary distributions more regularly.
  720. Changes in version 0.0.9.1 - 2004-12-15
  721.   o Bugfixes on 0.0.9:
  722.     - Make hibernation actually work.
  723.     - Make HashedControlPassword config option work.
  724.     - When we're reporting event circuit status to a controller,
  725.       don't use the stream status code.
  726. Changes in version 0.0.9 - 2004-12-12
  727.   o Cleanups:
  728.     - Clean up manpage and torrc.sample file.
  729.     - Clean up severities and text of log warnings.
  730.   o Mistakes:
  731.     - Make servers trigger an assert when they enter hibernation.
  732. Changes in version 0.0.9rc7 - 2004-12-08
  733.   o Bugfixes on 0.0.9rc:
  734.     - Fix a stack-trashing crash when an exit node begins hibernating.
  735.     - Avoid looking at unallocated memory while considering which
  736.       ports we need to build circuits to cover.
  737.     - Stop a sigpipe: when an 'end' cell races with eof from the app,
  738.       we shouldn't hold-open-until-flush if the eof arrived first.
  739.     - Fix a bug with init_cookie_authentication() in the controller.
  740.     - When recommending new-format log lines, if the upper bound is
  741.       LOG_ERR, leave it implicit.
  742.   o Bugfixes on 0.0.8.1:
  743.     - Fix a whole slew of memory leaks.
  744.     - Fix isspace() and friends so they still make Solaris happy
  745.       but also so they don't trigger asserts on win32.
  746.     - Fix parse_iso_time on platforms without strptime (eg win32).
  747.     - win32: tolerate extra "readable" events better.
  748.     - win32: when being multithreaded, leave parent fdarray open.
  749.     - Make unit tests work on win32.
  750. Changes in version 0.0.9rc6 - 2004-12-06
  751.   o Bugfixes on 0.0.9pre:
  752.     - Clean up some more integer underflow opportunities (not exploitable
  753.       we think).
  754.     - While hibernating, hup should not regrow our listeners.
  755.     - Send an end to the streams we close when we hibernate, rather
  756.       than just chopping them off.
  757.     - React to eof immediately on non-open edge connections.
  758.   o Bugfixes on 0.0.8.1:
  759.     - Calculate timeout for waiting for a connected cell from the time
  760.       we sent the begin cell, not from the time the stream started. If
  761.       it took a long time to establish the circuit, we would time out
  762.       right after sending the begin cell.
  763.     - Fix router_compare_addr_to_addr_policy: it was not treating a port
  764.       of * as always matching, so we were picking reject *:* nodes as
  765.       exit nodes too. Oops.
  766.   o Features:
  767.     - New circuit building strategy: keep a list of ports that we've
  768.       used in the past 6 hours, and always try to have 2 circuits open
  769.       or on the way that will handle each such port. Seed us with port
  770.       80 so web users won't complain that Tor is "slow to start up".
  771.     - Make kill -USR1 dump more useful stats about circuits.
  772.     - When warning about retrying or giving up, print the address, so
  773.       the user knows which one it's talking about.
  774.     - If you haven't used a clean circuit in an hour, throw it away,
  775.       just to be on the safe side. (This means after 6 hours a totally
  776.       unused Tor client will have no circuits open.)
  777. Changes in version 0.0.9rc5 - 2004-12-01
  778.   o Bugfixes on 0.0.8.1:
  779.     - Disallow NDEBUG. We don't ever want anybody to turn off debug.
  780.     - Let resolve conns retry/expire also, rather than sticking around
  781.       forever.
  782.     - If we are using select, make sure we stay within FD_SETSIZE.
  783.   o Bugfixes on 0.0.9pre:
  784.     - Fix integer underflow in tor_vsnprintf() that may be exploitable,
  785.       but doesn't seem to be currently; thanks to Ilja van Sprundel for
  786.       finding it.
  787.     - If anybody set DirFetchPostPeriod, give them StatusFetchPeriod
  788.       instead.  Impose minima and maxima for all *Period options; impose
  789.       even tighter maxima for fetching if we are a caching dirserver.
  790.       Clip rather than rejecting.
  791.     - Fetch cached running-routers from servers that serve it (that is,
  792.       authdirservers and servers running 0.0.9rc5-cvs or later.)
  793.   o Features:
  794.     - Accept *:706 (silc) in default exit policy.
  795.     - Implement new versioning format for post 0.1.
  796.     - Support "foo.nickname.exit" addresses, to let Alice request the
  797.       address "foo" as viewed by exit node "nickname". Based on a patch
  798.       by Geoff Goodell.
  799.     - Make tor --version --version dump the cvs Id of every file.
  800. Changes in version 0.0.9rc4 - 2004-11-28
  801.   o Bugfixes on 0.0.8.1:
  802.     - Make windows sockets actually non-blocking (oops), and handle
  803.       win32 socket errors better.
  804.   o Bugfixes on 0.0.9rc1:
  805.     - Actually catch the -USR2 signal.
  806. Changes in version 0.0.9rc3 - 2004-11-25
  807.   o Bugfixes on 0.0.8.1:
  808.     - Flush the log file descriptor after we print "Tor opening log file",
  809.       so we don't see those messages days later.
  810.   o Bugfixes on 0.0.9rc1:
  811.     - Make tor-resolve work again.
  812.     - Avoid infinite loop in tor-resolve if tor hangs up on it.
  813.     - Fix an assert trigger for clients/servers handling resolves.
  814. Changes in version 0.0.9rc2 - 2004-11-24
  815.   o Bugfixes on 0.0.9rc1:
  816.     - I broke socks5 support while fixing the eof bug.
  817.     - Allow unitless bandwidths and intervals; they default to bytes
  818.       and seconds.
  819.     - New servers don't start out hibernating; they are active until
  820.       they run out of bytes, so they have a better estimate of how
  821.       long it takes, and so their operators can know they're working.
  822. Changes in version 0.0.9rc1 - 2004-11-23
  823.   o Bugfixes on 0.0.8.1:
  824.     - Finally fix a bug that's been plaguing us for a year:
  825.       With high load, circuit package window was reaching 0. Whenever
  826.       we got a circuit-level sendme, we were reading a lot on each
  827.       socket, but only writing out a bit. So we would eventually reach
  828.       eof. This would be noticed and acted on even when there were still
  829.       bytes sitting in the inbuf.
  830.     - When poll() is interrupted, we shouldn't believe the revents values.
  831.   o Bugfixes on 0.0.9pre6:
  832.     - Fix hibernate bug that caused pre6 to be broken.
  833.     - Don't keep rephist info for routers that haven't had activity for
  834.       24 hours. (This matters now that clients have keys, since we track
  835.       them too.)
  836.     - Never call close_temp_logs while validating log options.
  837.     - Fix backslash-escaping on tor.sh.in and torctl.in.
  838.   o Features:
  839.     - Implement weekly/monthly/daily accounting: now you specify your
  840.       hibernation properties by
  841.       AccountingMax N bytes|KB|MB|GB|TB
  842.       AccountingStart day|week|month [day] HH:MM
  843.         Defaults to "month 1 0:00".
  844.     - Let bandwidth and interval config options be specified as 5 bytes,
  845.       kb, kilobytes, etc; and as seconds, minutes, hours, days, weeks.
  846.     - kill -USR2 now moves all logs to loglevel debug (kill -HUP to
  847.       get back to normal.)
  848.     - If your requested entry or exit node has advertised bandwidth 0,
  849.       pick it anyway.
  850.     - Be more greedy about filling up relay cells -- we try reading again
  851.       once we've processed the stuff we read, in case enough has arrived
  852.       to fill the last cell completely.
  853.     - Apply NT service patch from Osamu Fujino. Still needs more work.
  854. Changes in version 0.0.9pre6 - 2004-11-15
  855.   o Bugfixes on 0.0.8.1:
  856.     - Fix assert failure on malformed socks4a requests.
  857.     - Use identity comparison, not nickname comparison, to choose which
  858.       half of circuit-ID-space each side gets to use. This is needed
  859.       because sometimes we think of a router as a nickname, and sometimes
  860.       as a hex ID, and we can't predict what the other side will do.
  861.     - Catch and ignore SIGXFSZ signals when log files exceed 2GB; our
  862.       write() call will fail and we handle it there.
  863.     - Add a FAST_SMARTLIST define to optionally inline smartlist_get
  864.       and smartlist_len, which are two major profiling offenders.
  865.   o Bugfixes on 0.0.9pre5:
  866.     - Fix a bug in read_all that was corrupting config files on windows.
  867.     - When we're raising the max number of open file descriptors to
  868.       'unlimited', don't log that we just raised it to '-1'.
  869.     - Include event code with events, as required by control-spec.txt.
  870.     - Don't give a fingerprint when clients do --list-fingerprint:
  871.       it's misleading, because it will never be the same again.
  872.     - Stop using strlcpy in tor_strndup, since it was slowing us
  873.       down a lot.
  874.     - Remove warn on startup about missing cached-directory file.
  875.     - Make kill -USR1 work again.
  876.     - Hibernate if we start tor during the "wait for wakeup-time" phase
  877.       of an accounting interval. Log our hibernation plans better.
  878.     - Authoritative dirservers now also cache their directory, so they
  879.       have it on start-up.
  880.   o Features:
  881.     - Fetch running-routers; cache running-routers; compress
  882.       running-routers; serve compressed running-routers.z
  883.     - Add NSI installer script contributed by J Doe.
  884.     - Commit VC6 and VC7 workspace/project files.
  885.     - Commit a tor.spec for making RPM files, with help from jbash.
  886.     - Add contrib/torctl.in contributed by Glenn Fink.
  887.     - Implement the control-spec's SAVECONF command, to write your
  888.       configuration to torrc.
  889.     - Get cookie authentication for the controller closer to working.
  890.     - Include control-spec.txt in the tarball.
  891.     - When set_conf changes our server descriptor, upload a new copy.
  892.       But don't upload it too often if there are frequent changes.
  893.     - Document authentication config in man page, and document signals
  894.       we catch.
  895.     - Clean up confusing parts of man page and torrc.sample.
  896.     - Make expand_filename handle ~ and ~username.
  897.     - Use autoconf to enable largefile support where necessary. Use
  898.       ftello where available, since ftell can fail at 2GB.
  899.     - Distinguish between TOR_TLS_CLOSE and TOR_TLS_ERROR, so we can
  900.       log more informatively.
  901.     - Give a slightly more useful output for "tor -h".
  902.     - Refuse application socks connections to port 0.
  903.     - Check clock skew for verified servers, but allow unverified
  904.       servers and clients to have any clock skew.
  905.     - Break DirFetchPostPeriod into:
  906.       - DirFetchPeriod for fetching full directory,
  907.       - StatusFetchPeriod for fetching running-routers,
  908.       - DirPostPeriod for posting server descriptor,
  909.       - RendPostPeriod for posting hidden service descriptors.
  910.     - Make sure the hidden service descriptors are at a random offset
  911.       from each other, to hinder linkability.
  912. Changes in version 0.0.9pre5 - 2004-11-09
  913.   o Bugfixes on 0.0.9pre4:
  914.     - Fix a seg fault in unit tests (doesn't affect main program).
  915.     - Fix an assert bug where a hidden service provider would fail if
  916.       the first hop of his rendezvous circuit was down.
  917.     - Hidden service operators now correctly handle version 1 style
  918.       INTRODUCE1 cells (nobody generates them still, so not a critical
  919.       bug).
  920.     - If do_hup fails, actually notice.
  921.     - Handle more errnos from accept() without closing the listener.
  922.       Some OpenBSD machines were closing their listeners because
  923.       they ran out of file descriptors.
  924.     - Send resolve cells to exit routers that are running a new
  925.       enough version of the resolve code to work right.
  926.     - Better handling of winsock includes on non-MSV win32 compilers.
  927.     - Some people had wrapped their tor client/server in a script
  928.       that would restart it whenever it died. This did not play well
  929.       with our "shut down if your version is obsolete" code. Now people
  930.       don't fetch a new directory if their local cached version is
  931.       recent enough.
  932.     - Make our autogen.sh work on ksh as well as bash.
  933.   o Major Features:
  934.     - Hibernation: New config option "AccountingMaxKB" lets you
  935.       set how many KBytes per month you want to allow your server to
  936.       consume. Rather than spreading those bytes out evenly over the
  937.       month, we instead hibernate for some of the month and pop up
  938.       at a deterministic time, work until the bytes are consumed, then
  939.       hibernate again. Config option "MonthlyAccountingStart" lets you
  940.       specify which day of the month your billing cycle starts on.
  941.     - Control interface: a separate program can now talk to your
  942.       client/server over a socket, and get/set config options, receive
  943.       notifications of circuits and streams starting/finishing/dying,
  944.       bandwidth used, etc. The next step is to get some GUIs working.
  945.       Let us know if you want to help out. See doc/control-spec.txt .
  946.     - Ship a contrib/tor-control.py as an example script to interact
  947.       with the control port.
  948.     - "tor --hash-password zzyxz" will output a salted password for
  949.       use in authenticating to the control interface.
  950.     - New log format in config:
  951.       "Log minsev[-maxsev] stdout|stderr|syslog" or
  952.       "Log minsev[-maxsev] file /var/foo"
  953.   o Minor Features:
  954.     - DirPolicy config option, to let people reject incoming addresses
  955.       from their dirserver.
  956.     - "tor --list-fingerprint" will list your identity key fingerprint
  957.       and then exit.
  958.     - Add "pass" target for RedirectExit, to make it easier to break
  959.       out of a sequence of RedirectExit rules.
  960.     - Clients now generate a TLS cert too, in preparation for having
  961.       them act more like real nodes.
  962.     - Ship src/win32/ in the tarball, so people can use it to build.
  963.     - Make old win32 fall back to CWD if SHGetSpecialFolderLocation
  964.       is broken.
  965.     - New "router-status" line in directory, to better bind each verified
  966.       nickname to its identity key.
  967.     - Deprecate unofficial config option abbreviations, and abbreviations
  968.       not on the command line.
  969.     - Add a pure-C tor-resolve implementation.
  970.     - Use getrlimit and friends to ensure we can reach MaxConn (currently
  971.       1024) file descriptors.
  972.   o Code security improvements, inspired by Ilja:
  973.     - Replace sprintf with snprintf. (I think they were all safe, but
  974.       hey.)
  975.     - Replace strcpy/strncpy with strlcpy in more places.
  976.     - Avoid strcat; use snprintf or strlcat instead.
  977.     - snprintf wrapper with consistent (though not C99) overflow behavior.
  978. Changes in version 0.0.9pre4 - 2004-10-17
  979.   o Bugfixes on 0.0.9pre3:
  980.     - If the server doesn't specify an exit policy, use the real default
  981.       exit policy, not reject *:*.
  982.     - Ignore fascistfirewall when uploading/downloading hidden service
  983.       descriptors, since we go through Tor for those; and when using
  984.       an HttpProxy, since we assume it can reach them all.
  985.     - When looking for an authoritative dirserver, use only the ones
  986.       configured at boot. Don't bother looking in the directory.
  987.     - The rest of the fix for get_default_conf_file() on older win32.
  988.     - Make 'Routerfile' config option obsolete.
  989.   o Features:
  990.     - New 'MyFamily nick1,...' config option for a server to
  991.       specify other servers that shouldn't be used in the same circuit
  992.       with it. Only believed if nick1 also specifies us.
  993.     - New 'NodeFamily nick1,nick2,...' config option for a client to
  994.       specify nodes that it doesn't want to use in the same circuit.
  995.     - New 'Redirectexit pattern address:port' config option for a
  996.       server to redirect exit connections, e.g. to a local squid.
  997. Changes in version 0.0.9pre3 - 2004-10-13
  998.   o Bugfixes on 0.0.8.1:
  999.     - Better torrc example lines for dirbindaddress and orbindaddress.
  1000.     - Improved bounds checking on parsed ints (e.g. config options and
  1001.       the ones we find in directories.)
  1002.     - Better handling of size_t vs int, so we're more robust on 64
  1003.       bit platforms.
  1004.     - Fix the rest of the bug where a newly started OR would appear
  1005.       as unverified even after we've added his fingerprint and hupped
  1006.       the dirserver.
  1007.     - Fix a bug from 0.0.7: when read() failed on a stream, we would
  1008.       close it without sending back an end. So 'connection refused'
  1009.       would simply be ignored and the user would get no response.
  1010.   o Bugfixes on 0.0.9pre2:
  1011.     - Serving the cached-on-disk directory to people is bad. We now
  1012.       provide no directory until we've fetched a fresh one.
  1013.     - Workaround for bug on windows where cached-directories get crlf
  1014.       corruption.
  1015.     - Make get_default_conf_file() work on older windows too.
  1016.     - If we write a *:* exit policy line in the descriptor, don't write
  1017.       any more exit policy lines.
  1018.   o Features:
  1019.     - Use only 0.0.9pre1 and later servers for resolve cells.
  1020.     - Make the dirservers file obsolete.
  1021.       - Include a dir-signing-key token in directories to tell the
  1022.         parsing entity which key is being used to sign.
  1023.       - Remove the built-in bulky default dirservers string.
  1024.       - New config option "Dirserver %s:%d [fingerprint]", which can be
  1025.         repeated as many times as needed. If no dirservers specified,
  1026.         default to moria1,moria2,tor26.
  1027.     - Make moria2 advertise a dirport of 80, so people behind firewalls
  1028.       will be able to get a directory.
  1029.     - Http proxy support
  1030.       - Dirservers translate requests for http://%s:%d/x to /x
  1031.       - You can specify "HttpProxy %s[:%d]" and all dir fetches will
  1032.         be routed through this host.
  1033.       - Clients ask for /tor/x rather than /x for new enough dirservers.
  1034.         This way we can one day coexist peacefully with apache.
  1035.       - Clients specify a "Host: %s%d" http header, to be compatible
  1036.         with more proxies, and so running squid on an exit node can work.
  1037. Changes in version 0.0.8.1 - 2004-10-13
  1038.   o Bugfixes:
  1039.     - Fix a seg fault that can be triggered remotely for Tor
  1040.       clients/servers with an open dirport.
  1041.     - Fix a rare assert trigger, where routerinfos for entries in
  1042.       our cpath would expire while we're building the path.
  1043.     - Fix a bug in OutboundBindAddress so it (hopefully) works.
  1044.     - Fix a rare seg fault for people running hidden services on
  1045.       intermittent connections.
  1046.     - Fix a bug in parsing opt keywords with objects.
  1047.     - Fix a stale pointer assert bug when a stream detaches and
  1048.       reattaches.
  1049.     - Fix a string format vulnerability (probably not exploitable)
  1050.       in reporting stats locally.
  1051.     - Fix an assert trigger: sometimes launching circuits can fail
  1052.       immediately, e.g. because too many circuits have failed recently.
  1053.     - Fix a compile warning on 64 bit platforms.
  1054. Changes in version 0.0.9pre2 - 2004-10-03
  1055.   o Bugfixes:
  1056.     - Make fetching a cached directory work for 64-bit platforms too.
  1057.     - Make zlib.h a required header, not an optional header.
  1058. Changes in version 0.0.9pre1 - 2004-10-01
  1059.   o Bugfixes:
  1060.     - Stop using separate defaults for no-config-file and
  1061.       empty-config-file. Now you have to explicitly turn off SocksPort,
  1062.       if you don't want it open.
  1063.     - Fix a bug in OutboundBindAddress so it (hopefully) works.
  1064.     - Improve man page to mention more of the 0.0.8 features.
  1065.     - Fix a rare seg fault for people running hidden services on
  1066.       intermittent connections.
  1067.     - Change our file IO stuff (especially wrt OpenSSL) so win32 is
  1068.       happier.
  1069.     - Fix more dns related bugs: send back resolve_failed and end cells
  1070.       more reliably when the resolve fails, rather than closing the
  1071.       circuit and then trying to send the cell. Also attach dummy resolve
  1072.       connections to a circuit *before* calling dns_resolve(), to fix
  1073.       a bug where cached answers would never be sent in RESOLVED cells.
  1074.     - When we run out of disk space, or other log writing error, don't
  1075.       crash. Just stop logging to that log and continue.
  1076.     - We were starting to daemonize before we opened our logs, so if
  1077.       there were any problems opening logs, we would complain to stderr,
  1078.       which wouldn't work, and then mysteriously exit.
  1079.     - Fix a rare bug where sometimes a verified OR would connect to us
  1080.       before he'd uploaded his descriptor, which would cause us to
  1081.       assign conn->nickname as though he's unverified. Now we look through
  1082.       the fingerprint list to see if he's there.
  1083.     - Fix a rare assert trigger, where routerinfos for entries in
  1084.       our cpath would expire while we're building the path.
  1085.   o Features:
  1086.     - Clients can ask dirservers for /dir.z to get a compressed version
  1087.       of the directory. Only works for servers running 0.0.9, of course.
  1088.     - Make clients cache directories and use them to seed their router
  1089.       lists at startup. This means clients have a datadir again.
  1090.     - Configuration infrastructure support for warning on obsolete
  1091.       options.
  1092.     - Respond to content-encoding headers by trying to uncompress as
  1093.       appropriate.
  1094.     - Reply with a deflated directory when a client asks for "dir.z".
  1095.       We could use allow-encodings instead, but allow-encodings isn't
  1096.       specified in HTTP 1.0.
  1097.     - Raise the max dns workers from 50 to 100.
  1098.     - Discourage people from setting their dirfetchpostperiod more often
  1099.       than once per minute.
  1100.     - Protect dirservers from overzealous descriptor uploading -- wait
  1101.       10 seconds after directory gets dirty, before regenerating.
  1102. Changes in version 0.0.8 - 2004-08-25
  1103.   o Port it to SunOS 5.9 / Athena
  1104. Changes in version 0.0.8rc2 - 2004-08-20
  1105.   o Make it compile on cygwin again.
  1106.   o When picking unverified routers, skip those with low uptime and/or
  1107.     low bandwidth, depending on what properties you care about.
  1108. Changes in version 0.0.8rc1 - 2004-08-18
  1109.   o Changes from 0.0.7.3:
  1110.     - Bugfixes:
  1111.       - Fix assert triggers: if the other side returns an address 0.0.0.0,
  1112.         don't put it into the client dns cache.
  1113.       - If a begin failed due to exit policy, but we believe the IP address
  1114.         should have been allowed, switch that router to exitpolicy reject *:*
  1115.         until we get our next directory.
  1116.     - Features:
  1117.       - Clients choose nodes proportional to advertised bandwidth.
  1118.       - Avoid using nodes with low uptime as introduction points.
  1119.       - Handle servers with dynamic IP addresses: don't replace
  1120.         options->Address with the resolved one at startup, and
  1121.         detect our address right before we make a routerinfo each time.
  1122.       - 'FascistFirewall' option to pick dirservers and ORs on specific
  1123.         ports; plus 'FirewallPorts' config option to tell FascistFirewall
  1124.         which ports are open. (Defaults to 80,443)
  1125.       - Be more aggressive about trying to make circuits when the network
  1126.         has changed (e.g. when you unsuspend your laptop).
  1127.       - Check for time skew on http headers; report date in response to
  1128.         "GET /".
  1129.       - If the entrynode config line has only one node, don't pick it as
  1130.         an exitnode.
  1131.       - Add strict{entry|exit}nodes config options. If set to 1, then
  1132.         we refuse to build circuits that don't include the specified entry
  1133.         or exit nodes.
  1134.       - OutboundBindAddress config option, to bind to a specific
  1135.         IP address for outgoing connect()s.
  1136.       - End truncated log entries (e.g. directories) with "[truncated]".
  1137.   o Patches to 0.0.8preX:
  1138.     - Bugfixes:
  1139.       - Patches to compile and run on win32 again (maybe)?
  1140.       - Fix crash when looking for ~/.torrc with no $HOME set.
  1141.       - Fix a race bug in the unit tests.
  1142.       - Handle verified/unverified name collisions better when new
  1143.         routerinfo's arrive in a directory.
  1144.       - Sometimes routers were getting entered into the stats before
  1145.         we'd assigned their identity_digest. Oops.
  1146.       - Only pick and establish intro points after we've gotten a
  1147.         directory.
  1148.     - Features:
  1149.       - AllowUnverifiedNodes config option to let circuits choose no-name
  1150.         routers in entry,middle,exit,introduction,rendezvous positions.
  1151.         Allow middle and rendezvous positions by default.
  1152.       - Add a man page for tor-resolve.
  1153. Changes in version 0.0.7.3 - 2004-08-12
  1154.   o Stop dnsworkers from triggering an assert failure when you
  1155.     ask them to resolve the host "".
  1156. Changes in version 0.0.8pre3 - 2004-08-09
  1157.   o Changes from 0.0.7.2:
  1158.     - Allow multiple ORs with same nickname in routerlist -- now when
  1159.       people give us one identity key for a nickname, then later
  1160.       another, we don't constantly complain until the first expires.
  1161.     - Remember used bandwidth (both in and out), and publish 15-minute
  1162.       snapshots for the past day into our descriptor.
  1163.     - You can now fetch $DIRURL/running-routers to get just the
  1164.       running-routers line, not the whole descriptor list. (But
  1165.       clients don't use this yet.)
  1166.     - When people mistakenly use Tor as an http proxy, point them
  1167.       at the tor-doc.html rather than the INSTALL.
  1168.     - Remove our mostly unused -- and broken -- hex_encode()
  1169.       function. Use base16_encode() instead. (Thanks to Timo Lindfors
  1170.       for pointing out this bug.)
  1171.     - Rotate onion keys every 12 hours, not every 2 hours, so we have
  1172.       fewer problems with people using the wrong key.
  1173.     - Change the default exit policy to reject the default edonkey,
  1174.       kazaa, gnutella ports.
  1175.     - Add replace_file() to util.[ch] to handle win32's rename().
  1176.   o Changes from 0.0.8preX:
  1177.     - Fix two bugs in saving onion keys to disk when rotating, so
  1178.       hopefully we'll get fewer people using old onion keys.
  1179.     - Fix an assert error that was making SocksPolicy not work.
  1180.     - Be willing to expire routers that have an open dirport -- it's
  1181.       just the authoritative dirservers we want to not forget.
  1182.     - Reject tor-resolve requests for .onion addresses early, so we
  1183.       don't build a whole rendezvous circuit and then fail.
  1184.     - When you're warning a server that he's unverified, don't cry
  1185.       wolf unpredictably.
  1186.     - Fix a race condition: don't try to extend onto a connection
  1187.       that's still handshaking.
  1188.     - For servers in clique mode, require the conn to be open before
  1189.       you'll choose it for your path.
  1190.     - Fix some cosmetic bugs about duplicate mark-for-close, lack of
  1191.       end relay cell, etc.
  1192.     - Measure bandwidth capacity over the last 24 hours, not just 12
  1193.     - Bugfix: authoritative dirservers were making and signing a new
  1194.       directory for each client, rather than reusing the cached one.
  1195. Changes in version 0.0.8pre2 - 2004-08-04
  1196.   o Changes from 0.0.7.2:
  1197.     - Security fixes:
  1198.       - Check directory signature _before_ you decide whether you're
  1199.         you're running an obsolete version and should exit.
  1200.       - Check directory signature _before_ you parse the running-routers
  1201.         list to decide who's running or verified.
  1202.     - Bugfixes and features:
  1203.       - Check return value of fclose while writing to disk, so we don't
  1204.         end up with broken files when servers run out of disk space.
  1205.       - Log a warning if the user uses an unsafe socks variant, so people
  1206.         are more likely to learn about privoxy or socat.
  1207.       - Dirservers now include RFC1123-style dates in the HTTP headers,
  1208.         which one day we will use to better detect clock skew.
  1209.   o Changes from 0.0.8pre1:
  1210.     - Make it compile without warnings again on win32.
  1211.     - Log a warning if you're running an unverified server, to let you
  1212.       know you might want to get it verified.
  1213.     - Only pick a default nickname if you plan to be a server.
  1214. Changes in version 0.0.8pre1 - 2004-07-23
  1215.   o Bugfixes:
  1216.     - Made our unit tests compile again on OpenBSD 3.5, and tor
  1217.       itself compile again on OpenBSD on a sparc64.
  1218.     - We were neglecting milliseconds when logging on win32, so
  1219.       everything appeared to happen at the beginning of each second.
  1220.   o Protocol changes:
  1221.     - 'Extend' relay cell payloads now include the digest of the
  1222.       intended next hop's identity key. Now we can verify that we're
  1223.       extending to the right router, and also extend to routers we
  1224.       hadn't heard of before.
  1225.   o Features:
  1226.     - Tor nodes can now act as relays (with an advertised ORPort)
  1227.       without being manually verified by the dirserver operators.
  1228.       - Uploaded descriptors of unverified routers are now accepted
  1229.         by the dirservers, and included in the directory.
  1230.       - Verified routers are listed by nickname in the running-routers
  1231.         list; unverified routers are listed as "$<fingerprint>".
  1232.       - We now use hash-of-identity-key in most places rather than
  1233.         nickname or addr:port, for improved security/flexibility.
  1234.       - To avoid Sybil attacks, paths still use only verified servers.
  1235.         But now we have a chance to play around with hybrid approaches.
  1236.       - Nodes track bandwidth usage to estimate capacity (not used yet).
  1237.       - ClientOnly option for nodes that never want to become servers.
  1238.     - Directory caching.
  1239.       - "AuthoritativeDir 1" option for the official dirservers.
  1240.       - Now other nodes (clients and servers) will cache the latest
  1241.         directory they've pulled down.
  1242.       - They can enable their DirPort to serve it to others.
  1243.       - Clients will pull down a directory from any node with an open
  1244.         DirPort, and check the signature/timestamp correctly.
  1245.       - Authoritative dirservers now fetch directories from other
  1246.         authdirservers, to stay better synced.
  1247.       - Running-routers list tells who's down also, along with noting
  1248.         if they're verified (listed by nickname) or unverified (listed
  1249.         by hash-of-key).
  1250.       - Allow dirservers to serve running-router list separately.
  1251.         This isn't used yet.
  1252.     - ORs connect-on-demand to other ORs
  1253.       - If you get an extend cell to an OR you're not connected to,
  1254.         connect, handshake, and forward the create cell.
  1255.       - The authoritative dirservers stay connected to everybody,
  1256.         and everybody stays connected to 0.0.7 servers, but otherwise
  1257.         clients/servers expire unused connections after 5 minutes.
  1258.     - When servers get a sigint, they delay 30 seconds (refusing new
  1259.       connections) then exit. A second sigint causes immediate exit.
  1260.     - File and name management:
  1261.       - Look for .torrc if no CONFDIR "torrc" is found.
  1262.       - If no datadir is defined, then choose, make, and secure ~/.tor
  1263.         as datadir.
  1264.       - If torrc not found, exitpolicy reject *:*.
  1265.       - Expands ~/ in filenames to $HOME/ (but doesn't yet expand ~arma).
  1266.       - If no nickname is defined, derive default from hostname.
  1267.       - Rename secret key files, e.g. identity.key -> secret_id_key,
  1268.         to discourage people from mailing their identity key to tor-ops.
  1269.     - Refuse to build a circuit before the directory has arrived --
  1270.       it won't work anyway, since you won't know the right onion keys
  1271.       to use.
  1272.     - Try other dirservers immediately if the one you try is down. This
  1273.       should tolerate down dirservers better now.
  1274.     - Parse tor version numbers so we can do an is-newer-than check
  1275.       rather than an is-in-the-list check.
  1276.     - New socks command 'resolve', to let us shim gethostbyname()
  1277.       locally.
  1278.       - A 'tor_resolve' script to access the socks resolve functionality.
  1279.       - A new socks-extensions.txt doc file to describe our
  1280.         interpretation and extensions to the socks protocols.
  1281.     - Add a ContactInfo option, which gets published in descriptor.
  1282.     - Publish OR uptime in descriptor (and thus in directory) too.
  1283.     - Write tor version at the top of each log file
  1284.     - New docs in the tarball:
  1285.       - tor-doc.html.
  1286.       - Document that you should proxy your SSL traffic too.
  1287. Changes in version 0.0.7.2 - 2004-07-07
  1288.   o A better fix for the 0.0.0.0 problem, that will hopefully
  1289.     eliminate the remaining related assertion failures.
  1290. Changes in version 0.0.7.1 - 2004-07-04
  1291.   o When an address resolves to 0.0.0.0, treat it as a failed resolve,
  1292.     since internally we use 0.0.0.0 to signify "not yet resolved".
  1293. Changes in version 0.0.7 - 2004-06-07
  1294.   o Updated the man page to reflect the new features.
  1295. Changes in version 0.0.7rc2 - 2004-06-06
  1296.   o Changes from 0.0.7rc1:
  1297.     - Make it build on Win32 again.
  1298.   o Changes from 0.0.6.2:
  1299.     - Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config
  1300.       settings too.
  1301. Changes in version 0.0.7rc1 - 2004-06-02
  1302.   o Bugfixes:
  1303.     - On sighup, we were adding another log without removing the first
  1304.       one. So log messages would get duplicated n times for n sighups.
  1305.     - Several cases of using a connection after we'd freed it. The
  1306.       problem was that connections that are pending resolve are in both
  1307.       the pending_resolve tree, and also the circuit's resolving_streams
  1308.       list. When you want to remove one, you must remove it from both.
  1309.     - Fix a double-mark-for-close where an end cell arrived for a
  1310.       resolving stream, and then the resolve failed.
  1311.     - Check directory signatures based on name of signer, not on whom
  1312.       we got the directory from. This will let us cache directories more
  1313.       easily.
  1314.   o Features:
  1315.     - Crank up some of our constants to handle more users.
  1316. Changes in version 0.0.7pre1 - 2004-06-02
  1317.   o Fixes for crashes and other obnoxious bugs:
  1318.     - Fix an epipe bug: sometimes when directory connections failed
  1319.       to connect, we would give them a chance to flush before closing
  1320.       them.
  1321.     - When we detached from a circuit because of resolvefailed, we
  1322.       would immediately try the same circuit twice more, and then
  1323.       give up on the resolve thinking we'd tried three different
  1324.       exit nodes.
  1325.     - Limit the number of intro circuits we'll attempt to build for a
  1326.       hidden service per 15-minute period.
  1327.     - Check recommended-software string *early*, before actually parsing
  1328.       the directory. Thus we can detect an obsolete version and exit,
  1329.       even if the new directory format doesn't parse.
  1330.   o Fixes for security bugs:
  1331.     - Remember which nodes are dirservers when you startup, and if a
  1332.       random OR enables his dirport, don't automatically assume he's
  1333.       a trusted dirserver.
  1334.   o Other bugfixes:
  1335.     - Directory connections were asking the wrong poll socket to
  1336.       start writing, and not asking themselves to start writing.
  1337.     - When we detached from a circuit because we sent a begin but
  1338.       didn't get a connected, we would use it again the first time;
  1339.       but after that we would correctly switch to a different one.
  1340.     - Stop warning when the first onion decrypt attempt fails; they
  1341.       will sometimes legitimately fail now that we rotate keys.
  1342.     - Override unaligned-access-ok check when $host_cpu is ia64 or
  1343.       arm. Apparently they allow it but the kernel whines.
  1344.     - Dirservers try to reconnect periodically too, in case connections
  1345.       have failed.
  1346.     - Fix some memory leaks in directory servers.
  1347.     - Allow backslash in Win32 filenames.
  1348.     - Made Tor build complain-free on FreeBSD, hopefully without
  1349.       breaking other BSD builds. We'll see.
  1350.   o Features:
  1351.     - Doxygen markup on all functions and global variables.
  1352.     - Make directory functions update routerlist, not replace it. So
  1353.       now directory disagreements are not so critical a problem.
  1354.     - Remove the upper limit on number of descriptors in a dirserver's
  1355.       directory (not that we were anywhere close).
  1356.     - Allow multiple logfiles at different severity ranges.
  1357.     - Allow *BindAddress to specify ":port" rather than setting *Port
  1358.       separately. Allow multiple instances of each BindAddress config
  1359.       option, so you can bind to multiple interfaces if you want.
  1360.     - Allow multiple exit policy lines, which are processed in order.
  1361.       Now we don't need that huge line with all the commas in it.
  1362.     - Enable accept/reject policies on SOCKS connections, so you can bind
  1363.       to 0.0.0.0 but still control who can use your OP.
  1364. Changes in version 0.0.6.2 - 2004-05-16
  1365.   o Our integrity-checking digest was checking only the most recent cell,
  1366.     not the previous cells like we'd thought.
  1367.     Thanks to Stefan Mark for finding the flaw!
  1368. Changes in version 0.0.6.1 - 2004-05-06
  1369.   o Fix two bugs in our AES counter-mode implementation (this affected
  1370.     onion-level stream encryption, but not TLS-level). It turns
  1371.     out we were doing something much more akin to a 16-character
  1372.     polyalphabetic cipher. Oops.
  1373.     Thanks to Stefan Mark for finding the flaw!
  1374.   o Retire moria3 as a directory server, and add tor26 as a directory
  1375.     server.
  1376. Changes in version 0.0.6 - 2004-05-02
  1377.   [version bump only]
  1378. Changes in version 0.0.6rc4 - 2004-05-01
  1379.   o Update the built-in dirservers list to use the new directory format
  1380.   o Fix a rare seg fault: if a node offering a hidden service attempts
  1381.     to build a circuit to Alice's rendezvous point and fails before it
  1382.     reaches the last hop, it retries with a different circuit, but
  1383.     then dies.
  1384.   o Handle windows socket errors correctly.
  1385. Changes in version 0.0.6rc3 - 2004-04-28
  1386.   o Don't expire non-general excess circuits (if we had enough
  1387.     circuits open, we were expiring rendezvous circuits -- even
  1388.     when they had a stream attached. oops.)
  1389.   o Fetch randomness from /dev/urandom better (not via fopen/fread)
  1390.   o Better debugging for tls errors
  1391.   o Some versions of openssl have an SSL_pending function that erroneously
  1392.     returns bytes when there is a non-application record pending.
  1393.   o Set Content-Type on the directory and hidserv descriptor.
  1394.   o Remove IVs from cipher code, since AES-ctr has none.
  1395.   o Win32 fixes. Tor now compiles on win32 with no warnings/errors.
  1396.     o We were using an array of length zero in a few places.
  1397.     o win32's gethostbyname can't resolve an IP to an IP.
  1398.     o win32's close can't close a socket.
  1399. Changes in version 0.0.6rc2 - 2004-04-26
  1400.   o Fix a bug where we were closing tls connections intermittently.
  1401.     It turns out openssl keeps its errors around -- so if an error
  1402.     happens, and you don't ask about it, and then another openssl
  1403.     operation happens and succeeds, and you ask if there was an error,
  1404.     it tells you about the first error. Fun fun.
  1405.   o Fix a bug that's been lurking since 27 may 03 (!)
  1406.     When passing back a destroy cell, we would use the wrong circ id.
  1407.     'Mostly harmless', but still worth fixing.
  1408.   o Since we don't support truncateds much, don't bother sending them;
  1409.     just close the circ.
  1410.   o check for <machine/limits.h> so we build on NetBSD again (I hope).
  1411.   o don't crash if a conn that sent a begin has suddenly lost its circuit
  1412.     (this was quite rare).
  1413. Changes in version 0.0.6rc1 - 2004-04-25
  1414.   o We now rotate link (tls context) keys and onion keys.
  1415.   o CREATE cells now include oaep padding, so you can tell
  1416.     if you decrypted them correctly.
  1417.   o Add bandwidthburst to server descriptor.
  1418.   o Directories now say which dirserver signed them.
  1419.   o Use a tor_assert macro that logs failed assertions too.
  1420. Changes in version 0.0.6pre5 - 2004-04-18
  1421.   o changes from 0.0.6pre4:
  1422.     - make tor build on broken freebsd 5.2 installs
  1423.     - fix a failed assert when you try an intro point, get a nack, and try
  1424.       a second one and it works.
  1425.     - when alice uses a port that the hidden service doesn't accept,
  1426.       it now sends back an end cell (denied by exit policy). otherwise
  1427.       alice would just have to wait to time out.
  1428.     - fix another rare bug: when we had tried all the intro
  1429.       points for a hidden service, we fetched the descriptor
  1430.       again, but we left our introcirc thinking it had already
  1431.       sent an intro, so it kept waiting for a response...
  1432.     - bugfix: when you sleep your hidden-service laptop, as soon
  1433.       as it wakes up it tries to upload a service descriptor, but
  1434.       socketpair fails for some reason (localhost not up yet?).
  1435.       now we simply give up on that upload, and we'll try again later.
  1436.       i'd still like to find the bug though.
  1437.     - if an intro circ waiting for an ack dies before getting one, then
  1438.       count it as a nack
  1439.     - we were reusing stale service descriptors and refetching usable
  1440.       ones. oops.
  1441. Changes in version 0.0.6pre4 - 2004-04-14
  1442.   o changes from 0.0.6pre3:
  1443.     - when bob fails to connect to the rendezvous point, and his
  1444.       circ didn't fail because of the rendezvous point itself, then
  1445.       he retries a couple of times
  1446.     - we expire introduction and rendezvous circs more thoroughly
  1447.       (sometimes they were hanging around forever)
  1448.     - we expire unattached rendezvous streams that have been around
  1449.       too long (they were sticking around forever).
  1450.     - fix a measly fencepost error that was crashing everybody with
  1451.       a strict glibc.
  1452. Changes in version 0.0.6pre3 - 2004-04-14
  1453.   o changes from 0.0.6pre2:
  1454.     - make hup work again
  1455.     - fix some memory leaks for dirservers
  1456.     - allow more skew in rendezvous descriptor timestamps, to help
  1457.       handle people like blanu who don't know what time it is
  1458.     - normal circs are 3 hops, but some rend/intro circs are 4, if
  1459.       the initiator doesn't get to choose the last hop
  1460.     - send acks for introductions, so alice can know whether to try
  1461.       again
  1462.     - bob publishes intro points more correctly
  1463.   o changes from 0.0.5:
  1464.     - fix an assert trigger that's been plaguing us since the days
  1465.       of 0.0.2prexx (thanks weasel!)
  1466.     - retry stream correctly when we fail to connect because of
  1467.       exit-policy-reject (should try another) or can't-resolve-address
  1468.       (also should try another, because dns on random internet servers
  1469.       is flaky).
  1470.     - when we hup a dirserver and we've *removed* a server from the
  1471.       approved-routers list, now we remove that server from the
  1472.       in-memory directories too
  1473. Changes in version 0.0.6pre2 - 2004-04-08
  1474.   o We fixed our base32 implementation. Now it works on all architectures.
  1475. Changes in version 0.0.6pre1 - 2004-04-08
  1476.   o Features:
  1477.     - Hidden services and rendezvous points are implemented. Go to
  1478.       http://6sxoyfb3h2nvok2d.onion/ for an index of currently available
  1479.       hidden services. (This only works via a socks4a proxy such as
  1480.       Privoxy, and currently it's quite slow.)
  1481. Changes in version 0.0.5 - 2004-03-30
  1482.   [version bump only]
  1483. Changes in version 0.0.5rc3 - 2004-03-29
  1484.   o Install torrc as torrc.sample -- we no longer clobber your
  1485.     torrc. (Woo!)
  1486.   o Re-enable recommendedversion checking (we broke it in rc2, oops)
  1487.   o Add in a 'notice' log level for things the operator should hear
  1488.     but that aren't warnings
  1489. Changes in version 0.0.5rc2 - 2004-03-29
  1490.   o Hold socks connection open until reply is flushed (if possible)
  1491.   o Make exit nodes resolve IPs to IPs immediately, rather than asking
  1492.     the dns farm to do it.
  1493.   o Fix c99 aliasing warnings in rephist.c
  1494.   o Don't include server descriptors that are older than 24 hours in the
  1495.     directory.
  1496.   o Give socks 'reject' replies their whole 15s to attempt to flush,
  1497.     rather than seeing the 60s timeout and assuming the flush had failed.
  1498.   o Clean automake droppings from the cvs repository
  1499. Changes in version 0.0.5rc1 - 2004-03-28
  1500.   o Fix mangled-state bug in directory fetching (was causing sigpipes).
  1501.   o Only build circuits after we've fetched the directory: clients were
  1502.     using only the directory servers before they'd fetched a directory.
  1503.     This also means longer startup time; so it goes.
  1504.   o Fix an assert trigger where an OP would fail to handshake, and we'd
  1505.     expect it to have a nickname.
  1506.   o Work around a tsocks bug: do a socks reject when AP connection dies
  1507.     early, else tsocks goes into an infinite loop.
  1508. Changes in version 0.0.4 - 2004-03-26
  1509.   o When connecting to a dirserver or OR and the network is down,
  1510.     we would crash.
  1511. Changes in version 0.0.3 - 2004-03-26
  1512.   o Warn and fail if server chose a nickname with illegal characters
  1513.   o Port to Solaris and Sparc:
  1514.     - include missing header fcntl.h
  1515.     - have autoconf find -lsocket -lnsl automatically
  1516.     - deal with hardware word alignment
  1517.     - make uname() work (solaris has a different return convention)
  1518.     - switch from using signal() to sigaction()
  1519.   o Preliminary work on reputation system:
  1520.     - Keep statistics on success/fail of connect attempts; they're published
  1521.       by kill -USR1 currently.
  1522.     - Add a RunTesting option to try to learn link state by creating test
  1523.       circuits, even when SocksPort is off.
  1524.     - Remove unused open circuits when there are too many.
  1525. Changes in version 0.0.2 - 2004-03-19
  1526.     - Include strlcpy and strlcat for safer string ops
  1527.     - define INADDR_NONE so we compile (but still not run) on solaris
  1528. Changes in version 0.0.2pre27 - 2004-03-14
  1529.   o Bugfixes:
  1530.     - Allow internal tor networks (we were rejecting internal IPs,
  1531.       now we allow them if they're set explicitly).
  1532.     - And fix a few endian issues.
  1533. Changes in version 0.0.2pre26 - 2004-03-14
  1534.   o New features:
  1535.     - If a stream times out after 15s without a connected cell, don't
  1536.       try that circuit again: try a new one.
  1537.     - Retry streams at most 4 times. Then give up.
  1538.     - When a dirserver gets a descriptor from an unknown router, it
  1539.       logs its fingerprint (so the dirserver operator can choose to
  1540.       accept it even without mail from the server operator).
  1541.     - Inform unapproved servers when we reject their descriptors.
  1542.     - Make tor build on Windows again. It works as a client, who knows
  1543.       about as a server.
  1544.     - Clearer instructions in the torrc for how to set up a server.
  1545.     - Be more efficient about reading fd's when our global token bucket
  1546.       (used for rate limiting) becomes empty.
  1547.   o Bugfixes:
  1548.     - Stop asserting that computers always go forward in time. It's
  1549.       simply not true.
  1550.     - When we sent a cell (e.g. destroy) and then marked an OR connection
  1551.       expired, we might close it before finishing a flush if the other
  1552.       side isn't reading right then.
  1553.     - Don't allow dirservers to start if they haven't defined
  1554.       RecommendedVersions
  1555.     - We were caching transient dns failures. Oops.
  1556.     - Prevent servers from publishing an internal IP as their address.
  1557.     - Address a strcat vulnerability in circuit.c
  1558. Changes in version 0.0.2pre25 - 2004-03-04
  1559.   o New features:
  1560.     - Put the OR's IP in its router descriptor, not its fqdn. That way
  1561.       we'll stop being stalled by gethostbyname for nodes with flaky dns,
  1562.       e.g. poblano.
  1563.   o Bugfixes:
  1564.     - If the user typed in an address that didn't resolve, the server
  1565.       crashed.
  1566. Changes in version 0.0.2pre24 - 2004-03-03
  1567.   o Bugfixes:
  1568.     - Fix an assertion failure in dns.c, where we were trying to dequeue
  1569.       a pending dns resolve even if it wasn't pending
  1570.     - Fix a spurious socks5 warning about still trying to write after the
  1571.       connection is finished.
  1572.     - Hold certain marked_for_close connections open until they're finished
  1573.       flushing, rather than losing bytes by closing them too early.
  1574.     - Correctly report the reason for ending a stream
  1575.     - Remove some duplicate calls to connection_mark_for_close
  1576.     - Put switch_id and start_daemon earlier in the boot sequence, so it
  1577.       will actually try to chdir() to options.DataDirectory
  1578.     - Make 'make test' exit(1) if a test fails; fix some unit tests
  1579.     - Make tor fail when you use a config option it doesn't know about,
  1580.       rather than warn and continue.
  1581.     - Make --version work
  1582.     - Bugfixes on the rpm spec file and tor.sh, so it's more up to date
  1583. Changes in version 0.0.2pre23 - 2004-02-29
  1584.   o New features:
  1585.     - Print a statement when the first circ is finished, so the user
  1586.       knows it's working.
  1587.     - If a relay cell is unrecognized at the end of the circuit,
  1588.       send back a destroy. (So attacks to mutate cells are more
  1589.       clearly thwarted.)
  1590.     - New config option 'excludenodes' to avoid certain nodes for circuits.
  1591.     - When it daemonizes, it chdir's to the DataDirectory rather than "/",
  1592.       so you can collect coredumps there.
  1593.  o Bugfixes:
  1594.     - Fix a bug in tls flushing where sometimes data got wedged and
  1595.       didn't flush until more data got sent. Hopefully this bug was
  1596.       a big factor in the random delays we were seeing.
  1597.     - Make 'connected' cells include the resolved IP, so the client
  1598.       dns cache actually gets populated.
  1599.     - Disallow changing from ORPort=0 to ORPort>0 on hup.
  1600.     - When we time-out on a stream and detach from the circuit, send an
  1601.       end cell down it first.
  1602.     - Only warn about an unknown router (in exitnodes, entrynodes,
  1603.       excludenodes) after we've fetched a directory.
  1604. Changes in version 0.0.2pre22 - 2004-02-26
  1605.   o New features:
  1606.     - Servers publish less revealing uname information in descriptors.
  1607.     - More memory tracking and assertions, to crash more usefully when
  1608.       errors happen.
  1609.     - If the default torrc isn't there, just use some default defaults.
  1610.       Plus provide an internal dirservers file if they don't have one.
  1611.     - When the user tries to use Tor as an http proxy, give them an http
  1612.       501 failure explaining that we're a socks proxy.
  1613.     - Dump a new router.desc on hup, to help confused people who change
  1614.       their exit policies and then wonder why router.desc doesn't reflect
  1615.       it.
  1616.     - Clean up the generic tor.sh init script that we ship with.
  1617.   o Bugfixes:
  1618.     - If the exit stream is pending on the resolve, and a destroy arrives,
  1619.       then the stream wasn't getting removed from the pending list. I
  1620.       think this was the one causing recent server crashes.
  1621.     - Use a more robust poll on OSX 10.3, since their poll is flaky.
  1622.     - When it couldn't resolve any dirservers, it was useless from then on.
  1623.       Now it reloads the RouterFile (or default dirservers) if it has no
  1624.       dirservers.
  1625.     - Move the 'tor' binary back to /usr/local/bin/ -- it turns out
  1626.       many users don't even *have* a /usr/local/sbin/.
  1627. Changes in version 0.0.2pre21 - 2004-02-18
  1628.   o New features:
  1629.     - There's a ChangeLog file that actually reflects the changelog.
  1630.     - There's a 'torify' wrapper script, with an accompanying
  1631.       tor-tsocks.conf, that simplifies the process of using tsocks for
  1632.       tor. It even has a man page.
  1633.     - The tor binary gets installed to sbin rather than bin now.
  1634.     - Retry streams where the connected cell hasn't arrived in 15 seconds
  1635.     - Clean up exit policy handling -- get the default out of the torrc,
  1636.       so we can update it without forcing each server operator to fix
  1637.       his/her torrc.
  1638.     - Allow imaps and pop3s in default exit policy
  1639.   o Bugfixes:
  1640.     - Prevent picking middleman nodes as the last node in the circuit
  1641. Changes in version 0.0.2pre20 - 2004-01-30
  1642.   o New features:
  1643.     - We now have a deb package, and it's in debian unstable. Go to
  1644.       it, apt-getters. :)
  1645.     - I've split the TotalBandwidth option into BandwidthRate (how many
  1646.       bytes per second you want to allow, long-term) and
  1647.       BandwidthBurst (how many bytes you will allow at once before the cap
  1648.       kicks in).  This better token bucket approach lets you, say, set
  1649.       BandwidthRate to 10KB/s and BandwidthBurst to 10MB, allowing good
  1650.       performance while not exceeding your monthly bandwidth quota.
  1651.     - Push out a tls record's worth of data once you've got it, rather
  1652.       than waiting until you've read everything waiting to be read. This
  1653.       may improve performance by pipelining better. We'll see.
  1654.     - Add an AP_CONN_STATE_CONNECTING state, to allow streams to detach
  1655.       from failed circuits (if they haven't been connected yet) and attach
  1656.       to new ones.
  1657.     - Expire old streams that haven't managed to connect. Some day we'll
  1658.       have them reattach to new circuits instead.
  1659.   o Bugfixes:
  1660.     - Fix several memory leaks that were causing servers to become bloated
  1661.       after a while.
  1662.     - Fix a few very rare assert triggers. A few more remain.
  1663.     - Setuid to User _before_ complaining about running as root.
  1664. Changes in version 0.0.2pre19 - 2004-01-07
  1665.   o Bugfixes:
  1666.     - Fix deadlock condition in dns farm. We were telling a child to die by
  1667.       closing the parent's file descriptor to him. But newer children were
  1668.       inheriting the open file descriptor from the parent, and since they
  1669.       weren't closing it, the socket never closed, so the child never read
  1670.       eof, so he never knew to exit. Similarly, dns workers were holding
  1671.       open other sockets, leading to all sorts of chaos.
  1672.     - New cleaner daemon() code for forking and backgrounding.
  1673.     - If you log to a file, it now prints an entry at the top of the
  1674.       logfile so you know it's working.
  1675.     - The onionskin challenge length was 30 bytes longer than necessary.
  1676.     - Started to patch up the spec so it's not quite so out of date.
  1677. Changes in version 0.0.2pre18 - 2004-01-02
  1678.   o Bugfixes:
  1679.     - Fix endian issues with the 'integrity' field in the relay header.
  1680.     - Fix a potential bug where connections in state
  1681.       AP_CONN_STATE_CIRCUIT_WAIT might unexpectedly ask to write.
  1682. Changes in version 0.0.2pre17 - 2003-12-30
  1683.   o Bugfixes:
  1684.     - Made --debuglogfile (or any second log file, actually) work.
  1685.     - Resolved an edge case in get_unique_circ_id_by_conn where a smart
  1686.       adversary could force us into an infinite loop.
  1687.   o Features:
  1688.     - Each onionskin handshake now includes a hash of the computed key,
  1689.       to prove the server's identity and help perfect forward secrecy.
  1690.     - Changed cell size from 256 to 512 bytes (working toward compatibility
  1691.       with MorphMix).
  1692.     - Changed cell length to 2 bytes, and moved it to the relay header.
  1693.     - Implemented end-to-end integrity checking for the payloads of
  1694.       relay cells.
  1695.     - Separated streamid from 'recognized' (otherwise circuits will get
  1696.       messed up when we try to have streams exit from the middle). We
  1697.       use the integrity-checking to confirm that a cell is addressed to
  1698.       this hop.
  1699.     - Randomize the initial circid and streamid values, so an adversary who
  1700.       breaks into a node can't learn how many circuits or streams have
  1701.       been made so far.
  1702. Changes in version 0.0.2pre16 - 2003-12-14
  1703.   o Bugfixes:
  1704.     - Fixed a bug that made HUP trigger an assert
  1705.     - Fixed a bug where a circuit that immediately failed wasn't being
  1706.       counted as a failed circuit in counting retries.
  1707.   o Features:
  1708.     - Now we close the circuit when we get a truncated cell: otherwise we're
  1709.       open to an anonymity attack where a bad node in the path truncates
  1710.       the circuit and then we open streams at him.
  1711.     - Add port ranges to exit policies
  1712.     - Add a conservative default exit policy
  1713.     - Warn if you're running tor as root
  1714.     - on HUP, retry OR connections and close/rebind listeners
  1715.     - options.EntryNodes: try these nodes first when picking the first node
  1716.     - options.ExitNodes: if your best choices happen to include any of
  1717.       your preferred exit nodes, you choose among just those preferred
  1718.       exit nodes.
  1719.     - options.ExcludedNodes: nodes that are never picked in path building
  1720. Changes in version 0.0.2pre15 - 2003-12-03
  1721.   o Robustness and bugfixes:
  1722.     - Sometimes clients would cache incorrect DNS resolves, which would
  1723.       really screw things up.
  1724.     - An OP that goes offline would slowly leak all its sockets and stop
  1725.       working.
  1726.     - A wide variety of bugfixes in exit node selection, exit policy
  1727.       handling, and processing pending streams when a new circuit is
  1728.       established.
  1729.     - Pick nodes for a path only from those the directory says are up
  1730.     - Choose randomly from all running dirservers, not always the first one
  1731.     - Increase allowed http header size for directory fetch.
  1732.     - Stop writing to stderr (if we're daemonized it will be closed).
  1733.     - Enable -g always, so cores will be more useful to me.
  1734.     - Switch "-lcrypto -lssl" to "-lssl -lcrypto" for broken distributions.
  1735.   o Documentation:
  1736.     - Wrote a man page. It lists commonly used options.
  1737.   o Configuration:
  1738.     - Change default loglevel to warn.
  1739.     - Make PidFile default to null rather than littering in your CWD.
  1740.     - OnionRouter config option is now obsolete. Instead it just checks
  1741.       ORPort>0.
  1742.     - Moved to a single unified torrc file for both clients and servers.
  1743. Changes in version 0.0.2pre14 - 2003-11-29
  1744.   o Robustness and bugfixes:
  1745.     - Force the admin to make the DataDirectory himself
  1746.       - to get ownership/permissions right
  1747.       - so clients no longer make a DataDirectory and then never use it
  1748.     - fix bug where a client who was offline for 45 minutes would never
  1749.       pull down a directory again
  1750.     - fix (or at least hide really well) the dns assert bug that was
  1751.       causing server crashes
  1752.     - warnings and improved robustness wrt clockskew for certs
  1753.     - use the native daemon(3) to daemonize, when available
  1754.     - exit if bind() fails
  1755.     - exit if neither socksport nor orport is defined
  1756.     - include our own tor_timegm (Win32 doesn't have its own)
  1757.     - bugfix for win32 with lots of connections
  1758.     - fix minor bias in PRNG
  1759.     - make dirserver more robust to corrupt cached directory
  1760.   o Documentation:
  1761.     - Wrote the design document (woo)
  1762.   o Circuit building and exit policies:
  1763.     - Circuits no longer try to use nodes that the directory has told them
  1764.       are down.
  1765.     - Exit policies now support bitmasks (18.0.0.0/255.0.0.0) and
  1766.       bitcounts (18.0.0.0/8).
  1767.     - Make AP connections standby for a circuit if no suitable circuit
  1768.       exists, rather than failing
  1769.     - Circuits choose exit node based on addr/port, exit policies, and
  1770.       which AP connections are standing by
  1771.     - Bump min pathlen from 2 to 3
  1772.     - Relay end cells have a payload to describe why the stream ended.
  1773.     - If the stream failed because of exit policy, try again with a new
  1774.       circuit.
  1775.     - Clients have a dns cache to remember resolved addresses.
  1776.     - Notice more quickly when we have no working circuits
  1777.   o Configuration:
  1778.     - APPort is now called SocksPort
  1779.     - SocksBindAddress, ORBindAddress, DirBindAddress let you configure
  1780.       where to bind
  1781.     - RecommendedVersions is now a config variable rather than
  1782.       hardcoded (for dirservers)
  1783.     - Reloads config on HUP
  1784.     - Usage info on -h or --help
  1785.     - If you set User and Group config vars, it'll setu/gid to them.
  1786. Changes in version 0.0.2pre13 - 2003-10-19
  1787.   o General stability:
  1788.     - SSL_write no longer fails when it returns WANTWRITE and the number
  1789.       of bytes in the buf has changed by the next SSL_write call.
  1790.     - Fix segfault fetching directory when network is down
  1791.     - Fix a variety of minor memory leaks
  1792.     - Dirservers reload the fingerprints file on HUP, so I don't have
  1793.       to take down the network when I approve a new router
  1794.     - Default server config file has explicit Address line to specify fqdn
  1795.   o Buffers:
  1796.     - Buffers grow and shrink as needed (Cut process size from 20M to 2M)
  1797.     - Make listener connections not ever alloc bufs
  1798.   o Autoconf improvements:
  1799.     - don't clobber an external CFLAGS in ./configure
  1800.     - Make install now works
  1801.     - create var/lib/tor on make install
  1802.     - autocreate a tor.sh initscript to help distribs
  1803.     - autocreate the torrc and sample-server-torrc with correct paths
  1804.   o Log files and Daemonizing now work:
  1805.     - If --DebugLogFile is specified, log to it at -l debug
  1806.     - If --LogFile is specified, use it instead of commandline
  1807.     - If --RunAsDaemon is set, tor forks and backgrounds on startup