Skip to content
Snippets Groups Projects
  1. Jan 29, 2010
    • Peter Palfrader's avatar
      Merge branch 'debian-merge' into debian · 9d6ddfd5
      Peter Palfrader authored
      * debian-merge:
        New upstream version
        0.2.2.8-alpha is coming out today sometime
        Fix a memory corruption bug while collecting bridge stats
        Rearrange _thread_test_func to please Coverity Scan
        Try to untangle the logic in server_port_flush
        Don't unlock a new log until done logging the tor version.
        Be quieter about failing to decode authority digests
        Since dump_microdescriptor() can return -1; make its type ssize_t
        Handle errors reported by fwrite() in dump_microdescriptor()
        Add --enable-static-(openssl|libevent) options
        New configure option: --enable-gcc-warnings-advisory
        Fix two rare leaks spotted by rieo.
        Avoid a possible crash in tls_log_errors.
        make the 0.2.2.7-alpha changelog actually complete.
        Don't use OutboundBindAddress to connect to localhost
    • Peter Palfrader's avatar
      New upstream version · d3cc824f
      Peter Palfrader authored
      d3cc824f
    • Peter Palfrader's avatar
      Merge commit 'tor-0.2.2.8-alpha' into debian-merge · 24ff3e02
      Peter Palfrader authored
      * commit 'tor-0.2.2.8-alpha':
        0.2.2.8-alpha is coming out today sometime
        Fix a memory corruption bug while collecting bridge stats
        Rearrange _thread_test_func to please Coverity Scan
        Try to untangle the logic in server_port_flush
        Don't unlock a new log until done logging the tor version.
        Be quieter about failing to decode authority digests
        Since dump_microdescriptor() can return -1; make its type ssize_t
        Handle errors reported by fwrite() in dump_microdescriptor()
        Add --enable-static-(openssl|libevent) options
        New configure option: --enable-gcc-warnings-advisory
        Fix two rare leaks spotted by rieo.
        Avoid a possible crash in tls_log_errors.
        make the 0.2.2.7-alpha changelog actually complete.
        Don't use OutboundBindAddress to connect to localhost
      24ff3e02
  2. Jan 26, 2010
  3. Jan 25, 2010
  4. Jan 24, 2010
  5. Jan 22, 2010
    • Nick Mathewson's avatar
      Avoid a possible crash in tls_log_errors. · 4ad5094c
      Nick Mathewson authored
      We were checking for msg==NULL, but not lib or proc.  This case can
      only occur if we have an error whose string we somehow haven't loaded,
      but it's worth coding defensively here.
      
      Spotted by rieo on IRC.
      4ad5094c
  6. Jan 20, 2010
    • Roger Dingledine's avatar
      make the 0.2.2.7-alpha changelog actually complete. · 2309d0ca
      Roger Dingledine authored
      weasel makes a good point.
      2309d0ca
    • Peter Palfrader's avatar
      Merge branch 'debian-merge' into debian · 82870c0f
      Peter Palfrader authored
      * debian-merge: (95 commits)
        New upstream version
        bump to 0.2.2.7-alpha
        note the two new fixes are in 0.2.2.7-alpha too
        spread guard rotation out throughout the month
        weight guard choice by bandwidth; discard old guards
        add changelog entries for my commits from last week
        clean 0.2.2.7-alpha changelog; add 0.2.2.6 blurb
        bump to 0.2.1.22, and give it a changelog
        downgrade a warning
        rotate keys for moria1 and gabelmoo
        Fix build on Solaris by disabling support for DisableAllSwap
        Build Bug: -lm should come after passing ../common/libor.a to linker
        Log a notice when we get a new control connection
        stop bridge authorities from leaking their bridge list
        whitespace fixes
        fix an impossible-to-actually-trigger overflow in descriptor generation
        resolve path weighting edge case; fixes bug 1203
        trivial cleanups
        fix some typos in our spec files
        man page entries for PerConnBW{Rate,Burst}
        ...
    • Peter Palfrader's avatar
      New upstream version · 7aef7ef2
      Peter Palfrader authored
      7aef7ef2
    • Peter Palfrader's avatar
      Merge commit 'tor-0.2.2.7-alpha' into debian-merge · 0e0bcc47
      Peter Palfrader authored
      * commit 'tor-0.2.2.7-alpha': (94 commits)
        bump to 0.2.2.7-alpha
        note the two new fixes are in 0.2.2.7-alpha too
        spread guard rotation out throughout the month
        weight guard choice by bandwidth; discard old guards
        add changelog entries for my commits from last week
        clean 0.2.2.7-alpha changelog; add 0.2.2.6 blurb
        bump to 0.2.1.22, and give it a changelog
        downgrade a warning
        rotate keys for moria1 and gabelmoo
        Fix build on Solaris by disabling support for DisableAllSwap
        Build Bug: -lm should come after passing ../common/libor.a to linker
        Log a notice when we get a new control connection
        stop bridge authorities from leaking their bridge list
        whitespace fixes
        fix an impossible-to-actually-trigger overflow in descriptor generation
        resolve path weighting edge case; fixes bug 1203
        trivial cleanups
        fix some typos in our spec files
        man page entries for PerConnBW{Rate,Burst}
        remove redundant validate_addr_policies() checks
        ...
      0e0bcc47
    • Nick Mathewson's avatar
      Don't use OutboundBindAddress to connect to localhost · d4354b50
      Nick Mathewson authored
      The OutboundBindAddress option is useful for making sure that all of
      your outbond connections use a given interface.  But when connecting
      to 127.0.0.1 (or ::1 even) it's important to actually have the
      connection come _from_ localhost, since lots of programs running on
      localhost use the source address to authenticate that the connection
      is really coming from the same host.
      
      Our old code always bound to OutboundBindAddress, whether connecting
      to localhost or not.  This would potentially break DNS servers on
      localhost, and socks proxies on localhost.  This patch changes the
      behavior so that we only look at OutboundBindAddress when connecting
      to a non-loopback address.
      d4354b50
  7. Jan 19, 2010
Loading