| Commit message (Expand) | Author | Age |
* | Make option OutboundBindAddress accept IPv6 addresses too.•••Implements ticket 6786.
| Linus Nordberg | 2012-09-20 |
* | Merge branch 'bug6843' | Nick Mathewson | 2012-09-19 |
|\ |
|
| * | Fix dependency checking on manpage builds•••Fixes bug 6843; bugfix on 0.2.4.1-alpha.
| Nick Mathewson | 2012-09-14 |
* | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-09-19 |
|\ \
| |/
|/| |
|
| * | Clarify that hidden services are TCP only•••Also remove some trailing whitespace.
Patch from maker; fixes bug 6024.
| Nick Mathewson | 2012-09-19 |
* | | Merge branch 'maint-0.2.3' | Roger Dingledine | 2012-09-14 |
|\| |
|
| * | Fix man page typo | Robert Ransom | 2012-09-13 |
* | | raise bandwidthrate/bandwidthburst to a new "infinite"•••addresses bug 6605.
| Roger Dingledine | 2012-09-10 |
* | | Merge remote-tracking branch 'asn/bug4567_rebased' | Nick Mathewson | 2012-09-06 |
|\ \ |
|
| * | | General tweaks and fixes for Nick's comments.•••* Add changes/ files.
* Edit the tor-fw-helper manpage.
* Fix check-spaces.
* Add prototype for get_list_of_ports_to_forward().
* Fix tor_parse_long() TCP port range.
* Improve doc. of tor_check_port_forwarding().
* Check for overflows in tor_check_port_forwarding().
* Demote successful port forwarding to LOG_INFO.
Conflicts:
src/common/address.c
src/or/circuitbuild.c
| George Kadianakis | 2012-09-05 |
* | | | Merge branch 'maint-0.2.3' | Roger Dingledine | 2012-09-05 |
|\ \ \
| | |/
| |/| |
|
| * | | Update the minimum bandwidth for a public relay•••The current cutoff is 30KB, but in reality a useful cutoff is probably
more like 50KB or 100KB.
| Roger Dingledine | 2012-09-05 |
* | | | Merge remote-tracking branch 'linus/bug6770_3'•••Conflicts:
doc/tor.1.txt
src/or/config.c
| Nick Mathewson | 2012-09-05 |
|\ \ \ |
|
| * | | | Make AuthDirHasIPv6Connectivity a BOOL.•••This is a fix of unreleased tor. It solves ticket #6770.
| Linus Nordberg | 2012-09-05 |
| | |/
| |/| |
|
* / | | Remove AuthDirPublishIPv6 and let AuthDirHasIPv6Connectivity fill its function.•••See #4771 for rationale.
Note that this patch does not take suggested changes in #4470 into
account and keeps treating AuthDirHasIPv6Connectivity as an
AUTOBOOL. Thus, bug fixes for that are included here as well.
This is a fix on master, unreleased as of now.
| Linus Nordberg | 2012-09-05 |
|/ / |
|
* | | minor typos i found while constructing the changelog | Roger Dingledine | 2012-09-05 |
* | | Clients connect to public relays over IPv6.•••Add ClientUseIPv6 and ClientPreferIPv6ORPort configuration options.
Use "preferred OR port" for all entry nodes, not only for bridges.
Mark bridges with "prefer IPv6 OR port" if an IPv6 address is
configured in Bridge line and ClientPreferIPv6ORPort is set.
Mark relays with "prefer IPv6 OR port" if an IPv6 address is found in
descriptor and ClientPreferIPv6ORPort is set.
Filter "preferred OR port" through the ClientUseIPv6 config option. We
might want to move this test to where actual connection is being set
up once we have a fall back mechanism in place.
Have only non-servers pick an IPv6 address for the first hop: We
don't want relays to connect over IPv6 yet. (IPv6 has never been used
for second or third hops.)
Implements ticket 5535.
| Linus Nordberg | 2012-09-04 |
* | | Rename configure.in to configure.ac•••This is the preferred filename to use with Autoconf 2.50 and later.
| Nick Mathewson | 2012-09-04 |
* | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-08-31 |
|\| |
|
| * | Merge branch 'bug6732' into maint-0.2.3 | Nick Mathewson | 2012-08-31 |
| |\ |
|
| | * | Document consensus and microdesc files•••Bugfix for #6732.
| Nick Mathewson | 2012-08-31 |
* | | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-08-27 |
|\| | |
|
| * | | Disable extending to private/internal addresses by default•••This is important, since otherwise an attacker can use timing info
to probe the internal network.
Also, add an option (ExtendAllowPrivateAddresses) so that
TestingTorNetwork won't break.
Fix for bug 6710; bugfix on all released versions of Tor.
| Nick Mathewson | 2012-08-27 |
| |/ |
|
* | | Better fix to avoid loudness on mkdir -p•••(commit message by nickm)
| Jim Meyering | 2012-08-27 |
* | | Add some attributes to make a2x quieter | Nick Mathewson | 2012-08-23 |
* | | Make asciidoc generation quieter | Nick Mathewson | 2012-08-23 |
* | | Add missing dependency so the html.in files get built | Nick Mathewson | 2012-08-23 |
* | | Replace man_MANS with nodist_man1_MANS•••(commit message by nickm)
| Jim Meyering | 2012-08-23 |
* | | fix up calling of config.status to generate docs | Stewart Smith | 2012-08-09 |
* | | Fix up make distcheck and greatly simplify docs dependencies (although it's s... | Stewart Smith | 2012-08-09 |
* | | Move to non-recursive make•••This gives us a few benefits:
1) make -j clean all
this will start working, as it should. It currently doesn't.
2) increased parallel build
recursive make will max out at number of files in a directory,
non-recursive make doesn't have such a limitation
3) Removal of duplicate information in make files,
less error prone
I've also slightly updated how we call AM_INIT_AUTOMAKE, as the way
that was used was not only deprecated but will be *removed* in the next
major automake release (1.13).... so probably best that we can continue
to bulid tor without requiring old automake.
(see http://www.gnu.org/software/automake/manual/html_node/Public-Macros.html )
For more reasons why, see resources such as:
http://miller.emu.id.au/pmiller/books/rmch/
| Stewart Smith | 2012-08-09 |
* | | add $(AM_V_GEN) to documentation generation Makefile targets.•••This makes the V=1 or V=0 automake silent build options display (or hide)
the full command line used.
GEN foo.bar
will be seen rather than the full command.
As with all automake silent rules, "make V=1" will output the full command.
| Stewart Smith | 2012-08-02 |
* | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-31 |
|\| |
|
| * | Fixes/beautification of RPM spec. Tiny improvements in RPM build docs. | Ondrej Mikle | 2012-07-31 |
| * | Workaround for building EL5 RPMs by specifying rpmbuild-md5. Updated old note... | Ondrej Mikle | 2012-07-31 |
| * | Dependencies for RPM building with mock should work now | Ondrej Mikle | 2012-07-31 |
* | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-31 |
|\| |
|
| * | Fix some manpage typos•••This is based on a pair of patches from A. Costa. I couldn't apply
those directly, since they changed the generated *roff files, not
the asciidoc source.
Fixes Tor bug 6500 and Debian bug 683359.
| Nick Mathewson | 2012-07-31 |
* | | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | 2012-07-23 |
|\| |
|
| * | Clarify how to build asciidoc files using homebrew on Mac OS X | Steven Murdoch | 2012-07-20 |
* | | Add config option AuthDirPublishIPv6.•••Test for config option AuthDirPublishIPv6 == 1 rather than for running
as a bridge authority when deciding whether to care or not about IPv6
OR ports in descriptors.
Implements enhancement #6406.
| Linus Nordberg | 2012-07-19 |
* | | Add configure option AuthDirHasIPv6Connectivity.•••Implements enhancement 5974.
| Linus Nordberg | 2012-07-19 |
|/ |
|
* | Improve Alternate*Authority docs. Bug 6387. | Nick Mathewson | 2012-07-16 |
* | Document 0.2.3.x torrc/default-torrc/command line semantics changes•••Bug 4748
squash! Document 0.2.3.x torrc/default-torrc/command line semantics changes
Incorporates fixes suggested by rransom.
| Nick Mathewson | 2012-06-18 |
* | fix typos, logic error, default in man page | Roger Dingledine | 2012-06-15 |
* | Defend against entry node path bias attacks•••The defense counts the circuit failure rate for each guard for the past N
circuits. Failure is defined as the ability to complete a first hop, but not
finish completing the circuit all the way to the exit.
If the failure rate exceeds a certain amount, a notice is emitted.
If it exceeds a greater amount, a warn is emitted and the guard is disabled.
These values are governed by consensus parameters which we intend to tune as
we perform experiments and statistical simulations.
| Mike Perry | 2012-06-14 |
* | Document --hush; fix documentation for --quiet. | Nick Mathewson | 2012-06-14 |
* | Merge remote-tracking branch 'public/bug5598'•••Conflicts:
doc/tor.1.txt
Conflict was on a formatting issue in the manpage.
| Nick Mathewson | 2012-06-11 |
|\ |
|
| * | Change the default for DynamicDHGroups to 0•••This feature can make Tor relays less identifiable by their use of the
mod_ssl DH group, but at the cost of some usability (#4721) and bridge
tracing (#6087) regressions.
We should try to turn this on by default again if we find that the
mod_ssl group is uncommon and/or we move to a different DH group size
(see #6088). Before we can do so, we need a fix for bugs #6087 and
Resolves ticket #5598 for now.
| Nick Mathewson | 2012-06-06 |
* | | List defaults consistently in manpage•••Nearly everywhere, we end options with "(Default: foo)". But in a
few places, we inserted an extra period after or before the close
parenthesis, and in a few other places we said "(Defaults to foo)".
Let's not do that.
| Nick Mathewson | 2012-06-11 |