aboutsummaryrefslogtreecommitdiff
path: root/changes
Commit message (Collapse)AuthorAge
* Use tor_socket_t, not unsigned, in tor-fw-helper-natmp.cNick Mathewson2012-01-18
|
* Merge remote-tracking branch 'public/bug3325'Nick Mathewson2012-01-16
|\
| * Move logging of bad hostnames into parse_extended_hostnameNick Mathewson2012-01-11
| | | | | | | | This fixes bug 3325, where a bad .exit would get logged as a bad .onion
* | whitespace fixesNick Mathewson2012-01-16
| |
* | Convert instances of tor_snprintf+strdup into tor_asprintfNick Mathewson2012-01-16
| | | | | | | | | | | | These were found by looking for tor_snprintf() instances that were followed closely by tor_strdup(), though I probably converted some other snprintfs as well.
* | Try to use smartlist_add_asprintf consistentlyNick Mathewson2012-01-16
| | | | | | | | | | | | | | (To ensure correctness, in every case, make sure that the temporary variable is deleted, renamed, or lowered in scope, so we can't have any bugs related to accidentally relying on the no-longer-filled variable.)
* | Provide consensus params to constrain the threshold for FastNick Mathewson2012-01-16
| | | | | | | | resolves ticket 3946
* | Allow authorities to baddir/badexit/invalid/reject nodes by ccNick Mathewson2012-01-13
|/ | | | Implements ticket #4207
* Make openssl 0.9.8l log message accurateNick Mathewson2012-01-11
| | | | fixes 4837
* Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson2012-01-11
|\ | | | | | | | | Conflicts: src/or/rendclient.c
| * Include circ creation time in CIRC events, etc.Robert Ransom2011-11-24
| |
| * Send CIRC2 event when a circuit is cannibalizedRobert Ransom2011-11-24
| |
| * Add CIRC2 control-port event, and send it when a circ's purpose changesRobert Ransom2011-11-24
| |
| * Log whenever a circuit's purpose is changedRobert Ransom2011-11-24
| |
* | Merge remote-tracking branch 'public/bug4650_nm_squashed'Nick Mathewson2012-01-10
|\ \
| * | changes file for bug4650Nick Mathewson2012-01-04
| | |
* | | changes file for bug4746Nick Mathewson2012-01-10
| | |
* | | Merge branch 'absolute_cookie_file'Nick Mathewson2012-01-10
|\ \ \
| * | | changes file for #4881Nick Mathewson2012-01-10
| | | |
* | | | Test for broken counter-mode at runtimeNick Mathewson2012-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To solve bug 4779, we want to avoid OpenSSL 1.0.0's counter mode. But Fedora (and maybe others) lie about the actual OpenSSL version, so we can't trust the header to tell us if it's safe. Instead, let's do a run-time test to see whether it's safe, and if not, use our built-in version. fermenthor contributed a pretty essential fixup to this patch. Thanks!
* | | | We no longer need to detect openssl without RAND_poll()Nick Mathewson2012-01-10
| | | | | | | | | | | | | | | | | | | | We require openssl 0.9.7 or later, and RAND_poll() was first added in openssl 0.9.6.
* | | | Add macros to construct openssl version numbersNick Mathewson2012-01-10
| | | | | | | | | | | | | | | | | | | | It's a pain to convert 0x0090813f to and from 0.9.8s-release on the fly, so these macros should help.
* | | | Log which votes we still need to fetchSebastian Hahn2012-01-10
| | | | | | | | | | | | | | | | | | | | This might help us see which authorities are problematic in getting their vote published the first time.
* | | | Advertise dirport if accountingmax is large enoughSebastian Hahn2012-01-10
| | | | | | | | | | | | | | | | | | | | | | | | When we have an effective bandwidthrate configured so that we cannot exceed our bandwidth limit in one accounting interval, don't disable advertising the dirport. Implements ticket 2434.
* | | | Revise bug4413 changes fileNick Mathewson2012-01-09
| | | |
* | | | Remove (untriggerable) overflow in crypto_random_hostname()Stephen Palmateer2012-01-09
|/ / / | | | | | | | | | | | | | | | | | | Fixes bug 4413; bugfix on xxxx. Hostname components cannot be larger than 63 characters. This simple check makes certain randlen cannot overflow rand_bytes_len.
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-09
|\ \ \
| * | | Fix a trivial log message error in renservice.cNick Mathewson2012-01-09
| | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 4856; bugfix on 0.0.6 This bug was introduced in 79fc5217, back in 2004.
* | | | fold in some new changelog stanzasRoger Dingledine2012-01-07
| | | |
* | | | Add a changes file for bug4563Nick Mathewson2012-01-06
| | | |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-05
|\| | |
| * | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2012-01-05
| |\ \ \
| | * | | Add a changes file for bug4822Nick Mathewson2012-01-05
| | | | |
* | | | | Merge branch 'maint-0.2.2'Roger Dingledine2012-01-05
|\| | | | | |_|/ / |/| | |
| * | | Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2012-01-05
| |\| |
| | * | add a changes file for ticket 4825Roger Dingledine2012-01-05
| | | |
* | | | Merge remote-tracking branch 'rransom-tor/bug1297b-v2'Nick Mathewson2012-01-04
|\ \ \ \
| * | | | Add an option to close HS service-side rend circs on timeoutRobert Ransom2011-12-27
| | | | |
| * | | | Don't close HS service-side rend circs on timeoutRobert Ransom2011-12-27
| | | | |
| * | | | Add an option to close 'almost-connected' HS client circs on timeoutRobert Ransom2011-12-27
| | | | |
| * | | | Don't close HS client circs which are 'almost connected' on timeoutRobert Ransom2011-12-27
| | | | |
| * | | | Look up the rend circ whose INTRODUCE1 is being ACKed correctlyRobert Ransom2011-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | This change cannibalizes circuit_get_by_rend_query_and_purpose because it had exactly one caller.
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-01-03
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix spelling in a controlsocket log msgSebastian Hahn2011-12-30
| | | | | | | | | | | | | | | | | | | | Fixes bug 4803.
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-28
|\| | | |
| * | | | Merge remote-tracking branch 'public/bug4788' into maint-0.2.2Nick Mathewson2011-12-28
| |\ \ \ \
| | * | | | Authorities reject insecure Tors.Nick Mathewson2011-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch should make us reject every Tor that was vulnerable to CVE-2011-0427. Additionally, it makes us reject every Tor that couldn't handle RELAY_EARLY cells, which helps with proposal 110 (#4339).
* | | | | | changes file for bug1827Nick Mathewson2011-12-28
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-28
|\| | | | |
| * | | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-12-28
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |