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

网络

开发平台:

Unix_Linux

  1.     - Report events where a resolve succeeded or where we got a socks
  2.       protocol error correctly, rather than calling both of them
  3.       "INTERNAL".
  4.     - Change reported stream target addresses to IP consistently when
  5.       we finally get the IP from an exit node.
  6.     - Send log messages to the controller even if they happen to be very
  7.       long.
  8.   o Minor bugfixes (other):
  9.     - Display correct results when reporting which versions are
  10.       recommended, and how recommended they are. (Resolves bug 383.)
  11.     - Improve our estimates for directory bandwidth to be less random:
  12.       guess that an unrecognized directory will have the average bandwidth
  13.       from all known directories, not that it will have the average
  14.       bandwidth from those directories earlier than it on the list.
  15.     - If we start a server with ClientOnly 1, then set ClientOnly to 0
  16.       and hup, stop triggering an assert based on an empty onion_key.
  17.     - On platforms with no working mmap() equivalent, don't warn the
  18.       user when cached-routers doesn't exist.
  19.     - Warn the user when mmap() [or its equivalent] fails for some reason
  20.       other than file-not-found.
  21.     - Don't warn the user when cached-routers.new doesn't exist: that's
  22.       perfectly fine when starting up for the first time.
  23.     - When EntryNodes are configured, rebuild the guard list to contain,
  24.       in order: the EntryNodes that were guards before; the rest of the
  25.       EntryNodes; the nodes that were guards before.
  26.     - Mask out all signals in sub-threads; only the libevent signal
  27.       handler should be processing them. This should prevent some crashes
  28.       on some machines using pthreads. (Patch from coderman.)
  29.     - Fix switched arguments on memset in the implementation of
  30.       tor_munmap() for systems with no mmap() call.
  31.     - When Tor receives a router descriptor that it asked for, but
  32.       no longer wants (because it has received fresh networkstatuses
  33.       in the meantime), do not warn the user.  Cache the descriptor if
  34.       we're a cache; drop it if we aren't.
  35.     - Make earlier entry guards _really_ get retried when the network
  36.       comes back online.
  37.     - On a malformed DNS reply, always give an error to the corresponding
  38.       DNS request.
  39.     - Build with recent libevents on platforms that do not define the
  40.       nonstandard types "u_int8_t" and friends.
  41.   o Minor features (controller):
  42.     - Warn the user when an application uses the obsolete binary v0
  43.       control protocol.  We're planning to remove support for it during
  44.       the next development series, so it's good to give people some
  45.       advance warning.
  46.     - Add STREAM_BW events to report per-entry-stream bandwidth
  47.       use. (Patch from Robert Hogan.)
  48.     - Rate-limit SIGNEWNYM signals in response to controllers that
  49.       impolitely generate them for every single stream. (Patch from
  50.       mwenge; closes bug 394.)
  51.     - Make REMAP stream events have a SOURCE (cache or exit), and
  52.       make them generated in every case where we get a successful
  53.       connected or resolved cell.
  54.   o Minor bugfixes (performance):
  55.     - Call router_have_min_dir_info half as often. (This is showing up in
  56.       some profiles, but not others.)
  57.     - When using GCC, make log_debug never get called at all, and its
  58.       arguments never get evaluated, when no debug logs are configured.
  59.       (This is showing up in some profiles, but not others.)
  60.   o Minor features:
  61.     - Remove some never-implemented options.  Mark PathlenCoinWeight as
  62.       obsolete.
  63.     - Implement proposal 106: Stop requiring clients to have well-formed
  64.       certificates; stop checking nicknames in certificates. (Clients
  65.       have certificates so that they can look like Tor servers, but in
  66.       the future we might want to allow them to look like regular TLS
  67.       clients instead. Nicknames in certificates serve no purpose other
  68.       than making our protocol easier to recognize on the wire.)
  69.     - Revise messages on handshake failure again to be even more clear about
  70.       which are incoming connections and which are outgoing.
  71.     - Discard any v1 directory info that's over 1 month old (for
  72.       directories) or over 1 week old (for running-routers lists).
  73.     - Do not warn when individual nodes in the configuration's EntryNodes,
  74.       ExitNodes, etc are down: warn only when all possible nodes
  75.       are down. (Fixes bug 348.)
  76.     - Always remove expired routers and networkstatus docs before checking
  77.       whether we have enough information to build circuits. (Fixes
  78.       bug 373.)
  79.     - Put a lower-bound on MaxAdvertisedBandwidth.
  80. Changes in version 0.1.2.7-alpha - 2007-02-06
  81.   o Major bugfixes (rate limiting):
  82.     - Servers decline directory requests much more aggressively when
  83.       they're low on bandwidth. Otherwise they end up queueing more and
  84.       more directory responses, which can't be good for latency.
  85.     - But never refuse directory requests from local addresses.
  86.     - Fix a memory leak when sending a 503 response for a networkstatus
  87.       request.
  88.     - Be willing to read or write on local connections (e.g. controller
  89.       connections) even when the global rate limiting buckets are empty.
  90.     - If our system clock jumps back in time, don't publish a negative
  91.       uptime in the descriptor. Also, don't let the global rate limiting
  92.       buckets go absurdly negative.
  93.     - Flush local controller connection buffers periodically as we're
  94.       writing to them, so we avoid queueing 4+ megabytes of data before
  95.       trying to flush.
  96.   o Major bugfixes (NT services):
  97.     - Install as NT_AUTHORITYLocalService rather than as SYSTEM; add a
  98.       command-line flag so that admins can override the default by saying
  99.       "tor --service install --user "SomeUser"".  This will not affect
  100.       existing installed services.  Also, warn the user that the service
  101.       will look for its configuration file in the service user's
  102.       %appdata% directory.  (We can't do the 'hardwire the user's appdata
  103.       directory' trick any more, since we may not have read access to that
  104.       directory.)
  105.   o Major bugfixes (other):
  106.     - Previously, we would cache up to 16 old networkstatus documents
  107.       indefinitely, if they came from nontrusted authorities. Now we
  108.       discard them if they are more than 10 days old.
  109.     - Fix a crash bug in the presence of DNS hijacking (reported by Andrew
  110.       Del Vecchio).
  111.     - Detect and reject malformed DNS responses containing circular
  112.       pointer loops.
  113.     - If exits are rare enough that we're not marking exits as guards,
  114.       ignore exit bandwidth when we're deciding the required bandwidth
  115.       to become a guard.
  116.     - When we're handling a directory connection tunneled over Tor,
  117.       don't fill up internal memory buffers with all the data we want
  118.       to tunnel; instead, only add it if the OR connection that will
  119.       eventually receive it has some room for it. (This can lead to
  120.       slowdowns in tunneled dir connections; a better solution will have
  121.       to wait for 0.2.0.)
  122.   o Minor bugfixes (dns):
  123.     - Add some defensive programming to eventdns.c in an attempt to catch
  124.       possible memory-stomping bugs.
  125.     - Detect and reject DNS replies containing IPv4 or IPv6 records with
  126.       an incorrect number of bytes. (Previously, we would ignore the
  127.       extra bytes.)
  128.     - Fix as-yet-unused reverse IPv6 lookup code so it sends nybbles
  129.       in the correct order, and doesn't crash.
  130.     - Free memory held in recently-completed DNS lookup attempts on exit.
  131.       This was not a memory leak, but may have been hiding memory leaks.
  132.     - Handle TTL values correctly on reverse DNS lookups.
  133.     - Treat failure to parse resolv.conf as an error.
  134.   o Minor bugfixes (other):
  135.     - Fix crash with "tor --list-fingerprint" (reported by seeess).
  136.     - When computing clock skew from directory HTTP headers, consider what
  137.       time it was when we finished asking for the directory, not what
  138.       time it is now.
  139.     - Expire socks connections if they spend too long waiting for the
  140.       handshake to finish. Previously we would let them sit around for
  141.       days, if the connecting application didn't close them either.
  142.     - And if the socks handshake hasn't started, don't send a
  143.       "DNS resolve socks failed" handshake reply; just close it.
  144.     - Stop using C functions that OpenBSD's linker doesn't like.
  145.     - Don't launch requests for descriptors unless we have networkstatuses
  146.       from at least half of the authorities.  This delays the first
  147.       download slightly under pathological circumstances, but can prevent
  148.       us from downloading a bunch of descriptors we don't need.
  149.     - Do not log IPs with TLS failures for incoming TLS
  150.       connections. (Fixes bug 382.)
  151.     - If the user asks to use invalid exit nodes, be willing to use
  152.       unstable ones.
  153.     - Stop using the reserved ac_cv namespace in our configure script.
  154.     - Call stat() slightly less often; use fstat() when possible.
  155.     - Refactor the way we handle pending circuits when an OR connection
  156.       completes or fails, in an attempt to fix a rare crash bug.
  157.     - Only rewrite a conn's address based on X-Forwarded-For: headers
  158.       if it's a parseable public IP address; and stop adding extra quotes
  159.       to the resulting address.
  160.   o Major features:
  161.     - Weight directory requests by advertised bandwidth. Now we can
  162.       let servers enable write limiting but still allow most clients to
  163.       succeed at their directory requests. (We still ignore weights when
  164.       choosing a directory authority; I hope this is a feature.)
  165.   o Minor features:
  166.     - Create a new file ReleaseNotes which was the old ChangeLog. The
  167.       new ChangeLog file now includes the summaries for all development
  168.       versions too.
  169.     - Check for addresses with invalid characters at the exit as well
  170.       as at the client, and warn less verbosely when they fail. You can
  171.       override this by setting ServerDNSAllowNonRFC953Addresses to 1.
  172.     - Adapt a patch from goodell to let the contrib/exitlist script
  173.       take arguments rather than require direct editing.
  174.     - Inform the server operator when we decide not to advertise a
  175.       DirPort due to AccountingMax enabled or a low BandwidthRate. It
  176.       was confusing Zax, so now we're hopefully more helpful.
  177.     - Bring us one step closer to being able to establish an encrypted
  178.       directory tunnel without knowing a descriptor first. Still not
  179.       ready yet. As part of the change, now assume we can use a
  180.       create_fast cell if we don't know anything about a router.
  181.     - Allow exit nodes to use nameservers running on ports other than 53.
  182.     - Servers now cache reverse DNS replies.
  183.     - Add an --ignore-missing-torrc command-line option so that we can
  184.       get the "use sensible defaults if the configuration file doesn't
  185.       exist" behavior even when specifying a torrc location on the command
  186.       line.
  187.   o Minor features (controller):
  188.     - Track reasons for OR connection failure; make these reasons
  189.       available via the controller interface. (Patch from Mike Perry.)
  190.     - Add a SOCKS_BAD_HOSTNAME client status event so controllers
  191.       can learn when clients are sending malformed hostnames to Tor.
  192.     - Clean up documentation for controller status events.
  193.     - Add a REMAP status to stream events to note that a stream's
  194.       address has changed because of a cached address or a MapAddress
  195.       directive.
  196. Changes in version 0.1.2.6-alpha - 2007-01-09
  197.   o Major bugfixes:
  198.     - Fix an assert error introduced in 0.1.2.5-alpha: if a single TLS
  199.       connection handles more than 4 gigs in either direction, we crash.
  200.     - Fix an assert error introduced in 0.1.2.5-alpha: if we're an
  201.       advertised exit node, somebody might try to exit from us when
  202.       we're bootstrapping and before we've built our descriptor yet.
  203.       Refuse the connection rather than crashing.
  204.   o Minor bugfixes:
  205.     - Warn if we (as a server) find that we've resolved an address that we
  206.       weren't planning to resolve.
  207.     - Warn that using select() on any libevent version before 1.1 will be
  208.       unnecessarily slow (even for select()).
  209.     - Flush ERR-level controller status events just like we currently
  210.       flush ERR-level log events, so that a Tor shutdown doesn't prevent
  211.       the controller from learning about current events.
  212.   o Minor features (more controller status events):
  213.     - Implement EXTERNAL_ADDRESS server status event so controllers can
  214.       learn when our address changes.
  215.     - Implement BAD_SERVER_DESCRIPTOR server status event so controllers
  216.       can learn when directories reject our descriptor.
  217.     - Implement SOCKS_UNKNOWN_PROTOCOL client status event so controllers
  218.       can learn when a client application is speaking a non-socks protocol
  219.       to our SocksPort.
  220.     - Implement DANGEROUS_SOCKS client status event so controllers
  221.       can learn when a client application is leaking DNS addresses.
  222.     - Implement BUG general status event so controllers can learn when
  223.       Tor is unhappy about its internal invariants.
  224.     - Implement CLOCK_SKEW general status event so controllers can learn
  225.       when Tor thinks the system clock is set incorrectly.
  226.     - Implement GOOD_SERVER_DESCRIPTOR and ACCEPTED_SERVER_DESCRIPTOR
  227.       server status events so controllers can learn when their descriptors
  228.       are accepted by a directory.
  229.     - Implement CHECKING_REACHABILITY and REACHABILITY_{SUCCEEDED|FAILED}
  230.       server status events so controllers can learn about Tor's progress in
  231.       deciding whether it's reachable from the outside.
  232.     - Implement BAD_LIBEVENT general status event so controllers can learn
  233.       when we have a version/method combination in libevent that needs to
  234.       be changed.
  235.     - Implement NAMESERVER_STATUS, NAMESERVER_ALL_DOWN, DNS_HIJACKED,
  236.       and DNS_USELESS server status events so controllers can learn
  237.       about changes to DNS server status.
  238.   o Minor features (directory):
  239.     - Authorities no longer recommend exits as guards if this would shift
  240.       too much load to the exit nodes.
  241. Changes in version 0.1.2.5-alpha - 2007-01-06
  242.   o Major features:
  243.     - Enable write limiting as well as read limiting. Now we sacrifice
  244.       capacity if we're pushing out lots of directory traffic, rather
  245.       than overrunning the user's intended bandwidth limits.
  246.     - Include TLS overhead when counting bandwidth usage; previously, we
  247.       would count only the bytes sent over TLS, but not the bytes used
  248.       to send them.
  249.     - Support running the Tor service with a torrc not in the same
  250.       directory as tor.exe and default to using the torrc located in
  251.       the %appdata%Tor of the user who installed the service. Patch
  252.       from Matt Edman.
  253.     - Servers now check for the case when common DNS requests are going to
  254.       wildcarded addresses (i.e. all getting the same answer), and change
  255.       their exit policy to reject *:* if it's happening.
  256.     - Implement BEGIN_DIR cells, so we can connect to the directory
  257.       server via TLS to do encrypted directory requests rather than
  258.       plaintext. Enable via the TunnelDirConns and PreferTunneledDirConns
  259.       config options if you like.
  260.   o Minor features (config and docs):
  261.     - Start using the state file to store bandwidth accounting data:
  262.       the bw_accounting file is now obsolete. We'll keep generating it
  263.       for a while for people who are still using 0.1.2.4-alpha.
  264.     - Try to batch changes to the state file so that we do as few
  265.       disk writes as possible while still storing important things in
  266.       a timely fashion.
  267.     - The state file and the bw_accounting file get saved less often when
  268.       the AvoidDiskWrites config option is set.
  269.     - Make PIDFile work on Windows (untested).
  270.     - Add internal descriptions for a bunch of configuration options:
  271.       accessible via controller interface and in comments in saved
  272.       options files.
  273.     - Reject *:563 (NNTPS) in the default exit policy. We already reject
  274.       NNTP by default, so this seems like a sensible addition.
  275.     - Clients now reject hostnames with invalid characters. This should
  276.       avoid some inadvertent info leaks. Add an option
  277.       AllowNonRFC953Hostnames to disable this behavior, in case somebody
  278.       is running a private network with hosts called @, !, and #.
  279.     - Add a maintainer script to tell us which options are missing
  280.       documentation: "make check-docs".
  281.     - Add a new address-spec.txt document to describe our special-case
  282.       addresses: .exit, .onion, and .noconnnect.
  283.   o Minor features (DNS):
  284.     - Ongoing work on eventdns infrastructure: now it has dns server
  285.       and ipv6 support. One day Tor will make use of it.
  286.     - Add client-side caching for reverse DNS lookups.
  287.     - Add support to tor-resolve tool for reverse lookups and SOCKS5.
  288.     - When we change nameservers or IP addresses, reset and re-launch
  289.       our tests for DNS hijacking.
  290.   o Minor features (directory):
  291.     - Authorities now specify server versions in networkstatus. This adds
  292.       about 2% to the size of compressed networkstatus docs, and allows
  293.       clients to tell which servers support BEGIN_DIR and which don't.
  294.       The implementation is forward-compatible with a proposed future
  295.       protocol version scheme not tied to Tor versions.
  296.     - DirServer configuration lines now have an orport= option so
  297.       clients can open encrypted tunnels to the authorities without
  298.       having downloaded their descriptors yet. Enabled for moria1,
  299.       moria2, tor26, and lefkada now in the default configuration.
  300.     - Directory servers are more willing to send a 503 "busy" if they
  301.       are near their write limit, especially for v1 directory requests.
  302.       Now they can use their limited bandwidth for actual Tor traffic.
  303.     - Clients track responses with status 503 from dirservers. After a
  304.       dirserver has given us a 503, we try not to use it until an hour has
  305.       gone by, or until we have no dirservers that haven't given us a 503.
  306.     - When we get a 503 from a directory, and we're not a server, we don't
  307.       count the failure against the total number of failures allowed
  308.       for the thing we're trying to download.
  309.     - Report X-Your-Address-Is correctly from tunneled directory
  310.       connections; don't report X-Your-Address-Is when it's an internal
  311.       address; and never believe reported remote addresses when they're
  312.       internal.
  313.     - Protect against an unlikely DoS attack on directory servers.
  314.     - Add a BadDirectory flag to network status docs so that authorities
  315.       can (eventually) tell clients about caches they believe to be
  316.       broken.
  317.   o Minor features (controller):
  318.     - Have GETINFO dir/status/* work on hosts with DirPort disabled.
  319.     - Reimplement GETINFO so that info/names stays in sync with the
  320.       actual keys.
  321.     - Implement "GETINFO fingerprint".
  322.     - Implement "SETEVENTS GUARD" so controllers can get updates on
  323.       entry guard status as it changes.
  324.   o Minor features (clean up obsolete pieces):
  325.     - Remove some options that have been deprecated since at least
  326.       0.1.0.x: AccountingMaxKB, LogFile, DebugLogFile, LogLevel, and
  327.       SysLog. Use AccountingMax instead of AccountingMaxKB, and use Log
  328.       to set log options.
  329.     - We no longer look for identity and onion keys in "identity.key" and
  330.       "onion.key" -- these were replaced by secret_id_key and
  331.       secret_onion_key in 0.0.8pre1.
  332.     - We no longer require unrecognized directory entries to be
  333.       preceded by "opt".
  334.   o Major bugfixes (security):
  335.     - Stop sending the HttpProxyAuthenticator string to directory
  336.       servers when directory connections are tunnelled through Tor.
  337.     - Clients no longer store bandwidth history in the state file.
  338.     - Do not log introduction points for hidden services if SafeLogging
  339.       is set.
  340.     - When generating bandwidth history, round down to the nearest
  341.       1k. When storing accounting data, round up to the nearest 1k.
  342.     - When we're running as a server, remember when we last rotated onion
  343.       keys, so that we will rotate keys once they're a week old even if
  344.       we never stay up for a week ourselves.
  345.   o Major bugfixes (other):
  346.     - Fix a longstanding bug in eventdns that prevented the count of
  347.       timed-out resolves from ever being reset. This bug caused us to
  348.       give up on a nameserver the third time it timed out, and try it
  349.       10 seconds later... and to give up on it every time it timed out
  350.       after that.
  351.     - Take out the '5 second' timeout from the connection retry
  352.       schedule. Now the first connect attempt will wait a full 10
  353.       seconds before switching to a new circuit. Perhaps this will help
  354.       a lot. Based on observations from Mike Perry.
  355.     - Fix a bug on the Windows implementation of tor_mmap_file() that
  356.       would prevent the cached-routers file from ever loading. Reported
  357.       by John Kimble.
  358.   o Minor bugfixes:
  359.     - Fix an assert failure when a directory authority sets
  360.       AuthDirRejectUnlisted and then receives a descriptor from an
  361.       unlisted router. Reported by seeess.
  362.     - Avoid a double-free when parsing malformed DirServer lines.
  363.     - Fix a bug when a BSD-style PF socket is first used. Patch from
  364.       Fabian Keil.
  365.     - Fix a bug in 0.1.2.2-alpha that prevented clients from asking
  366.       to resolve an address at a given exit node even when they ask for
  367.       it by name.
  368.     - Servers no longer ever list themselves in their "family" line,
  369.       even if configured to do so. This makes it easier to configure
  370.       family lists conveniently.
  371.     - When running as a server, don't fall back to 127.0.0.1 when no
  372.       nameservers are configured in /etc/resolv.conf; instead, make the
  373.       user fix resolv.conf or specify nameservers explicitly. (Resolves
  374.       bug 363.)
  375.     - Stop accepting certain malformed ports in configured exit policies.
  376.     - Don't re-write the fingerprint file every restart, unless it has
  377.       changed.
  378.     - Stop warning when a single nameserver fails: only warn when _all_ of
  379.       our nameservers have failed. Also, when we only have one nameserver,
  380.       raise the threshold for deciding that the nameserver is dead.
  381.     - Directory authorities now only decide that routers are reachable
  382.       if their identity keys are as expected.
  383.     - When the user uses bad syntax in the Log config line, stop
  384.       suggesting other bad syntax as a replacement.
  385.     - Correctly detect ipv6 DNS capability on OpenBSD.
  386.   o Minor bugfixes (controller):
  387.     - Report the circuit number correctly in STREAM CLOSED events. Bug
  388.       reported by Mike Perry.
  389.     - Do not report bizarre values for results of accounting GETINFOs
  390.       when the last second's write or read exceeds the allotted bandwidth.
  391.     - Report "unrecognized key" rather than an empty string when the
  392.       controller tries to fetch a networkstatus that doesn't exist.
  393. Changes in version 0.1.1.26 - 2006-12-14
  394.   o Security bugfixes:
  395.     - Stop sending the HttpProxyAuthenticator string to directory
  396.       servers when directory connections are tunnelled through Tor.
  397.     - Clients no longer store bandwidth history in the state file.
  398.     - Do not log introduction points for hidden services if SafeLogging
  399.       is set.
  400.   o Minor bugfixes:
  401.     - Fix an assert failure when a directory authority sets
  402.       AuthDirRejectUnlisted and then receives a descriptor from an
  403.       unlisted router (reported by seeess).
  404. Changes in version 0.1.2.4-alpha - 2006-12-03
  405.   o Major features:
  406.     - Add support for using natd; this allows FreeBSDs earlier than
  407.       5.1.2 to have ipfw send connections through Tor without using
  408.       SOCKS. (Patch from Zajcev Evgeny with tweaks from tup.)
  409.   o Minor features:
  410.     - Make all connections to addresses of the form ".noconnect"
  411.       immediately get closed. This lets application/controller combos
  412.       successfully test whether they're talking to the same Tor by
  413.       watching for STREAM events.
  414.     - Make cross.sh cross-compilation script work even when autogen.sh
  415.       hasn't been run. (Patch from Michael Mohr.)
  416.     - Statistics dumped by -USR2 now include a breakdown of public key
  417.       operations, for profiling.
  418.   o Major bugfixes:
  419.     - Fix a major leak when directory authorities parse their
  420.       approved-routers list, a minor memory leak when we fail to pick
  421.       an exit node, and a few rare leaks on errors.
  422.     - Handle TransPort connections even when the server sends data before
  423.       the client sends data. Previously, the connection would just hang
  424.       until the client sent data. (Patch from tup based on patch from
  425.       Zajcev Evgeny.)
  426.     - Avoid assert failure when our cached-routers file is empty on
  427.       startup.
  428.   o Minor bugfixes:
  429.     - Don't log spurious warnings when we see a circuit close reason we
  430.       don't recognize; it's probably just from a newer version of Tor.
  431.     - Have directory authorities allow larger amounts of drift in uptime
  432.       without replacing the server descriptor: previously, a server that
  433.       restarted every 30 minutes could have 48 "interesting" descriptors
  434.       per day.
  435.     - Start linking to the Tor specification and Tor reference manual
  436.       correctly in the Windows installer.
  437.     - Add Vidalia to the OS X uninstaller script, so when we uninstall
  438.       Tor/Privoxy we also uninstall Vidalia.
  439.     - Resume building on Irix64, and fix a lot of warnings from its
  440.       MIPSpro C compiler.
  441.     - Don't corrupt last_guessed_ip in router_new_address_suggestion()
  442.       when we're running as a client.
  443. Changes in version 0.1.1.25 - 2006-11-04
  444.   o Major bugfixes:
  445.     - When a client asks us to resolve (rather than connect to)
  446.       an address, and we have a cached answer, give them the cached
  447.       answer. Previously, we would give them no answer at all.
  448.     - We were building exactly the wrong circuits when we predict
  449.       hidden service requirements, meaning Tor would have to build all
  450.       its circuits on demand.
  451.     - If none of our live entry guards have a high uptime, but we
  452.       require a guard with a high uptime, try adding a new guard before
  453.       we give up on the requirement. This patch should make long-lived
  454.       connections more stable on average.
  455.     - When testing reachability of our DirPort, don't launch new
  456.       tests when there's already one in progress -- unreachable
  457.       servers were stacking up dozens of testing streams.
  458.   o Security bugfixes:
  459.     - When the user sends a NEWNYM signal, clear the client-side DNS
  460.       cache too. Otherwise we continue to act on previous information.
  461.   o Minor bugfixes:
  462.     - Avoid a memory corruption bug when creating a hash table for
  463.       the first time.
  464.     - Avoid possibility of controller-triggered crash when misusing
  465.       certain commands from a v0 controller on platforms that do not
  466.       handle printf("%s",NULL) gracefully.
  467.     - Avoid infinite loop on unexpected controller input.
  468.     - Don't log spurious warnings when we see a circuit close reason we
  469.       don't recognize; it's probably just from a newer version of Tor.
  470.     - Add Vidalia to the OS X uninstaller script, so when we uninstall
  471.       Tor/Privoxy we also uninstall Vidalia.
  472. Changes in version 0.1.2.3-alpha - 2006-10-29
  473.   o Minor features:
  474.     - Prepare for servers to publish descriptors less often: never
  475.       discard a descriptor simply for being too old until either it is
  476.       recommended by no authorities, or until we get a better one for
  477.       the same router. Make caches consider retaining old recommended
  478.       routers for even longer.
  479.     - If most authorities set a BadExit flag for a server, clients
  480.       don't think of it as a general-purpose exit. Clients only consider
  481.       authorities that advertise themselves as listing bad exits.
  482.     - Directory servers now provide 'Pragma: no-cache' and 'Expires'
  483.       headers for content, so that we can work better in the presence of
  484.       caching HTTP proxies.
  485.     - Allow authorities to list nodes as bad exits by fingerprint or by
  486.       address.
  487.   o Minor features, controller:
  488.     - Add a REASON field to CIRC events; for backward compatibility, this
  489.       field is sent only to controllers that have enabled the extended
  490.       event format.  Also, add additional reason codes to explain why
  491.       a given circuit has been destroyed or truncated. (Patches from
  492.       Mike Perry)
  493.     - Add a REMOTE_REASON field to extended CIRC events to tell the
  494.       controller about why a remote OR told us to close a circuit.
  495.     - Stream events also now have REASON and REMOTE_REASON fields,
  496.       working much like those for circuit events.
  497.     - There's now a GETINFO ns/... field so that controllers can ask Tor
  498.       about the current status of a router.
  499.     - A new event type "NS" to inform a controller when our opinion of
  500.       a router's status has changed.
  501.     - Add a GETINFO events/names and GETINFO features/names so controllers
  502.       can tell which events and features are supported.
  503.     - A new CLEARDNSCACHE signal to allow controllers to clear the
  504.       client-side DNS cache without expiring circuits.
  505.   o Security bugfixes:
  506.     - When the user sends a NEWNYM signal, clear the client-side DNS
  507.       cache too. Otherwise we continue to act on previous information.
  508.   o Minor bugfixes:
  509.     - Avoid sending junk to controllers or segfaulting when a controller
  510.       uses EVENT_NEW_DESC with verbose nicknames.
  511.     - Stop triggering asserts if the controller tries to extend hidden
  512.       service circuits (reported by mwenge).
  513.     - Avoid infinite loop on unexpected controller input.
  514.     - When the controller does a "GETINFO network-status", tell it
  515.       about even those routers whose descriptors are very old, and use
  516.       long nicknames where appropriate.
  517.     - Change NT service functions to be loaded on demand.  This lets us
  518.       build with MinGW without breaking Tor for Windows 98 users.
  519.     - Do DirPort reachability tests less often, since a single test
  520.       chews through many circuits before giving up.
  521.     - In the hidden service example in torrc.sample, stop recommending
  522.       esoteric and discouraged hidden service options.
  523.     - When stopping an NT service, wait up to 10 sec for it to actually
  524.       stop.  (Patch from Matt Edman; resolves bug 295.)
  525.     - Fix handling of verbose nicknames with ORCONN controller events:
  526.       make them show up exactly when requested, rather than exactly when
  527.       not requested.
  528.     - When reporting verbose nicknames in entry_guards_getinfo(), avoid
  529.       printing a duplicate "$" in the keys we send (reported by mwenge).
  530.     - Correctly set maximum connection limit on Cygwin. (This time
  531.       for sure!)
  532.     - Try to detect Windows correctly when cross-compiling.
  533.     - Detect the size of the routers file correctly even if it is
  534.       corrupted (on systems without mmap) or not page-aligned (on systems
  535.       with mmap). This bug was harmless.
  536.     - Sometimes we didn't bother sending a RELAY_END cell when an attempt
  537.       to open a stream fails; now we do in more cases. This should
  538.       make clients able to find a good exit faster in some cases, since
  539.       unhandleable requests will now get an error rather than timing out.
  540.     - Resolve two memory leaks when rebuilding the on-disk router cache
  541.       (reported by fookoowa).
  542.     - Clean up minor code warnings suggested by the MIPSpro C compiler,
  543.       and reported by some Centos users.
  544.     - Controller signals now work on non-Unix platforms that don't define
  545.       SIGUSR1 and SIGUSR2 the way we expect.
  546.     - Patch from Michael Mohr to contrib/cross.sh, so it checks more
  547.       values before failing, and always enables eventdns.
  548.     - Libevent-1.2 exports, but does not define in its headers, strlcpy.
  549.       Try to fix this in configure.in by checking for most functions
  550.       before we check for libevent.
  551. Changes in version 0.1.2.2-alpha - 2006-10-07
  552.   o Major features:
  553.     - Make our async eventdns library on-by-default for Tor servers,
  554.       and plan to deprecate the separate dnsworker threads.
  555.     - Add server-side support for "reverse" DNS lookups (using PTR
  556.       records so clients can determine the canonical hostname for a given
  557.       IPv4 address). Only supported by servers using eventdns; servers
  558.       now announce in their descriptors whether they support eventdns.
  559.     - Specify and implement client-side SOCKS5 interface for reverse DNS
  560.       lookups (see doc/socks-extensions.txt).
  561.     - Add a BEGIN_DIR relay cell type for an easier in-protocol way to
  562.       connect to directory servers through Tor. Previously, clients needed
  563.       to find Tor exits to make private connections to directory servers.
  564.     - Avoid choosing Exit nodes for entry or middle hops when the
  565.       total bandwidth available from non-Exit nodes is much higher than
  566.       the total bandwidth available from Exit nodes.
  567.     - Workaround for name servers (like Earthlink's) that hijack failing
  568.       DNS requests and replace the no-such-server answer with a "helpful"
  569.       redirect to an advertising-driven search portal. Also work around
  570.       DNS hijackers who "helpfully" decline to hijack known-invalid
  571.       RFC2606 addresses. Config option "ServerDNSDetectHijacking 0"
  572.       lets you turn it off.
  573.     - Send out a burst of long-range padding cells once we've established
  574.       that we're reachable. Spread them over 4 circuits, so hopefully
  575.       a few will be fast. This exercises our bandwidth and bootstraps
  576.       us into the directory more quickly.
  577.   o New/improved config options:
  578.     - Add new config option "ResolvConf" to let the server operator
  579.       choose an alternate resolve.conf file when using eventdns.
  580.     - Add an "EnforceDistinctSubnets" option to control our "exclude
  581.       servers on the same /16" behavior. It's still on by default; this
  582.       is mostly for people who want to operate private test networks with
  583.       all the machines on the same subnet.
  584.     - If one of our entry guards is on the ExcludeNodes list, or the
  585.       directory authorities don't think it's a good guard, treat it as
  586.       if it were unlisted: stop using it as a guard, and throw it off
  587.       the guards list if it stays that way for a long time.
  588.     - Allow directory authorities to be marked separately as authorities
  589.       for the v1 directory protocol, the v2 directory protocol, and
  590.       as hidden service directories, to make it easier to retire old
  591.       authorities. V1 authorities should set "HSAuthoritativeDir 1"
  592.       to continue being hidden service authorities too.
  593.     - Remove 8888 as a LongLivedPort, and add 6697 (IRCS).
  594.   o Minor features, controller:
  595.     - Fix CIRC controller events so that controllers can learn the
  596.       identity digests of non-Named servers used in circuit paths.
  597.     - Let controllers ask for more useful identifiers for servers. Instead
  598.       of learning identity digests for un-Named servers and nicknames
  599.       for Named servers, the new identifiers include digest, nickname,
  600.       and indication of Named status. Off by default; see control-spec.txt
  601.       for more information.
  602.     - Add a "getinfo address" controller command so it can display Tor's
  603.       best guess to the user.
  604.     - New controller event to alert the controller when our server
  605.       descriptor has changed.
  606.     - Give more meaningful errors on controller authentication failure.
  607.   o Minor features, other:
  608.     - When asked to resolve a hostname, don't use non-exit servers unless
  609.       requested to do so. This allows servers with broken DNS to be
  610.       useful to the network.
  611.     - Divide eventdns log messages into warn and info messages.
  612.     - Reserve the nickname "Unnamed" for routers that can't pick
  613.       a hostname: any router can call itself Unnamed; directory
  614.       authorities will never allocate Unnamed to any particular router;
  615.       clients won't believe that any router is the canonical Unnamed.
  616.     - Only include function names in log messages for info/debug messages.
  617.       For notice/warn/err, the content of the message should be clear on
  618.       its own, and printing the function name only confuses users.
  619.     - Avoid some false positives during reachability testing: don't try
  620.       to test via a server that's on the same /24 as us.
  621.     - If we fail to build a circuit to an intended enclave, and it's
  622.       not mandatory that we use that enclave, stop wanting it.
  623.     - When eventdns is enabled, allow multithreaded builds on NetBSD and
  624.       OpenBSD. (We had previously disabled threads on these platforms
  625.       because they didn't have working thread-safe resolver functions.)
  626.   o Major bugfixes, anonymity/security:
  627.     - If a client asked for a server by name, and there's a named server
  628.       in our network-status but we don't have its descriptor yet, we
  629.       could return an unnamed server instead.
  630.     - Fix NetBSD bug that could allow someone to force uninitialized RAM
  631.       to be sent to a server's DNS resolver. This only affects NetBSD
  632.       and other platforms that do not bounds-check tolower().
  633.     - Reject (most) attempts to use Tor circuits with length one. (If
  634.       many people start using Tor as a one-hop proxy, exit nodes become
  635.       a more attractive target for compromise.)
  636.     - Just because your DirPort is open doesn't mean people should be
  637.       able to remotely teach you about hidden service descriptors. Now
  638.       only accept rendezvous posts if you've got HSAuthoritativeDir set.
  639.   o Major bugfixes, other:
  640.     - Don't crash on race condition in dns.c: tor_assert(!resolve->expire)
  641.     - When a client asks the server to resolve (not connect to)
  642.       an address, and it has a cached answer, give them the cached answer.
  643.       Previously, the server would give them no answer at all.
  644.     - Allow really slow clients to not hang up five minutes into their
  645.       directory downloads (suggested by Adam J. Richter).
  646.     - We were building exactly the wrong circuits when we anticipated
  647.       hidden service requirements, meaning Tor would have to build all
  648.       its circuits on demand.
  649.     - Avoid crashing when we mmap a router cache file of size 0.
  650.     - When testing reachability of our DirPort, don't launch new
  651.       tests when there's already one in progress -- unreachable
  652.       servers were stacking up dozens of testing streams.
  653.   o Minor bugfixes, correctness:
  654.     - If we're a directory mirror and we ask for "all" network status
  655.       documents, we would discard status documents from authorities
  656.       we don't recognize.
  657.     - Avoid a memory corruption bug when creating a hash table for
  658.       the first time.
  659.     - Avoid controller-triggered crash when misusing certain commands
  660.       from a v0 controller on platforms that do not handle
  661.       printf("%s",NULL) gracefully.
  662.     - Don't crash when a controller sends a third argument to an
  663.       "extendcircuit" request.
  664.     - Controller protocol fixes: fix encoding in "getinfo addr-mappings"
  665.       response; fix error code when "getinfo dir/status/" fails.
  666.     - Avoid crash when telling controller stream-status and a stream
  667.       is detached.
  668.     - Patch from Adam Langley to fix assert() in eventdns.c.
  669.     - Fix a debug log message in eventdns to say "X resolved to Y"
  670.       instead of "X resolved to X".
  671.     - Make eventdns give strings for DNS errors, not just error numbers.
  672.     - Track unreachable entry guards correctly: don't conflate
  673.       'unreachable by us right now' with 'listed as down by the directory
  674.       authorities'. With the old code, if a guard was unreachable by
  675.       us but listed as running, it would clog our guard list forever.
  676.     - Behave correctly in case we ever have a network with more than
  677.       2GB/s total advertised capacity.
  678.     - Make TrackExitHosts case-insensitive, and fix the behavior of
  679.       ".suffix" TrackExitHosts items to avoid matching in the middle of
  680.       an address.
  681.     - Finally fix the openssl warnings from newer gccs that believe that
  682.       ignoring a return value is okay, but casting a return value and
  683.       then ignoring it is a sign of madness.
  684.     - Prevent the contrib/exitlist script from printing the same
  685.       result more than once.
  686.     - Patch from Steve Hildrey: Generate network status correctly on
  687.       non-versioning dirservers.
  688.     - Don't listen to the X-Your-Address-Is hint if you did the lookup
  689.       via Tor; otherwise you'll think you're the exit node's IP address.
  690.   o Minor bugfixes, performance:
  691.     - Two small performance improvements on parsing descriptors.
  692.     - Major performance improvement on inserting descriptors: change
  693.       algorithm from O(n^2) to O(n).
  694.     - Make the common memory allocation path faster on machines where
  695.       malloc(0) returns a pointer.
  696.     - Start remembering X-Your-Address-Is directory hints even if you're
  697.       a client, so you can become a server more smoothly.
  698.     - Avoid duplicate entries on MyFamily line in server descriptor.
  699.   o Packaging, features:
  700.     - Remove architecture from OS X builds. The official builds are
  701.       now universal binaries.
  702.     - The Debian package now uses --verify-config when (re)starting,
  703.       to distinguish configuration errors from other errors.
  704.     - Update RPMs to require libevent 1.1b.
  705.   o Packaging, bugfixes:
  706.     - Patches so Tor builds with MinGW on Windows.
  707.     - Patches so Tor might run on Cygwin again.
  708.     - Resume building on non-gcc compilers and ancient gcc. Resume
  709.       building with the -O0 compile flag. Resume building cleanly on
  710.       Debian woody.
  711.     - Run correctly on OS X platforms with case-sensitive filesystems.
  712.     - Correct includes for net/if.h and net/pfvar.h on OpenBSD (from Tup).
  713.     - Add autoconf checks so Tor can build on Solaris x86 again.
  714.   o Documentation
  715.     - Documented (and renamed) ServerDNSSearchDomains and
  716.       ServerDNSResolvConfFile options.
  717.     - Be clearer that the *ListenAddress directives can be repeated
  718.       multiple times.
  719. Changes in version 0.1.1.24 - 2006-09-29
  720.   o Major bugfixes:
  721.     - Allow really slow clients to not hang up five minutes into their
  722.       directory downloads (suggested by Adam J. Richter).
  723.     - Fix major performance regression from 0.1.0.x: instead of checking
  724.       whether we have enough directory information every time we want to
  725.       do something, only check when the directory information has changed.
  726.       This should improve client CPU usage by 25-50%.
  727.     - Don't crash if, after a server has been running for a while,
  728.       it can't resolve its hostname.
  729.   o Minor bugfixes:
  730.     - Allow Tor to start when RunAsDaemon is set but no logs are set.
  731.     - Don't crash when the controller receives a third argument to an
  732.       "extendcircuit" request.
  733.     - Controller protocol fixes: fix encoding in "getinfo addr-mappings"
  734.       response; fix error code when "getinfo dir/status/" fails.
  735.     - Fix configure.in to not produce broken configure files with
  736.       more recent versions of autoconf. Thanks to Clint for his auto*
  737.       voodoo.
  738.     - Fix security bug on NetBSD that could allow someone to force
  739.       uninitialized RAM to be sent to a server's DNS resolver. This
  740.       only affects NetBSD and other platforms that do not bounds-check
  741.       tolower().
  742.     - Warn user when using libevent 1.1a or earlier with win32 or kqueue
  743.       methods: these are known to be buggy.
  744.     - If we're a directory mirror and we ask for "all" network status
  745.       documents, we would discard status documents from authorities
  746.       we don't recognize.
  747. Changes in version 0.1.2.1-alpha - 2006-08-27
  748.   o Major features:
  749.     - Add "eventdns" async dns library from Adam Langley, tweaked to
  750.       build on OSX and Windows. Only enabled if you pass the
  751.       --enable-eventdns argument to configure.
  752.     - Allow servers with no hostname or IP address to learn their
  753.       IP address by asking the directory authorities. This code only
  754.       kicks in when you would normally have exited with a "no address"
  755.       error. Nothing's authenticated, so use with care.
  756.     - Rather than waiting a fixed amount of time between retrying
  757.       application connections, we wait only 5 seconds for the first,
  758.       10 seconds for the second, and 15 seconds for each retry after
  759.       that. Hopefully this will improve the expected user experience.
  760.     - Patch from Tup to add support for transparent AP connections:
  761.       this basically bundles the functionality of trans-proxy-tor
  762.       into the Tor mainline. Now hosts with compliant pf/netfilter
  763.       implementations can redirect TCP connections straight to Tor
  764.       without diverting through SOCKS. Needs docs.
  765.     - Busy directory servers save lots of memory by spooling server
  766.       descriptors, v1 directories, and v2 networkstatus docs to buffers
  767.       as needed rather than en masse. Also mmap the cached-routers
  768.       files, so we don't need to keep the whole thing in memory too.
  769.     - Automatically avoid picking more than one node from the same
  770.       /16 network when constructing a circuit.
  771.     - Revise and clean up the torrc.sample that we ship with; add
  772.       a section for BandwidthRate and BandwidthBurst.
  773.   o Minor features:
  774.     - Split circuit_t into origin_circuit_t and or_circuit_t, and
  775.       split connection_t into edge, or, dir, control, and base structs.
  776.       These will save quite a bit of memory on busy servers, and they'll
  777.       also help us track down bugs in the code and bugs in the spec.
  778.     - Experimentally re-enable kqueue on OSX when using libevent 1.1b
  779.       or later. Log when we are doing this, so we can diagnose it when
  780.       it fails. (Also, recommend libevent 1.1b for kqueue and
  781.       win32 methods; deprecate libevent 1.0b harder; make libevent
  782.       recommendation system saner.)
  783.     - Start being able to build universal binaries on OS X (thanks
  784.       to Phobos).
  785.     - Export the default exit policy via the control port, so controllers
  786.       don't need to guess what it is / will be later.
  787.     - Add a man page entry for ProtocolWarnings.
  788.     - Add TestVia config option to the man page.
  789.     - Remove even more protocol-related warnings from Tor server logs,
  790.       such as bad TLS handshakes and malformed begin cells.
  791.     - Stop fetching descriptors if you're not a dir mirror and you
  792.       haven't tried to establish any circuits lately. [This currently
  793.       causes some dangerous behavior, because when you start up again
  794.       you'll use your ancient server descriptors.]
  795.     - New DirPort behavior: if you have your dirport set, you download
  796.       descriptors aggressively like a directory mirror, whether or not
  797.       your ORPort is set.
  798.     - Get rid of the router_retry_connections notion. Now routers
  799.       no longer try to rebuild long-term connections to directory
  800.       authorities, and directory authorities no longer try to rebuild
  801.       long-term connections to all servers. We still don't hang up
  802.       connections in these two cases though -- we need to look at it
  803.       more carefully to avoid flapping, and we likely need to wait til
  804.       0.1.1.x is obsolete.
  805.     - Drop compatibility with obsolete Tors that permit create cells
  806.       to have the wrong circ_id_type.
  807.     - Re-enable per-connection rate limiting. Get rid of the "OP
  808.       bandwidth" concept. Lay groundwork for "bandwidth classes" --
  809.       separate global buckets that apply depending on what sort of conn
  810.       it is.
  811.     - Start publishing one minute or so after we find our ORPort
  812.       to be reachable. This will help reduce the number of descriptors
  813.       we have for ourselves floating around, since it's quite likely
  814.       other things (e.g. DirPort) will change during that minute too.
  815.     - Fork the v1 directory protocol into its own spec document,
  816.       and mark dir-spec.txt as the currently correct (v2) spec.
  817.   o Major bugfixes:
  818.     - When we find our DirPort to be reachable, publish a new descriptor
  819.       so we'll tell the world (reported by pnx).
  820.     - Publish a new descriptor after we hup/reload. This is important
  821.       if our config has changed such that we'll want to start advertising
  822.       our DirPort now, etc.
  823.     - Allow Tor to start when RunAsDaemon is set but no logs are set.
  824.     - When we have a state file we cannot parse, tell the user and
  825.       move it aside. Now we avoid situations where the user starts
  826.       Tor in 1904, Tor writes a state file with that timestamp in it,
  827.       the user fixes her clock, and Tor refuses to start.
  828.     - Fix configure.in to not produce broken configure files with
  829.       more recent versions of autoconf. Thanks to Clint for his auto*
  830.       voodoo.
  831.     - "tor --verify-config" now exits with -1(255) or 0 depending on
  832.       whether the config options are bad or good.
  833.     - Resolve bug 321 when using dnsworkers: append a period to every
  834.       address we resolve at the exit node, so that we do not accidentally
  835.       pick up local addresses, and so that failing searches are retried
  836.       in the resolver search domains. (This is already solved for
  837.       eventdns.) (This breaks Blossom servers for now.)
  838.     - If we are using an exit enclave and we can't connect, e.g. because
  839.       its webserver is misconfigured to not listen on localhost, then
  840.       back off and try connecting from somewhere else before we fail.
  841.   o Minor bugfixes:
  842.     - Start compiling on MinGW on Windows (patches from Mike Chiussi).
  843.     - Start compiling on MSVC6 on Windows (patches from Frediano Ziglio).
  844.     - Fix bug 314: Tor clients issued "unsafe socks" warnings even
  845.       when the IP address is mapped through MapAddress to a hostname.
  846.     - Start passing "ipv4" hints to getaddrinfo(), so servers don't do
  847.       useless IPv6 DNS resolves.
  848.     - Patch suggested by Karsten Loesing: respond to SIGNAL command
  849.       before we execute the signal, in case the signal shuts us down.
  850.     - Clean up AllowInvalidNodes man page entry.
  851.     - Claim a commonname of Tor, rather than TOR, in TLS handshakes.
  852.     - Add more asserts to track down an assert error on a windows Tor
  853.       server with connection_add being called with socket == -1.
  854.     - Handle reporting OR_CONN_EVENT_NEW events to the controller.
  855.     - Fix misleading log messages: an entry guard that is "unlisted",
  856.       as well as not known to be "down" (because we've never heard
  857.       of it), is not therefore "up".
  858.     - Remove code to special-case "-cvs" ending, since it has not
  859.       actually mattered since 0.0.9.
  860.     - Make our socks5 handling more robust to broken socks clients:
  861.       throw out everything waiting on the buffer in between socks
  862.       handshake phases, since they can't possibly (so the theory
  863.       goes) have predicted what we plan to respond to them.
  864. Changes in version 0.1.1.23 - 2006-07-30
  865.   o Major bugfixes:
  866.     - Fast Tor servers, especially exit nodes, were triggering asserts
  867.       due to a bug in handling the list of pending DNS resolves. Some
  868.       bugs still remain here; we're hunting them.
  869.     - Entry guards could crash clients by sending unexpected input.
  870.     - More fixes on reachability testing: if you find yourself reachable,
  871.       then don't ever make any client requests (so you stop predicting
  872.       circuits), then hup or have your clock jump, then later your IP
  873.       changes, you won't think circuits are working, so you won't try to
  874.       test reachability, so you won't publish.
  875.   o Minor bugfixes:
  876.     - Avoid a crash if the controller does a resetconf firewallports
  877.       and then a setconf fascistfirewall=1.
  878.     - Avoid an integer underflow when the dir authority decides whether
  879.       a router is stable: we might wrongly label it stable, and compute
  880.       a slightly wrong median stability, when a descriptor is published
  881.       later than now.
  882.     - Fix a place where we might trigger an assert if we can't build our
  883.       own server descriptor yet.
  884. Changes in version 0.1.1.22 - 2006-07-05
  885.   o Major bugfixes:
  886.     - Fix a big bug that was causing servers to not find themselves
  887.       reachable if they changed IP addresses. Since only 0.1.1.22+
  888.       servers can do reachability testing correctly, now we automatically
  889.       make sure to test via one of these.
  890.     - Fix to allow clients and mirrors to learn directory info from
  891.       descriptor downloads that get cut off partway through.
  892.     - Directory authorities had a bug in deciding if a newly published
  893.       descriptor was novel enough to make everybody want a copy -- a few
  894.       servers seem to be publishing new descriptors many times a minute.
  895.   o Minor bugfixes:
  896.     - Fix a rare bug that was causing some servers to complain about
  897.       "closing wedged cpuworkers" and skip some circuit create requests.
  898.     - Make the Exit flag in directory status documents actually work.
  899. Changes in version 0.1.1.21 - 2006-06-10
  900.   o Crash and assert fixes from 0.1.1.20:
  901.     - Fix a rare crash on Tor servers that have enabled hibernation.
  902.     - Fix a seg fault on startup for Tor networks that use only one
  903.       directory authority.
  904.     - Fix an assert from a race condition that occurs on Tor servers
  905.       while exiting, where various threads are trying to log that they're
  906.       exiting, and delete the logs, at the same time.
  907.     - Make our unit tests pass again on certain obscure platforms.
  908.   o Other fixes:
  909.     - Add support for building SUSE RPM packages.
  910.     - Speed up initial bootstrapping for clients: if we are making our
  911.       first ever connection to any entry guard, then don't mark it down
  912.       right after that.
  913.     - When only one Tor server in the network is labelled as a guard,
  914.       and we've already picked him, we would cycle endlessly picking him
  915.       again, being unhappy about it, etc. Now we specifically exclude
  916.       current guards when picking a new guard.
  917.     - Servers send create cells more reliably after the TLS connection
  918.       is established: we were sometimes forgetting to send half of them
  919.       when we had more than one pending.
  920.     - If we get a create cell that asks us to extend somewhere, but the
  921.       Tor server there doesn't match the expected digest, we now send
  922.       a destroy cell back, rather than silently doing nothing.
  923.     - Make options->RedirectExit work again.
  924.     - Make cookie authentication for the controller work again.
  925.     - Stop being picky about unusual characters in the arguments to
  926.       mapaddress. It's none of our business.
  927.     - Add a new config option "TestVia" that lets you specify preferred
  928.       middle hops to use for test circuits. Perhaps this will let me
  929.       debug the reachability problems better.
  930.   o Log / documentation fixes:
  931.     - If we're a server and some peer has a broken TLS certificate, don't
  932.       log about it unless ProtocolWarnings is set, i.e., we want to hear
  933.       about protocol violations by others.
  934.     - Fix spelling of VirtualAddrNetwork in man page.
  935.     - Add a better explanation at the top of the autogenerated torrc file
  936.       about what happened to our old torrc.
  937. Changes in version 0.1.1.20 - 2006-05-23
  938.   o Bugfixes:
  939.     - Downgrade a log severity where servers complain that they're
  940.       invalid.
  941.     - Avoid a compile warning on FreeBSD.
  942.     - Remove string size limit on NEWDESC messages; solve bug 291.
  943.     - Correct the RunAsDaemon entry in the man page; ignore RunAsDaemon
  944.       more thoroughly when we're running on windows.
  945. Changes in version 0.1.1.19-rc - 2006-05-03
  946.   o Minor bugs:
  947.     - Regenerate our local descriptor if it's dirty and we try to use
  948.       it locally (e.g. if it changes during reachability detection).
  949.     - If we setconf our ORPort to 0, we continued to listen on the
  950.       old ORPort and receive connections.
  951.     - Avoid a second warning about machine/limits.h on Debian
  952.       GNU/kFreeBSD.
  953.     - Be willing to add our own routerinfo into the routerlist.
  954.       Now authorities will include themselves in their directories
  955.       and network-statuses.
  956.     - Stop trying to upload rendezvous descriptors to every
  957.       directory authority: only try the v1 authorities.
  958.     - Servers no longer complain when they think they're not
  959.       registered with the directory authorities. There were too many
  960.       false positives.
  961.     - Backport dist-rpm changes so rpms can be built without errors.
  962.   o Features:
  963.     - Implement an option, VirtualAddrMask, to set which addresses
  964.       get handed out in response to mapaddress requests. This works
  965.       around a bug in tsocks where 127.0.0.0/8 is never socksified.
  966. Changes in version 0.1.1.18-rc - 2006-04-10
  967.   o Major fixes:
  968.     - Work harder to download live network-statuses from all the
  969.       directory authorities we know about. Improve the threshold
  970.       decision logic so we're more robust to edge cases.
  971.     - When fetching rendezvous descriptors, we were willing to ask
  972.       v2 authorities too, which would always return 404.
  973.   o Minor fixes:
  974.     - Stop listing down or invalid nodes in the v1 directory. This will
  975.       reduce its bulk by about 1/3, and reduce load on directory
  976.       mirrors.
  977.     - When deciding whether a router is Fast or Guard-worthy, consider
  978.       his advertised BandwidthRate and not just the BandwidthCapacity.
  979.     - No longer ship INSTALL and README files -- they are useless now.
  980.     - Force rpmbuild to behave and honor target_cpu.
  981.     - Avoid warnings about machine/limits.h on Debian GNU/kFreeBSD.
  982.     - Start to include translated versions of the tor-doc-*.html
  983.       files, along with the screenshots. Still needs more work.
  984.     - Start sending back 512 and 451 errors if mapaddress fails,
  985.       rather than not sending anything back at all.
  986.     - When we fail to bind or listen on an incoming or outgoing
  987.       socket, we should close it before failing. otherwise we just
  988.       leak it. (thanks to weasel for finding.)
  989.     - Allow "getinfo dir/status/foo" to work, as long as your DirPort
  990.       is enabled. (This is a hack, and will be fixed in 0.1.2.x.)
  991.     - Make NoPublish (even though deprecated) work again.
  992.     - Fix a minor security flaw where a versioning auth dirserver
  993.       could list a recommended version many times in a row to make
  994.       clients more convinced that it's recommended.
  995.     - Fix crash bug if there are two unregistered servers running
  996.       with the same nickname, one of them is down, and you ask for
  997.       them by nickname in your EntryNodes or ExitNodes. Also, try
  998.       to pick the one that's running rather than an arbitrary one.
  999.     - Fix an infinite loop we could hit if we go offline for too long.
  1000.     - Complain when we hit WSAENOBUFS on recv() or write() too.
  1001.       Perhaps this will help us hunt the bug.
  1002.     - If you're not a versioning dirserver, don't put the string
  1003.       "client-versions nserver-versions n" in your network-status.
  1004.     - Lower the minimum required number of file descriptors to 1000,
  1005.       so we can have some overhead for Valgrind on Linux, where the
  1006.       default ulimit -n is 1024.
  1007.   o New features:
  1008.     - Add tor.dizum.com as the fifth authoritative directory server.
  1009.     - Add a new config option FetchUselessDescriptors, off by default,
  1010.       for when you plan to run "exitlist" on your client and you want
  1011.       to know about even the non-running descriptors.
  1012. Changes in version 0.1.1.17-rc - 2006-03-28
  1013.   o Major fixes:
  1014.     - Clients and servers since 0.1.1.10-alpha have been expiring
  1015.       connections whenever they are idle for 5 minutes and they *do*
  1016.       have circuits on them. Oops. With this new version, clients will
  1017.       discard their previous entry guard choices and avoid choosing
  1018.       entry guards running these flawed versions.
  1019.     - Fix memory leak when uncompressing concatenated zlib streams. This
  1020.       was causing substantial leaks over time on Tor servers.
  1021.     - The v1 directory was including servers as much as 48 hours old,
  1022.       because that's how the new routerlist->routers works. Now only
  1023.       include them if they're 20 hours old or less.
  1024.   o Minor fixes:
  1025.     - Resume building on irix64, netbsd 2.0, etc.
  1026.     - On non-gcc compilers (e.g. solaris), use "-g -O" instead of
  1027.       "-Wall -g -O2".
  1028.     - Stop writing the "router.desc" file, ever. Nothing uses it anymore,
  1029.       and it is confusing some users.
  1030.     - Mirrors stop caching the v1 directory so often.
  1031.     - Make the max number of old descriptors that a cache will hold
  1032.       rise with the number of directory authorities, so we can scale.
  1033.     - Change our win32 uname() hack to be more forgiving about what
  1034.       win32 versions it thinks it's found.
  1035.   o New features:
  1036.     - Add lefkada.eecs.harvard.edu as a fourth authoritative directory
  1037.       server.
  1038.     - When the controller's *setconf commands fail, collect an error
  1039.       message in a string and hand it back to the controller.
  1040.     - Make the v2 dir's "Fast" flag based on relative capacity, just
  1041.       like "Stable" is based on median uptime. Name everything in the
  1042.       top 7/8 Fast, and only the top 1/2 gets to be a Guard.
  1043.     - Log server fingerprint on startup, so new server operators don't
  1044.       have to go hunting around their filesystem for it.
  1045.     - Return a robots.txt on our dirport to discourage google indexing.
  1046.     - Let the controller ask for GETINFO dir/status/foo so it can ask
  1047.       directly rather than connecting to the dir port. Only works when
  1048.       dirport is set for now.
  1049.   o New config options rather than constants in the code:
  1050.     - SocksTimeout: How long do we let a socks connection wait
  1051.       unattached before we fail it?
  1052.     - CircuitBuildTimeout: Cull non-open circuits that were born
  1053.       at least this many seconds ago.
  1054.     - CircuitIdleTimeout: Cull open clean circuits that were born
  1055.       at least this many seconds ago.
  1056. Changes in version 0.1.1.16-rc - 2006-03-18
  1057.   o Bugfixes on 0.1.1.15-rc:
  1058.     - Fix assert when the controller asks to attachstream a connect-wait
  1059.       or resolve-wait stream.
  1060.     - Now do address rewriting when the controller asks us to attach
  1061.       to a particular circuit too. This will let Blossom specify
  1062.       "moria2.exit" without having to learn what moria2's IP address is.
  1063.     - Make the "tor --verify-config" command-line work again, so people
  1064.       can automatically check if their torrc will parse.
  1065.     - Authoritative dirservers no longer require an open connection from
  1066.       a server to consider him "reachable". We need this change because
  1067.       when we add new auth dirservers, old servers won't know not to
  1068.       hang up on them.
  1069.     - Let Tor build on Sun CC again.
  1070.     - Fix an off-by-one buffer size in dirserv.c that magically never
  1071.       hit our three authorities but broke sjmurdoch's own tor network.
  1072.     - If we as a directory mirror don't know of any v1 directory
  1073.       authorities, then don't try to cache any v1 directories.
  1074.     - Stop warning about unknown servers in our family when they are
  1075.       given as hex digests.
  1076.     - Stop complaining as quickly to the server operator that he
  1077.       hasn't registered his nickname/key binding.
  1078.     - Various cleanups so we can add new V2 Auth Dirservers.
  1079.     - Change "AllowUnverifiedNodes" to "AllowInvalidNodes", to
  1080.       reflect the updated flags in our v2 dir protocol.
  1081.     - Resume allowing non-printable characters for exit streams (both
  1082.       for connecting and for resolving). Now we tolerate applications
  1083.       that don't follow the RFCs. But continue to block malformed names
  1084.       at the socks side.
  1085.   o Bugfixes on 0.1.0.x:
  1086.     - Fix assert bug in close_logs(): when we close and delete logs,
  1087.       remove them all from the global "logfiles" list.
  1088.     - Fix minor integer overflow in calculating when we expect to use up
  1089.       our bandwidth allocation before hibernating.
  1090.     - Fix a couple of bugs in OpenSSL detection. Also, deal better when
  1091.       there are multiple SSLs installed with different versions.
  1092.     - When we try to be a server and Address is not explicitly set and
  1093.       our hostname resolves to a private IP address, try to use an
  1094.       interface address if it has a public address. Now Windows machines
  1095.       that think of themselves as localhost can work by default.
  1096.   o New features:
  1097.     - Let the controller ask for GETINFO dir/server/foo so it can ask
  1098.       directly rather than connecting to the dir port.
  1099.     - Let the controller tell us about certain router descriptors
  1100.       that it doesn't want Tor to use in circuits. Implement
  1101.       SETROUTERPURPOSE and modify +POSTDESCRIPTOR to do this.
  1102.     - New config option SafeSocks to reject all application connections
  1103.       using unsafe socks protocols. Defaults to off.
  1104. Changes in version 0.1.1.15-rc - 2006-03-11
  1105.   o Bugfixes and cleanups:
  1106.     - When we're printing strings from the network, don't try to print
  1107.       non-printable characters. This protects us against shell escape
  1108.       sequence exploits, and also against attacks to fool humans into
  1109.       misreading their logs.
  1110.     - Fix a bug where Tor would fail to establish any connections if you
  1111.       left it off for 24 hours and then started it: we were happy with
  1112.       the obsolete network statuses, but they all referred to router
  1113.       descriptors that were too old to fetch, so we ended up with no
  1114.       valid router descriptors.
  1115.     - Fix a seg fault in the controller's "getinfo orconn-status"
  1116.       command while listing status on incoming handshaking connections.
  1117.       Introduce a status name "NEW" for these connections.
  1118.     - If we get a linelist or linelist_s config option from the torrc
  1119.       (e.g. ExitPolicy) and it has no value, warn and skip rather than
  1120.       silently resetting it to its default.
  1121.     - Don't abandon entry guards until they've been down or gone for
  1122.       a whole month.
  1123.     - Cleaner and quieter log messages.
  1124.   o New features:
  1125.     - New controller signal NEWNYM that makes new application requests
  1126.       use clean circuits.
  1127.     - Add a new circuit purpose 'controller' to let the controller ask
  1128.       for a circuit that Tor won't try to use. Extend the EXTENDCIRCUIT
  1129.       controller command to let you specify the purpose if you're
  1130.       starting a new circuit.  Add a new SETCIRCUITPURPOSE controller
  1131.       command to let you change a circuit's purpose after it's been
  1132.       created.
  1133.     - Accept "private:*" in routerdesc exit policies; not generated yet
  1134.       because older Tors do not understand it.
  1135.     - Add BSD-style contributed startup script "rc.subr" from Peter
  1136.       Thoenen.
  1137. Changes in version 0.1.1.14-alpha - 2006-02-20
  1138.   o Bugfixes on 0.1.1.x:
  1139.     - Don't die if we ask for a stdout or stderr log (even implicitly)
  1140.       and we're set to RunAsDaemon -- just warn.
  1141.     - We still had a few bugs in the OR connection rotation code that
  1142.       caused directory servers to slowly aggregate connections to other
  1143.       fast Tor servers. This time for sure!
  1144.     - Make log entries on Win32 include the name of the function again.
  1145.     - We were treating a pair of exit policies if they were equal even
  1146.       if one said accept and the other said reject -- causing us to
  1147.       not always publish a new descriptor since we thought nothing
  1148.       had changed.
  1149.     - Retry pending server downloads as well as pending networkstatus
  1150.       downloads when we unexpectedly get a socks request.
  1151.     - We were ignoring the IS_FAST flag in the directory status,
  1152.       meaning we were willing to pick trivial-bandwidth nodes for "fast"
  1153.       connections.
  1154.     - If the controller's SAVECONF command fails (e.g. due to file
  1155.       permissions), let the controller know that it failed.
  1156.   o Features:
  1157.     - If we're trying to be a Tor server and running Windows 95/98/ME
  1158.       as a server, explain that we'll likely crash.
  1159.     - When we're a server, a client asks for an old-style directory,
  1160.       and our write bucket is empty, don't give it to him. This way
  1161.       small servers can continue to serve the directory *sometimes*,
  1162.       without getting overloaded.
  1163.     - Compress exit policies even more -- look for duplicate lines
  1164.       and remove them.
  1165.     - Clients now honor the "guard" flag in the router status when
  1166.       picking entry guards, rather than looking at is_fast or is_stable.
  1167.     - Retain unrecognized lines in $DATADIR/state file, so that we can
  1168.       be forward-compatible.
  1169.     - Generate 18.0.0.0/8 address policy format in descs when we can;
  1170.       warn when the mask is not reducible to a bit-prefix.
  1171.     - Let the user set ControlListenAddress in the torrc.  This can be
  1172.       dangerous, but there are some cases (like a secured LAN) where it
  1173.       makes sense.
  1174.     - Split ReachableAddresses into ReachableDirAddresses and
  1175.       ReachableORAddresses, so we can restrict Dir conns to port 80
  1176.       and OR conns to port 443.
  1177.     - Now we can target arch and OS in rpm builds (contributed by
  1178.       Phobos). Also make the resulting dist-rpm filename match the
  1179.       target arch.
  1180.     - New config options to help controllers: FetchServerDescriptors
  1181.       and FetchHidServDescriptors for whether to fetch server
  1182.       info and hidserv info or let the controller do it, and
  1183.       PublishServerDescriptor and PublishHidServDescriptors.
  1184.     - Also let the controller set the __AllDirActionsPrivate config
  1185.       option if you want all directory fetches/publishes to happen via
  1186.       Tor (it assumes your controller bootstraps your circuits).
  1187. Changes in version 0.1.0.17 - 2006-02-17
  1188.   o Crash bugfixes on 0.1.0.x:
  1189.     - When servers with a non-zero DirPort came out of hibernation,
  1190.       sometimes they would trigger an assert.
  1191.   o Other important bugfixes:
  1192.     - On platforms that don't have getrlimit (like Windows), we were
  1193.       artificially constraining ourselves to a max of 1024
  1194.       connections. Now just assume that we can handle as many as 15000
  1195.       connections. Hopefully this won't cause other problems.
  1196.   o Backported features:
  1197.     - When we're a server, a client asks for an old-style directory,
  1198.       and our write bucket is empty, don't give it to him. This way
  1199.       small servers can continue to serve the directory *sometimes*,
  1200.       without getting overloaded.
  1201.     - Whenever you get a 503 in response to a directory fetch, try
  1202.       once more. This will become important once servers start sending
  1203.       503's whenever they feel busy.
  1204.     - Fetch a new directory every 120 minutes, not every 40 minutes.
  1205.       Now that we have hundreds of thousands of users running the old
  1206.       directory algorithm, it's starting to hurt a lot.
  1207.     - Bump up the period for forcing a hidden service descriptor upload
  1208.       from 20 minutes to 1 hour.
  1209. Changes in version 0.1.1.13-alpha - 2006-02-09
  1210.   o Crashes in 0.1.1.x:
  1211.     - When you tried to setconf ORPort via the controller, Tor would
  1212.       crash. So people using TorCP to become a server were sad.
  1213.     - Solve (I hope) the stack-smashing bug that we were seeing on fast
  1214.       servers. The problem appears to be something do with OpenSSL's
  1215.       random number generation, or how we call it, or something. Let me
  1216.       know if the crashes continue.
  1217.     - Turn crypto hardware acceleration off by default, until we find
  1218.       somebody smart who can test it for us. (It appears to produce
  1219.       seg faults in at least some cases.)
  1220.     - Fix a rare assert error when we've tried all intro points for
  1221.       a hidden service and we try fetching the service descriptor again:
  1222.       "Assertion conn->state != AP_CONN_STATE_RENDDESC_WAIT failed"
  1223.   o Major fixes:
  1224.     - Fix a major load balance bug: we were round-robining in 16 KB
  1225.       chunks, and servers with bandwidthrate of 20 KB, while downloading
  1226.       a 600 KB directory, would starve their other connections. Now we
  1227.       try to be a bit more fair.
  1228.     - Dir authorities and mirrors were never expiring the newest
  1229.       descriptor for each server, causing memory and directory bloat.
  1230.     - Fix memory-bloating and connection-bloating bug on servers: We
  1231.       were never closing any connection that had ever had a circuit on
  1232.       it, because we were checking conn->n_circuits == 0, yet we had a
  1233.       bug that let it go negative.
  1234.     - Make Tor work using squid as your http proxy again -- squid
  1235.       returns an error if you ask for a URL that's too long, and it uses
  1236.       a really generic error message. Plus, many people are behind a
  1237.       transparent squid so they don't even realize it.
  1238.     - On platforms that don't have getrlimit (like Windows), we were
  1239.       artificially constraining ourselves to a max of 1024
  1240.       connections. Now just assume that we can handle as many as 15000
  1241.       connections. Hopefully this won't cause other problems.
  1242.     - Add a new config option ExitPolicyRejectPrivate which defaults to
  1243.       1. This means all exit policies will begin with rejecting private
  1244.       addresses, unless the server operator explicitly turns it off.
  1245.   o Major features:
  1246.     - Clients no longer download descriptors for non-running
  1247.       descriptors.
  1248.     - Before we add new directory authorities, we should make it
  1249.       clear that only v1 authorities should receive/publish hidden
  1250.       service descriptors.
  1251.   o Minor features:
  1252.     - As soon as we've fetched some more directory info, immediately
  1253.       try to download more server descriptors. This way we don't have
  1254.       a 10 second pause during initial bootstrapping.
  1255.     - Remove even more loud log messages that the server operator can't
  1256.       do anything about.
  1257.     - When we're running an obsolete or un-recommended version, make
  1258.       the log message more clear about what the problem is and what
  1259.       versions *are* still recommended.
  1260.     - Provide a more useful warn message when our onion queue gets full:
  1261.       the CPU is too slow or the exit policy is too liberal.
  1262.     - Don't warn when we receive a 503 from a dirserver/cache -- this
  1263.       will pave the way for them being able to refuse if they're busy.
  1264.     - When we fail to bind a listener, try to provide a more useful
  1265.       log message: e.g., "Is Tor already running?"
  1266.     - Adjust tor-spec to parameterize cell and key lengths. Now Ian
  1267.       Goldberg can prove things about our handshake protocol more
  1268.       easily.
  1269.     - MaxConn has been obsolete for a while now. Document the ConnLimit
  1270.       config option, which is a *minimum* number of file descriptors
  1271.       that must be available else Tor refuses to start.
  1272.     - Apply Matt Ghali's --with-syslog-facility patch to ./configure
  1273.       if you log to syslog and want something other than LOG_DAEMON.
  1274.     - Make dirservers generate a separate "guard" flag to mean,
  1275.       "would make a good entry guard". Make clients parse it and vote
  1276.       on it. Not used by clients yet.
  1277.     - Implement --with-libevent-dir option to ./configure. Also, improve
  1278.       search techniques to find libevent, and use those for openssl too.
  1279.     - Bump the default bandwidthrate to 3 MB, and burst to 6 MB
  1280.     - Only start testing reachability once we've established a
  1281.       circuit. This will make startup on dirservers less noisy.
  1282.     - Don't try to upload hidden service descriptors until we have
  1283.       established a circuit.
  1284.     - Fix the controller's "attachstream 0" command to treat conn like
  1285.       it just connected, doing address remapping, handling .exit and
  1286.       .onion idioms, and so on. Now we're more uniform in making sure
  1287.       that the controller hears about new and closing connections.
  1288. Changes in version 0.1.1.12-alpha - 2006-01-11
  1289.   o Bugfixes on 0.1.1.x:
  1290.     - The fix to close duplicate server connections was closing all
  1291.       Tor client connections if they didn't establish a circuit
  1292.       quickly enough. Oops.
  1293.     - Fix minor memory issue (double-free) that happened on exit.
  1294.   o Bugfixes on 0.1.0.x:
  1295.     - Tor didn't warn when it failed to open a log file.
  1296. Changes in version 0.1.1.11-alpha - 2006-01-10
  1297.   o Crashes in 0.1.1.x:
  1298.     - Include all the assert/crash fixes from 0.1.0.16.
  1299.     - If you start Tor and then quit very quickly, there were some
  1300.       races that tried to free things that weren't allocated yet.
  1301.     - Fix a rare memory stomp if you're running hidden services.
  1302.     - Fix segfault when specifying DirServer in config without nickname.
  1303.     - Fix a seg fault when you finish connecting to a server but at
  1304.       that moment you dump his server descriptor.
  1305.     - Extendcircuit and Attachstream controller commands would
  1306.       assert/crash if you don't give them enough arguments.
  1307.     - Fix an assert error when we're out of space in the connection_list
  1308.       and we try to post a hidden service descriptor (reported by weasel).
  1309.     - If you specify a relative torrc path and you set RunAsDaemon in
  1310.       your torrc, then it chdir()'s to the new directory. If you HUP,
  1311.       it tries to load the new torrc location, fails, and exits.
  1312.       The fix: no longer allow a relative path to torrc using -f.
  1313.   o Major features:
  1314.     - Implement "entry guards": automatically choose a handful of entry
  1315.       nodes and stick with them for all circuits. Only pick new guards
  1316.       when the ones you have are unsuitable, and if the old guards
  1317.       become suitable again, switch back. This will increase security
  1318.       dramatically against certain end-point attacks. The EntryNodes
  1319.       config option now provides some hints about which entry guards you
  1320.       want to use most; and StrictEntryNodes means to only use those.
  1321.     - New directory logic: download by descriptor digest, not by
  1322.       fingerprint. Caches try to download all listed digests from
  1323.       authorities; clients try to download "best" digests from caches.
  1324.       This avoids partitioning and isolating attacks better.
  1325.     - Make the "stable" router flag in network-status be the median of
  1326.       the uptimes of running valid servers, and make clients pay
  1327.       attention to the network-status flags. Thus the cutoff adapts
  1328.       to the stability of the network as a whole, making IRC, IM, etc
  1329.       connections more reliable.
  1330.   o Major fixes:
  1331.     - Tor servers with dynamic IP addresses were needing to wait 18
  1332.       hours before they could start doing reachability testing using
  1333.       the new IP address and ports. This is because they were using
  1334.       the internal descriptor to learn what to test, yet they were only
  1335.       rebuilding the descriptor once they decided they were reachable.
  1336.     - Tor 0.1.1.9 and 0.1.1.10 had a serious bug that caused clients
  1337.       to download certain server descriptors, throw them away, and then
  1338.       fetch them again after 30 minutes. Now mirrors throw away these
  1339.       server descriptors so clients can't get them.
  1340.     - We were leaving duplicate connections to other ORs open for a week,
  1341.       rather than closing them once we detect a duplicate. This only
  1342.       really affected authdirservers, but it affected them a lot.
  1343.     - Spread the authdirservers' reachability testing over the entire
  1344.       testing interval, so we don't try to do 500 TLS's at once every
  1345.       20 minutes.
  1346.   o Minor fixes:
  1347.     - If the network is down, and we try to connect to a conn because
  1348.       we have a circuit in mind, and we timeout (30 seconds) because the
  1349.       network never answers, we were expiring the circuit, but we weren't
  1350.       obsoleting the connection or telling the entry_guards functions.
  1351.     - Some Tor servers process billions of cells per day. These statistics
  1352.       need to be uint64_t's.
  1353.     - Check for integer overflows in more places, when adding elements
  1354.       to smartlists. This could possibly prevent a buffer overflow
  1355.       on malicious huge inputs. I don't see any, but I haven't looked
  1356.       carefully.
  1357.     - ReachableAddresses kept growing new "reject *:*" lines on every
  1358.       setconf/reload.
  1359.     - When you "setconf log" via the controller, it should remove all
  1360.       logs. We were automatically adding back in a "log notice stdout".
  1361.     - Newly bootstrapped Tor networks couldn't establish hidden service
  1362.       circuits until they had nodes with high uptime. Be more tolerant.
  1363.     - We were marking servers down when they could not answer every piece
  1364.       of the directory request we sent them. This was far too harsh.
  1365.     - Fix the torify (tsocks) config file to not use Tor for localhost
  1366.       connections.
  1367.     - Directory authorities now go to the proper authority when asking for
  1368.       a networkstatus, even when they want a compressed one.
  1369.     - Fix a harmless bug that was causing Tor servers to log
  1370.       "Got an end because of misc error, but we're not an AP. Closing."
  1371.     - Authorities were treating their own descriptor changes as cosmetic,
  1372.       meaning the descriptor available in the network-status and the
  1373.       descriptor that clients downloaded were different.
  1374.     - The OS X installer was adding a symlink for tor_resolve but
  1375.       the binary was called tor-resolve (reported by Thomas Hardly).
  1376.     - Workaround a problem with some http proxies where they refuse GET
  1377.       requests that specify "Content-Length: 0" (reported by Adrian).
  1378.     - Fix wrong log message when you add a "HiddenServiceNodes" config
  1379.       line without any HiddenServiceDir line (reported by Chris Thomas).
  1380.   o Minor features:
  1381.     - Write the TorVersion into the state file so we have a prayer of
  1382.       keeping forward and backward compatibility.
  1383.     - Revive the FascistFirewall config option rather than eliminating it:
  1384.       now it's a synonym for ReachableAddresses *:80,*:443.
  1385.     - Clients choose directory servers from the network status lists,
  1386.       not from their internal list of router descriptors. Now they can
  1387.       go to caches directly rather than needing to go to authorities
  1388.       to bootstrap.
  1389.     - Directory authorities ignore router descriptors that have only
  1390.       cosmetic differences: do this for 0.1.0.x servers now too.
  1391.     - Add a new flag to network-status indicating whether the server
  1392.       can answer v2 directory requests too.
  1393.     - Authdirs now stop whining so loudly about bad descriptors that
  1394.       they fetch from other dirservers. So when there's a log complaint,
  1395.       it's for sure from a freshly uploaded descriptor.
  1396.     - Reduce memory requirements in our structs by changing the order
  1397.       of fields.
  1398.     - There used to be two ways to specify your listening ports in a
  1399.       server descriptor: on the "router" line and with a separate "ports"
  1400.       line. Remove support for the "ports" line.
  1401.     - New config option "AuthDirRejectUnlisted" for auth dirservers as
  1402.       a panic button: if we get flooded with unusable servers we can
  1403.       revert to only listing servers in the approved-routers file.
  1404.     - Auth dir servers can now mark a fingerprint as "!reject" or
  1405.       "!invalid" in the approved-routers file (as its nickname), to
  1406.       refuse descriptors outright or include them but marked as invalid.
  1407.     - Servers store bandwidth history across restarts/crashes.
  1408.     - Add reasons to DESTROY and RELAY_TRUNCATED cells, so clients can
  1409.       get a better idea of why their circuits failed. Not used yet.
  1410.     - Directory mirrors now cache up to 16 unrecognized network-status
  1411.       docs. Now we can add new authdirservers and they'll be cached too.
  1412.     - When picking a random directory, prefer non-authorities if any
  1413.       are known.
  1414.     - New controller option "getinfo desc/all-recent" to fetch the
  1415.       latest server descriptor for every router that Tor knows about.
  1416. Changes in version 0.1.0.16 - 2006-01-02
  1417.   o Crash bugfixes on 0.1.0.x:
  1418.     - On Windows, build with a libevent patch from "I-M Weasel" to avoid
  1419.       corrupting the heap, losing FDs, or crashing when we need to resize
  1420.       the fd_sets. (This affects the Win32 binaries, not Tor's sources.)
  1421.     - It turns out sparc64 platforms crash on unaligned memory access
  1422.       too -- so detect and avoid this.
  1423.     - Handle truncated compressed data correctly (by detecting it and
  1424.       giving an error).
  1425.     - Fix possible-but-unlikely free(NULL) in control.c.
  1426.     - When we were closing connections, there was a rare case that
  1427.       stomped on memory, triggering seg faults and asserts.
  1428.     - Avoid potential infinite recursion when building a descriptor. (We
  1429.       don't know that it ever happened, but better to fix it anyway.)
  1430.     - We were neglecting to unlink marked circuits from soon-to-close OR
  1431.       connections, which caused some rare scribbling on freed memory.
  1432.     - Fix a memory stomping race bug when closing the joining point of two
  1433.       rendezvous circuits.
  1434.     - Fix an assert in time parsing found by Steven Murdoch.
  1435.   o Other bugfixes on 0.1.0.x:
  1436.     - When we're doing reachability testing, provide more useful log
  1437.       messages so the operator knows what to expect.
  1438.     - Do not check whether DirPort is reachable when we are suppressing
  1439.       advertising it because of hibernation.
  1440.     - When building with -static or on Solaris, we sometimes needed -ldl.
  1441.     - When we're deciding whether a stream has enough circuits around
  1442.       that can handle it, count the freshly dirty ones and not the ones
  1443.       that are so dirty they won't be able to handle it.
  1444.     - When we're expiring old circuits, we had a logic error that caused
  1445.       us to close new rendezvous circuits rather than old ones.
  1446.     - Give a more helpful log message when you try to change ORPort via
  1447.       the controller: you should upgrade Tor if you want that to work.
  1448.     - We were failing to parse Tor versions that start with "Tor ".
  1449.     - Tolerate faulty streams better: when a stream fails for reason
  1450.       exitpolicy, stop assuming that the router is lying about his exit
  1451.       policy. When a stream fails for reason misc, allow it to retry just
  1452.       as if it was resolvefailed. When a stream has failed three times,
  1453.       reset its failure count so we can try again and get all three tries.
  1454. Changes in version 0.1.1.10-alpha - 2005-12-11
  1455.   o Correctness bugfixes on 0.1.0.x:
  1456.     - On Windows, build with a libevent patch from "I-M Weasel" to avoid
  1457.       corrupting the heap, losing FDs, or crashing when we need to resize
  1458.       the fd_sets. (This affects the Win32 binaries, not Tor's sources.)
  1459.     - Stop doing the complex voodoo overkill checking for insecure
  1460.       Diffie-Hellman keys. Just check if it's in [2,p-2] and be happy.
  1461.     - When we were closing connections, there was a rare case that
  1462.       stomped on memory, triggering seg faults and asserts.
  1463.     - We were neglecting to unlink marked circuits from soon-to-close OR
  1464.       connections, which caused some rare scribbling on freed memory.
  1465.     - When we're deciding whether a stream has enough circuits around
  1466.       that can handle it, count the freshly dirty ones and not the ones
  1467.       that are so dirty they won't be able to handle it.
  1468.     - Recover better from TCP connections to Tor servers that are
  1469.       broken but don't tell you (it happens!); and rotate TLS
  1470.       connections once a week.
  1471.     - When we're expiring old circuits, we had a logic error that caused
  1472.       us to close new rendezvous circuits rather than old ones.
  1473.     - Fix a scary-looking but apparently harmless bug where circuits
  1474.       would sometimes start out in state CIRCUIT_STATE_OR_WAIT at
  1475.       servers, and never switch to state CIRCUIT_STATE_OPEN.
  1476.     - When building with -static or on Solaris, we sometimes needed to
  1477.       build with -ldl.
  1478.     - Give a useful message when people run Tor as the wrong user,
  1479.       rather than telling them to start chowning random directories.
  1480.     - We were failing to inform the controller about new .onion streams.
  1481.   o Security bugfixes on 0.1.0.x:
  1482.     - Refuse server descriptors if the fingerprint line doesn't match
  1483.       the included identity key. Tor doesn't care, but other apps (and
  1484.       humans) might actually be trusting the fingerprint line.
  1485.     - We used to kill the circuit when we receive a relay command we
  1486.       don't recognize. Now we just drop it.
  1487.     - Start obeying our firewall options more rigorously:
  1488.       . If we can't get to a dirserver directly, try going via Tor.
  1489.       . Don't ever try to connect (as a client) to a place our
  1490.         firewall options forbid.
  1491.       . If we specify a proxy and also firewall options, obey the
  1492.         firewall options even when we're using the proxy: some proxies
  1493.         can only proxy to certain destinations.
  1494.     - Fix a bug found by Lasse Overlier: when we were making internal
  1495.       circuits (intended to be cannibalized later for rendezvous and
  1496.       introduction circuits), we were picking them so that they had
  1497.       useful exit nodes. There was no need for this, and it actually
  1498.       aids some statistical attacks.
  1499.     - Start treating internal circuits and exit circuits separately.
  1500.       It's important to keep them separate because internal circuits
  1501.       have their last hops picked like middle hops, rather than like
  1502.       exit hops. So exiting on them will break the user's expectations.
  1503.   o Bugfixes on 0.1.1.x:
  1504.     - Take out the mis-feature where we tried to detect IP address
  1505.       flapping for people with DynDNS, and chose not to upload a new
  1506.       server descriptor sometimes.
  1507.     - Try to be compatible with OpenSSL 0.9.6 again.
  1508.     - Log fix: when the controller is logging about .onion addresses,
  1509.       sometimes it didn't include the ".onion" part of the address.
  1510.     - Don't try to modify options->DirServers internally -- if the
  1511.       user didn't specify any, just add the default ones directly to
  1512.       the trusted dirserver list. This fixes a bug where people running
  1513.       controllers would use SETCONF on some totally unrelated config
  1514.       option, and Tor would start yelling at them about changing their
  1515.       DirServer lines.
  1516.     - Let the controller's redirectstream command specify a port, in
  1517.       case the controller wants to change that too.
  1518.     - When we requested a pile of server descriptors, we sometimes
  1519.       accidentally launched a duplicate request for the first one.
  1520.     - Bugfix for trackhostexits: write down the fingerprint of the
  1521.       chosen exit, not its nickname, because the chosen exit might not
  1522.       be verified.
  1523.     - When parsing foo.exit, if foo is unknown, and we are leaving
  1524.       circuits unattached, set the chosen_exit field and leave the
  1525.       address empty. This matters because controllers got confused
  1526.       otherwise.
  1527.     - Directory authorities no longer try to download server
  1528.       descriptors that they know they will reject.
  1529.   o Features and updates:
  1530.     - Replace balanced trees with hash tables: this should make stuff
  1531.       significantly faster.
  1532.     - Resume using the AES counter-mode implementation that we ship,
  1533.       rather than OpenSSL's. Ours is significantly faster.
  1534.     - Many other CPU and memory improvements.
  1535.     - Add a new config option FastFirstHopPK (on by default) so clients
  1536.       do a trivial crypto handshake for their first hop, since TLS has
  1537.       already taken care of confidentiality and authentication.
  1538.     - Add a new config option TestSocks so people can see if their
  1539.       applications are using socks4, socks4a, socks5-with-ip, or
  1540.       socks5-with-hostname. This way they don't have to keep mucking
  1541.       with tcpdump and wondering if something got cached somewhere.
  1542.     - Warn when listening on a public address for socks. I suspect a
  1543.       lot of people are setting themselves up as open socks proxies,
  1544.       and they have no idea that jerks on the Internet are using them,
  1545.       since they simply proxy the traffic into the Tor network.
  1546.     - Add "private:*" as an alias in configuration for policies. Now
  1547.       you can simplify your exit policy rather than needing to list
  1548.       every single internal or nonroutable network space.
  1549.     - Add a new controller event type that allows controllers to get
  1550.       all server descriptors that were uploaded to a router in its role
  1551.       as authoritative dirserver.
  1552.     - Start shipping socks-extensions.txt, tor-doc-unix.html,
  1553.       tor-doc-server.html, and stylesheet.css in the tarball.
  1554.     - Stop shipping tor-doc.html in the tarball.
  1555. Changes in version 0.1.1.9-alpha - 2005-11-15
  1556.   o Usability improvements:
  1557.     - Start calling it FooListenAddress rather than FooBindAddress,
  1558.       since few of our users know what it means to bind an address
  1559.       or port.
  1560.     - Reduce clutter in server logs. We're going to try to make
  1561.       them actually usable now. New config option ProtocolWarnings that
  1562.       lets you hear about how _other Tors_ are breaking the protocol. Off
  1563.       by default.
  1564.     - Divide log messages into logging domains. Once we put some sort
  1565.       of interface on this, it will let people looking at more verbose
  1566.       log levels specify the topics they want to hear more about.
  1567.     - Make directory servers return better http 404 error messages
  1568.       instead of a generic "Servers unavailable".
  1569.     - Check for even more Windows version flags when writing the platform
  1570.       string in server descriptors, and note any we don't recognize.
  1571.     - Clean up more of the OpenSSL memory when exiting, so we can detect
  1572.       memory leaks better.
  1573.     - Make directory authorities be non-versioning, non-naming by
  1574.       default. Now we can add new directory servers without requiring
  1575.       their operators to pay close attention.
  1576.     - When logging via syslog, include the pid whenever we provide
  1577.       a log entry. Suggested by Todd Fries.
  1578.   o Performance improvements:
  1579.     - Directory servers now silently throw away new descriptors that
  1580.       haven't changed much if the timestamps are similar. We do this to
  1581.       tolerate older Tor servers that upload a new descriptor every 15
  1582.       minutes. (It seemed like a good idea at the time.)
  1583.     - Inline bottleneck smartlist functions; use fast versions by default.
  1584.     - Add a "Map from digest to void*" abstraction digestmap_t so we
  1585.       can do less hex encoding/decoding. Use it in router_get_by_digest()
  1586.       to resolve a performance bottleneck.
  1587.     - Allow tor_gzip_uncompress to extract as much as possible from
  1588.       truncated compressed data. Try to extract as many
  1589.       descriptors as possible from truncated http responses (when
  1590.       DIR_PURPOSE_FETCH_ROUTERDESC).
  1591.     - Make circ->onionskin a pointer, not a static array. moria2 was using
  1592.       125000 circuit_t's after it had been up for a few weeks, which
  1593.       translates to 20+ megs of wasted space.
  1594.     - The private half of our EDH handshake keys are now chosen out
  1595.       of 320 bits, not 1024 bits. (Suggested by Ian Goldberg.)
  1596.   o Security improvements:
  1597.     - Start making directory caches retain old routerinfos, so soon
  1598.       clients can start asking by digest of descriptor rather than by
  1599.       fingerprint of server.
  1600.     - Add half our entropy from RAND_poll in OpenSSL.  This knows how
  1601.       to use egd (if present), openbsd weirdness (if present), vms/os2
  1602.       weirdness (if we ever port there), and more in the future.
  1603.   o Bugfixes on 0.1.0.x:
  1604.     - Do round-robin writes of at most 16 kB per write. This might be
  1605.       more fair on loaded Tor servers, and it might resolve our Windows
  1606.       crash bug. It might also slow things down.
  1607.     - Our TLS handshakes were generating a single public/private
  1608.       keypair for the TLS context, rather than making a new one for
  1609.       each new connections. Oops. (But we were still rotating them
  1610.       periodically, so it's not so bad.)
  1611.     - When we were cannibalizing a circuit with a particular exit
  1612.       node in mind, we weren't checking to see if that exit node was
  1613.       already present earlier in the circuit. Oops.
  1614.     - When a Tor server's IP changes (e.g. from a dyndns address),
  1615.       upload a new descriptor so clients will learn too.
  1616.     - Really busy servers were keeping enough circuits open on stable
  1617.       connections that they were wrapping around the circuit_id
  1618.       space. (It's only two bytes.) This exposed a bug where we would
  1619.       feel free to reuse a circuit_id even if it still exists but has
  1620.       been marked for close. Try to fix this bug. Some bug remains.
  1621.     - If we would close a stream early (e.g. it asks for a .exit that
  1622.       we know would refuse it) but the LeaveStreamsUnattached config
  1623.       option is set by the controller, then don't close it.
  1624.   o Bugfixes on 0.1.1.8-alpha:
  1625.     - Fix a big pile of memory leaks, some of them serious.
  1626.     - Do not try to download a routerdesc if we would immediately reject
  1627.       it as obsolete.
  1628.     - Resume inserting a newline between all router descriptors when
  1629.       generating (old style) signed directories, since our spec says
  1630.       we do.
  1631.     - When providing content-type application/octet-stream for
  1632.       server descriptors using .z, we were leaving out the
  1633.       content-encoding header. Oops. (Everything tolerated this just
  1634.       fine, but that doesn't mean we need to be part of the problem.)
  1635.     - Fix a potential seg fault in getconf and getinfo using version 1
  1636.       of the controller protocol.
  1637.     - Avoid crash: do not check whether DirPort is reachable when we
  1638.       are suppressing it because of hibernation.
  1639.     - Make --hash-password not crash on exit.
  1640. Changes in version 0.1.1.8-alpha - 2005-10-07
  1641.   o New features (major):
  1642.     - Clients don't download or use the directory anymore. Now they
  1643.       download and use network-statuses from the trusted dirservers,
  1644.       and fetch individual server descriptors as needed from mirrors.
  1645.       See dir-spec.txt for all the gory details.
  1646.     - Be more conservative about whether to advertise our DirPort.
  1647.       The main change is to not advertise if we're running at capacity
  1648.       and either a) we could hibernate or b) our capacity is low and
  1649.       we're using a default DirPort.
  1650.     - Use OpenSSL's AES when OpenSSL has version 0.9.7 or later.
  1651.   o New features (minor):
  1652.     - Try to be smart about when to retry network-status and
  1653.       server-descriptor fetches. Still needs some tuning.
  1654.     - Stop parsing, storing, or using running-routers output (but
  1655.       mirrors still cache and serve it).
  1656.     - Consider a threshold of versioning dirservers (dirservers who have
  1657.       an opinion about which Tor versions are still recommended) before
  1658.       deciding whether to warn the user that he's obsolete.
  1659.     - Dirservers can now reject/invalidate by key and IP, with the
  1660.       config options "AuthDirInvalid" and "AuthDirReject". This is
  1661.       useful since currently we automatically list servers as running
  1662.       and usable even if we know they're jerks.
  1663.     - Provide dire warnings to any users who set DirServer; move it out
  1664.       of torrc.sample and into torrc.complete.
  1665.     - Add MyFamily to torrc.sample in the server section.
  1666.     - Add nicknames to the DirServer line, so we can refer to them
  1667.       without requiring all our users to memorize their IP addresses.
  1668.     - When we get an EOF or a timeout on a directory connection, note
  1669.       how many bytes of serverdesc we are dropping. This will help
  1670.       us determine whether it is smart to parse incomplete serverdesc
  1671.       responses.
  1672.     - Add a new function to "change pseudonyms" -- that is, to stop
  1673.       using any currently-dirty circuits for new streams, so we don't
  1674.       link new actions to old actions. Currently it's only called on
  1675.       HUP (or SIGNAL RELOAD).
  1676.     - On sighup, if UseHelperNodes changed to 1, use new circuits.
  1677.     - Start using RAND_bytes rather than RAND_pseudo_bytes from
  1678.       OpenSSL. Also, reseed our entropy every hour, not just at
  1679.       startup. And entropy in 512-bit chunks, not 160-bit chunks.
  1680.   o Fixes on 0.1.1.7-alpha:
  1681.     - Nobody ever implemented EVENT_ADDRMAP for control protocol
  1682.       version 0, so don't let version 0 controllers ask for it.
  1683.     - If you requested something with too many newlines via the
  1684.       v1 controller protocol, you could crash tor.
  1685.     - Fix a number of memory leaks, including some pretty serious ones.
  1686.     - Re-enable DirPort testing again, so Tor servers will be willing
  1687.       to advertise their DirPort if it's reachable.
  1688.     - On TLS handshake, only check the other router's nickname against
  1689.       its expected nickname if is_named is set.
  1690.   o Fixes forward-ported from 0.1.0.15:
  1691.     - Don't crash when we don't have any spare file descriptors and we
  1692.       try to spawn a dns or cpu worker.
  1693.     - Make the numbers in read-history and write-history into uint64s,
  1694.       so they don't overflow and publish negatives in the descriptor.
  1695.   o Fixes on 0.1.0.x:
  1696.     - For the OS X package's modified privoxy config file, comment
  1697.       out the "logfile" line so we don't log everything passed
  1698.       through privoxy.
  1699.     - We were whining about using socks4 or socks5-with-local-lookup
  1700.       even when it's an IP in the "virtual" range we designed exactly
  1701.       for this case.
  1702.     - We were leaking some memory every time the client changes IPs.
  1703.     - Never call free() on tor_malloc()d memory. This will help us
  1704.       use dmalloc to detect memory leaks.
  1705.     - Check for named servers when looking them up by nickname;
  1706.       warn when we'recalling a non-named server by its nickname;
  1707.       don't warn twice about the same name.
  1708.     - Try to list MyFamily elements by key, not by nickname, and warn
  1709.       if we've not heard of the server.
  1710.     - Make windows platform detection (uname equivalent) smarter.
  1711.     - It turns out sparc64 doesn't like unaligned access either.
  1712. Changes in version 0.1.0.15 - 2005-09-23
  1713.   o Bugfixes on 0.1.0.x:
  1714.     - Reject ports 465 and 587 (spam targets) in default exit policy.
  1715.     - Don't crash when we don't have any spare file descriptors and we
  1716.       try to spawn a dns or cpu worker.
  1717.     - Get rid of IgnoreVersion undocumented config option, and make us
  1718.       only warn, never exit, when we're running an obsolete version.
  1719.     - Don't try to print a null string when your server finds itself to
  1720.       be unreachable and the Address config option is empty.
  1721.     - Make the numbers in read-history and write-history into uint64s,
  1722.       so they don't overflow and publish negatives in the descriptor.
  1723.     - Fix a minor memory leak in smartlist_string_remove().
  1724.     - We were only allowing ourselves to upload a server descriptor at
  1725.       most every 20 minutes, even if it changed earlier than that.
  1726.     - Clean up log entries that pointed to old URLs.
  1727. Changes in version 0.1.1.7-alpha - 2005-09-14
  1728.   o Fixes on 0.1.1.6-alpha:
  1729.     - Exit servers were crashing when people asked them to make a
  1730.       connection to an address not in their exit policy.
  1731.     - Looking up a non-existent stream for a v1 control connection would
  1732.       cause a segfault.
  1733.     - Fix a seg fault if we ask a dirserver for a descriptor by
  1734.       fingerprint but he doesn't know about him.
  1735.     - SETCONF was appending items to linelists, not clearing them.
  1736.     - SETCONF SocksBindAddress killed Tor if it fails to bind. Now back
  1737.       out and refuse the setconf if it would fail.
  1738.     - Downgrade the dirserver log messages when whining about
  1739.       unreachability.
  1740.   o New features:
  1741.     - Add Peter Palfrader's check-tor script to tor/contrib/
  1742.       It lets you easily check whether a given server (referenced by
  1743.       nickname) is reachable by you.
  1744.     - Numerous changes to move towards client-side v2 directories. Not
  1745.       enabled yet.
  1746.   o Fixes on 0.1.0.x:
  1747.     - If the user gave tor an odd number of command-line arguments,
  1748.       we were silently ignoring the last one. Now we complain and fail.
  1749.       [This wins the oldest-bug prize -- this bug has been present since
  1750.        November 2002, as released in Tor 0.0.0.]
  1751.     - Do not use unaligned memory access on alpha, mips, or mipsel.
  1752.       It *works*, but is very slow, so we treat them as if it doesn't.
  1753.     - Retry directory requests if we fail to get an answer we like
  1754.       from a given dirserver (we were retrying before, but only if
  1755.       we fail to connect).
  1756.     - When writing the RecommendedVersions line, sort them first.
  1757.     - When the client asked for a rendezvous port that the hidden
  1758.       service didn't want to provide, we were sending an IP address
  1759.       back along with the end cell. Fortunately, it was zero. But stop
  1760.       that anyway.
  1761.     - Correct "your server is reachable" log entries to indicate that
  1762.       it was self-testing that told us so.
  1763. Changes in version 0.1.1.6-alpha - 2005-09-09
  1764.   o Fixes on 0.1.1.5-alpha:
  1765.     - We broke fascistfirewall in 0.1.1.5-alpha. Oops.
  1766.     - Fix segfault in unit tests in 0.1.1.5-alpha. Oops.
  1767.     - Fix bug with tor_memmem finding a match at the end of the string.
  1768.     - Make unit tests run without segfaulting.
  1769.     - Resolve some solaris x86 compile warnings.
  1770.     - Handle duplicate lines in approved-routers files without warning.
  1771.     - Fix bug where as soon as a server refused any requests due to his
  1772.       exit policy (e.g. when we ask for localhost and he tells us that's
  1773.       127.0.0.1 and he won't do it), we decided he wasn't obeying his
  1774.       exit policy using him for any exits.
  1775.     - Only do openssl hardware accelerator stuff if openssl version is
  1776.       at least 0.9.7.
  1777.   o New controller features/fixes:
  1778.     - Add a "RESETCONF" command so you can set config options like
  1779.       AllowUnverifiedNodes and LongLivedPorts to "". Also, if you give
  1780.       a config option in the torrc with no value, then it clears it
  1781.       entirely (rather than setting it to its default).
  1782.     - Add a "GETINFO config-file" to tell us where torrc is.
  1783.     - Avoid sending blank lines when GETINFO replies should be empty.
  1784.     - Add a QUIT command for the controller (for using it manually).
  1785.     - Fix a bug in SAVECONF that was adding default dirservers and
  1786.       other redundant entries to the torrc file.
  1787.   o Start on the new directory design:
  1788.     - Generate, publish, cache, serve new network-status format.
  1789.     - Publish individual descriptors (by fingerprint, by "all", and by
  1790.       "tell me yours").
  1791.     - Publish client and server recommended versions separately.
  1792.     - Allow tor_gzip_uncompress() to handle multiple concatenated
  1793.       compressed strings. Serve compressed groups of router
  1794.       descriptors. The compression logic here could be more
  1795.       memory-efficient.
  1796.     - Distinguish v1 authorities (all currently trusted directories)
  1797.       from v2 authorities (all trusted directories).
  1798.     - Change DirServers config line to note which dirs are v1 authorities.
  1799.     - Add configuration option "V1AuthoritativeDirectory 1" which
  1800.       moria1, moria2, and tor26 should set.
  1801.     - Remove option when getting directory cache to see whether they
  1802.       support running-routers; they all do now. Replace it with one
  1803.       to see whether caches support v2 stuff.
  1804.   o New features:
  1805.     - Dirservers now do their own external reachability testing of each
  1806.       Tor server, and only list them as running if they've been found to
  1807.       be reachable. We also send back warnings to the server's logs if
  1808.       it uploads a descriptor that we already believe is unreachable.
  1809.     - Implement exit enclaves: if we know an IP address for the
  1810.       destination, and there's a running Tor server at that address
  1811.       which allows exit to the destination, then extend the circuit to
  1812.       that exit first. This provides end-to-end encryption and end-to-end
  1813.       authentication. Also, if the user wants a .exit address or enclave,
  1814.       use 4 hops rather than 3, and cannibalize a general circ for it
  1815.       if you can.
  1816.     - Permit transitioning from ORPort=0 to ORPort!=0, and back, from the
  1817.       controller. Also, rotate dns and cpu workers if the controller
  1818.       changes options that will affect them; and initialize the dns
  1819.       worker cache tree whether or not we start out as a server.
  1820.     - Only upload a new server descriptor when options change, 18
  1821.       hours have passed, uptime is reset, or bandwidth changes a lot.
  1822.     - Check [X-]Forwarded-For headers in HTTP requests when generating
  1823.       log messages. This lets people run dirservers (and caches) behind
  1824.       Apache but still know which IP addresses are causing warnings.
  1825.   o Config option changes:
  1826.     - Replace (Fascist)Firewall* config options with a new
  1827.       ReachableAddresses option that understands address policies.
  1828.       For example, "ReachableAddresses *:80,*:443"
  1829.     - Get rid of IgnoreVersion undocumented config option, and make us
  1830.       only warn, never exit, when we're running an obsolete version.
  1831.     - Make MonthlyAccountingStart config option truly obsolete now.
  1832.   o Fixes on 0.1.0.x:
  1833.     - Reject ports 465 and 587 in the default exit policy, since
  1834.       people have started using them for spam too.
  1835.     - It turns out we couldn't bootstrap a network since we added
  1836.       reachability detection in 0.1.0.1-rc. Good thing the Tor network
  1837.       has never gone down. Add an AssumeReachable config option to let
  1838.       servers and dirservers bootstrap. When we're trying to build a
  1839.       high-uptime or high-bandwidth circuit but there aren't enough
  1840.       suitable servers, try being less picky rather than simply failing.
  1841.     - Our logic to decide if the OR we connected to was the right guy
  1842.       was brittle and maybe open to a mitm for unverified routers.
  1843.     - We weren't cannibalizing circuits correctly for
  1844.       CIRCUIT_PURPOSE_C_ESTABLISH_REND and
  1845.       CIRCUIT_PURPOSE_S_ESTABLISH_INTRO, so we were being forced to
  1846.       build those from scratch. This should make hidden services faster.
  1847.     - Predict required circuits better, with an eye toward making hidden
  1848.       services faster on the service end.
  1849.     - Retry streams if the exit node sends back a 'misc' failure. This
  1850.       should result in fewer random failures. Also, after failing
  1851.       from resolve failed or misc, reset the num failures, so we give
  1852.       it a fair shake next time we try.
  1853.     - Clean up the rendezvous warn log msgs, and downgrade some to info.
  1854.     - Reduce severity on logs about dns worker spawning and culling.
  1855.     - When we're shutting down and we do something like try to post a
  1856.       server descriptor or rendezvous descriptor, don't complain that
  1857.       we seem to be unreachable. Of course we are, we're shutting down.
  1858.     - Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells.
  1859.       We don't use them yet, but maybe one day our DNS resolver will be
  1860.       able to discover them.
  1861.     - Make ContactInfo mandatory for authoritative directory servers.
  1862.     - Require server descriptors to list IPv4 addresses -- hostnames
  1863.       are no longer allowed. This also fixes some potential security
  1864.       problems with people providing hostnames as their address and then
  1865.       preferentially resolving them to partition users.
  1866.     - Change log line for unreachability to explicitly suggest /etc/hosts
  1867.       as the culprit. Also make it clearer what IP address and ports we're
  1868.       testing for reachability.
  1869.     - Put quotes around user-supplied strings when logging so users are
  1870.       more likely to realize if they add bad characters (like quotes)
  1871.       to the torrc.
  1872.     - Let auth dir servers start without specifying an Address config
  1873.       option.
  1874.     - Make unit tests (and other invocations that aren't the real Tor)
  1875.       run without launching listeners, creating subdirectories, and so on.
  1876. Changes in version 0.1.1.5-alpha - 2005-08-08
  1877.   o Bugfixes included in 0.1.0.14.
  1878.   o Bugfixes on 0.1.0.x:
  1879.     - If you write "HiddenServicePort 6667 127.0.0.1 6668" in your
  1880.       torrc rather than "HiddenServicePort 6667 127.0.0.1:6668",
  1881.       it would silently using ignore the 6668.
  1882. Changes in version 0.1.0.14 - 2005-08-08
  1883.   o Bugfixes on 0.1.0.x:
  1884.       - Fix the other half of the bug with crypto handshakes
  1885.         (CVE-2005-2643).
  1886.       - Fix an assert trigger if you send a 'signal term' via the
  1887.         controller when it's listening for 'event info' messages.