aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
...
| * | Add configure switch to disable use of asciidocSebastian Hahn2010-03-01
| | | | | | | | | | | | | | | Also break the build if that switch isn't used and asciidoc isn't available.
| * | Simplify asciidoc-helperSebastian Hahn2010-03-01
| | | | | | | | | | | | | | | We don't need sed for our string manipulation, so let's get rid of it. Suggested by weasel.
| * | Ship the asciidoc-helper file in our tarballsSebastian Hahn2010-03-01
| | | | | | | | | | | | | | | Otherwise, the build process breaks when one of the .1.txt gets a new mtime. Suggested by weasel.
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2010-03-04
|\ \ \ | |/ / |/| / | |/ | | | | Conflicts: src/or/config.c src/or/test.c
| * Apply Roger's bug 1269 fix.Nick Mathewson2010-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | From http://archives.seul.org/tor/relays/Mar-2010/msg00006.html : As I understand it, the bug should show up on relays that don't set Address to an IP address (so they need to resolve their Address line or their hostname to guess their IP address), and their hostname or Address line fails to resolve -- at that point they'll pick a random 4 bytes out of memory and call that their address. At the same time, relays that *do* successfully resolve their address will ignore the result, and only come up with a useful address if their interface address happens to be a public IP address.
* | Fix a consensus-extension bug found by outofwordsNick Mathewson2010-02-27
| | | | | | | | | | | | | | | | | | | | When the bandwidth-weights branch added the "directory-footer" token, and began parsing the directory footer at the first occurrence of "directory-footer", it made it possible to fool the parsing algorithm into accepting unsigned data at the end of a consensus or vote. This patch fixes that bug by treating the footer as starting with the first "directory-footer" or the first "directory-signature", whichever comes first.
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\| | | | | | | | | | | Conflicts: ChangeLog src/or/routerparse.c
| * Properly handle non-terminated stringsSebastian Hahn2010-02-27
| | | | | | | | | | | | | | | | Treat strings returned from signed_descriptor_get_body_impl() as not NUL-terminated. Since the length of the strings is available, this is not a big problem. Discovered by rieo.
| * Proper NULL checking in circuit_list_path_impl()Sebastian Hahn2010-02-26
| | | | | | | | | | | | | | Another dereference-then-NULL-check sequence. No reports of this bug triggered in the wild. Fixes bugreport 1256. Thanks to ekir for discovering and reporting this bug.
| * Proper NULL checking for hsdesc publicationSebastian Hahn2010-02-26
| | | | | | | | | | | | | | | | | | Fix a dereference-then-NULL-check sequence. This bug wasn't triggered in the wild, but we should fix it anyways in case it ever happens. Also make sure users get a note about this being a bug when they see it in their log. Thanks to ekir for discovering and reporting this bug.
| * Zero a cipher completely before freeing itSebastian Hahn2010-02-26
| | | | | | | | | | | | We used to only zero the first ptrsize bytes of the cipher. Since cipher is large enough, we didn't zero too many bytes. Discovered and fixed by ekir. Fixes bug 1254.
* | Merge remote branch 'mikeperry/consensus-bw-weights5-merge'Nick Mathewson2010-02-25
|\ \ | | | | | | | | | | | | Conflicts: ChangeLog
| * | Add a changelog entry for the bandwidth weightings.Mike Perry2010-02-22
| | |
* | | Merge remote branch 'sebastian/manpage'Nick Mathewson2010-02-25
|\ \ \
| * | | Restrict PerConnBWRate|Burst to INT32_MAX, update manpageSebastian Hahn2010-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All other bandwidthrate settings are restricted to INT32_MAX, but this check was forgotten for PerConnBWRate and PerConnBWBurst. Also update the manpage to reflect the fact that specifying a bandwidth in terabytes does not make sense, because that value will be too large.
* | | | Update a section of the exit notice file, give it a changelog.Sebastian Hahn2010-02-23
|/ / /
* | | Proper NULL checking for hsdesc publicationSebastian Hahn2010-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a dereference-then-NULL-check sequence. This bug wasn't triggered in the wild, but we should fix it anyways in case it ever happens. Also make sure users get a note about this being a bug when they see it in their log. Thanks to ekir for discovering and reporting this bug.
* | | Fix another coverity-spotted memleakSebastian Hahn2010-02-23
|/ /
* | elevate a changelog entry, and get my mailto out of the man pageRoger Dingledine2010-02-22
| |
* | Merge remote branch 'sebastian/bug1254'Nick Mathewson2010-02-22
|\ \
| * | Zero a cipher completely before freeing itSebastian Hahn2010-02-22
| | | | | | | | | | | | | | | | | | We used to only zero the first ptrsize bytes of the cipher. Since cipher is large enough, we didn't zero too many bytes. Discovered and fixed by ekir. Fixes bug 1254.
* | | Expand homedirs in paths passed to tor-checkkeySebastian Hahn2010-02-22
|/ / | | | | | | | | This is so that coverity stops complaining about using a user-supplied string with the open() syscall. Let's see if it works.
* | network-status-version must come first in a vote/consensusSebastian Hahn2010-02-22
| | | | | | | | | | | | | | Spec conformance issue: The code didn't force the network-status-version token to be the first token in a v3 vote or consensus. Problem discovered by Parakeep.
* | Merge branch 'maint-0.2.1' into newRoger Dingledine2010-02-22
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.in contrib/tor-mingw.nsi.in src/win32/orconfig.h
| * bump to 0.2.1.24Roger Dingledine2010-02-21
| |
* | prepare for 0.2.2.9-alphaRoger Dingledine2010-02-22
| |
* | Merge remote branch 'public/cbt-status'Nick Mathewson2010-02-20
|\ \ | | | | | | | | | | | | Conflicts: ChangeLog
| * | Future-proof the control protocol by ignoring unrecognized keyword argsNick Mathewson2010-02-18
| | |
| * | Make more arguments in control.c properly case-insensitive.Nick Mathewson2010-02-18
| | |
| * | Add changelog entry for CBT testing work.Mike Perry2010-02-18
| | |
* | | Merge remote branch 'sebastian/bug1143'Nick Mathewson2010-02-19
|\ \ \ | |/ / |/| |
| * | Make the DNSPort option work with libevent 2.xSebastian Hahn2010-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | We need to use evdns_add_server_port_with_base() when configuring our DNS listener, because libevent segfaults otherwise. Add a macro in compat_libevent.h to pick the correct implementation depending on the libevent version. Fixes bug 1143, found by SwissTorExit
* | | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-18
|\ \ \ | |/ / |/| / | |/ | | | | | | | | Conflicts: ChangeLog configure.in contrib/tor-mingw.nsi.in src/win32/orconfig.h
| * Add changelog for latest openssl fixNick Mathewson2010-02-18
| |
| * give it a blurb, update the dateRoger Dingledine2010-02-13
| |
| * new dannenberg address; make moria2's demise official.Roger Dingledine2010-02-12
| |
| * prepare for 0.2.1.23Roger Dingledine2010-02-12
| |
* | Merge commit 'sebastian/oldstuff'Roger Dingledine2010-02-16
|\ \ | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | Remove legacy files from main source distributionSebastian Hahn2010-02-16
| | | | | | | | | | | | | | | | | | The AUTHORS file was pretty outdated. Its contents moved onto the people page. Design paper and roadmaps moved to the projects directory in svn.
* | | Remove the --enable-iphone option as needless.Nick Mathewson2010-02-12
|/ / | | | | | | | | On or-talk, Marco Bonetti reports that recent iPhone SDKs build Tor fine without it.
* | Add changelog for memcpy bug, with credit for "memcpyfail"Nick Mathewson2010-02-09
| |
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-09
|\|
| * Don't use gethostbyname() in resolve_my_address()Sebastian Hahn2010-02-08
| | | | | | | | | | | | | | Tor has tor_lookup_hostname(), which prefers ipv4 addresses automatically. Bug 1244 occured because gethostbyname() returned an ipv6 address, which Tor cannot handle currently. Fixes bug 1244; bugfix on 0.0.2pre25. Reported by Mike Mestnik.
* | Don't spam controllers with TOO_MANY_CONNECTIONS eventsSebastian Hahn2010-02-08
| | | | | | | | | | | | We implemented ratelimiting for warnings going into the logfile, but didn't rate-limit controller events. Now both log warnings and controller events are rate-limited.
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2010-02-07
|\|
| * lookup_last_hid_serv_request() could overflow and leak memorySebastian Hahn2010-02-07
| | | | | | | | | | | | The problem was that we didn't allocate enough memory on 32-bit platforms with 64-bit time_t. The memory leak occured every time we fetched a hidden service descriptor we've fetched before.
* | When we've disabled .exit hostnames, actually reject them.Nick Mathewson2010-02-03
| | | | | | | | | | Previously we were treating them as decent hostnames and sending them to the exit, which is completely wrong.
* | Don't assign Exit flag incorrectlySebastian Hahn2010-02-03
| | | | | | | | | | | | | | | | | | | | exit_policy_is_general_exit() assumed that there are no redundancies in the passed policy, in the sense that we actively combine entries in the policy to really get rid of any redundancy. Since we cannot do that without massively rewriting the policy lines the relay operators set, fix exit_policy_is_general_exit(). Fixes bug 1238, discovered by Martin Kowalczyk.
* | Add a changelog entry for fixing bug 1237.Nick Mathewson2010-02-02
| | | | | | | | | | We don't have such an entry for 0.2.1.x, since bug 1237 never made it into a released version of 0.2.1.x.
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2010-01-29
|\| | | | | | | | | Conflicts: src/common/tortls.c